commit 217c510f0e10b5dfdff25ca8335171408b739feb
parent c5b97ca8fc48acbd9fd8cb487c165cc732cf6532
Author: vaplv <vaplv@free.fr>
Date: Sun, 24 Feb 2019 16:36:19 +0100
Update the copyright year range
Diffstat:
31 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/README.md b/README.md
@@ -20,8 +20,8 @@ to the `CMAKE_PREFIX_PATH` variable. The resulting project can be edited,
## License
-RSIMD is Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr). It is a free
-software released under the [OSI](https://opensource.org)-approved LGPL v3+
-license. You are welcome to redistribute it under certain conditions; refer to
-the COPYING files for details.
+Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr). RSIMD free software
+released under the [OSI](https://opensource.org)-approved LGPL v3+ license. You
+are welcome to redistribute it under certain conditions; refer to the COPYING
+files for details.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+# Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
#
# The RSIMD CMake is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/aosf33.h b/src/aosf33.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/aosf44.c b/src/aosf44.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/aosf44.h b/src/aosf44.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/aosq.c b/src/aosq.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/aosq.h b/src/aosq.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/avx/avx.h b/src/avx/avx.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/avx/avxf.h b/src/avx/avxf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/avx/avxi.h b/src/avx/avxi.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/rsimd.h b/src/rsimd.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/soa4f2.h b/src/soa4f2.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/soa4f3.h b/src/soa4f3.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/soa4f4.h b/src/soa4f4.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/soaXfY.h b/src/soaXfY.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/sse/sse.h b/src/sse/sse.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/sse/sse_swz.h b/src/sse/sse_swz.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/sse/ssef.c b/src/sse/ssef.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/sse/ssef.h b/src/sse/ssef.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/sse/ssei.h b/src/sse/ssei.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_aosf33.c b/src/test_aosf33.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_aosf44.c b/src/test_aosf44.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_aosq.c b/src/test_aosq.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_soa4f2.c b/src/test_soa4f2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_soa4f3.c b/src/test_soa4f3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_soa4f4.c b/src/test_soa4f4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_soa4f_utils.h b/src/test_soa4f_utils.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_v4f.c b/src/test_v4f.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_v4i.c b/src/test_v4i.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_v8f.c b/src/test_v8f.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
diff --git a/src/test_v8i.c b/src/test_v8i.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2019 Vincent Forest (vaplv@free.fr)
*
* The RSIMD library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published