]> git.p6c8.net - jirafeau.git/commitdiff
Updated copyright header, new list of authors in separate file
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 8 Sep 2024 14:26:07 +0000 (14:26 +0000)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 8 Sep 2024 14:26:07 +0000 (14:26 +0000)
14 files changed:
.dockerignore
AUTHORS.md [new file with mode: 0644]
admin.php
docker/docker_config.php
f.php
index.php
install.php
lib/config.original.php
lib/functions.js.php
lib/functions.php
lib/lang.php
lib/settings.php
script.php
tos.php

index e1e706405de78e492dcaf0ac1d9545d7c3ba1646..670c26893cd23f95d0ab20a04dc9ca08530b7a59 100644 (file)
@@ -1,4 +1,5 @@
 screenshots
+AUTHORS.md
 CHANGELOG.md
 CONTRIBUTING.md
 Dockerfile
diff --git a/AUTHORS.md b/AUTHORS.md
new file mode 100644 (file)
index 0000000..a5d94ae
--- /dev/null
@@ -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
index 09bded527fa9ab6f59d204f537b39efaa150a756..a6bacd337f379507b8d242f27b0f68fd6623aea6 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -1,7 +1,9 @@
 <?php
 /*
  *  Jirafeau, your web file repository
+ *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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 <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 session_start();
 define('JIRAFEAU_ROOT', dirname(__FILE__) . '/');
index 0becc2da3c601b4e13304d80610b6d2bf9b13cab..976f36644b5d7feea15ba1227aa2de154e224e8b 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 /*
  *  Jirafeau, your web file repository
- *  Copyright (C) 2020  Jérôme Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
+ *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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 543fc1028cfb33371a009c49d111652c2f52c7c5..f523f728a2e57f0dfc75498a40315283033d0d8e 100644 (file)
--- a/f.php
+++ b/f.php
@@ -3,6 +3,7 @@
  *  Jirafeau, your web file repository
  *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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 <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 define('JIRAFEAU_ROOT', dirname(__FILE__) . '/');
 
index 43bb81dddc8c1114a8fa5d99168e43110f152a5b..da6ee2f67e39900b644b47eb020404aca17e96fb 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,9 +1,9 @@
 <?php
 /*
  *  Jirafeau, your web file repository
- *  Copyright (C) 2013
- *  Jerome Jutteau <jerome@jutteau.fr>
- *  Jimmy Beauvois <jimmy.beauvois@gmail.com>
+ *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
+ *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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
index ed99b19208642655512375150c34ca990633cde9..2550aa615fb3247df811486290c6ad264eb455b3 100644 (file)
@@ -2,7 +2,8 @@
 /*
  *  Jirafeau, your web file repository
  *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
- *  Copyright (C) 2015  Nicola Spanti (RyDroid) <dev@nicola-spanti.info>
+ *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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
index d261f682b1083b9b0ca0f30fbcd36fbfc8029ce4..8aec8572dc52948ec3e89bc57a61e84e506d1fd0 100644 (file)
@@ -3,6 +3,7 @@
  *  Jirafeau, your web file repository
  *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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
index 17c6d0b8818f74b6c7298db4fcc678328328cd5a..64154d3be3c0bd481da7231df7f11eaad4174aed 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 /*
  *  Jirafeau, your web file repository
+ *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
- *  Copyright (C) 2015  Nicola Spanti (RyDroid) <dev@nicola-spanti.info>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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
index 4991f23b0906edb59c3591d68056b3ef8bd050a6..83d7a2dc63990d156e0e201230c861cf03c51fd5 100644 (file)
@@ -3,7 +3,7 @@
  *  Jirafeau, your web file repository
  *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
- *  Copyright (C) 2015  Nicola Spanti (RyDroid) <dev@nicola-spanti.info>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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
index cfb8f80cf7aa290325f10a83d6a35f417137cb00..abba1680b2ed49bbb88428d0caba4582385723dd 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 /*
  *  Jirafeau, your web file repository
+ *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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
index 494dfd28f896314022e3a6cfb826835ae8840ea7..cbdfaff47097ab6dc6d59c09ab5654e09d3bcf9c 100644 (file)
@@ -2,6 +2,8 @@
 /*
  *  Jirafeau, your web file repository
  *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
+ *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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
index 6ef117ed13ee5c0a9c1b5417e7ef3a99a5326fee..c0cee68b3d05b4ae4fe08ee541a1cc21d469fb2b 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 /*
  *  Jirafeau, your web file repository
+ *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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 313f0daee5fbeaec22cbeddb94a2ee612f6b8931..cc4a8319b2072261201d56f7c72e7bfcdbf05ed7 100644 (file)
--- a/tos.php
+++ b/tos.php
@@ -1,6 +1,9 @@
 <?php
 /*
  *  Jirafeau, your web file repository
+ *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
+ *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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

patrick-canterino.de