r-map/rmap

stimav4: apply license

pat1 opened this issue · 1 comments

pat1 commented

Il capitolato riporta:
3.4.1 Licenza del software oggetto della fornitura
Tutti i diritti di utilizzazione economica del Software sviluppato dal Fornitore in esecuzione del
presente incarico saranno detenuti in modo esclusivo da ARPAE.
... omissis ...
ARPAE licenzierà tutto il software sviluppato dal Fornitore in esecuzione del presente incarico con
la licenza GNU General Public License Version 2 o ogni versione successiva
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Quindi il copyright è di ARPAE mentre rimangono immutati gli autori.
La cosa non è equivalente.
Esempio corretto:

/**
  ******************************************************************************
  * @file    elaborate_data_task.cpp
  * @author  Moreno Gasperini <m.gasperini@digiteco.it>
  * @author  Marco Baldinetti <m.baldinetti@digiteco.it>
  * @brief   elaborate_data_task source file (Elaborate acquire WindGill)
  ******************************************************************************
  * @attention
  *
  * This file is part of StimaV4.
  *
  * <h2><center>&copy; Stimav4 is Copyright (C) 2023 ARPAE-SIMC urpsim@arpae.it</center></h2>
  *
  *  StimaV4 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 2 of the License, or
  *  (at your option) any later version.
  *
  *   StimaV4 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.
  *
  *  You should have received a copy of the GNU General Public License
  *  along with StimaV4.  If not, see <http://www.gnu.org/licenses/>.
  * 
  ******************************************************************************
*/