summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hirvonen <dhirvonen@elucideye.com>2017-04-01 11:01:05 -0400
committerDavid Hirvonen <dhirvonen@elucideye.com>2017-04-01 11:01:05 -0400
commitbb8ac0d2ff8f9f20b0802c6bffee95333d62f42e (patch)
treec34189362b3c44cd26096a609fd8be5b36034eba
parentfb073dd6ffa49193c365391398a01a41c88d9ef0 (diff)
downloadneon_2_sse-bb8ac0d2ff8f9f20b0802c6bffee95333d62f42e.tar.gz
add license (from header) update cmake copyright
-rw-r--r--CMakeLists.txt3
-rw-r--r--LICENSE29
2 files changed, 31 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4d33c8..b424c9b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,5 @@
-# Copyright (C) 2017 David Hirvonen
+# Boilerplate: Copyright (C) 2014-2017 Ruslan Baratov
+# Modification: Copyright (C) 2017 David Hirvonen
# License: BSD 2 Clause Software License
# See LICENSE for the full license.
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..9478eb7
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,29 @@
+created by Victoria Zhislina, the Senior Application Engineer, Intel Corporation, victoria.zhislina@intel.com
+
+*** Copyright (C) 2012-2016 Intel Corporation. All rights reserved.
+
+IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
+
+By downloading, copying, installing or using the software you agree to this license.
+If you do not agree to this license, do not download, install, copy or use the software.
+
+ License Agreement
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ * The name of the copyright holders may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+This software is provided by the copyright holders and contributors "as is" and
+any express or implied warranties, including, but not limited to, the implied
+warranties of merchantability and fitness for a particular purpose are disclaimed.
+In no event shall the Intel Corporation or contributors be liable for any direct,
+indirect, incidental, special, exemplary, or consequential damages
+(including, but not limited to, procurement of substitute goods or services;
+loss of use, data, or profits; or business interruption) however caused
+and on any theory of liability, whether in contract, strict liability,
+or tort (including negligence or otherwise) arising in any way out of
+the use of this software, even if advised of the possibility of such damage.