(bug 13934) Fixing the link to GNU General Public License Version 2
authorHuji <huji@users.mediawiki.org>
Sun, 4 May 2008 07:48:31 +0000 (07:48 +0000)
committerHuji <huji@users.mediawiki.org>
Sun, 4 May 2008 07:48:31 +0000 (07:48 +0000)
RELEASE-NOTES
includes/SpecialVersion.php

index b164414..6c28539 100644 (file)
@@ -240,6 +240,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 13924) Fix bad HTML on power search form
 * (bug 13820) Fix updater for rev_parent_id population
 * (bug 13925) Fix bad HTML on search results list
+* (bug 13934) Fixing the link to GNU General Public License Version 2
 
 
 === API changes in 1.13 ===
index be10f50..ef4da5e 100644 (file)
@@ -66,7 +66,7 @@ class SpecialVersion {
                You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING 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
-               or [http://www.gnu.org/copyleft/gpl.html read it online].
+               or [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].
                ";
 
                return str_replace( "\t\t", '', $ret ) . "\n";