From 0ed2d5528e2af3cac543a03c4914382d4846d7e8 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Fri, 5 Jun 2026 16:35:55 +0200 Subject: [PATCH] Modified copyright header of all themes --- media/courgette/style.css.php | 10 +++++----- media/dark-courgette/style.css.php | 10 +++++----- media/elegantish/style.css.php | 13 ++++--------- media/industrial/style.css.php | 9 +++------ media/jyraphe/style.css.php | 7 ++----- media/modern/style.css.php | 13 ++++--------- 6 files changed, 23 insertions(+), 39 deletions(-) diff --git a/media/courgette/style.css.php b/media/courgette/style.css.php index d6f1e09..7623cd5 100644 --- a/media/courgette/style.css.php +++ b/media/courgette/style.css.php @@ -1,9 +1,9 @@ - * Jimmy Beauvois + * 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 @@ -20,7 +20,7 @@ */ /* - * This stylesheet is the default stylesheet for Jyraphe. + * This stylesheet is the default stylesheet for Jirafeau. * The content is dynamically generated for easier handling. */ diff --git a/media/dark-courgette/style.css.php b/media/dark-courgette/style.css.php index fc78d3c..7a577c9 100644 --- a/media/dark-courgette/style.css.php +++ b/media/dark-courgette/style.css.php @@ -1,9 +1,9 @@ - * Jimmy Beauvois + * 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 @@ -20,7 +20,7 @@ */ /* - * This stylesheet is the default stylesheet for Jyraphe. + * This stylesheet is the default dark mode stylesheet for Jirafeau. * The content is dynamically generated for easier handling. */ diff --git a/media/elegantish/style.css.php b/media/elegantish/style.css.php index 7107195..401b37a 100644 --- a/media/elegantish/style.css.php +++ b/media/elegantish/style.css.php @@ -1,9 +1,9 @@ - * Jimmy Beauvois + * 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 @@ -19,11 +19,6 @@ * along with this program. If not, see . */ -/* - * This stylesheet is the default stylesheet for Jyraphe. - * The content is dynamically generated for easier handling. - */ - $dark = '#8B4513'; header('Content-type: text/css'); diff --git a/media/industrial/style.css.php b/media/industrial/style.css.php index e9d3090..f28921e 100644 --- a/media/industrial/style.css.php +++ b/media/industrial/style.css.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 @@ -17,11 +19,6 @@ * along with this program. If not, see . */ -/* - * This stylesheet is the default stylesheet for Jyraphe. - * The content is dynamically generated for easier handling. - */ - $dark = '#8B4513'; header('Content-type: text/css'); diff --git a/media/jyraphe/style.css.php b/media/jyraphe/style.css.php index 23b6f6d..517ae1c 100644 --- a/media/jyraphe/style.css.php +++ b/media/jyraphe/style.css.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 @@ -17,11 +19,6 @@ * along with this program. If not, see . */ -/* - * This stylesheet is the default stylesheet for Jirafeau. - * The content is dynamically generated for easier handling. - */ - $dark = '#8B4513'; header('Content-type: text/css'); diff --git a/media/modern/style.css.php b/media/modern/style.css.php index 4d68928..e40760a 100644 --- a/media/modern/style.css.php +++ b/media/modern/style.css.php @@ -1,9 +1,9 @@ - * Jimmy Beauvois + * 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 @@ -19,11 +19,6 @@ * along with this program. If not, see . */ -/* - * This stylesheet is the default stylesheet for Jyraphe. - * The content is dynamically generated for easier handling. - */ - $dark = '#8B4513'; header('Content-type: text/css'); -- 2.43.0