From 9d53ccb2dd8eed6b28629d4ac6047cd4e1b4e33d Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Sat, 11 May 2024 17:49:35 +0200
Subject: [PATCH] Update license information of include files

---
 src/include/Commons.h          | 15 ++++++++++++++-
 src/include/Configuration.h    | 15 ++++++++++++++-
 src/include/TransitionMatrix.h | 15 ++++++++++++++-
 src/include/algebraic.h        | 15 ++++++++++++++-
 src/include/clu_subs.h         | 15 ++++++++++++++-
 src/include/lapack_calls.h     | 17 +++++++++++++++--
 src/include/logging.h          | 15 ++++++++++++++-
 src/include/sph_subs.h         | 15 ++++++++++++++-
 src/include/tfrfme.h           | 15 ++++++++++++++-
 src/include/tra_subs.h         | 15 ++++++++++++++-
 src/include/types.h            | 15 ++++++++++++++-
 11 files changed, 155 insertions(+), 12 deletions(-)

diff --git a/src/include/Commons.h b/src/include/Commons.h
index a9370909..7e4d2520 100644
--- a/src/include/Commons.h
+++ b/src/include/Commons.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file Commons.h
  *
diff --git a/src/include/Configuration.h b/src/include/Configuration.h
index 726f7471..6ac94179 100644
--- a/src/include/Configuration.h
+++ b/src/include/Configuration.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file Configuration.h
  *
diff --git a/src/include/TransitionMatrix.h b/src/include/TransitionMatrix.h
index 6adb60f7..b5a093bb 100644
--- a/src/include/TransitionMatrix.h
+++ b/src/include/TransitionMatrix.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file TransitionMatrix.h
  *
diff --git a/src/include/algebraic.h b/src/include/algebraic.h
index efd13cf7..fe06bbaf 100644
--- a/src/include/algebraic.h
+++ b/src/include/algebraic.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file algebraic.h
  *
diff --git a/src/include/clu_subs.h b/src/include/clu_subs.h
index 2360c060..3a94928f 100644
--- a/src/include/clu_subs.h
+++ b/src/include/clu_subs.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file clu_subs.h
  *
diff --git a/src/include/lapack_calls.h b/src/include/lapack_calls.h
index 5165ceca..0abfd747 100644
--- a/src/include/lapack_calls.h
+++ b/src/include/lapack_calls.h
@@ -1,6 +1,19 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
 
-/*! \file lapack_calss.h
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
+
+/*! \file lapack_calls.h
  *
  * \brief C++ interface to LAPACK calls.
  *
diff --git a/src/include/logging.h b/src/include/logging.h
index a8818ea4..31a89025 100644
--- a/src/include/logging.h
+++ b/src/include/logging.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file logging.h
  *
diff --git a/src/include/sph_subs.h b/src/include/sph_subs.h
index 427ae3a6..4fef0bd5 100644
--- a/src/include/sph_subs.h
+++ b/src/include/sph_subs.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file sph_subs.h
  *
diff --git a/src/include/tfrfme.h b/src/include/tfrfme.h
index 8f271819..d6ef0cbf 100644
--- a/src/include/tfrfme.h
+++ b/src/include/tfrfme.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file tfrfme.h
  *
diff --git a/src/include/tra_subs.h b/src/include/tra_subs.h
index 37e72850..132d0fd8 100644
--- a/src/include/tra_subs.h
+++ b/src/include/tra_subs.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file tra_subs.h
  *
diff --git a/src/include/types.h b/src/include/types.h
index 8c6ab4b2..e258c75e 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -1,4 +1,17 @@
-/* Distributed under the terms of GPLv3 or later. See COPYING for details. */
+/* Copyright 2024 INAF - Osservatorio Astronomico di Cagliari
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ */
 
 /*! \file types.h
  *
-- 
GitLab