commit 6f32b3ba225e7b4f77b500bd3acebcc28824fc60
parent e1318da28127de79a33ffb8971b48c0f3796e679
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 5 Jan 2023 14:33:25 +0100
Update copyright year range
Diffstat:
14 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
@@ -22,7 +22,7 @@ for further informations on CMake.
## Licenses
-Copyright (C) 2020, 2021, 2022 [|Meso|Star>](http://www.meso-star.com)
+Copyright (C) 2020-2023 [|Méso|Star>](http://www.meso-star.com)
<contact@meso-star.com>. MruMtl is free software released under the GPL v3+
license: GNU GPL version 3 or later. You are welcome to redistribute them 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, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+# Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
#
# 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/doc/mrumtl.5.scd b/doc/mrumtl.5.scd
@@ -1,6 +1,6 @@
mrumtl(5)
-; Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+; Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
;
; 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/mrumtl.c b/src/mrumtl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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/mrumtl.h b/src/mrumtl.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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/mrumtl_brdf.h b/src/mrumtl_brdf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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/mrumtl_c.h b/src/mrumtl_c.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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/mrumtl_fetch.c b/src/mrumtl_fetch.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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/mrumtl_log.c b/src/mrumtl_log.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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/mrumtl_log.h b/src/mrumtl_log.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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_mrumtl.c b/src/test_mrumtl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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_mrumtl_bands.c b/src/test_mrumtl_bands.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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_mrumtl_load.c b/src/test_mrumtl_load.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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_mrumtl_wlens.c b/src/test_mrumtl_wlens.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com)
+/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)
*
* 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