From 2c2b29904b682652051aac1b0a4fbc200698fe2e Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Tue, 5 Mar 2024 17:57:29 +0100 Subject: [PATCH] Add license statement to README files --- README.md | 4 ++++ build/README.md | 2 ++ containers/docker/README.md | 2 ++ containers/singularity/README.md | 2 ++ doc/src/README.md | 2 ++ src/README.md | 2 ++ src/scripts/README.md | 2 ++ test_data/README.md | 2 ++ 8 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 15766ce3..cef20a5b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,7 @@ The aim of the project, funded by PNRR-CNS, is to refactor the original, very ol The current implementation offers a set of elementary tests to check that the original FORTRAN code can be compiled and executed on a limited set of pre-defined input data. The functionality of this initial stage can be verified by cloning the gitLab repository on a local machine and building the binaries from the `src` folder. *NOTE:* The building process requires a working installation of the GNU Compiler Collection (`gcc`), of the GNU FORTRAN compiler (`gfortran`) and of the GNU `make` builder. + +# License + +This project is distributed under the terms of the *GNU General Public License V3.0 or later* (GPL-3.0-or-later). Check the contents of the *COPYING* file for further details. \ No newline at end of file diff --git a/build/README.md b/build/README.md index 2596e698..bd4fe07f 100644 --- a/build/README.md +++ b/build/README.md @@ -1,3 +1,5 @@ +Distributed under the terms of *GNU GPL-3.0-or-later* + # Folder instructions This directory collects all the output of make builds. diff --git a/containers/docker/README.md b/containers/docker/README.md index c6bf1c9e..555a487d 100644 --- a/containers/docker/README.md +++ b/containers/docker/README.md @@ -1,3 +1,5 @@ +Distributed under the terms of *GNU GPL-3.0-or-later* + # Docker support for the NP-TMcode project This Dockerfile allows to create mainly: diff --git a/containers/singularity/README.md b/containers/singularity/README.md index 04cfdfe1..20e9767c 100644 --- a/containers/singularity/README.md +++ b/containers/singularity/README.md @@ -1,3 +1,5 @@ +Distributed under the terms of *GNU GPL-3.0-or-later* + # Singularity support for the NP-TMcode project This `np-tmcode-run.def` file allows to create a np-tmcode-run image, that contains only the pre-built executables, python test scripts, compiled documentation, and the minimal runtime to run them diff --git a/doc/src/README.md b/doc/src/README.md index 94056c18..40ca9e98 100644 --- a/doc/src/README.md +++ b/doc/src/README.md @@ -1,3 +1,5 @@ +Distributed under the terms of *GNU GPL-3.0-or-later* + # Folder instructions This directory contains the material to build the project documentation with *doxygen*. diff --git a/src/README.md b/src/README.md index c345b389..803470ee 100644 --- a/src/README.md +++ b/src/README.md @@ -1,3 +1,5 @@ +Distributed under the terms of *GNU GPL-3.0-or-later* + # Folder instructions This directory collects the source code of the original programs and the development folders. diff --git a/src/scripts/README.md b/src/scripts/README.md index b865eaca..59a75714 100644 --- a/src/scripts/README.md +++ b/src/scripts/README.md @@ -1,3 +1,5 @@ +Distributed under the terms of *GNU GPL-3.0-or-later* + # Folder instructions This directory contains scripts and tools to evaluate the code functionality. diff --git a/test_data/README.md b/test_data/README.md index b075b9e1..4db4e5af 100644 --- a/test_data/README.md +++ b/test_data/README.md @@ -1,3 +1,5 @@ +Distributed under the terms of *GNU GPL-3.0-or-later* + # Folder instructions This directory collects the input files to test the code. -- GitLab