From f8fc7d9247feea07a34bed37d7332766693adf09 Mon Sep 17 00:00:00 2001 From: Marcos Bento Date: Fri, 1 Dec 2023 09:06:46 +0000 Subject: [PATCH] Adjust the Copyright date Re ECFLOW-1932 --- ACore/CMakeLists.txt | 2 +- ANattr/CMakeLists.txt | 2 +- ANode/CMakeLists.txt | 2 +- Base/CMakeLists.txt | 2 +- CSim/CMakeLists.txt | 2 +- Client/CMakeLists.txt | 2 +- Http/CMakeLists.txt | 2 +- Pyext/CMakeLists.txt | 2 +- Pyext/python2/CMakeLists.txt | 2 +- Pyext/python3/CMakeLists.txt | 2 +- Server/CMakeLists.txt | 2 +- Test/CMakeLists.txt | 2 +- Udp/CMakeLists.txt | 2 +- Udp/src/ecflow/udp/RequestHandler.hpp | 2 +- Viewer/CMakeLists.txt | 2 +- Viewer/ecflowUI/CMakeLists.txt | 2 +- Viewer/ecflowUI/scripts/CMakeLists.txt | 2 +- Viewer/ecflowUI/src/CMakeLists.txt | 2 +- Viewer/libViewer/CMakeLists.txt | 2 +- Viewer/libViewer/src/CMakeLists.txt | 2 +- cmake/CompilerOptions.cmake | 2 +- cmake/Dependencies.cmake | 3 ++- cmake/FindCereal.cmake | 3 ++- cmake/FindClangFormat.cmake | 3 ++- cmake/FindHttplib.cmake | 3 ++- cmake/FindJson.cmake | 3 ++- cmake/FindSphinx.cmake | 2 +- share/CMakeLists.txt | 2 +- share/ecflow/etc/CMakeLists.txt | 2 +- share/ecflow/etc/sounds/CMakeLists.txt | 2 +- tools/CMakeLists.txt | 2 +- 31 files changed, 36 insertions(+), 31 deletions(-) diff --git a/ACore/CMakeLists.txt b/ACore/CMakeLists.txt index 95d30e718..176bea426 100644 --- a/ACore/CMakeLists.txt +++ b/ACore/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/ANattr/CMakeLists.txt b/ANattr/CMakeLists.txt index 21da5d11b..2a9b1bf1c 100644 --- a/ANattr/CMakeLists.txt +++ b/ANattr/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/ANode/CMakeLists.txt b/ANode/CMakeLists.txt index 87cb18d4b..64bacfa39 100644 --- a/ANode/CMakeLists.txt +++ b/ANode/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Base/CMakeLists.txt b/Base/CMakeLists.txt index c148c4b46..abef3d5d8 100644 --- a/Base/CMakeLists.txt +++ b/Base/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/CSim/CMakeLists.txt b/CSim/CMakeLists.txt index 80b28a4d6..2ae9cebd1 100644 --- a/CSim/CMakeLists.txt +++ b/CSim/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Client/CMakeLists.txt b/Client/CMakeLists.txt index f305dac37..7c87b84e6 100644 --- a/Client/CMakeLists.txt +++ b/Client/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Http/CMakeLists.txt b/Http/CMakeLists.txt index db9c8c98e..eb60fd773 100644 --- a/Http/CMakeLists.txt +++ b/Http/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Pyext/CMakeLists.txt b/Pyext/CMakeLists.txt index 3db109698..18e5d594d 100644 --- a/Pyext/CMakeLists.txt +++ b/Pyext/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Pyext/python2/CMakeLists.txt b/Pyext/python2/CMakeLists.txt index 17736715a..b1ac04eae 100644 --- a/Pyext/python2/CMakeLists.txt +++ b/Pyext/python2/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Pyext/python3/CMakeLists.txt b/Pyext/python3/CMakeLists.txt index fcf8ffc2e..7f3578da4 100644 --- a/Pyext/python3/CMakeLists.txt +++ b/Pyext/python3/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Server/CMakeLists.txt b/Server/CMakeLists.txt index 596e1df52..066c7bfd0 100644 --- a/Server/CMakeLists.txt +++ b/Server/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Test/CMakeLists.txt b/Test/CMakeLists.txt index 0b2ad4a3a..e73f0afbd 100644 --- a/Test/CMakeLists.txt +++ b/Test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Udp/CMakeLists.txt b/Udp/CMakeLists.txt index 69514ca2e..80448328f 100644 --- a/Udp/CMakeLists.txt +++ b/Udp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Udp/src/ecflow/udp/RequestHandler.hpp b/Udp/src/ecflow/udp/RequestHandler.hpp index 56be23125..1900aca3c 100644 --- a/Udp/src/ecflow/udp/RequestHandler.hpp +++ b/Udp/src/ecflow/udp/RequestHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023- ECMWF. + * Copyright 2009- ECMWF. * * This software is licensed under the terms of the Apache Licence version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Viewer/CMakeLists.txt b/Viewer/CMakeLists.txt index 611720fd9..f747db85f 100644 --- a/Viewer/CMakeLists.txt +++ b/Viewer/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Viewer/ecflowUI/CMakeLists.txt b/Viewer/ecflowUI/CMakeLists.txt index a9b89ec53..cbf37768a 100644 --- a/Viewer/ecflowUI/CMakeLists.txt +++ b/Viewer/ecflowUI/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Viewer/ecflowUI/scripts/CMakeLists.txt b/Viewer/ecflowUI/scripts/CMakeLists.txt index f1b90c055..748ab5dee 100644 --- a/Viewer/ecflowUI/scripts/CMakeLists.txt +++ b/Viewer/ecflowUI/scripts/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Viewer/ecflowUI/src/CMakeLists.txt b/Viewer/ecflowUI/src/CMakeLists.txt index 1a879a2e0..68fa17114 100644 --- a/Viewer/ecflowUI/src/CMakeLists.txt +++ b/Viewer/ecflowUI/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Viewer/libViewer/CMakeLists.txt b/Viewer/libViewer/CMakeLists.txt index 21e450997..db19b3486 100644 --- a/Viewer/libViewer/CMakeLists.txt +++ b/Viewer/libViewer/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/Viewer/libViewer/src/CMakeLists.txt b/Viewer/libViewer/src/CMakeLists.txt index 5acd22e06..89aa2cc49 100644 --- a/Viewer/libViewer/src/CMakeLists.txt +++ b/Viewer/libViewer/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/cmake/CompilerOptions.cmake b/cmake/CompilerOptions.cmake index f8f5c5379..f9aefcae3 100644 --- a/cmake/CompilerOptions.cmake +++ b/cmake/CompilerOptions.cmake @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake index d84a6f4c6..4f9f2bcb3 100644 --- a/cmake/Dependencies.cmake +++ b/cmake/Dependencies.cmake @@ -1,5 +1,6 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. +# # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. # In applying this licence, ECMWF does not waive the privileges and immunities diff --git a/cmake/FindCereal.cmake b/cmake/FindCereal.cmake index e3a005399..227782eab 100644 --- a/cmake/FindCereal.cmake +++ b/cmake/FindCereal.cmake @@ -1,5 +1,6 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. +# # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. # In applying this licence, ECMWF does not waive the privileges and immunities diff --git a/cmake/FindClangFormat.cmake b/cmake/FindClangFormat.cmake index a808311d3..fed0a5a2d 100644 --- a/cmake/FindClangFormat.cmake +++ b/cmake/FindClangFormat.cmake @@ -1,5 +1,6 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. +# # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. # In applying this licence, ECMWF does not waive the privileges and immunities diff --git a/cmake/FindHttplib.cmake b/cmake/FindHttplib.cmake index a648cf07c..a63f9b34e 100644 --- a/cmake/FindHttplib.cmake +++ b/cmake/FindHttplib.cmake @@ -1,5 +1,6 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. +# # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. # In applying this licence, ECMWF does not waive the privileges and immunities diff --git a/cmake/FindJson.cmake b/cmake/FindJson.cmake index 2f36b83a4..add412a9b 100644 --- a/cmake/FindJson.cmake +++ b/cmake/FindJson.cmake @@ -1,5 +1,6 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. +# # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. # In applying this licence, ECMWF does not waive the privileges and immunities diff --git a/cmake/FindSphinx.cmake b/cmake/FindSphinx.cmake index 9fea2e66d..b8592f5f6 100644 --- a/cmake/FindSphinx.cmake +++ b/cmake/FindSphinx.cmake @@ -1,5 +1,5 @@ # -# Copyright 2009-2023 ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt index cd020faf2..c928eef35 100644 --- a/share/CMakeLists.txt +++ b/share/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/share/ecflow/etc/CMakeLists.txt b/share/ecflow/etc/CMakeLists.txt index a7851b2b2..6aaef42f6 100644 --- a/share/ecflow/etc/CMakeLists.txt +++ b/share/ecflow/etc/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/share/ecflow/etc/sounds/CMakeLists.txt b/share/ecflow/etc/sounds/CMakeLists.txt index f41e61896..7fa96880d 100644 --- a/share/ecflow/etc/sounds/CMakeLists.txt +++ b/share/ecflow/etc/sounds/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 5dbbfc707..ac0c6dd35 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023- ECMWF. +# Copyright 2009- ECMWF. # # This software is licensed under the terms of the Apache Licence version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.