From 42fe0291ef650140d5c712932d496c81fac18933 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sun, 8 Sep 2024 14:26:07 +0000 Subject: [PATCH] Updated copyright header, new list of authors in separate file --- .dockerignore | 1 + AUTHORS.md | 117 +++++++++++++++++++++++++++++++++++++++ admin.php | 4 +- docker/docker_config.php | 4 +- f.php | 3 +- index.php | 6 +- install.php | 3 +- lib/config.original.php | 1 + lib/functions.js.php | 3 +- lib/functions.php | 2 +- lib/lang.php | 2 + lib/settings.php | 2 + script.php | 2 + tos.php | 3 + 14 files changed, 144 insertions(+), 9 deletions(-) create mode 100644 AUTHORS.md diff --git a/.dockerignore b/.dockerignore index e1e7064..670c268 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ screenshots +AUTHORS.md CHANGELOG.md CONTRIBUTING.md Dockerfile diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..a5d94ae --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,117 @@ +# Authors of Jirafeau + +## Main author of Jirafeau from 2015 to 2024 + +Jirafeau was originally a project by **Jérôme Jutteau**, who forked the [Jyraphe](https://web.archive.org/web/20170506133242/home.gna.org/jyraphe) project in 2015. He was the main author Jirafeau from 2015 to 2024. + +Jyraphe was authored by **Julien "axolotl" Bernard**. + +## Contributors of Jirafeau from 2015 to present + +This is a list of people who contributed to Jirafeau over the years. The list was generated by extracting the authors from the Git history. If we forgot someone, it was simply by accident and not intentionally. + +- Allan Nordhøy +- Alper Burcu Torun +- Andrea Zucchelli +- Ante Nakic +- asashi +- Asharas +- bendia +- Blackeye +- Borja Saavedra Valdés +- ButterflyOfFire +- Cem +- Dan Untenzu +- Dark Horse +- Dennis de Best +- Edwin Bos +- Erik Hubers +- Erik Lundin +- Étienne Deparis +- Eugene Barbashin +- Fabien Clément +- Federico Bailes +- Fedor Piecka +- ferranroig +- Florian Fricke +- flsabourin +- fm-sys +- François Boulogne +- François L +- GoZ +- Guilherme Andrade +- gwunderlich +- Hunter Fuller +- hüseyinyıldız +- Igor Posledov +- ikmaak +- Ioannis +- Jack Footner +- Jasper +- j-broo +- Jeannette L +- Jimmy Beauvois +- Jindřich Skácel +- J. Lavoie +- João Paulo Freire +- JuLien42 +- Julien Malik +- KajmaczeK +- Kidhoma Norman +- Lari Oesch +- Laurentiu Dobrota +- Luna Jernberg +- Marc Gallet +- Marc Hauswirth +- Mathis Mensing +- Matthieu Schneider +- Mattias Münster +- max keiser +- Michal Čihař +- Milo Ivir +- Misik +- M Krisztián +- MrWouterNL +- Nelson Pereira +- Nicky Galliano +- Oded +- Oğuz Ersen +- Olivier Esver +- omar anwar aglan +- Oskar Fagerfjäll +- Patrick Canterino +- Pierre-Alain Bandinelli +- pixelbrackets +- Poorchop +- Pyry +- Pyry Kujala +- R.W +- Sabri Ünal +- sam lt +- Sandybunting +- scumjr +- Sebastien Mennetrier +- Slobodan Simić +- Spanti Nicola (RyDroid) +- Srikanth L +- ssantos +- Starus +- Stefano Mortellaro +- Sven Dickert +- Sylke Vicious +- Szylu +- Thomas LEBEAU +- Thomas Sontheimer +- Tymofij Lytvynenko +- Vasilis Giann +- Victor Lamoine +- Viktar Vauchkevich +- Weblate +- Wim Livens +- Yaron Shahrabani +- YFdyh000 +- Your Name +- Zertrin +- Zoltán Faludi +- Степанчук Максим +- Слободан Симић \ No newline at end of file diff --git a/admin.php b/admin.php index 09bded5..a6bacd3 100644 --- a/admin.php +++ b/admin.php @@ -1,7 +1,9 @@ * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -14,7 +16,7 @@ * 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 . + * along with this program. If not, see . */ session_start(); define('JIRAFEAU_ROOT', dirname(__FILE__) . '/'); diff --git a/docker/docker_config.php b/docker/docker_config.php index 0becc2d..976f366 100644 --- a/docker/docker_config.php +++ b/docker/docker_config.php @@ -1,7 +1,9 @@ + * Copyright (C) 2008 Julien "axolotl" BERNARD + * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * 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/f.php b/f.php index 543fc10..f523f72 100644 --- a/f.php +++ b/f.php @@ -3,6 +3,7 @@ * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -15,7 +16,7 @@ * 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 . + * along with this program. If not, see . */ define('JIRAFEAU_ROOT', dirname(__FILE__) . '/'); diff --git a/index.php b/index.php index 43bb81d..da6ee2f 100644 --- a/index.php +++ b/index.php @@ -1,9 +1,9 @@ - * Jimmy Beauvois + * Copyright (C) 2008 Julien "axolotl" BERNARD + * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * 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/install.php b/install.php index ed99b19..2550aa6 100644 --- a/install.php +++ b/install.php @@ -2,7 +2,8 @@ /* * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD - * Copyright (C) 2015 Nicola Spanti (RyDroid) + * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * 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/lib/config.original.php b/lib/config.original.php index d261f68..8aec857 100644 --- a/lib/config.original.php +++ b/lib/config.original.php @@ -3,6 +3,7 @@ * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * 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/lib/functions.js.php b/lib/functions.js.php index 17c6d0b..64154d3 100644 --- a/lib/functions.js.php +++ b/lib/functions.js.php @@ -1,8 +1,9 @@ * Copyright (C) 2015 Jerome Jutteau - * Copyright (C) 2015 Nicola Spanti (RyDroid) + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * 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/lib/functions.php b/lib/functions.php index 4991f23..83d7a2d 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -3,7 +3,7 @@ * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD * Copyright (C) 2015 Jerome Jutteau - * Copyright (C) 2015 Nicola Spanti (RyDroid) + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * 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/lib/lang.php b/lib/lang.php index cfb8f80..abba168 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -1,7 +1,9 @@ * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * 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/lib/settings.php b/lib/settings.php index 494dfd2..cbdfaff 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -2,6 +2,8 @@ /* * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD + * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * 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/script.php b/script.php index 6ef117e..c0cee68 100644 --- a/script.php +++ b/script.php @@ -1,7 +1,9 @@ * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * 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/tos.php b/tos.php index 313f0da..cc4a831 100644 --- a/tos.php +++ b/tos.php @@ -1,6 +1,9 @@ + * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as -- 2.34.1