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

Change subject: Add missing copyright headers
......................................................................


Add missing copyright headers

Change-Id: Iafdc1a24c3e39647dc9b8086690473048e1f36b5
---
M includes/Hooks.php
M maintenance/removeOldManualUserPages.php
2 files changed, 38 insertions(+), 0 deletions(-)

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



diff --git a/includes/Hooks.php b/includes/Hooks.php
index e863979..7508974 100644
--- a/includes/Hooks.php
+++ b/includes/Hooks.php
@@ -1,4 +1,23 @@
 <?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.
+ *
+ * @file
+ * @author Szymon Świerkosz
+ * @author Kunal Mehta
+ */
 
 namespace MediaWiki\GlobalCssJs;
 
diff --git a/maintenance/removeOldManualUserPages.php 
b/maintenance/removeOldManualUserPages.php
index ed1b07f..1d9c437 100644
--- a/maintenance/removeOldManualUserPages.php
+++ b/maintenance/removeOldManualUserPages.php
@@ -1,4 +1,23 @@
 <?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.
+ *
+ * @file
+ * @author Szymon Świerkosz
+ * @author Kunal Mehta
+ */
 
 namespace MediaWiki\GlobalCssJs;
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iafdc1a24c3e39647dc9b8086690473048e1f36b5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GlobalCssJs
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
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