summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndré Bargull <andre.bargull@gmail.com>2015-07-17 17:43:27 +0200
committerAndré Bargull <andre.bargull@gmail.com>2015-07-17 17:43:27 +0200
commitd38de8dca77f149973676b39a4442e7e0883914f (patch)
tree51d0697cbb321e10a34e81e16984f3a83de31181 /tools
parenta85f5039e0a646ba07408fd3b00d1d3950031915 (diff)
downloadqtdeclarative-testsuites-d38de8dca77f149973676b39a4442e7e0883914f.tar.gz
Remove links to hg.ecmascript.org (non-license content)
Diffstat (limited to 'tools')
-rw-r--r--tools/misc/FixLicenseHeader.py5
1 files changed, 1 insertions, 4 deletions
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")