summaryrefslogtreecommitdiff
path: root/utests
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2014-11-05 17:22:21 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-11-11 10:18:02 +0800
commit436253de8a1b7a6851a09ebbba92cb065ce4282f (patch)
tree709826dbcb17f5869b77477b301fe7a61f837608 /utests
parent5cdbda7a69691558ec7c324b2ae739f11926df4c (diff)
License: adjust all license version to LGPL v2.1+.
To make the license statement consistent to each other, adjust all license versions to v2.1+. Thus beignet should have a pure LGPL v2.1+ license. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'utests')
-rw-r--r--utests/compiler_local_memory_barrier.cpp2
-rw-r--r--utests/compiler_local_memory_barrier_wg64.cpp2
-rw-r--r--utests/compiler_local_memory_two_ptr.cpp2
-rw-r--r--utests/compiler_mandelbrot.cpp2
-rw-r--r--utests/compiler_mandelbrot_alternate.cpp2
-rw-r--r--utests/compiler_write_only.cpp2
-rw-r--r--utests/runtime_flat_address_space.cpp2
-rw-r--r--utests/utest.cpp2
-rw-r--r--utests/utest.hpp2
-rw-r--r--utests/utest_assert.cpp2
-rw-r--r--utests/utest_assert.hpp2
-rw-r--r--utests/utest_error.c2
-rw-r--r--utests/utest_error.h2
-rw-r--r--utests/utest_exception.hpp2
-rw-r--r--utests/utest_file_map.cpp2
-rw-r--r--utests/utest_file_map.hpp2
-rw-r--r--utests/utest_helper.cpp2
-rw-r--r--utests/utest_helper.hpp2
-rw-r--r--utests/utest_run.cpp2
19 files changed, 19 insertions, 19 deletions
diff --git a/utests/compiler_local_memory_barrier.cpp b/utests/compiler_local_memory_barrier.cpp
index 6c9c98ee..f5cf3d49 100644
--- a/utests/compiler_local_memory_barrier.cpp
+++ b/utests/compiler_local_memory_barrier.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/compiler_local_memory_barrier_wg64.cpp b/utests/compiler_local_memory_barrier_wg64.cpp
index 0cb69f55..756eef07 100644
--- a/utests/compiler_local_memory_barrier_wg64.cpp
+++ b/utests/compiler_local_memory_barrier_wg64.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/compiler_local_memory_two_ptr.cpp b/utests/compiler_local_memory_two_ptr.cpp
index fde55336..398dcce5 100644
--- a/utests/compiler_local_memory_two_ptr.cpp
+++ b/utests/compiler_local_memory_two_ptr.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/compiler_mandelbrot.cpp b/utests/compiler_mandelbrot.cpp
index 7758dae3..78c6ea36 100644
--- a/utests/compiler_mandelbrot.cpp
+++ b/utests/compiler_mandelbrot.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/compiler_mandelbrot_alternate.cpp b/utests/compiler_mandelbrot_alternate.cpp
index 2e5d59fc..f8ebd0bd 100644
--- a/utests/compiler_mandelbrot_alternate.cpp
+++ b/utests/compiler_mandelbrot_alternate.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/compiler_write_only.cpp b/utests/compiler_write_only.cpp
index 39355352..4ae01ad7 100644
--- a/utests/compiler_write_only.cpp
+++ b/utests/compiler_write_only.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/runtime_flat_address_space.cpp b/utests/runtime_flat_address_space.cpp
index 08167c45..9b8bece6 100644
--- a/utests/runtime_flat_address_space.cpp
+++ b/utests/runtime_flat_address_space.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest.cpp b/utests/utest.cpp
index d06dedc8..b9148914 100644
--- a/utests/utest.cpp
+++ b/utests/utest.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest.hpp b/utests/utest.hpp
index 26ce6f8c..0dc611d4 100644
--- a/utests/utest.hpp
+++ b/utests/utest.hpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_assert.cpp b/utests/utest_assert.cpp
index f3b9a006..6ccd3479 100644
--- a/utests/utest_assert.cpp
+++ b/utests/utest_assert.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_assert.hpp b/utests/utest_assert.hpp
index f93f9ac7..1d44588d 100644
--- a/utests/utest_assert.hpp
+++ b/utests/utest_assert.hpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_error.c b/utests/utest_error.c
index 4582a337..fecb34b3 100644
--- a/utests/utest_error.c
+++ b/utests/utest_error.c
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_error.h b/utests/utest_error.h
index 2da29b0d..1651052b 100644
--- a/utests/utest_error.h
+++ b/utests/utest_error.h
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_exception.hpp b/utests/utest_exception.hpp
index e19141f5..55687850 100644
--- a/utests/utest_exception.hpp
+++ b/utests/utest_exception.hpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_file_map.cpp b/utests/utest_file_map.cpp
index 55b77716..e2808ca4 100644
--- a/utests/utest_file_map.cpp
+++ b/utests/utest_file_map.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_file_map.hpp b/utests/utest_file_map.hpp
index 83d79ea5..e5a7aa10 100644
--- a/utests/utest_file_map.hpp
+++ b/utests/utest_file_map.hpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_helper.cpp b/utests/utest_helper.cpp
index 0925dafb..df0e5087 100644
--- a/utests/utest_helper.cpp
+++ b/utests/utest_helper.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_helper.hpp b/utests/utest_helper.hpp
index a434fb4e..026eb1cb 100644
--- a/utests/utest_helper.hpp
+++ b/utests/utest_helper.hpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/utests/utest_run.cpp b/utests/utest_run.cpp
index 8883ca88..d797c098 100644
--- a/utests/utest_run.cpp
+++ b/utests/utest_run.cpp
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of