summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentada5db75697ebdbe58f4dbd105275c97509c233f (diff)
downloadqtdeclarative-testsuites-a85f5039e0a646ba07408fd3b00d1d3950031915.tar.gz
Remove links to hg.ecmascript.org
Diffstat (limited to 'tools')
-rw-r--r--tools/CoverageAnalyzer.py5
-rw-r--r--tools/misc/FindTestCaseIssues.py5
-rw-r--r--tools/misc/FixLicenseHeader.py5
-rw-r--r--tools/misc/FixPathsAndIds.py5
-rw-r--r--tools/misc/FixTestCasePlacement.py5
-rw-r--r--tools/misc/InvalidTestDetector.py5
-rw-r--r--tools/packaging/common.py5
-rw-r--r--tools/packaging/packager.py5
-rw-r--r--tools/packaging/packagerConfig.py5
9 files changed, 9 insertions, 36 deletions
diff --git a/tools/CoverageAnalyzer.py b/tools/CoverageAnalyzer.py
index 08cdcae1f..e79ab7f38 100644
--- a/tools/CoverageAnalyzer.py
+++ b/tools/CoverageAnalyzer.py
@@ -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.
#--IMPORTS---------------------------------------------------------------------
diff --git a/tools/misc/FindTestCaseIssues.py b/tools/misc/FindTestCaseIssues.py
index c23248c5a..34550adbb 100644
--- a/tools/misc/FindTestCaseIssues.py
+++ b/tools/misc/FindTestCaseIssues.py
@@ -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.
#--Imports---------------------------------------------------------------------
import argparse
diff --git a/tools/misc/FixLicenseHeader.py b/tools/misc/FixLicenseHeader.py
index 372a66743..67ce897dd 100644
--- a/tools/misc/FixLicenseHeader.py
+++ b/tools/misc/FixLicenseHeader.py
@@ -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.
#--Imports---------------------------------------------------------------------
import argparse
diff --git a/tools/misc/FixPathsAndIds.py b/tools/misc/FixPathsAndIds.py
index d9cb6a058..b22c51d61 100644
--- a/tools/misc/FixPathsAndIds.py
+++ b/tools/misc/FixPathsAndIds.py
@@ -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.
#--Imports---------------------------------------------------------------------
import argparse
diff --git a/tools/misc/FixTestCasePlacement.py b/tools/misc/FixTestCasePlacement.py
index d95b17471..8b7c0b70a 100644
--- a/tools/misc/FixTestCasePlacement.py
+++ b/tools/misc/FixTestCasePlacement.py
@@ -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.
#--Imports---------------------------------------------------------------------
import argparse
diff --git a/tools/misc/InvalidTestDetector.py b/tools/misc/InvalidTestDetector.py
index 795781918..341b68c75 100644
--- a/tools/misc/InvalidTestDetector.py
+++ b/tools/misc/InvalidTestDetector.py
@@ -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.
#--Imports---------------------------------------------------------------------
import argparse
diff --git a/tools/packaging/common.py b/tools/packaging/common.py
index 21859f5a6..d982e55bd 100644
--- a/tools/packaging/common.py
+++ b/tools/packaging/common.py
@@ -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.
#--Imports---------------------------------------------------------------------
import parseTestRecord
diff --git a/tools/packaging/packager.py b/tools/packaging/packager.py
index 4433850f3..fc07ae913 100644
--- a/tools/packaging/packager.py
+++ b/tools/packaging/packager.py
@@ -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.
#--Imports---------------------------------------------------------------------
import argparse
diff --git a/tools/packaging/packagerConfig.py b/tools/packaging/packagerConfig.py
index 47e2d09a3..8db93aad5 100644
--- a/tools/packaging/packagerConfig.py
+++ b/tools/packaging/packagerConfig.py
@@ -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.
#--Imports---------------------------------------------------------------------
import os