From d38de8dca77f149973676b39a4442e7e0883914f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Fri, 17 Jul 2015 17:43:27 +0200 Subject: Remove links to hg.ecmascript.org (non-license content) --- tools/misc/FixLicenseHeader.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/misc/FixLicenseHeader.py b/tools/misc/FixLicenseHeader.py index 67ce897dd..22135eaa8 100644 --- a/tools/misc/FixLicenseHeader.py +++ b/tools/misc/FixLicenseHeader.py @@ -10,10 +10,7 @@ import codecs #--Globals--------------------------------------------------------------------- ECMA_LICENSE = '''/// Copyright (c) 2012 Ecma International. All rights reserved. -/// Ecma International makes this code available under the terms and conditions set -/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the -/// "Use Terms"). Any redistribution of this code must retain the above -/// copyright and this notice and otherwise comply with the Use Terms. +/// This code is governed by the BSD license found in the LICENSE file. ''' NEW_LICENSE_FIRST_LINE = re.compile(r"Copyright\s+\(c\)\s+20[0-9][0-9]\s+Ecma\s+International") -- cgit v1.2.1