From dec98d4d0b1ac7fb10c63ae88954cc7f82828b3d Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 13 Oct 2021 09:44:00 +0200 Subject: [PATCH] Changed legal notice to reflect reality --- AUTHORS | 37 ------------------------------------- Makefile | 3 ++- debian/control | 2 +- debian/copyright | 2 +- include/arrows.h | 3 ++- include/base.h | 3 ++- include/centers.h | 3 ++- include/cmds.h | 3 ++- include/model.h | 3 ++- include/parsing.h | 3 ++- include/scheduler.h | 3 ++- include/server.h | 3 ++- include/supervisor.h | 3 ++- include/terminal.h | 3 ++- include/worker.h | 3 ++- include/xml.h | 3 ++- src/arrows.c | 3 ++- src/centers.c | 3 ++- src/cli.c | 3 ++- src/cmds.c | 3 ++- src/main.c | 3 ++- src/model.c | 3 ++- src/parsing.c | 3 ++- src/scheduler.c | 3 ++- src/server.c | 3 ++- src/supervisor.c | 3 ++- src/tests/arrows.c | 3 ++- src/tests/centers.c | 3 ++- src/tests/localworker.c | 3 ++- src/tests/scheduler.c | 3 ++- src/tests/server.c | 3 ++- src/worker.c | 3 ++- 32 files changed, 60 insertions(+), 68 deletions(-) delete mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 3caedb3..0000000 --- a/AUTHORS +++ /dev/null @@ -1,37 +0,0 @@ -#=----------------------------------------------------------------------------=# -# Project authors file # -# # -# Copyright © 2021 The Gem-graph Project # -# # -# This file is part of gem-graph. # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU Affero 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 Affero General Public License for more details. # -# # -# You should have received a copy of the GNU Affero General Public License # -# along with this program. If not, see . # -#=----------------------------------------------------------------------------=# - -The gem-graph development team (named in the sources The Gem-graph Project) is -composed of all core contributors of the project. Its representatives are the -owners of the gem-graph project repository, and own the copyright in it. - - Founders and owner of the gem-graph project repository - - Jean Sirmai (jean) - Adrien Bourmault (neox) - - Main contributors - - Jean Sirmai (jean) - Adrien Bourmault (neox) - - - Contact : - diff --git a/Makefile b/Makefile index 0a1f301..93765a8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ #=----------------------------------------------------------------------------=# # Makefile # # # -# Copyright © 2021 The Gem-graph Project # +# Copyright © 2021 Libre en Communs (contact@a-lec.org) # +# Copyright © 2021 Adrien Bourmault (neox@a-lec.org) # # # # This file is part of gem-graph. # # # diff --git a/debian/control b/debian/control index eef2923..8341870 100644 --- a/debian/control +++ b/debian/control @@ -6,5 +6,5 @@ Depends: libxml2 Architecture: amd64 Essential: no Installed-Size: 112760 -Maintainer: The Gem-graph Project +Maintainer: Libre en Communs (contact@a-lec.org) Description: The wonderful gem-graph computation server diff --git a/debian/copyright b/debian/copyright index f73fe76..60bafbd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ This is a packacked upstream version of gem-graph-server The sources may be found at . -Copyright © 2021 The Gem-graph Project +Copyright © 2021 Libre en Communs (contact@a-lec.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/include/arrows.h b/include/arrows.h index 8543726..f4ea9b1 100644 --- a/include/arrows.h +++ b/include/arrows.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Local workers definition // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/base.h b/include/base.h index 14881e2..c348dcf 100644 --- a/include/base.h +++ b/include/base.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // base definition // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/centers.h b/include/centers.h index f1007e1..be2c188 100644 --- a/include/centers.h +++ b/include/centers.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Local workers definition // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/cmds.h b/include/cmds.h index 720c583..705f42b 100644 --- a/include/cmds.h +++ b/include/cmds.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Server supported commands definition // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/model.h b/include/model.h index 9e1666d..845b657 100644 --- a/include/model.h +++ b/include/model.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Model definitions // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/parsing.h b/include/parsing.h index 9952b9a..128a1f9 100644 --- a/include/parsing.h +++ b/include/parsing.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // XML parsing module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/scheduler.h b/include/scheduler.h index eeec788..83e1a95 100644 --- a/include/scheduler.h +++ b/include/scheduler.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Scheduler definition // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/server.h b/include/server.h index f03d624..203938d 100644 --- a/include/server.h +++ b/include/server.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Server definition // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/supervisor.h b/include/supervisor.h index 5932f1b..6605c87 100644 --- a/include/supervisor.h +++ b/include/supervisor.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Supervisor definition // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/terminal.h b/include/terminal.h index 1a5107e..436e6b1 100644 --- a/include/terminal.h +++ b/include/terminal.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Terminal management tools // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/worker.h b/include/worker.h index b00f18b..c80a144 100644 --- a/include/worker.h +++ b/include/worker.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Local workers definition // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/include/xml.h b/include/xml.h index d56d876..4809a57 100644 --- a/include/xml.h +++ b/include/xml.h @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // XML management tools // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/arrows.c b/src/arrows.c index b808069..7634932 100644 --- a/src/arrows.c +++ b/src/arrows.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Arrows management module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/centers.c b/src/centers.c index 0984b87..2eba517 100644 --- a/src/centers.c +++ b/src/centers.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Centers management module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/cli.c b/src/cli.c index 1631b3d..7b40808 100644 --- a/src/cli.c +++ b/src/cli.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Command line interface main file // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/cmds.c b/src/cmds.c index 9de3fd4..4940869 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Server management module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/main.c b/src/main.c index a7e9667..052c66a 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Main // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/model.c b/src/model.c index a89af1a..77a89e8 100644 --- a/src/model.c +++ b/src/model.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Model management module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/parsing.c b/src/parsing.c index f625df8..822f9d3 100644 --- a/src/parsing.c +++ b/src/parsing.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // XML parsing module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/scheduler.c b/src/scheduler.c index 82a9268..7bfde69 100644 --- a/src/scheduler.c +++ b/src/scheduler.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Scheduler module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/server.c b/src/server.c index 4ee5352..ff738a8 100644 --- a/src/server.c +++ b/src/server.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Server management module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/supervisor.c b/src/supervisor.c index 9849f8b..03cf758 100644 --- a/src/supervisor.c +++ b/src/supervisor.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Supervisor module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/tests/arrows.c b/src/tests/arrows.c index 4756857..60c915a 100644 --- a/src/tests/arrows.c +++ b/src/tests/arrows.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Arrows tests // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/tests/centers.c b/src/tests/centers.c index 3796519..d416006 100644 --- a/src/tests/centers.c +++ b/src/tests/centers.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Centers tests // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/tests/localworker.c b/src/tests/localworker.c index 3b87380..a8d7d3a 100644 --- a/src/tests/localworker.c +++ b/src/tests/localworker.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Local worker tests // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/tests/scheduler.c b/src/tests/scheduler.c index 6764c2b..141b386 100644 --- a/src/tests/scheduler.c +++ b/src/tests/scheduler.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Scheduler tests // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/tests/server.c b/src/tests/server.c index 80f92af..76f36d3 100644 --- a/src/tests/server.c +++ b/src/tests/server.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Server tests // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // // diff --git a/src/worker.c b/src/worker.c index a943360..bbe934c 100644 --- a/src/worker.c +++ b/src/worker.c @@ -1,7 +1,8 @@ //=-------------------------------------------------------------------------=// // Local worker module // // // -// Copyright © 2021 The Gem-graph Project // +// Copyright © 2021 Libre en Communs (contact@a-lec.org) // +// Copyright © 2021 Adrien Bourmault (neox@a-lec.org) // // // // This file is part of gem-graph. // // //