Commit 1bb8ec60 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Apply GNU GPLv3 License to scripts

parent 64ea9359
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
#!/bin/python3
#!/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
## @package pycompare
#  \brief Script to perform output consistency tests
#  \brief Script to perform output consistency tests
#
#
+15 −0
Original line number Original line Diff line number Diff line
#!/bin/python3
#!/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
## @package pycompare
#  \brief Script to calculate the execution time of logged operations
#  \brief Script to calculate the execution time of logged operations
#
#