From a30a06db32aad82e8ddccbdf2269bcd43f35e3ef Mon Sep 17 00:00:00 2001 From: Huji Date: Sun, 4 May 2008 07:48:31 +0000 Subject: [PATCH] (bug 13934) Fixing the link to GNU General Public License Version 2 --- RELEASE-NOTES | 1 + includes/SpecialVersion.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b16441404c..6c2853977b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/includes/SpecialVersion.php b/includes/SpecialVersion.php index be10f500c8..ef4da5e4e2 100644 --- a/includes/SpecialVersion.php +++ b/includes/SpecialVersion.php @@ -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"; -- 2.20.1