diff options
author | Alexandre Emsenhuber <ialex.wiki@gmail.com> | 2012-06-04 15:36:23 +0200 |
---|---|---|
committer | Alexandre Emsenhuber <ialex.wiki@gmail.com> | 2012-06-04 15:36:23 +0200 |
commit | cf5f05570721f6cca45b38f96dc423db6d09eaf9 (patch) | |
tree | af03faf9dc4ba85ffbe2d4e40e57bbf5de073fb5 /skins/Chick.php | |
parent | 1267e41a2a7ed8cdbcbf664806c37e2c274b5431 (diff) | |
download | mediawikicore-cf5f05570721f6cca45b38f96dc423db6d09eaf9.tar.gz mediawikicore-cf5f05570721f6cca45b38f96dc423db6d09eaf9.zip |
Added missing GPLv2 headers in some places.
Also made file/class documentation more consistent.
Change-Id: If00cc0c63c49e441de56bc7b55d764d4a9a53ae8
Diffstat (limited to 'skins/Chick.php')
-rw-r--r-- | skins/Chick.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/skins/Chick.php b/skins/Chick.php index 2362263c6d14..8416393fbf3f 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 */ |