From e7eaf4307749ed4608d1b6b1b0c6f069f61d8b31 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 28 Jun 2011 18:21:59 +0000 Subject: [PATCH] Added some GPL headers --- includes/LinksUpdate.php | 15 +++++++++++++++ includes/Title.php | 16 ++++++++++++++++ includes/User.php | 16 ++++++++++++++++ includes/WebResponse.php | 15 +++++++++++++++ includes/WebStart.php | 15 +++++++++++++++ 5 files changed, 77 insertions(+) diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index e819f7c4e7..a982aec79f 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -2,6 +2,21 @@ /** * See docs/deferred.txt * + * 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 (e.g. one-sentence top-level class description). */ class LinksUpdate { diff --git a/includes/Title.php b/includes/Title.php index 65f143e470..63d690ee17 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1,6 +1,22 @@