commit b6dbe4a5315a584c816a08dd199aca3f375c0226
parent 15190372e57c4c9f09693939094ec7560d101814
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 14 Apr 2021 17:22:38 +0200
Update the copyright year range
Diffstat:
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
@@ -21,7 +21,7 @@ for further informations on CMake.
## License
-Copyright (C) 2020 Centre National de la Recherche Scientifique (CNRS). AtrCK
-is free software released under the GPL v3+ license: GNU GPL version 3 or
+Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique (CNRS).
+AtrCK is free software released under the GPL v3+ license: GNU GPL version 3 or
later. You are welcome to redistribute it under certain conditions; refer to
the COPYING file for details.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020 CNRS
+# Copyright (C) 2020, 2021 CNRS
#
# This program 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/atrck.c b/src/atrck.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020 CNRS
+/* Copyright (C) 2020, 2021 CNRS
*
* This program 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/atrck.h b/src/atrck.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020 CNRS
+/* Copyright (C) 2020, 2021 CNRS
*
* This program 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/atrck_c.h b/src/atrck_c.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020 CNRS
+/* Copyright (C) 2020, 2021 CNRS
*
* This program 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/atrck_log.c b/src/atrck_log.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020 CNRS
+/* Copyright (C) 2020, 2021 CNRS
*
* This program 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/atrck_log.h b/src/atrck_log.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020 CNRS
+/* Copyright (C) 2020, 2021 CNRS
*
* This program 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/test_atrck.c b/src/test_atrck.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020 CNRS
+/* Copyright (C) 2020, 2021 CNRS
*
* This program 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/test_atrck_load.c b/src/test_atrck_load.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020 CNRS
+/* Copyright (C) 2020, 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by