http://www.mediawiki.org/wiki/Special:Code/MediaWiki/69084

Revision: 69084
Author:   aaron
Date:     2010-07-06 06:36:19 +0000 (Tue, 06 Jul 2010)

Log Message:
-----------
Added gpl header

Modified Paths:
--------------
    trunk/extensions/ConfirmAccount/ConfirmAccount.php

Modified: trunk/extensions/ConfirmAccount/ConfirmAccount.php
===================================================================
--- trunk/extensions/ConfirmAccount/ConfirmAccount.php  2010-07-06 06:29:47 UTC 
(rev 69083)
+++ trunk/extensions/ConfirmAccount/ConfirmAccount.php  2010-07-06 06:36:19 UTC 
(rev 69084)
@@ -1,6 +1,23 @@
 <?php
-# (c) Aaron Schulz 2007, GPL
+/*
+ (c) Aaron Schulz 2007, GPL
+ 
+ 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.,
+ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ http://www.gnu.org/copyleft/gpl.html
+*/
+
 if ( !defined( 'MEDIAWIKI' ) ) {
        echo "ConfirmAccount extension\n";
        exit( 1 ) ;



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

Reply via email to