jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/327431 )

Change subject: Add GPL file headers
......................................................................


Add GPL file headers

Change-Id: I74da975ef55a4a2e436166d6b7a7ed94d767f8aa
---
M BlacklistUpdate.php
M StopForumSpam.body.php
M StopForumSpam.hooks.php
M updateBlacklist.php
4 files changed, 73 insertions(+), 4 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/BlacklistUpdate.php b/BlacklistUpdate.php
index 4d9b169..de37aff 100644
--- a/BlacklistUpdate.php
+++ b/BlacklistUpdate.php
@@ -1,4 +1,22 @@
 <?php
+/**
+ * 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
+ */
 
 class BlacklistUpdate implements DeferrableUpdate {
        private $lineNo, $usedKeys, $data, $skipLines, $finished = false;
diff --git a/StopForumSpam.body.php b/StopForumSpam.body.php
index 17ce8c4..2c92e3b 100644
--- a/StopForumSpam.body.php
+++ b/StopForumSpam.body.php
@@ -1,4 +1,22 @@
 <?php
+/**
+ * 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
+ */
 
 class StopForumSpam {
 
diff --git a/StopForumSpam.hooks.php b/StopForumSpam.hooks.php
index f0a57d4..a0a7276 100644
--- a/StopForumSpam.hooks.php
+++ b/StopForumSpam.hooks.php
@@ -1,5 +1,22 @@
 <?php
-
+/**
+ * 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
+ */
 
 class SFSHooks {
 
diff --git a/updateBlacklist.php b/updateBlacklist.php
index 92c1dfb..7f29c1f 100644
--- a/updateBlacklist.php
+++ b/updateBlacklist.php
@@ -1,7 +1,21 @@
 <?php
-
 /**
- * Reads the blacklist file and sticks it in memcache
+ * 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
  */
 
 $IP = getenv( 'MW_INSTALL_PATH' );
@@ -9,9 +23,11 @@
        $IP = __DIR__ . '/../..';
 }
 
-// Require base maintenance class
 require_once( "$IP/maintenance/Maintenance.php" );
 
+/**
+ * Reads the blacklist file and sticks it in memcache
+ */
 class SFSBlacklistUpdate extends Maintenance {
 
        public function execute() {

-- 
To view, visit https://gerrit.wikimedia.org/r/327431
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I74da975ef55a4a2e436166d6b7a7ed94d767f8aa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/StopForumSpam
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to