diff --git a/tools/misc/FixLicenseHeader.py b/tools/misc/FixLicenseHeader.py
index 67ce897dd3..22135eaa80 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")
diff --git a/website/scripts/helper.js b/website/scripts/helper.js
index 2e28eb293b..ed9ce234d8 100644
--- a/website/scripts/helper.js
+++ b/website/scripts/helper.js
@@ -206,8 +206,8 @@ function Presenter() {
innerHTML += '
Path';
innerHTML += '
' + test.path + ''; - innerHTML += '