diff options
author | André Bargull <andre.bargull@gmail.com> | 2015-07-17 17:42:45 +0200 |
---|---|---|
committer | André Bargull <andre.bargull@gmail.com> | 2015-07-17 17:43:09 +0200 |
commit | a85f5039e0a646ba07408fd3b00d1d3950031915 (patch) | |
tree | 234067dcc8187d72b6c80b6e701d104bd6e2320a /test/built-ins/Object/defineProperties/15.2.3.7-6-a-168.js | |
parent | ada5db75697ebdbe58f4dbd105275c97509c233f (diff) | |
download | qtdeclarative-testsuites-a85f5039e0a646ba07408fd3b00d1d3950031915.tar.gz |
Remove links to hg.ecmascript.org
Diffstat (limited to 'test/built-ins/Object/defineProperties/15.2.3.7-6-a-168.js')
-rw-r--r-- | test/built-ins/Object/defineProperties/15.2.3.7-6-a-168.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-168.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-168.js index 9524eb81a..98fb79d5b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-168.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-168.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. /*--- es5id: 15.2.3.7-6-a-168 |