diff --git a/src/scripts/pycompare.py b/src/scripts/pycompare.py
index 633876ab4453a1a8faf80848b8eb51d05732d7bd..316199011b682915a738dcb499846afb4ffe2b1f 100755
--- a/src/scripts/pycompare.py
+++ b/src/scripts/pycompare.py
@@ -1,5 +1,20 @@
 #!/bin/python3
 
+#   Copyright (C) 2024   INAF - Osservatorio Astronomico di Cagliari
+#
+#   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
+#   the Free Software Foundation, either version 3 of the License, or
+#   (at your option) any later version.
+#   
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#   
+#   A copy of the GNU General Public License is distributed along with
+#   this program in the COPYING file. If not, see: <https://www.gnu.org/licenses/>.
+
 ## @package pycompare
 #  \brief Script to perform output consistency tests
 #
diff --git a/src/scripts/pytiming.py b/src/scripts/pytiming.py
index 3887702e088249715c428cad49ec2cc24a97f1cb..bc1ab97ae595ea8af25197e031f4befc50c38fce 100755
--- a/src/scripts/pytiming.py
+++ b/src/scripts/pytiming.py
@@ -1,5 +1,20 @@
 #!/bin/python3
 
+#   Copyright (C) 2024   INAF - Osservatorio Astronomico di Cagliari
+#
+#   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
+#   the Free Software Foundation, either version 3 of the License, or
+#   (at your option) any later version.
+#   
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#   
+#   A copy of the GNU General Public License is distributed along with
+#   this program in the COPYING file. If not, see: <https://www.gnu.org/licenses/>.
+
 ## @package pycompare
 #  \brief Script to calculate the execution time of logged operations
 #