From cf5f05570721f6cca45b38f96dc423db6d09eaf9 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 4 Jun 2012 15:36:23 +0200 Subject: [PATCH] Added missing GPLv2 headers in some places. Also made file/class documentation more consistent. Change-Id: If00cc0c63c49e441de56bc7b55d764d4a9a53ae8 --- skins/Chick.php | 15 +++++++++++++++ skins/CologneBlue.php | 15 +++++++++++++++ skins/Modern.php | 15 +++++++++++++++ skins/MonoBook.php | 17 ++++++++++++++++- skins/MySkin.php | 17 ++++++++++++++++- skins/Nostalgia.php | 15 +++++++++++++++ skins/Simple.php | 15 +++++++++++++++ skins/Vector.php | 15 +++++++++++++++ 8 files changed, 122 insertions(+), 2 deletions(-) diff --git a/skins/Chick.php b/skins/Chick.php index 2362263c6d..8416393fbf 100644 --- a/skins/Chick.php +++ b/skins/Chick.php @@ -3,6 +3,21 @@ * Chick: A lightweight Monobook skin with no sidebar, the sidebar links are * given at the bottom of the page instead, as in the unstyled MySkin. * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * * @file * @ingroup Skins */ diff --git a/skins/CologneBlue.php b/skins/CologneBlue.php index c5b3b11d38..214d9bc2c0 100644 --- a/skins/CologneBlue.php +++ b/skins/CologneBlue.php @@ -2,6 +2,21 @@ /** * Cologne Blue: A nicer-looking alternative to Standard. * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * * @todo document * @file * @ingroup Skins diff --git a/skins/Modern.php b/skins/Modern.php index ebd574f435..efcf1dea42 100644 --- a/skins/Modern.php +++ b/skins/Modern.php @@ -2,6 +2,21 @@ /** * Modern skin, derived from monobook template. * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * * @todo document * @file * @ingroup Skins diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 857db0f28a..8282fb322d 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -1,10 +1,25 @@