summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorAndré Bargull <andre.bargull@gmail.com>2015-07-17 17:42:45 +0200
committerAndré Bargull <andre.bargull@gmail.com>2015-07-17 17:43:09 +0200
commita85f5039e0a646ba07408fd3b00d1d3950031915 (patch)
tree234067dcc8187d72b6c80b6e701d104bd6e2320a /website
parentada5db75697ebdbe58f4dbd105275c97509c233f (diff)
downloadqtdeclarative-testsuites-a85f5039e0a646ba07408fd3b00d1d3950031915.tar.gz
Remove links to hg.ecmascript.org
Diffstat (limited to 'website')
-rw-r--r--website/scripts/ed.js5
-rw-r--r--website/scripts/gs.js5
-rw-r--r--website/scripts/helper.js5
-rw-r--r--website/scripts/sections.js5
-rw-r--r--website/scripts/sth.js5
5 files changed, 5 insertions, 20 deletions
diff --git a/website/scripts/ed.js b/website/scripts/ed.js
index 6d652a910..1cc6c9603 100644
--- a/website/scripts/ed.js
+++ b/website/scripts/ed.js
@@ -1,8 +1,5 @@
/// 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.
//Error Detector
if (this.window!==undefined) { //for console support
diff --git a/website/scripts/gs.js b/website/scripts/gs.js
index abb0dec35..e0768f99a 100644
--- a/website/scripts/gs.js
+++ b/website/scripts/gs.js
@@ -1,8 +1,5 @@
/// 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.
//Global Scope Test Case Validator
var doneCalled;
diff --git a/website/scripts/helper.js b/website/scripts/helper.js
index 982400def..2e28eb293 100644
--- a/website/scripts/helper.js
+++ b/website/scripts/helper.js
@@ -1,8 +1,5 @@
/// 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.
/* Handles updating the page with information from the runner. */
function Presenter() {
diff --git a/website/scripts/sections.js b/website/scripts/sections.js
index 2d9348fae..c109d2a68 100644
--- a/website/scripts/sections.js
+++ b/website/scripts/sections.js
@@ -1,8 +1,5 @@
/// 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.
/* A section of the spec. Stores test results and subsections and some rolled up stats on how many tests passed or
* failed under that section
diff --git a/website/scripts/sth.js b/website/scripts/sth.js
index 26b440795..c1f2fbd7b 100644
--- a/website/scripts/sth.js
+++ b/website/scripts/sth.js
@@ -1,8 +1,5 @@
/// 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.
// Do not cache any JSON files - see
// https://bugs.ecmascript.org/show_bug.cgi?id=87