summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-06-29 20:39:51 +0200
committerCNugteren <web@cedricnugteren.nl>2015-06-29 20:39:51 +0200
commitede78fe49943312ca44275ba3cdf4cfbae501ed0 (patch)
tree0fae3abf3f386e838a976aa404c1680bd8207c0a /test
parent2914a285d43cac7e3a9d4885684229fbf82babb0 (diff)
Fixed the license for the correctness testers
Diffstat (limited to 'test')
-rw-r--r--test/correctness/routines/xaxpy.cc2
-rw-r--r--test/correctness/routines/xgemm.cc2
-rw-r--r--test/correctness/routines/xgemv.cc2
-rw-r--r--test/correctness/routines/xsymm.cc2
-rw-r--r--test/correctness/routines/xsyr2k.cc2
-rw-r--r--test/correctness/routines/xsyrk.cc2
-rw-r--r--test/correctness/testblas.cc2
-rw-r--r--test/correctness/testblas.h2
-rw-r--r--test/wrapper_clblas.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/test/correctness/routines/xaxpy.cc b/test/correctness/routines/xaxpy.cc
index 5922a96d..89315a0d 100644
--- a/test/correctness/routines/xaxpy.cc
+++ b/test/correctness/routines/xaxpy.cc
@@ -1,6 +1,6 @@
// =================================================================================================
-// This file is part of the CLBlast project. The project is licensed under the MIT license. This
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
// width of 100 characters per line.
//
diff --git a/test/correctness/routines/xgemm.cc b/test/correctness/routines/xgemm.cc
index 2c0a3492..72843d45 100644
--- a/test/correctness/routines/xgemm.cc
+++ b/test/correctness/routines/xgemm.cc
@@ -1,6 +1,6 @@
// =================================================================================================
-// This file is part of the CLBlast project. The project is licensed under the MIT license. This
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
// width of 100 characters per line.
//
diff --git a/test/correctness/routines/xgemv.cc b/test/correctness/routines/xgemv.cc
index 163669e5..f1100810 100644
--- a/test/correctness/routines/xgemv.cc
+++ b/test/correctness/routines/xgemv.cc
@@ -1,6 +1,6 @@
// =================================================================================================
-// This file is part of the CLBlast project. The project is licensed under the MIT license. This
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
// width of 100 characters per line.
//
diff --git a/test/correctness/routines/xsymm.cc b/test/correctness/routines/xsymm.cc
index e494b890..3da654c3 100644
--- a/test/correctness/routines/xsymm.cc
+++ b/test/correctness/routines/xsymm.cc
@@ -1,6 +1,6 @@
// =================================================================================================
-// This file is part of the CLBlast project. The project is licensed under the MIT license. This
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
// width of 100 characters per line.
//
diff --git a/test/correctness/routines/xsyr2k.cc b/test/correctness/routines/xsyr2k.cc
index b4bf03d9..8b03087c 100644
--- a/test/correctness/routines/xsyr2k.cc
+++ b/test/correctness/routines/xsyr2k.cc
@@ -1,6 +1,6 @@
// =================================================================================================
-// This file is part of the CLBlast project. The project is licensed under the MIT license. This
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
// width of 100 characters per line.
//
diff --git a/test/correctness/routines/xsyrk.cc b/test/correctness/routines/xsyrk.cc
index 899d3b77..d4552a78 100644
--- a/test/correctness/routines/xsyrk.cc
+++ b/test/correctness/routines/xsyrk.cc
@@ -1,6 +1,6 @@
// =================================================================================================
-// This file is part of the CLBlast project. The project is licensed under the MIT license. This
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
// width of 100 characters per line.
//
diff --git a/test/correctness/testblas.cc b/test/correctness/testblas.cc
index 019d93ee..0e72e429 100644
--- a/test/correctness/testblas.cc
+++ b/test/correctness/testblas.cc
@@ -1,6 +1,6 @@
// =================================================================================================
-// This file is part of the CLBlast project. The project is licensed under the MIT license. This
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
// width of 100 characters per line.
//
diff --git a/test/correctness/testblas.h b/test/correctness/testblas.h
index 0593aaee..1f92cb30 100644
--- a/test/correctness/testblas.h
+++ b/test/correctness/testblas.h
@@ -1,6 +1,6 @@
// =================================================================================================
-// This file is part of the CLBlast project. The project is licensed under the MIT license. This
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
// width of 100 characters per line.
//
diff --git a/test/wrapper_clblas.h b/test/wrapper_clblas.h
index d6df0835..d106e4c3 100644
--- a/test/wrapper_clblas.h
+++ b/test/wrapper_clblas.h
@@ -1,6 +1,6 @@
// =================================================================================================
-// This file is part of the CLBlast project. The project is licensed under the MIT license. This
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This
// project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max-
// width of 100 characters per line.
//