diff --git a/harness/cth.js b/harness/cth.js index 4fae994a04429f968c14cccf1ca483eaff37ff06..fe30153194fbf42f60222a10bb3bc1712dc34d22 100644 --- a/harness/cth.js +++ b/harness/cth.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. function testRun(id, path, description, codeString, result, error) { if (result!=="pass") { diff --git a/harness/sta.js b/harness/sta.js index 7eb14b38564b2678bec543e6dee94cfa5f573178..5a95afb1841e54ab0a099030a8194a39a0396ab0 100644 --- a/harness/sta.js +++ b/harness/sta.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. var NotEarlyErrorString = "NotEarlyError"; var EarlyErrorRePat = "^((?!" + NotEarlyErrorString + ").)*$"; diff --git a/test/annexB/B.2.1.js b/test/annexB/B.2.1.js index ec12dc44c8b9fd46686e89b40fcd30eff801800a..126f707e1b6cc7835dcca71972cc2c0b7a6372a7 100644 --- a/test/annexB/B.2.1.js +++ b/test/annexB/B.2.1.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: B.2.1 diff --git a/test/annexB/B.2.2.js b/test/annexB/B.2.2.js index f890c8237c904b0a9b0c20013a768054cf6c6d41..114a7afec7db8009c90d69830200b745a4e8fa26 100644 --- a/test/annexB/B.2.2.js +++ b/test/annexB/B.2.2.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: B.2.2 diff --git a/test/annexB/B.2.3.js b/test/annexB/B.2.3.js index 7984d96386edc5726e679440cbfc7dd3663154a3..0c12967380cc9b2501fb8a4345718b56faf48b19 100644 --- a/test/annexB/B.2.3.js +++ b/test/annexB/B.2.3.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: B.2.3 diff --git a/test/annexB/B.2.4.js b/test/annexB/B.2.4.js index 37c2b4b8b5cb42e9097cd070e759736b4ed726c5..320105df9818f5c7624aeff8fb5306bc73a59a69 100644 --- a/test/annexB/B.2.4.js +++ b/test/annexB/B.2.4.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: B.2.4 diff --git a/test/annexB/B.2.5.js b/test/annexB/B.2.5.js index 464f0358ffa52d483cc874c9c3093d2ea810b81b..91fd5b519619fb0e77243bb6acdb765824d68616 100644 --- a/test/annexB/B.2.5.js +++ b/test/annexB/B.2.5.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: B.2.5 diff --git a/test/annexB/B.2.6.js b/test/annexB/B.2.6.js index 92a7c4768f3e21ab45988fcb6058bdfbe3d81f41..8ce49179ec09478de723e484738c74d6b356dea5 100644 --- a/test/annexB/B.2.6.js +++ b/test/annexB/B.2.6.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: B.2.6 diff --git a/test/annexB/B.RegExp.prototype.compile.js b/test/annexB/B.RegExp.prototype.compile.js index e90f98b7bd40cba557c7681f2a2ab9e32bbf1b20..31aef97429cf6da6ae8618ef6b29a9f56dcbb311 100644 --- a/test/annexB/B.RegExp.prototype.compile.js +++ b/test/annexB/B.RegExp.prototype.compile.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. /*--- es6id: B.2.5.1 diff --git a/test/built-ins/Array/15.4.5-1.js b/test/built-ins/Array/15.4.5-1.js index 1a19ecc22af223dd0d852ecff7241f77f81dde4a..16c499e9c7921dacaf2e4c331ed522250b43d5f2 100644 --- a/test/built-ins/Array/15.4.5-1.js +++ b/test/built-ins/Array/15.4.5-1.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.4.5-1 diff --git a/test/built-ins/Array/15.4.5.1-3.d-1.js b/test/built-ins/Array/15.4.5.1-3.d-1.js index 7b3578bb7682a9d424acf8185d6f66c8c4b1d8da..936331009cbfbb6ac7f3edb10238bb72b8b3ec9b 100644 --- a/test/built-ins/Array/15.4.5.1-3.d-1.js +++ b/test/built-ins/Array/15.4.5.1-3.d-1.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.4.5.1-3.d-1 diff --git a/test/built-ins/Array/15.4.5.1-3.d-2.js b/test/built-ins/Array/15.4.5.1-3.d-2.js index 363ca00611a98481c9a134bab3a48a963aa58371..eacc1b709c625edef4f884330155abf214ae5920 100644 --- a/test/built-ins/Array/15.4.5.1-3.d-2.js +++ b/test/built-ins/Array/15.4.5.1-3.d-2.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.4.5.1-3.d-2 diff --git a/test/built-ins/Array/15.4.5.1-3.d-3.js b/test/built-ins/Array/15.4.5.1-3.d-3.js index cde765a317c9041aa4431be29ad3a6c9dcc5248f..61e4d9b61b492c3a1e15193c0289c9f53e6a3871 100644 --- a/test/built-ins/Array/15.4.5.1-3.d-3.js +++ b/test/built-ins/Array/15.4.5.1-3.d-3.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.4.5.1-3.d-3 diff --git a/test/built-ins/Array/15.4.5.1-5-1.js b/test/built-ins/Array/15.4.5.1-5-1.js index 1843c930e0fbdb16449507d33ebad6c75753f13c..00bcc54f2d26c9795d4ff61efd4e0441d3d29db9 100644 --- a/test/built-ins/Array/15.4.5.1-5-1.js +++ b/test/built-ins/Array/15.4.5.1-5-1.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.4.5.1-5-1 diff --git a/test/built-ins/Array/15.4.5.1-5-2.js b/test/built-ins/Array/15.4.5.1-5-2.js index 39bf7be2cf8de6fb41cefe1e19b28608355b7049..b7d365dd2f0980a2ad920baf86d8d8ab2e3f7f98 100644 --- a/test/built-ins/Array/15.4.5.1-5-2.js +++ b/test/built-ins/Array/15.4.5.1-5-2.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.4.5.1-5-2 diff --git a/test/built-ins/Array/isArray/15.4.3.2-0-1.js b/test/built-ins/Array/isArray/15.4.3.2-0-1.js index 61ee266ebec5e005fda53b06883bbc72d89fd6d5..8ac307382f3afd547c29ed7b7627d7319ec52506 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-0-1.js +++ b/test/built-ins/Array/isArray/15.4.3.2-0-1.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.4.3.2-0-1 diff --git a/test/built-ins/Array/isArray/15.4.3.2-0-2.js b/test/built-ins/Array/isArray/15.4.3.2-0-2.js index a1c347ac08b2a65a345d490169301a5c8788db51..07bb3368de7cd9d3076780d2fd44531ccd45e475 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-0-2.js +++ b/test/built-ins/Array/isArray/15.4.3.2-0-2.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.4.3.2-0-2 diff --git a/test/built-ins/Array/isArray/15.4.3.2-0-3.js b/test/built-ins/Array/isArray/15.4.3.2-0-3.js index 8c6e75440b57e238d856e12b56d09349b1cb1ad7..62dd2a7007e4f62aafc3be0aa5a6c4fe0e7200eb 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-0-3.js +++ b/test/built-ins/Array/isArray/15.4.3.2-0-3.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.4.3.2-0-3 diff --git a/test/built-ins/Array/isArray/15.4.3.2-0-4.js b/test/built-ins/Array/isArray/15.4.3.2-0-4.js index 9499ba7fb0df440113c7fea940d9f02dc9f4e9b1..4d70abfa10e623be68de487b2f6a4de7a588e652 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-0-4.js +++ b/test/built-ins/Array/isArray/15.4.3.2-0-4.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.4.3.2-0-4 diff --git a/test/built-ins/Array/isArray/15.4.3.2-0-5.js b/test/built-ins/Array/isArray/15.4.3.2-0-5.js index 2434737072cc091455ad62bba1188126815639f4..91c356f96b322f0cd53b523a04a2206c02d34ba1 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-0-5.js +++ b/test/built-ins/Array/isArray/15.4.3.2-0-5.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.4.3.2-0-5 diff --git a/test/built-ins/Array/isArray/15.4.3.2-0-6.js b/test/built-ins/Array/isArray/15.4.3.2-0-6.js index a4444db14aabdce15f613e4de254e743183c60a6..d10e943e8bfab78ad3146c09d736faab439b7fdd 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-0-6.js +++ b/test/built-ins/Array/isArray/15.4.3.2-0-6.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.4.3.2-0-6 diff --git a/test/built-ins/Array/isArray/15.4.3.2-0-7.js b/test/built-ins/Array/isArray/15.4.3.2-0-7.js index 967206db4a849328d7e4f177d5540fb5cfdea376..1a593e89930143013a126953ec3d07a4f5d8110a 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-0-7.js +++ b/test/built-ins/Array/isArray/15.4.3.2-0-7.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.4.3.2-0-7 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-1.js b/test/built-ins/Array/isArray/15.4.3.2-1-1.js index 84f151be696fdeb9e9f5eaebefb6b739e98cb278..d89e4cd2a37d68e19fbc0a356223a451737b837a 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-1.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-1.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.4.3.2-1-1 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-10.js b/test/built-ins/Array/isArray/15.4.3.2-1-10.js index dc8b440596beb1935844d4222cb7ff5a06cb9125..ee02196fc9dc3923f6ced1239fb8675c82ef703c 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-10.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-10.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.4.3.2-1-10 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-11.js b/test/built-ins/Array/isArray/15.4.3.2-1-11.js index 8faa8ed53274a26fa0966ba55766b3ae759dfc49..fdb958b431ffb20f7964afc47c5a0e67cd68a542 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-11.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-11.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.4.3.2-1-11 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-12.js b/test/built-ins/Array/isArray/15.4.3.2-1-12.js index 4eca08f7a62b18bf8f07fbe9b99fd34a99ceb818..333e2bb8170cbff00fc8ee1da0fc4b226f13472f 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-12.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-12.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.4.3.2-1-12 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-13.js b/test/built-ins/Array/isArray/15.4.3.2-1-13.js index efd563237b34ca6aca8d5bc067ae5bb626f3c02e..bb8a0cbea24f6689e29a39ca2b05f4f505b8974c 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-13.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-13.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.4.3.2-1-13 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-15.js b/test/built-ins/Array/isArray/15.4.3.2-1-15.js index 8fb108b4df05f95ca76815b7c3279f2f38bfb58f..12645ff982e3b618f14671a331181dd58e3d45c6 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-15.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-15.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.4.3.2-1-15 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-2.js b/test/built-ins/Array/isArray/15.4.3.2-1-2.js index ad5a28b1f3335d58ee88c6172ee1d569cbf8331a..b79d46bae49ec729c8f3d52fe27e9004e759a419 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-2.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-2.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.4.3.2-1-2 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-3.js b/test/built-ins/Array/isArray/15.4.3.2-1-3.js index 32f2585216451ff93d00881276e00bf0a7363d1c..e7e0caf5bc58dd5a110641e2d3aefc0566507348 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-3.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-3.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.4.3.2-1-3 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-4.js b/test/built-ins/Array/isArray/15.4.3.2-1-4.js index f06018baf42a136a53884fc1f6e19b17becbf51d..5f3d6a378a8c64c9169ba29e527c6b50d1b30512 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-4.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-4.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.4.3.2-1-4 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-5.js b/test/built-ins/Array/isArray/15.4.3.2-1-5.js index 3c1b32f8f2d9cb66b846e1be90ad7ad289eb0761..a8abc5d0da29dfc0e4540b1fcf3691db07bdbaa2 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-5.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-5.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.4.3.2-1-5 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-6.js b/test/built-ins/Array/isArray/15.4.3.2-1-6.js index 47b84b6ebd20f44e1930de486b46da9104ec2a8c..b6c0e1a4021673ce584d23e51d36207dc5025f55 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-6.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-6.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.4.3.2-1-6 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-7.js b/test/built-ins/Array/isArray/15.4.3.2-1-7.js index 3469df1c7c0eadff0c23bb40c522aab887fd5035..44af09a804da107d127710eee0cdc654c6716a82 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-7.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-7.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.4.3.2-1-7 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-8.js b/test/built-ins/Array/isArray/15.4.3.2-1-8.js index 25628ef41345dafe7495731f0cb4a81ae6222057..2602420aa2b05c69e43085f89ed05bbe1586faf5 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-8.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-8.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.4.3.2-1-8 diff --git a/test/built-ins/Array/isArray/15.4.3.2-1-9.js b/test/built-ins/Array/isArray/15.4.3.2-1-9.js index 08ab5013893708d98199e03016e384fcad0cd072..688d178f067cee2a78cac02764a6d4aeb0f2cc7c 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-1-9.js +++ b/test/built-ins/Array/isArray/15.4.3.2-1-9.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.4.3.2-1-9 diff --git a/test/built-ins/Array/isArray/15.4.3.2-2-1.js b/test/built-ins/Array/isArray/15.4.3.2-2-1.js index 3ef94c31ed43e793ba237ecb0379a713098dbd08..6e6ff90f4ab68041d5b775e9a807d52b7f8d004e 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-2-1.js +++ b/test/built-ins/Array/isArray/15.4.3.2-2-1.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.4.3.2-2-1 diff --git a/test/built-ins/Array/isArray/15.4.3.2-2-2.js b/test/built-ins/Array/isArray/15.4.3.2-2-2.js index 39ea4546a178a226644127042b1531e5c40257bd..2453dda4e7adc408f7dc7d565bbb879a9dfc88c6 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-2-2.js +++ b/test/built-ins/Array/isArray/15.4.3.2-2-2.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.4.3.2-2-2 diff --git a/test/built-ins/Array/isArray/15.4.3.2-2-3.js b/test/built-ins/Array/isArray/15.4.3.2-2-3.js index 8b1d22e44adc9f8c1eaa51876a289f7bf6e5b08f..5f16b65f067bad604520ea224c49ec2881bd02b3 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-2-3.js +++ b/test/built-ins/Array/isArray/15.4.3.2-2-3.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.4.3.2-2-3 diff --git a/test/built-ins/Array/prototype/concat/15.4.4.4-5-b-iii-3-b-1.js b/test/built-ins/Array/prototype/concat/15.4.4.4-5-b-iii-3-b-1.js index 5f6f3b9be0c540df442b3f8c8d0fc52cb2c2ca2a..6213da0002199cee53cc98ce9422e7fb0d718d9a 100644 --- a/test/built-ins/Array/prototype/concat/15.4.4.4-5-b-iii-3-b-1.js +++ b/test/built-ins/Array/prototype/concat/15.4.4.4-5-b-iii-3-b-1.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.4.4.4-5-b-iii-3-b-1 diff --git a/test/built-ins/Array/prototype/concat/15.4.4.4-5-c-i-1.js b/test/built-ins/Array/prototype/concat/15.4.4.4-5-c-i-1.js index c9e261329c2b5bf7bd8aab18a67bc4acac064940..f9b0a95d1e5614abb2676d42b99b1d970e91b85e 100644 --- a/test/built-ins/Array/prototype/concat/15.4.4.4-5-c-i-1.js +++ b/test/built-ins/Array/prototype/concat/15.4.4.4-5-c-i-1.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.4.4.4-5-c-i-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-0-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-0-1.js index 27d3828e15f480207edddbdcea371dc09eaf39d0..334e9fb3a88c7b66eed9f4191fb08e3d73292388 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-0-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-0-1.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.4.4.16-0-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-0-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-0-2.js index 97e103f4584de752556e09815066ae35ccbc110e..b033e1eab9bf11b35463572982ad23dfdc86596c 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-0-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-0-2.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.4.4.16-0-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-1.js index 5bec644550cc91e20ef22a33e087bc8f766a9c77..f4c9bfe4e57e96211664a965a551867d9a1377cc 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-1.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.4.4.16-1-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-10.js index ead52e8424e0293a71b1d4e029b9050c2d610d95..eae3883e3b53be6f15c567eb6bb36b0c9aac5769 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-10.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.4.4.16-1-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-11.js index 2d5ce2110014f7fd257915e1bd3739d68b39d991..8d252842d4326cb33cf45fc1e7f7e14a18167d2d 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-11.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.4.4.16-1-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-12.js index f6e33d09ad648e21b1faf071be657acd724486c3..b43788cee0e00cfa3d582b35ed78ece8898d1d1a 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-12.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.4.4.16-1-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-13.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-13.js index a9b843faf09fc7ddf252fb619b4a15c0fc6c0a26..a3ef08822e0e725c30bf50eb42c1a2c51c0250b9 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-13.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-13.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.4.4.16-1-13 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-14.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-14.js index 50da514fe8208b3f99727b20e0535a5fd75da484..ea7a72ab3408950782c778a22996833891e0757a 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-14.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-14.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.4.4.16-1-14 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-15.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-15.js index d6858f9a8602148181478800c93d09e364c357fa..ffa666c3772f098bb033fc2a8b93077e12900a3d 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-15.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-15.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.4.4.16-1-15 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-2.js index 205b6051904016c47c53c61d042f357ace1ebe54..27bb16bf60cab7184b862f2ab94b39377a6aadb1 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-2.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.4.4.16-1-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-3.js index dd6e7a75d2ffc521547137aaa6f43ccb87dd495e..63ec4d5cee3bef222105a5578174ac9250ae3ba5 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-3.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.4.4.16-1-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-4.js index 085e5ab704fd6b2481574540534302c75db1c0a7..ade2b448bac804d616a38e1ad641f131e42416b6 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-4.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.4.4.16-1-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-5.js index b245605b11975a075ed37c28bf75c303fc9af51b..894af85c4576420a29e1c7941693bfb6826c6512 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-5.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.4.4.16-1-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-6.js index e18aae599b88f985ce899cbb1a61c7901dc6482e..018b49c3235efbdcb4b5ce6e31a30d7d89b21d66 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-6.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.4.4.16-1-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-7.js index 2dddd318bc86229911df8796596f712c56d98e9d..b69f9c4c9c5e2b781e20b64513d2bac7dbbc787e 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-7.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.4.4.16-1-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-8.js index 0b3da17282292767fb2520543ad60c2e1a047047..3cf8e2501f3d7b10660a7387f315cbfd98eee1f9 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-8.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.4.4.16-1-8 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-1-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-1-9.js index 0e7eeb5003d9864c96b1e357fc927d7d82fc5eef..615c19a3f5a512d1cdfdb3f9744e2d33a9fc1a65 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-1-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-1-9.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.4.4.16-1-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-1.js index 222187f95588eaf5df8b64c455eb0138720313e1..5e61b71ad4344bdfefc5695afc01cdc98844ad7b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-1.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.4.4.16-2-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-10.js index 3e34f59975cb5f04a95f3ba137c0ff68539915d7..1be2598f9b830b496c2605dca26a75252852ece9 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-10.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.4.4.16-2-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-11.js index d3b8b1c0f7f82fdce315d2399ec6a94605dc1f7e..67e40c21142e3f3efa748ae00dc61b9b00fdac05 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-11.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.4.4.16-2-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-12.js index 6680e0c4293b05edc031b32d6341f00143fa54be..0fa99092d4e676451a35a19281bfb8ca3c275065 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-12.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.4.4.16-2-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-13.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-13.js index c4e44b93dfeeeb648c3fd1ae6b67537858a87228..f7eb4bbffa0e17bdb6fe8db154977669255622d3 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-13.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-13.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.4.4.16-2-13 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-14.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-14.js index 5c0f58ccd64849eb72d35fd567f45a702150a0bf..3ca470cd836cc1c619d939b5738e34310410e58c 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-14.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-14.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.4.4.16-2-14 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-15.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-15.js index 6d0058ff88641ddeab95a035c592842ce7e5657d..d6770afebb5a984814b499de14d3e3142a96fa17 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-15.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-15.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.4.4.16-2-15 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-17.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-17.js index 1968a03a616db6e2f52887c89e1a2454596974ef..198aaacc903ed1a9e12e146321a96e74b4136339 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-17.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-17.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.4.4.16-2-17 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-18.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-18.js index bbbdd0be4f31468989258217d88a816e6e7b4ab1..c0fdf9bfa951a69c4fdbbc9739fbf1dc5ec995df 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-18.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-18.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.4.4.16-2-18 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-19.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-19.js index 44babd44b9d579a51735bce6745a1e17b1f28855..2c75f2bfb2039a5ec5b7c5b774f54d758d759807 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-19.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-19.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.4.4.16-2-19 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-2.js index 8c98facbf97bb457a39364de9b4921bcfea40fc8..d0fac1906c41a7a65867ca78dbff6021e995a186 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-2.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.4.4.16-2-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-3.js index 2f5c2e382f07db9ff2226cfe02eaa71314e882f1..91d97f84ca060e9300818a28f7230a1b9f047ded 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-3.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.4.4.16-2-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-4.js index 6ebb995a808e9e70a679ffb5fa27dc92ffd0877a..b034070d9dc51a295f92e883a8572f3aeb8f8107 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-4.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.4.4.16-2-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-5.js index 9cfe79ae982a94caa39cc433402be081e2fe814e..1553960c27cb28de554556eadd3e4a323440637f 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-5.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.4.4.16-2-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-6.js index 3e35e28c664fe297f431c845cc9f33d7a47ec2a7..cca82962174fff6161b09fdb17ce6b946397adef 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-6.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.4.4.16-2-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-7.js index 609099b71e5d60b209be0a2700125710dc993c3e..9480ff4eaa7cd567bfc3f6948f16acbca4107179 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-7.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.4.4.16-2-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-8.js index efaeb402986fd6732bfa38935b40c217b8edb153..ce2d5563b26c507ddfc71d269cb0e3b70ec308a0 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-8.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.4.4.16-2-8 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-2-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-2-9.js index 5031c7b98e36a0ec0573882ee2b6aa46ffe59258..a6b5239a461da1b0b1058d037223736ec1c466aa 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-2-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-2-9.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.4.4.16-2-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-1.js index 367b57ea97d496f89add6fe3505be81341dd8f7b..b9d048c1cd1d52d77acb2ea4609655ab83b15a79 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-1.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.4.4.16-3-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-10.js index 2e7f2e7d19a50f41513314b29b11f44dd58c95cb..c791bc297bda7771e8a07fdc04a6ad379041ff0b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-10.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.4.4.16-3-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-11.js index 5a05ef33c7de0939bb3ec2a72f6c7c9a1004fa00..fc3185beaefb188d54f176e4baadba99612a8e52 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-11.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.4.4.16-3-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-12.js index e6ddec460fbbd72dce827f67c8c05e015907832c..7ef240ee143f487649f63b179f61ce614eedaf30 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-12.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.4.4.16-3-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-13.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-13.js index eaf6fdcb7ef826772e2d12bd545d57aa11a88341..63f6636e8727ae3e5c86e79aca4d0daea4400f07 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-13.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-13.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.4.4.16-3-13 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-14.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-14.js index 00e461852b02b2ae0a53994845f7c1d5d1d7da34..35b56f487eb9414d5e0238144562ab5f50ed4d2b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-14.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-14.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.4.4.16-3-14 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-15.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-15.js index b6d9ca32717f5455edb5e640bfbdec68173873a7..bcd66fcc4db42fdaa64b86715f93a7ae66051cb5 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-15.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-15.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.4.4.16-3-15 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-16.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-16.js index 6d110225b8610b89dc371273ae9e974667807516..e5efebb271082d628cd561ad2860003b8cb2f9e7 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-16.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-16.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.4.4.16-3-16 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-17.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-17.js index 1769edda816bc936a490cb37667e4fffabcde2ae..a6255a3437c5c1da7f40235d7163999c61317618 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-17.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-17.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.4.4.16-3-17 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-18.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-18.js index e7d1790e10f0ea2560d585e76990eb7254f1ef66..351333ab89bf978e006ffc5452c339ae58334996 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-18.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-18.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.4.4.16-3-18 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-19.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-19.js index 76053715f1e5b9b2ec7dbd009c0fc01ad604a56e..e17fe1b464433024b3307fc08b2c8b1cb279b444 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-19.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-19.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.4.4.16-3-19 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-2.js index 76b3220501ce48f93f0dadf932cdd6d58882121d..aacab1839cf47e350c6420838ff1dc746d823b29 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-2.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.4.4.16-3-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-20.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-20.js index 2f41e47d53434767409e509332820844a0eb6b12..f0aea35fbd0cbefef2c24108c58c2946ce22e8d0 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-20.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-20.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.4.4.16-3-20 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-21.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-21.js index 4cffb91e9a7b7f5ce944fc7ef2d76887542b450f..96fedf25cde72544340053badeb8c16f6f9f38f9 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-21.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-21.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.4.4.16-3-21 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-22.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-22.js index beba77ca4ae674630dd1fed5587f7b2dace8bff1..c6740303f46004348145dea36d57459898388330 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-22.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-22.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.4.4.16-3-22 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-23.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-23.js index 935fb452e336a3bde074607868be86b5a3dd6a21..6a733b349ba7d5a46413fdcbbd25ab43e324853d 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-23.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-23.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.4.4.16-3-23 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-24.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-24.js index 8d10e9b208c80aaf6db4c6a1ddbfa15380cb82ee..ba9d8dbbe237d4a3a1aba6b7b9312e687f593e68 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-24.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-24.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.4.4.16-3-24 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-25.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-25.js index 0ab7e093149e2b7e6bf87aaae8b7ba7ad55377de..4530720b3c029ccd9474d5e6b3df1cd0339d606a 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-25.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-25.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.4.4.16-3-25 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-29.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-29.js index cb3f74098c1d77aeea8eaa7fbd62e380308aba5d..af8fc555fbe17aa3e473efa91a3e0bc5fef613b5 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-29.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-29.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.4.4.16-3-29 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-3.js index f08743b80e6ba4f02373cc8aa8b02032e37e4ecc..606e0f152c85c1fab0024d83cf4011b9d4f65413 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-3.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.4.4.16-3-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-4.js index 2dfe939205dabb1abb55dc1011b3ef683c1457f3..87d2b22ad3b41dd327bc8f934763d02fc708e456 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-4.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.4.4.16-3-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-5.js index 1bb349005a824a43ab9bd531c605dfbd260714c5..fdff995da1e84ab32d2e1e9cab0cbae3850f9c07 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-5.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.4.4.16-3-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-6.js index 73e03b31c9b9bb04fc59d5ef8da45da2c565bf8e..24fcae7c268f59e99c0bbcdbbdcf1d68f5cb1115 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-6.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.4.4.16-3-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-7.js index 0dbdbef86add1a5eca8f6b80e97a60c2cf0ff616..0c2ea070f0509b3b975fb8a5bef884dccbe5dc69 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-7.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.4.4.16-3-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-8.js index 55770cf7ea212eef095a5bdf4a4115e5b3415335..edc2f3935852abab553d4760f2d5de825682ac46 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-8.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.4.4.16-3-8 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-3-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-3-9.js index 0b597951e76d564ae159f07d6755546d39a970a2..e4609a714ae44003d281838a054868c484a10c17 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-3-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-3-9.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.4.4.16-3-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-1.js index 91ede12076d79a792e994e1b459b1df3fcfbf0f4..e6a44deb9e048bb20ebb4534d14860b41fbbfdb8 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-1.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.4.4.16-4-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-10.js index fd32a1e8e5d3b581b43d0bc6f00a383acbb49392..6bff09afc23e4f16705b9efd3c6005ee2c28ac96 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-10.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.4.4.16-4-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-11.js index 81c4f58e5f2320dacfa994b4efffe106c19f23ed..6c5a71ec6551d6a186eb6ddd37dc1d44eef54f13 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-11.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.4.4.16-4-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-12.js index 4277389d19cc2256aae3cb8b8651319d81d7a9d0..60294f02f33c84b15807377f08de322fcf6a77f0 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-12.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.4.4.16-4-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-15.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-15.js index 9f4c6a7c8d5f9f38f0b04745f127ffa01ee72632..ebc4e74909b168582e094e2a298c8859dee78cf6 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-15.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-15.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.4.4.16-4-15 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-3.js index 9e67a3cfdc4fe3cd7e59d3fd69fecc48f728f74b..1cc880e8aaa091fee3bd365b695fb50026670804 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-3.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.4.4.16-4-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-4.js index da904187f4cc964f6f481e0afcf9ede2bb14312a..4087cbdc639164114c84b8f64edf685c04e3e48f 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-4.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.4.4.16-4-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-5.js index 7d999a136e7b0dc175af370bf0ac7802c7f2a381..169f53a57a227e49ae628dccfb2acba1c61a6093 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-5.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.4.4.16-4-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-6.js index 8006f38d4dd66a9f82d5689c5f57959d51c0e197..563af42bd6f097d26b895dc8e8fc723b2c56f2d9 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-6.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.4.4.16-4-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-7.js index 654628d6b8a0cbe9a7bfdb3ed454dfb09349fb1e..9bad6bede84d2e1e5d76819381e7145020521735 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-7.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.4.4.16-4-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-8.js index 1e66026ae58274e56e055d826516bd61143914c5..3112aead035884d4fd14dca2e10a8d50d3be60fb 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-8.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.4.4.16-4-8 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-4-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-4-9.js index 82b67c3770ccdd6784b11556744840e48c9f891e..1471ee503ae9fa1c7adafab07187bf6976b499e1 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-4-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-4-9.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.4.4.16-4-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-1-s.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-1-s.js index 6a4187605349004a56e1a7ff22482e1fb88efcd8..9f1db85284240f54168ff36e8564812ab6a31074 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-1-s.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-1-s.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.4.4.16-5-1-s diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-1.js index f30f48532984148df7be4013c23232c7d91425f9..816a8b372e8795cad6109f622050ada7c828be82 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-1.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.4.4.16-5-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-10.js index e9be89a8d17459657cbe9445aecc18c7ca180a3a..d010b4b0040aea08c8ec130ba67f414cf147d5df 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-10.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.4.4.16-5-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-11.js index cc9593d878dbb6a3ec870afffde43e097767da56..eae46faafb066556924df0e9e647ba4272476c7e 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-11.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.4.4.16-5-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-12.js index 13e41c8eb08c62913b0e09b78d04e8be7e1b7613..60b2b8e71d09e11a764efe7430d06934c886a7d5 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-12.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.4.4.16-5-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-13.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-13.js index b42b14970028997fce5d51cd2e0300faad0b3d37..7cca10e0fae40da78015265059960a7c288eb668 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-13.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-13.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.4.4.16-5-13 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-14.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-14.js index acee10713cce91ec7ae0f08b38990c1d41284b78..934c59cb1505487f551604df7c64970356e87b0c 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-14.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-14.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.4.4.16-5-14 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-15.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-15.js index c4449a96c2a096c147c234108d65139b082d3ca3..ad92702ac473ebd0db3ebdc7b3065cf9e77ebe1f 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-15.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-15.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.4.4.16-5-15 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-16.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-16.js index e8cb42451b9de389863eddbc29eb58f69013ca65..07ac13887ba053343ac4714b781fcf84c6dc1a82 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-16.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-16.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.4.4.16-5-16 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-17.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-17.js index d452a7ad07e4d49d2e3843b55214542c0591439d..fb5f986a73fb88434b4d80c8b68980eb73e1f301 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-17.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-17.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.4.4.16-5-17 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-18.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-18.js index 449c021697a3e0aa754e5c9b3da718116d80866c..753f0c6885b2f4a32fd74e91ab7e39934961db9c 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-18.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-18.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.4.4.16-5-18 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-19.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-19.js index 63baf6aee88cbd9a2b8c30469a8d3e2e764e4861..2760add13bff8a5104420c4a9ab02eef2038b269 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-19.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-19.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.4.4.16-5-19 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-2.js index 092f0ba998cb2f4fcbc2e6ba8f5adef427eb0c07..225e990b4a7b0ea5bc6973237f43111031399b8d 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-2.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.4.4.16-5-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-21.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-21.js index 2f6888717a34720893c7d21584f93cf215127c3a..7994fa0c15220eb60f316620df1cbd73defdfbfc 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-21.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-21.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.4.4.16-5-21 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-22.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-22.js index 6ab3e498b61f6f55fb50ad9d63bb6705cf81523f..10240f6d81207adee78bad0b46de6e6dc65e6084 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-22.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-22.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.4.4.16-5-22 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-23.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-23.js index 674c28b0a2bd4f84a7c0bd10c6a7b2798f315255..85a1723613a78e7a513f107912f3a6b63e472d8b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-23.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-23.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.4.4.16-5-23 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-24.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-24.js index 10a0389188a75c453ddde7db88a3f7dbbea523d9..40149e04f8869d5125000d7860b5ce521e594c36 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-24.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-24.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.4.4.16-5-24 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-3.js index fa2d645c25cb36f258424177065d4240de8525aa..27901a4024c268d3217999d2efdc7518a5adbf39 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-3.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.4.4.16-5-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-4.js index e0f71641ee74b3487df4bf3f98ebcb85059a7a24..3424b5ddcd466e0aff7bd7239dedae71b1318cdf 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-4.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.4.4.16-5-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-5.js index f165fc0c2a99c3ae9933ddd41c1eb2bec1c2b392..942bc8000e5f7ef90616166a773d4007ff6cf9c1 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-5.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.4.4.16-5-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-6.js index edb6c20cdad48e1c4482bc5be2c05dc7af628d66..af2ddd62dc3cdd8ed16492bb5a64249ee932d7f1 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-6.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.4.4.16-5-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-7.js index 05e62c2de9ba388a960fa317f8c09f21c8e5bf5e..a2ac5bb7f078a1beb29a598305aa456c2598d800 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-7.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.4.4.16-5-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-5-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-5-9.js index 86ab5d0db40e5a3eb4f3b4969fd525894e0fc3a4..019e7f54feacc144c224d15f87f0e90c26989edb 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-5-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-5-9.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.4.4.16-5-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-1.js index 6a9bcf2df0b5e0af1cc1bff9187cc22f13a68c22..388d9c74fa9cb3c064366482c17810f49f192f23 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-1.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.4.4.16-7-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-2.js index f9473eddda9f5d7af576d397e46553fa4dfd5de4..350fb1a9c10daf47b70b83a0dfa78c8423562362 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-2.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.4.4.16-7-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-3.js index 6188212a004aefdecf71c3f5760746eac2e670d9..6dc1c08c5284504640f71e680c015b3c846740c1 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-3.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.4.4.16-7-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-4.js index 7237d75fb575a37a8bf011b910382ffdfb2cf062..7c509b083b5c67cbffbd4cb7891e6629b7dc9819 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-4.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.4.4.16-7-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-5.js index e8efc8369be17683740362b38621fab8c661d5d3..f280b01d0e532c5a78edae90155437b6b23452d2 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-5.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.4.4.16-7-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-6.js index 1d04dd827063e5395ab187b0910324aefbf2f610..bcc13a080ea89b1532697c5a9bc4d1305eb73706 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-6.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.4.4.16-7-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-7.js index 6f5e8eac2848dc3b11679e69c380c553832c7fa1..fbba7d44d0ac70bc2eec3fc8c499e8357b23a0eb 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-7.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.4.4.16-7-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-8.js index 2a18c414bbcf8b9b1213a6bc8c44f067f02036d5..ecf6f642f95b56b185e2ba1b42416170fe243390 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-8.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.4.4.16-7-8 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-9.js index 0f9913f227d2933aea06b84f7dec5078bc08457c..341ae8b9e14da04d7830b77c49e7b96235bcc0ae 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-9.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.4.4.16-7-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-1.js index 09b764af79a3811e46f0a813f2e51e3fc21f2b2e..9d52a96122933afdc0d4a650f5908527aaf65fd0 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-1.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.4.4.16-7-b-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-10.js index 1f1eed28ba56f7f53720629d2bf2afb06bfe7e04..6143011cbd058ffafde7290fd60cdbecf16efb58 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-10.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.4.4.16-7-b-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-11.js index e211a8c131273a04f1aa812704037742e718f7b2..88fa11342ac594e4f94a190dc9ffe6f3e7f91c1e 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-11.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.4.4.16-7-b-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-12.js index 4e722676fa5299e08b72c7b5b4471685a23a0cad..27a3ee00b80f992c174792982104167338f59a31 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-12.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.4.4.16-7-b-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-13.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-13.js index 0c29a1eec6eddac80eabd85187c3210b90bf59ca..62ee946464824b37ebb3899f5f78535d5763028f 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-13.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-13.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.4.4.16-7-b-13 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-14.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-14.js index c47a6ee3918db35f91e9f81eb66ddba6e6134e2a..c99df0738048e97d44704bbf81d9865f11d2f186 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-14.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-14.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.4.4.16-7-b-14 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-15.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-15.js index 4bc15d378fce99cd65a33944451ed7989e5c44eb..49aef9a9c5b450242ebddb3baadadcc63f919b16 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-15.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-15.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.4.4.16-7-b-15 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-16.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-16.js index ce9574f1d9df39b5c1415fa5bc1f7f35df508dd5..bb0ac719ce4ccc276f0d5857196a4ba8e0183348 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-16.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-16.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.4.4.16-7-b-16 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-2.js index 363fa33a1cdaf52644e555b52ed87e1d73dbeb53..cc2d06ed0d650808351722df38f421dd88558e7b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-2.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.4.4.16-7-b-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-3.js index 990b3b224454acab5cb1783e6c8db17880e4e4a6..c7bfbfbfa7db3b18391582bae25b7845cd6836fa 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-3.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.4.4.16-7-b-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-4.js index 8bab5fe084c12490c3746ddcc4d3df05b05d0b81..a72e69d2b5d9e210a85acc489ab8a18330ef0831 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-4.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.4.4.16-7-b-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-5.js index 9c966108a9998b5e85fbeca3d7f76861cb54b9e1..66cfbffa5520016c70e64bf1c6ea3291a3143098 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-5.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.4.4.16-7-b-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-6.js index 2b043766b917b05e62264c869157bf53e74f1f9e..ee189be49fb3f11a837a555dc4757466c7459816 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-6.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.4.4.16-7-b-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-7.js index 363e28ce88ee39db507de33ccb0b0196f346096f..f1f40c869c85181379994efac7249becf358db7c 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-7.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.4.4.16-7-b-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-8.js index 268ee463d9acac2067ecb53c999fc6d8ec2c31eb..aa1acb7697bf9336072671a9789c4fcfe99a17ef 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-8.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.4.4.16-7-b-8 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-9.js index e10a6e000e353c6380d4d209a71238210a4e0e15..045d07b128ecad941f36b2194e65b0053c6a6bc4 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-b-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-b-9.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.4.4.16-7-b-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-1.js index 3c6935880f3b39a1f790e98513984c413d3a98a0..459eaed1bbe5e2336daffaf154d7def984b1711d 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-1.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.4.4.16-7-c-i-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-10.js index 55adfd1083a081eb1bcd130fea7dcdd672c44836..919559e5abd985d63051abaa28047a4bf1bfa50c 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-10.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.4.4.16-7-c-i-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-11.js index 30de14910fc0a2519ecaa26f4e8880aa4e222dda..f02036f5c1e98c4dd004e1d13fb7e5c97685aefc 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-11.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.4.4.16-7-c-i-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-12.js index 4fc61779c9346af23e1b6d6067a67ee7cf599169..6d75b595c8bd97fac5aec17709fea5e840c6f9c1 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-12.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.4.4.16-7-c-i-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-13.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-13.js index 15878cc25974c38718a5db06f06506575fdff2e4..05d57d9daf2c8b2eab88a6ea1ce8afe3ec733d8e 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-13.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-13.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.4.4.16-7-c-i-13 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-14.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-14.js index 40e4ae626ffa628196f8ba7df0cb1d625b4ea568..46ee18b941e8014329b35672ab356655bc282143 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-14.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-14.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.4.4.16-7-c-i-14 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-15.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-15.js index a191e7be750441c4f1a0c6b30bc388c1e13b6d2e..68234d78d906e442fd86dc9223de3e3ac51bc9f3 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-15.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-15.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.4.4.16-7-c-i-15 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-16.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-16.js index 1d8c7fc714e8b137dfe8c139d594b9c9d635cd72..083f71cc3de29391447c56dc5b79507ddacb0d07 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-16.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-16.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.4.4.16-7-c-i-16 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-17.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-17.js index bc2e6f635db593a174d32b5f71a27ba54d510668..99e912853cd194889f80091f1e4babcc42c7978a 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-17.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-17.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.4.4.16-7-c-i-17 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-18.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-18.js index 2537efc2d1d28c579a008c8fa11627bf00c48f84..0091b52c5d7c05b0ec424a0d44594d0a61eafa98 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-18.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-18.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.4.4.16-7-c-i-18 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-19.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-19.js index 2834c1f1bed0c74ebaa597b090b8dcf6b9ee3687..ccc919361f3bc05dc677ab74db641be9c93ca41d 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-19.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-19.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.4.4.16-7-c-i-19 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-2.js index 1ac9ddf8cff215293c293df0d784a780e72b980b..0f8a5673aba87dc5d926f2808f15beea32060416 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-2.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.4.4.16-7-c-i-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-20.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-20.js index 97f8edb61d83b8f992055b2687156607bfc3dcbf..b4d136af25ff93ae8d060d731536d20c04e35131 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-20.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-20.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.4.4.16-7-c-i-20 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-21.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-21.js index 338ccad6f16d26894f10cd53096a48380b1a3843..d59f4bfc197b96df70ca73fae3ee54b8162bd1b6 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-21.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-21.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.4.4.16-7-c-i-21 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-22.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-22.js index 6bdb6276c8d57bd692e0e3b81dd9b462ad12eb7a..b45076a25a8afd1b15ef89839c7800965f18ece0 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-22.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-22.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.4.4.16-7-c-i-22 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-23.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-23.js index 8d2e7896182054253a62fd2c743c311a71cdb91f..84d1818f7c289e1d40c8417d0b8ef42dbdbd260d 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-23.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-23.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.4.4.16-7-c-i-23 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-25.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-25.js index 45e244c7baf8040ab50f721e0fa9a725fc1820d5..efe2262b3f39a30e43117aa8d6cfd9f2efcdc206 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-25.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-25.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.4.4.16-7-c-i-25 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-26.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-26.js index 94e2a4b181b19b770716877af1972cb5ad0ac23b..522547ef2f521a163e227cdc6661e8193a5c2928 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-26.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-26.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.4.4.16-7-c-i-26 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-27.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-27.js index cc7daf4eaa80d9884f2a9fee87f8a57ca9f8bc78..76e2eed379b87dd9ae4f4ea0686facf75ba44448 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-27.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-27.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.4.4.16-7-c-i-27 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-28.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-28.js index c7dfdb7da5879487eb6574d100a1fbfac1564515..5b67412105d43241655c5dbe91ef2c042c12f673 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-28.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-28.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.4.4.16-7-c-i-28 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-29.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-29.js index 88f21c3d2e33c8b710bdc7927b168334de908e62..ba0657f4a70601269946784d01d4fd9862819d47 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-29.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-29.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.4.4.16-7-c-i-29 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-3.js index be9a1cd3f97b1cf3a03e80fd65c77cc2682427d1..04fdce65d85057d8f6b0ec9157e306ab3f73ee1e 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-3.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.4.4.16-7-c-i-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-30.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-30.js index fb47fc4ce525c93b8db3a287c2ba0fa0db6302a3..de3ad30b792f58bb97076a80644aec9c61b7f43d 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-30.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-30.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.4.4.16-7-c-i-30 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-31.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-31.js index f681fd45a872c7a89c70a355f2217521903e4dbb..6be105291d4738b4b12bb7f3251ec611eb7a8d4a 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-31.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-31.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.4.4.16-7-c-i-31 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-4.js index 1cca3c37295226f575eb73c3938991fb5f49bb5c..4ca15dde71c463f9d4e7a21cc930e9512a1cb620 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-4.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.4.4.16-7-c-i-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-5.js index 58153111a1f1f0fc4b927c1d9fbff0ea83727276..4bcd28b956e6636e2085db2e66a49281db4f1c9b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-5.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.4.4.16-7-c-i-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-6.js index 5ab84aea257116cf8be6e0994d8d086385e3fd77..a7dc6772abc90d9913400f29cbfcf7d1c555b607 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-6.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.4.4.16-7-c-i-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-7.js index 78ad3fb79397a5fbdaf7e7996183c1c0945737f9..153057c610af8c705afd0adeaa4d3d2fddde929d 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-7.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.4.4.16-7-c-i-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-8.js index 40f0e30499da9802325a705c1f766ce08ed5c381..158d7d4cbf0280cd5f06194026dc297122ff2dd6 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-8.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.4.4.16-7-c-i-8 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-9.js index adedfa98abbe142a41ab9d34dc2a62d3e82d93fc..dcd4a56ea665938675d0da58112698307b4f1a65 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-i-9.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.4.4.16-7-c-i-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-1.js index 98323fc474d48ef11957a7041819c9676048235f..ff41a36fc4f756931a92c10313bd8fc1d5627d52 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-1.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.4.4.16-7-c-ii-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-10.js index b942344bf34022329e5d2bf1d56b68b5b1465610..793b18e0a8bb3829168ee69a0e42aa509f5461d5 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-10.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.4.4.16-7-c-ii-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-11.js index d73d1cbd4843664725f22e2a87cfba2bf62726d7..40dfb9455727d971ef83e4a6a0255c585532af19 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-11.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.4.4.16-7-c-ii-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-12.js index 917f32571133c28aaecf5f28864d845a16b58ca2..2c009e73b656f36f2d83d706a7866af9cd3b7235 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-12.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.4.4.16-7-c-ii-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-13.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-13.js index 785c0797417a0f2f57f6ae294a69f02b182edc9a..4b84fb433317bcb668ff2ffa30a9b1949bd25958 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-13.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-13.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.4.4.16-7-c-ii-13 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-16.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-16.js index 04be3263d5a33895d8b42d685c9984827a0259cc..0b14e0aaeec72a397fe02282a36ccdb738b44787 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-16.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-16.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.4.4.16-7-c-ii-16 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-17.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-17.js index a8a36d1ae38b78b18d4ea65a2de04ed3e7166fb8..5f61e4cf1959e9b1d1c8ba070d81cb2b49a80663 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-17.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-17.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.4.4.16-7-c-ii-17 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-18.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-18.js index 1ccc5de64e80f34a9226828855835080f7cd0709..98df4460da4a282deafa395fc8d27d8d1e4f7850 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-18.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-18.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.4.4.16-7-c-ii-18 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-19.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-19.js index 0f72c7786fef28a5cea7741f71c761e4d4d19c16..b6ade2796ed942b100b2af4f52e5b4be6cc09fa1 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-19.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-19.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.4.4.16-7-c-ii-19 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-2.js index cf6143a6ec040143ea192f089b4d1d97e8a1737d..f4f477ca7cbc2c77a17b3a299833eef5ae05cc11 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-2.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.4.4.16-7-c-ii-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-20.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-20.js index ae4b4ee820d195f4d052ba71a028994a346342d2..e2b400709cc66462783c8af8f3bdfd44e337143c 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-20.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-20.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.4.4.16-7-c-ii-20 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-21.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-21.js index 4881aeb01ecfc2468b1f56b3878d48556abd5210..78530de6d3a3d1dd41db9737a0b68f34c6670a72 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-21.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-21.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.4.4.16-7-c-ii-21 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-22.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-22.js index 6290624f723b76948fcecc744f02ab972c8558ce..e03f953fec9223ab57cd0b26098dc281fbca45a5 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-22.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-22.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.4.4.16-7-c-ii-22 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-23.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-23.js index ffb6540ec7dfb5b489542e1e44e66bb01f0a2f47..d9ef7e0f63ba0ba0d5a4f37b1113228d252d472f 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-23.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-23.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.4.4.16-7-c-ii-23 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-3.js index 17deea8f9e1dc65a33baeee1f3eec5c536a18f28..9e50404751119ff1facef2371c95e2063b1133c7 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-3.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.4.4.16-7-c-ii-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-4.js index 86a19a6c67e7a04480d3e8cd63b23dd858f89aae..24547e93e874e0a608bf1da998fa1b58fb550e2c 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-4.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.4.4.16-7-c-ii-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-5.js index 5490b3c1807cc11e8b5ac8439d6b1f3badc70cf0..6383c6211dd29163845d9a6bf3a76a9ff72c396f 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-5.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.4.4.16-7-c-ii-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-6.js index 25f4ecde83ff6a194ed543fe07638a841c302a28..0a7f3203618d7b2f2417c4fbdd4287611c9679b4 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-6.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.4.4.16-7-c-ii-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-7.js index 9abfa61eaafb88728f7b41d5d59f6745be36db3d..b81bc78d0286ab2159c27c95786625e9cc086b7f 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-7.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.4.4.16-7-c-ii-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-8.js index 1f218d6e86f37fff13cf128c382415fb64f6cef8..46587285addceed09f3a8ffce90c6e50ffe8bf86 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-8.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.4.4.16-7-c-ii-8 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-9.js index 90411bc9782b13725768b0bc538be19c31d8bdfa..566aa860d9c339f34f90f95fae865681b34d1150 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-ii-9.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.4.4.16-7-c-ii-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-1.js index 6df587b0322305d30a9b4109a360f41c2175fda8..34c004dee17ccb978bc44ba5232e1bfb707efe78 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-1.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.4.4.16-7-c-iii-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-10.js index 131a3a42657a1fe5607585bc8b429137f0d9c01e..537a7404ab6ef4c5dab5a5945dedca2118df4cf0 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-10.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.4.4.16-7-c-iii-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-11.js index 680ddcaca56ddd3594f5fdaf8e2e3c1690a41ec0..0f00336132353d01b9cb22ef107b411e1527a488 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-11.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.4.4.16-7-c-iii-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-12.js index 6180b7519987a8b721e819e7807eec9f85fd46fd..d4c7d2074ed1fd33e95d92580fed0361f13b19b1 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-12.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.4.4.16-7-c-iii-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-13.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-13.js index e208cae3534c20d5abce90d5832a42332850729c..19aa567063a024cb94d1d1ae451ca303a6a8b10b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-13.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-13.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.4.4.16-7-c-iii-13 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-14.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-14.js index 87bb0e969de7ed444962f9f7948cfd5ee46636d8..efb819b1771b39703b5bf98fa27d1cf45021bef5 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-14.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-14.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.4.4.16-7-c-iii-14 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-15.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-15.js index 605ecc42f8189fa58bf50c4d1aa72076776e346e..305c471d3fe54db66bef67dcc9a26c24a79bea73 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-15.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-15.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.4.4.16-7-c-iii-15 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-16.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-16.js index c6bfc08b7c1435c816cd1448b3c7ac3bce854e03..e48eb953172ecc97fd1921f27519851cb35b6903 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-16.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-16.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.4.4.16-7-c-iii-16 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-17.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-17.js index 5294caa324677e44fdcef4b8ff05c241aa048d57..1425f4c94170360e1c8dbf9c0565efbed2c68a82 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-17.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-17.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.4.4.16-7-c-iii-17 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-18.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-18.js index 609815fe63ba3a3fff31586a22477f99d81f356e..427179711c49bb50e0b2b4d06a571d9ab492a594 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-18.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-18.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.4.4.16-7-c-iii-18 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-19.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-19.js index fde1bd20124a7fe4fb1446de243f11254a6db06a..035beb17f4ca2b45f5f4d4d927e7b1ab89a664b7 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-19.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-19.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.4.4.16-7-c-iii-19 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-2.js index 3b8f1157dbb8283a770c12d0e0b0488983194e93..e6a8dead164cf020e813c1faca181da88d0f2e80 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-2.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.4.4.16-7-c-iii-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-20.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-20.js index e94a9025c60828b33bf781a31f7a89edd327ab27..4f35b45cc5d9e2be11bc800ed8e61275a02d10f9 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-20.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-20.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.4.4.16-7-c-iii-20 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-21.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-21.js index e55b81708189820a9dd99522713f6b8374a883df..f13585635d8076b2491aee150b4d9490fef2a216 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-21.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-21.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.4.4.16-7-c-iii-21 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-22.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-22.js index 0a279fc5d9aa96bc95dbd2dfe053990a785c100a..f38fd7819f0450c0ed6bb6a76bea847a3281c8ad 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-22.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-22.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.4.4.16-7-c-iii-22 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-23.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-23.js index 540bdf692589ef75e9e5b567061953c00815e74d..d4ec54d5e3ba3863d9b7f3e38487ad313c0ff0a4 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-23.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-23.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.4.4.16-7-c-iii-23 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-24.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-24.js index 1d089cc9334f96088928913cad00f80c3e57f06a..6990cec1a4181fc6e2947747fc59430c667283fe 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-24.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-24.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.4.4.16-7-c-iii-24 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-25.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-25.js index e0be184f8dfdac379f18c652ae9bc8be1dc078a7..31a87806f742b9295d3cee84240eab371654ee4b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-25.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-25.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.4.4.16-7-c-iii-25 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-27.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-27.js index 2669d60d827fa05ab5787e6a5fe6c946cc22c12d..9349c3d632771e37b9ce7550a39fe3d4a667ac73 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-27.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-27.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.4.4.16-7-c-iii-27 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-28.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-28.js index 07acd09e41d937e5f6efc630e1d1340a002fbbb2..b88806969788e125af26a0cda4e66ed98b88e49c 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-28.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-28.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.4.4.16-7-c-iii-28 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-29.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-29.js index dacfa37d83f856e619063e315eb39f917deff769..8ecd38f9399c113fa72c79e5e0806bf6a1b18941 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-29.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-29.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.4.4.16-7-c-iii-29 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-3.js index 064da5b50c69d43cad0f56735b22964fee03cbd2..1427454965b994afab9f481e8adaa2246061e522 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-3.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.4.4.16-7-c-iii-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-4.js index 6f24b6ce4d0783b1720b4a05c43b6607060643bc..dfb71c42775c960b0115a5b7cfa261efa94b2215 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-4.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.4.4.16-7-c-iii-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-5.js index 982bdd97ae407eebb9d973fb4454a3f9abfd85fc..73d37e989863d2dde8a93eae04a0860f029fafc2 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-5.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.4.4.16-7-c-iii-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-6.js index 1f41f227ceaf3a7ab7880d98e7a377922b98bb67..f2922e9761edc8577c7f0b1d96032b489bcd10f0 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-6.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.4.4.16-7-c-iii-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-7.js index 54dc5c3e8ac02d6c73f4d4af6d0c809908198c58..f1056dbc2113958583467781b3707d457e28b93b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-7.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.4.4.16-7-c-iii-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-8.js index 3725c2c78524bae27796bb0ec3f152ecdc915c1e..d77a61bf39b6644112665153687ea8af2848461f 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-8.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.4.4.16-7-c-iii-8 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-9.js b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-9.js index 2ffea0f69b97a04db102905b9848c6f30d1735bf..257a5a61a75ca3f74e5bb01ea94b71268f035476 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-9.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-7-c-iii-9.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.4.4.16-7-c-iii-9 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-1.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-1.js index b8b126e1f2d54097223464331bd3dc91d94bda42..ebed17be688b0cde9e338988a14080eb7e13e88b 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-1.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-1.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.4.4.16-8-1 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-10.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-10.js index e925a01d5db4138479964e23fcc5672b9fdac84d..be0650cb7d8cfda78a33a74269c0bc9ba58c05ec 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-10.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-10.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.4.4.16-8-10 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-11.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-11.js index cfbc79e39d60a3b89fc69d507e2131aae140265b..ebd3842229374a9dceae832a6bc52f4ca3de9d12 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-11.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-11.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.4.4.16-8-11 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-12.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-12.js index 9423b2fe4a57bbd65ed412bf32051b6e1bd9d56e..9dd3448c2b3398c5bc49d359029c38cd2dd28eb8 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-12.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-12.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.4.4.16-8-12 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-13.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-13.js index 36ff527021ced86e20c67bc820b02fe8d08f7c1d..842ef639199a4014f3bacf6025a1a27d362a5bbd 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-13.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-13.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.4.4.16-8-13 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-2.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-2.js index dc22fc7e04cf14590ddcaba6c36074c9be1592be..7e860dc384a5909f5bdeac31bd7068d1f31e90e3 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-2.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-2.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.4.4.16-8-2 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-3.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-3.js index b256cb3ae23ae9081bedf0ff496240cc0786f406..963b89701c0c30c5be74363a12cc7698370013d8 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-3.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-3.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.4.4.16-8-3 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-4.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-4.js index a43495b42c9da497a62c9b2a2c7e3eb9fcba4456..c625d79dc1adf103f4364206c38d9cfa27ab03fd 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-4.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-4.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.4.4.16-8-4 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-5.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-5.js index 18e8871194d75ef38d68aa5a8c914a33457891fb..b982fcf5b888bb676bdd7ddd1ec005f8421759e2 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-5.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-5.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.4.4.16-8-5 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-6.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-6.js index b28372ab0d733b6adc633cb42199dc6bef330183..d53330d2f5cab5bfeef936c3db9979dc851a539e 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-6.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-6.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.4.4.16-8-6 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-7.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-7.js index 481326b245de6031da1dbcad2a33c0c211bb7aa1..cdd7a4311c1639bc524589d205826fa6cb3b4d4a 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-7.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-7.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.4.4.16-8-7 diff --git a/test/built-ins/Array/prototype/every/15.4.4.16-8-8.js b/test/built-ins/Array/prototype/every/15.4.4.16-8-8.js index be178c944e6f2b9820a584aff7f2495e39115790..6c63644aab81ca4009d346364b00e4b50b847be3 100644 --- a/test/built-ins/Array/prototype/every/15.4.4.16-8-8.js +++ b/test/built-ins/Array/prototype/every/15.4.4.16-8-8.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.4.4.16-8-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-0-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-0-1.js index 5b943921bd1a6ba11535b41f98b5e0842dc691fb..810ab7bf6b37da6b2c905bedf7696bf92fbac4aa 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-0-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-0-1.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.4.4.20-0-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-0-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-0-2.js index 51a0c9811eb115048dc3cd4c5627be7e3acbc298..1838bb94b834e8e23afe99c5fd63e739848b71d7 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-0-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-0-2.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.4.4.20-0-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-1.js index 14346a92c8c2ec72d32f505859fc0892c7cb5fc1..770768432f399fd27f8e241749bb020f5741f907 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-1.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.4.4.20-1-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-10.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-10.js index 80404700f9a28721b2d5ec40388646a6c91f73a2..f37a264d5128068304182397c6bf351a4087b07a 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-10.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-10.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.4.4.20-1-10 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-11.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-11.js index a4f2236d47fee92bda363619ea58bd5271b58fb4..58d4c06d93149dcea34f18fecdab517e43c58d5d 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-11.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-11.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.4.4.20-1-11 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-12.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-12.js index 75c8e75abafaa8a6e8c5f669cd4edfbbb8043298..23f615cd4268c06635815b8876939fd83be5607d 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-12.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-12.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.4.4.20-1-12 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-13.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-13.js index dc5c2e4be8cab8eb3b138135173b5657a567a924..5fe44bc8ea8b76020f0fc84f1500f1bdd3c6d5ef 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-13.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-13.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.4.4.20-1-13 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-14.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-14.js index 79cb6a855d1f14ca30822033346806d2a15e8338..79e505554fdda37a4e147644781d8e8532edfdaf 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-14.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-14.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.4.4.20-1-14 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-15.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-15.js index 8e95c9e83d503e95578732b5ae8a19f029f5206a..09cf3cb84a3773e585022a4c4c93d585737ca13b 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-15.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-15.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.4.4.20-1-15 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-2.js index dc0a0d8b3b165fd15fd37ec2050b6bbe41632670..67b1857304577f8b439db5537c55518d076cda37 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-2.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.4.4.20-1-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-3.js index 9d3804b4aa7bece7bc8c1d06e4dfc4ee5bd3eb57..e28ad21f8caad8d343a47c51c8a9e682aadd4e08 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-3.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.4.4.20-1-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-4.js index a6b2e612fda911276934712301d866a6fa99ff55..acbfe8cef26d3bc3b5cb4689a0f34a5b8850c711 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-4.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.4.4.20-1-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-5.js index 6d84a77c1026e614cbed75d15a656da32ee1eaaa..57b05bfd72f557095affdab361a7092b141212f0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-5.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.4.4.20-1-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-6.js index d2fa68107ff71dca2df909d383f400fe83ceae6d..0031650238168e03da341520d233b63b4ef99ec5 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-6.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.4.4.20-1-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-7.js index 22d874578305ba6d09a6c868446f55d2304c4530..36bf5c54a57276e8cdc6e303767def88ba9ad967 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-7.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.4.4.20-1-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-8.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-8.js index 5103b439552bef3a2c9d73927b14358c417fdc9b..e7a928805efb61c76ee06adf0567431a24d09733 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-8.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-8.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.4.4.20-1-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-1-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-1-9.js index c46019c679f9fe41133d17fe1805fcfd83044b39..0152e7a756604c29162d1d4a235ed777b0482756 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-1-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-1-9.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.4.4.20-1-9 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-10-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-10-1.js index 79ec560bba26cd6dcc85d4f2eb0c945bc0d1645c..9bb86b4e422dcc40976a05a3206e0aa99bfa39df 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-10-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-10-1.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.4.4.20-10-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-10-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-10-2.js index 1721901b752cb56e074d0451cdc38d0d9830c598..57556304179a9ecc9a86faa0be00a724671903bf 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-10-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-10-2.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.4.4.20-10-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-10-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-10-3.js index 5ff1a3cef6696eb6d1b5a81f9f07ea037ad2a38e..0efd73fb48be7ad1dfdcb4f01d0bb1b103d8d2d5 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-10-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-10-3.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.4.4.20-10-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-10-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-10-4.js index b8727758dbe6319b3ed8d4c3ac959839632d595b..91f476aa60544111eace868389b827bcf66f120d 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-10-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-10-4.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.4.4.20-10-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-1.js index e432bc9ce5043aa3b10a0ce90be09b72495578df..1d7acf36cd4689d3dd6de5177401d55d77ec5db7 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-1.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.4.4.20-2-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-10.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-10.js index 5d521101fd7dfa9df0f5bc445ba2a077effdc869..e18c2500ccfcdfd3640c7de683ccdd3c1ce24070 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-10.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-10.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.4.4.20-2-10 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-11.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-11.js index 4e3da276faf69847dc8f16f446617730a4e64285..7ef5dbdbaa1e4654cdd782d756dd7d806b49d6cd 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-11.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-11.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.4.4.20-2-11 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-12.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-12.js index 4edf4019c9ae92373037c084370588602e39b44f..7e2e1c9a87d3b882aa3c7ff4ea5926f7bb083f8e 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-12.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-12.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.4.4.20-2-12 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-13.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-13.js index 9d039996efd9279215db1f3e8eed48f50a1c7e50..55330c69e18a673bd660761e9633c27e40f28ad0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-13.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-13.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.4.4.20-2-13 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-14.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-14.js index 58bf8396cf3ee110e8b97988df087eb75c2b3677..9c913c40c166d45db7650527a892b9daf975662c 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-14.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-14.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.4.4.20-2-14 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-15.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-15.js index 3a4a6216142afb5930650833145193a420babdbd..0c1de8b5af8301628e2ef3d1a3fbed149b38f68f 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-15.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-15.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.4.4.20-2-15 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-17.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-17.js index a24862e914ae3f27472ca2cc572b09d8d8b6ec13..c443891e06eb8ae4f8afab74c426440b06503d1c 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-17.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-17.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.4.4.20-2-17 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-18.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-18.js index 4fca48d8386c542c0b42548ccff28cea3cb16eba..983ac7aabf0177c199911194b4ff10daeefd5acc 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-18.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-18.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.4.4.20-2-18 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-19.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-19.js index 79be728e929c2596add46949c61de057a57d378a..9336f2428b84c44b4f3c3240b43630a3c34fe4c0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-19.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-19.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.4.4.20-2-19 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-2.js index 02d4f5253f06193c61a0edb61ab20407776223d7..e1cf9585d0033d85396c98af23228dba29d17c75 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-2.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.4.4.20-2-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-3.js index 2da61aa5fa81260d92724f1601014414c959c779..904e93a3ea798c93e8095f6a6c59e757eaf0e218 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-3.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.4.4.20-2-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-4.js index 194527a57c59af8f027006b812a8ac53eda77b46..f1e276c1315721fd15bc95adc95f85a9985c6815 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-4.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.4.4.20-2-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-5.js index 4e43726ccdd11feba12ea50301ee7894be1f05e7..8e37a011b9e37a66bec1764daa24e8417648ef14 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-5.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.4.4.20-2-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-6.js index 2b993d793d028ff8bdda4cdffb296e34ac443433..eebdda9a95211671f839a22dd24b71e7fa6e3b97 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-6.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.4.4.20-2-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-7.js index 64e62ab6d5b6a18c7b5de118bb4fe1e4a0b69095..10a595622fd69388090fe0f30005ad2ca2f8a37f 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-7.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.4.4.20-2-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-8.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-8.js index 098bef7a03d0c34e80501843f001eed3d57fb960..2616fccc67a4395492035fed52b229fa2f156db0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-8.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-8.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.4.4.20-2-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-2-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-2-9.js index 56ca09fe8af0724159b1b1979a1db6f5e6807417..c31c4e98e8daa35da2722e870343d2849c3e5672 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-2-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-2-9.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.4.4.20-2-9 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-1.js index eb861f11b05365e25ddd964b7f0ae032bc89666f..af0d6361c4f58be1d868aa316629fccd81a85f96 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-1.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.4.4.20-3-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-10.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-10.js index 2fcfb74ca7f690b3cf27de5d1a5da4e7d50f6b49..d97c89b72cd9a1609d8d4382bd74da23c2b19e8b 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-10.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-10.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.4.4.20-3-10 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-11.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-11.js index 7130def278f8a7ba512f5a04537204c569487a02..f2617dd57aebad0d6cd22c996d67b37bf74bb5a4 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-11.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-11.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.4.4.20-3-11 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-12.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-12.js index 8f487a79487378ee76cadac1b95a57458ff2893d..9dc662ad1303557e05ac44ad3b1859db34a887ea 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-12.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-12.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.4.4.20-3-12 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-13.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-13.js index 4e15c2fb182d61a3bc650ee6d5d3e7c14e1a99c4..f2074a48012da7d3073112b405246cf838efb8f9 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-13.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-13.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.4.4.20-3-13 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-14.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-14.js index e9e964bc13b7cd5ded66cf7f96cf6d3a24c030ed..0e1ffe14e2587092205d3aeb49139459260710f4 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-14.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-14.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.4.4.20-3-14 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-15.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-15.js index 6ba7568af105f8be20071cc0d9136e007c054a6f..064d8d90b441fa80699c61fb9a5079e3313f6b3a 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-15.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-15.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.4.4.20-3-15 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-16.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-16.js index 44e36fc7208d7d76688d398743d2aefc4d0a269f..31df0b846aa5abd45a6b54261e3ed01e2e29a476 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-16.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-16.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.4.4.20-3-16 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-17.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-17.js index 2b7df29a6f6483ed28e047ea6ff1d5838fdfdd50..50effddbd35aa37d453953352e7242529ace580a 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-17.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-17.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.4.4.20-3-17 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-18.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-18.js index 1f6222cc535a4dc108cbc919b2b177231a4654c0..4ccc2893a25882a1a61026807dce8059db6e6634 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-18.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-18.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.4.4.20-3-18 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-19.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-19.js index 5c9ceef7132fcfe2ff5fb2c62714192a81a7c246..bc8e3f98b0e6f17467e20d087e53f25da008c133 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-19.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-19.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.4.4.20-3-19 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-2.js index 801d0dc1594cd30f170bf985d3a288a3f654783b..b79453918beb62ea2146e7e3be4ed565283ff5a7 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-2.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.4.4.20-3-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-20.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-20.js index 9ed1a10c455d348748dda2d22897a673605b5032..aa45c30736d04085d091ce94997c9b82ce05896b 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-20.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-20.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.4.4.20-3-20 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-21.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-21.js index 71f95a5f93868d4f870886ee5e3d9ee1acc59518..81b5525e4f99e971938c835288f3644018e13e25 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-21.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-21.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.4.4.20-3-21 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-22.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-22.js index daa26f85f6165fc6b46b182333b133af65ca377e..c9df0158fcdf8fb80e876771ccf840cfabade3f8 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-22.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-22.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.4.4.20-3-22 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-23.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-23.js index 1b08d0dc45b5e9dc272e8df61a14d3de4f260474..c8ba73fb8b79ac5706f0dcd26927a10342e96931 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-23.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-23.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.4.4.20-3-23 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-24.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-24.js index abe43cfa484a61661a71fdee892250525e50f5c5..11793aa4bfd0be047cf343359e95952d20d27982 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-24.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-24.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.4.4.20-3-24 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-25.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-25.js index 7642ad1be22daaba89f255b5c4cfb39851cf65d7..13e504aba88b6568fe1c76ba18dd5cb44bde9dcb 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-25.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-25.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.4.4.20-3-25 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-3.js index e9187a5b803f3432ea9ac699d076abd9038c9284..915fe8de4e13ad943a3f1445b253f9d5483c8c60 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-3.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.4.4.20-3-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-4.js index 2ed3a461a261307ecdb73c2597e33a3f148c4629..b3b5b6ccc1c35b1cb0b9e8b4d8294cd3b6e8ac9e 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-4.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.4.4.20-3-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-5.js index 0b9faa807a4102b5f4ee69f266e17baadc420b96..68791034592a1ac4a546ab53a9a7e4766858b2fd 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-5.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.4.4.20-3-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-6.js index 413e35eeff0d4fa4703290b8012958190087a3c8..03d93792a23a72f3b9a94982801b2a6d9376df7b 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-6.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.4.4.20-3-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-7.js index bb6dc6971d6d4309acd8ed76dfa4174a858ec2cc..1d33c7324468f2039d42885edc99288c546e9495 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-7.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.4.4.20-3-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-3-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-3-9.js index a20245c90d61884fbe6a8fcf07a88a34bb4f537a..776f98ecd6584b4dbaa7159cc84836463c97b1b0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-3-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-3-9.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.4.4.20-3-9 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-1.js index c7aefe438f8984d5ae7ba65382232b851567d630..f8254ae83a563d7c3473d31947c6b972b0923204 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-1.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.4.4.20-4-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-10.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-10.js index 1bfc42889ba0a32597df6a96d34bc94f135139f1..702bdd445b06bd1a75be11a636235d45057d477f 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-10.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-10.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.4.4.20-4-10 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-11.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-11.js index 336e1d3c6687447f7bc891054de182b0d2d5cea3..8964aa4fedc7b4e9d584af127bbed2b4f810b988 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-11.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-11.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.4.4.20-4-11 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-12.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-12.js index 7994ac0f8cbd2261240c34c9f6dcd1a3af0cdf4d..9bf8f0600918b56e3756271d894859f6f7f1f009 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-12.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-12.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.4.4.20-4-12 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-15.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-15.js index cbc0a2b2351a00023661f1b5aef83ae80a39321d..eb24bf97d00791f20c6cbc2ff5df7c7a61825e0e 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-15.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-15.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.4.4.20-4-15 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-2.js index 8c2645ff39e98575edc6dc352b2cfcb3ad3503d5..fa8b81de4c5a82cc36c2fe577c3e6f529bd1fffe 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-2.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.4.4.20-4-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-3.js index 3e9b3ecc63496341be4264a37059fce268fa5716..37808a987380123791a8e535ab042ab5ad3211a1 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-3.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.4.4.20-4-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-4.js index 329f0c0aeda401499ae56aad49387b6e0de19040..c09bf01f3319a8668fd73ffa229eb1986a9e8c82 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-4.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.4.4.20-4-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-5.js index d4dc2b75cbc914ea158a36cf6e35ad074c96568f..4d49906ec032b341412709d358e52619824420d3 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-5.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.4.4.20-4-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-6.js index 81702d58aa846c18e78f46ad97cc5f5e8fbffa02..543dd3adcb72ed96922a7eccb32f945b91eb7280 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-6.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.4.4.20-4-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-7.js index 91925bba57b421289d5de259b4fac6c6842bfd9d..d80cb49a0a7df53d3fdf09c8236704c1c763cd2d 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-7.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.4.4.20-4-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-8.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-8.js index f4cf40318a60db0b278ef0838bddba623755021b..b643d08ff166c7a65a85a179bde9f73995831996 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-8.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-8.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.4.4.20-4-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-4-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-4-9.js index 7eeac0c1b51710a67656d88b5bd6323c52d49bcf..813de76f6e47c3fb80db332e46d24b78b3e635e7 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-4-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-4-9.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.4.4.20-4-9 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-1-s.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-1-s.js index 96589b4591723e87a8dc7ea776e2c2e75e437f11..ebf975dc132f30f69e0de373259d04691b181132 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-1-s.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-1-s.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.4.4.20-5-1-s diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-1.js index abecb5f145af766723c266809a1597356ebb3c73..f24da6d49cc92165a54c3e786f7f262901e012c4 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-1.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.4.4.20-5-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-10.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-10.js index accc8f87e96f2b1810f284f265d7405a68879db6..cf8358a92e77b5b74acb245b80ee72473f415525 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-10.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-10.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.4.4.20-5-10 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-11.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-11.js index 7eefaefa50b5dcbfc07d9d818349e90b2d187036..9f1000c74751af294842e941cad46744ab9a0600 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-11.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-11.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.4.4.20-5-11 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-12.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-12.js index d65987e9b762352aaee25e67b02c7eb3dbbc4bf5..3021093d5610427094bc4d327527819c84560f75 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-12.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-12.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.4.4.20-5-12 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-13.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-13.js index 25e17554e27eb13ffe3c26963e67a7e1f1453a9b..fef957b0ce787e32d00e2c3c3fb0e614199083b6 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-13.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-13.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.4.4.20-5-13 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-14.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-14.js index b1d11cd2876f9a933ab5478328fb5ca32eea9f9d..2809cb65c237b39fcfa3087e1cec2799e9d1dd60 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-14.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-14.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.4.4.20-5-14 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-15.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-15.js index 3c4ae3370e5fd46140b6140dfb74faf934a29c08..f8d1923c6b919bce3e05a5698ccc057b7e7cb4e7 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-15.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-15.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.4.4.20-5-15 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-16.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-16.js index 2eef41cad230af9f640d719dc2b4ec480441ea27..86c878731226a9727ea7443809f9d8020dfbe873 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-16.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-16.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.4.4.20-5-16 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-17.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-17.js index 66239fb609be9ff0824efd098465248044b0bfc8..34e1641e02b39adb7a7e46ef4adffa9988bdc821 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-17.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-17.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.4.4.20-5-17 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-18.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-18.js index 3ac3d81a1fcaafa3d8942a7f03653711440ee8e2..de325a33942a146495bc52b2a3d38d0ae5c6f319 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-18.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-18.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.4.4.20-5-18 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-19.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-19.js index 0b0d4230391f30c849270703609303468e0e9d02..00ad7cfbbd182ed5002eab18573457d6fcd6e4a9 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-19.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-19.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.4.4.20-5-19 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-2.js index 14199644fc9ca10bfaeeaf40faea7c9622f2c88e..5a9c1f146bcf2b7bb91682e05a9011a346b49356 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-2.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.4.4.20-5-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-21.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-21.js index ba2d83cb2bded6d3935b66e096328bdeb6088c93..f2933a462bd4e16f50b0caf57e12bbb5cf57f700 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-21.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-21.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.4.4.20-5-21 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-22.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-22.js index 179be7efceb84a256ff83e853c63a81d9f28c016..934188ecaded9c5b434c03973b7bab4242f798be 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-22.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-22.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.4.4.20-5-22 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-23.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-23.js index efd7fcda20e85580d94d411948ee250a498b44b8..85137c00265794f3b92e23e98a91f64eac260c67 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-23.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-23.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.4.4.20-5-23 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-24.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-24.js index 8da36dbee25bb5533757a94faec12f945f6b81df..c936139b10141f3e7d78adc5f923c5197e57b51d 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-24.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-24.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.4.4.20-5-24 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-27.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-27.js index 4988a2d2e0934f73afed8362842c482eec4e33de..e541ca09c0c975c7bab59991a594696fb00b373f 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-27.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-27.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.4.4.20-5-27 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-28.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-28.js index e84c6dd77a8f891d1c19d0eb110d94dd8eeb0f8b..78620d3e6ea40aa8d6ac30b2eb40e624bf7b6b88 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-28.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-28.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.4.4.20-5-28 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-29.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-29.js index ccf5fcc9db3284eeea5396a1cc669a1d804477c9..53bb28f98e3b121420281190178052ceaba4bcd3 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-29.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-29.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.4.4.20-5-29 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-3.js index 887e47b25e5e96f2e5a1ef72fc5f8b4158f929e0..8da7ffcc439bc460fba3bdc061a5e25765df1c4d 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-3.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.4.4.20-5-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-30.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-30.js index 218d4888ece719a36a98e15fae0e2cfec8860f84..e61f0a3673f5e9dc7cccc12bc3fdad52c50757a5 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-30.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-30.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.4.4.20-5-30 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-4.js index 3163da069bc2d942354b4e9fb2a826a0d23b2cbd..4766544600d20a71c6ba91e9fc8cb2775b772d71 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-4.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.4.4.20-5-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-5.js index 94a765b77679acea0ec7d3883f7b52c1895972eb..015f506d7cf6388fc58065243302d4aa69ec1abd 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-5.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.4.4.20-5-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-6.js index 1113f365042e12fc6d4ce57345803ebc8db493bb..779deaf480bd0c49bf9f2c20e8de3fc120516d01 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-6.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.4.4.20-5-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-7.js index 30441923ba64b8667cef42e35cb995e625446d1a..eb53a8cc13e98000736d554723dad127e8b5734f 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-7.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.4.4.20-5-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-5-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-5-9.js index 2b9db439343264c1da6aaeae0faf2e832a96ce82..d0b5799a765337c603177e918643fd69214638ed 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-5-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-5-9.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.4.4.20-5-9 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-6-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-6-1.js index b29461917b3726cfed449db876b1911c543f4844..c39bccca90f8bd3154b41c15c0bd36eb69be6bbc 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-6-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-6-1.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.4.4.20-6-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-6-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-6-2.js index 868d55124aa69286a3fb322243ebcfdc00c0158f..418c5fa2cc53d469525729766f015660573ad6ce 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-6-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-6-2.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.4.4.20-6-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-6-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-6-3.js index b23bb5218693b2aa9504c169f8a7a82317934cf0..31b450472f3b6095c717995a629a09a2e0e20388 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-6-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-6-3.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.4.4.20-6-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-6-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-6-4.js index df715e6a0dc28dd835133314ddfe8313f1c45851..d2206a1092389c34c12a9b428dcd7bffb70c7105 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-6-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-6-4.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.4.4.20-6-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-6-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-6-5.js index d064836b19216725eb87080254e7ba18049f6e16..011bcd8e7a9742069e5aa4f2b76fce4c65c9fc79 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-6-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-6-5.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.4.4.20-6-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-6-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-6-6.js index 3f2dc87c109c3e6547d2289a482463323d25c4f3..fddd24394844afb28de0c8d4d743ddfda617d865 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-6-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-6-6.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.4.4.20-6-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-6-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-6-7.js index f9a161aafbc7b0955f50aff13e544887f9af4d2e..b10787f2708b0fd0480b36077ec984df6678daa1 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-6-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-6-7.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.4.4.20-6-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-6-8.js b/test/built-ins/Array/prototype/filter/15.4.4.20-6-8.js index 5e43b9df1f9335849b7689f8221b247a6143738e..ac90c170b7c750e5e65750c43f3e864c5c51ee68 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-6-8.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-6-8.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.4.4.20-6-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-1.js index 9756e18374b5df5a4ede6e03a0afcc6c9b5b58de..fa09007c7db5cff2d2594a93946394b5930db5f2 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-1.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.4.4.20-9-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-2.js index 5b24e1f22936bfd1b384349c35d05ccf764e5931..75f400bee36180621a1b3a8f12f1aca2f28c3068 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-2.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.4.4.20-9-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-3.js index 49153f7f5fbe3a9bae9b77fc22d3ed57d2f1c0b9..f660f7eb12c1bd621b0407712ca9ec7cd80f5886 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-3.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.4.4.20-9-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-4.js index 90d065ffb7c702cf501dfd0b73e1c5f76006afd8..8c0290da09baa6ad3df0f1bf50130d3f5971a350 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-4.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.4.4.20-9-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-5.js index c6b503dd50f7160e38e93f62d39083f226ebfbf4..78318cca8101de1541e25bb60b856b544d8c9005 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-5.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.4.4.20-9-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-6.js index edc64a29f74892d080038ea1cb310b6e8219fb82..b22c278f16a6e76932721c2fa0b375483d751d06 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-6.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.4.4.20-9-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-7.js index 60b1ba1a87bf3b59d544d2548768d110bb43dbef..eb157c05cdb1523604abe49dcf1a3ce2598a1dc6 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-7.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.4.4.20-9-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-8.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-8.js index 3724d01340641bff0da3d51de898f866e99d72e2..983acbe1cf6d107a9114cf109400d45c8538bfbd 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-8.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-8.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.4.4.20-9-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-9.js index e7100594940a6311884371f917093e02ee6b0308..d28ebcfe1474c57771335c24664069e3e18a6baf 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-9.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.4.4.20-9-9 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-1.js index ccf07039824b63fd43107635cb82fc9b4b213721..d90377c6271c817e98dddd2830c1ce3157156cc6 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-1.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.4.4.20-9-b-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-10.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-10.js index 24edfc41bc7af87d61cf960f8ef1aba5f91033b2..8f0117671ce01254a6929432466536a99b800bef 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-10.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-10.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.4.4.20-9-b-10 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-11.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-11.js index 3ccca064f9fe954a3d937d4264f06fdaabdc2b0c..91d8425dc5f78260d90a4aad24148396fbe86867 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-11.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-11.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.4.4.20-9-b-11 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-12.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-12.js index 115b46f7a092e5ad728a03951bb1e266461ab303..971d6fb1ace8413c877ea189f1845d0f15d173df 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-12.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-12.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.4.4.20-9-b-12 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-13.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-13.js index 6fbb081907283561a63b7b7246fe1462ddf4786f..a2c95dc80fc92bf4ca224a5d88e52c441b7f4d5b 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-13.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-13.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.4.4.20-9-b-13 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-14.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-14.js index 2b10872dfad8a2ea7e65ebadb43a97a8d0e52e24..b90f5fb899a77b6e98091e82b14dfcaacdc6c054 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-14.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-14.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.4.4.20-9-b-14 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-15.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-15.js index 0e370a4ef08374990fb88433884e38d6e4667891..bfecbab571a524301d0338ceb4c624dcb6671773 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-15.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-15.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.4.4.20-9-b-15 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-16.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-16.js index 65fac8c4271403e3ad142068e0c411d31eccfa77..7a5e4926f4acd0e9fa5e01f15eefbaca0db7e7bb 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-16.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-16.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.4.4.20-9-b-16 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-2.js index e6dfa69b0bd3c01c3494220e38643ea2b5ba9541..a4f4529c839920a997f04a6c5053bea6a1a64e27 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-2.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.4.4.20-9-b-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-3.js index 80826deee839b9ee3b0950570e071136277f0574..b404aaa9e6637fc26a7e3c855828f07c19a553e0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-3.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.4.4.20-9-b-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-4.js index 92c46657fcf1f6a4841fafe1fb9e549f42ee9582..236635a92655b5071ac34c67bb6caff740bcee07 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-4.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.4.4.20-9-b-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-5.js index dd7dd0e2ae40a259145915fa93528704811680a1..bb63b59ad8f3fe6e09577211bf5c4b7fb42c5ad8 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-5.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.4.4.20-9-b-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-6.js index 871ea26dd0a25d00e1d255e7e2606c26bf0dbadc..fb6cb8546bd122e7240d651d65d719f3ecd618ab 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-6.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.4.4.20-9-b-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-7.js index 7713fb301f21b6187747c16d72759ccde6f75ea7..3f5425bdb21720490da8da77e97b805ece93af74 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-7.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.4.4.20-9-b-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-8.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-8.js index 7ba87b852da68565ad26565b8d40ae3063937283..4b23515741ccd39ad34fa810882bb6338b1c7826 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-8.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-8.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.4.4.20-9-b-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-9.js index a155261f7241df7d2361028bc00faec1eb5ed12c..13cc8545304f4bca3e8df0299c79f39e203e6fab 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-b-9.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.4.4.20-9-b-9 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-1.js index 77070158df866b0b30264e1f5ec92502349cc9a8..802be2dd9fb00aa13d6b4f93ee0b8477570cd407 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-1.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.4.4.20-9-c-i-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-10.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-10.js index d30aa1e4bc199cf4fe2cf732b0b4c9a8768e7ea3..73a95f2c41aa5a655a7c5f86485ea3296dce6ad1 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-10.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-10.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.4.4.20-9-c-i-10 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-11.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-11.js index 2116a4491098a4e91ca7be39bbddba7bd3b6aaf7..e7ed89eefe0f3f8b88626e2964c3590e0d4a5dd9 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-11.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-11.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.4.4.20-9-c-i-11 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-12.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-12.js index 3016cef2e352d6cf8ef1de98477ec1c77192161e..d5de9313b678d3d0d5aef6cecf23238d05e46b41 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-12.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-12.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.4.4.20-9-c-i-12 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-13.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-13.js index 7d8ba193870ba611b6aa3c1f824eb49ac87071a5..da47ff946ac3e500b50129aa709032e168b49479 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-13.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-13.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.4.4.20-9-c-i-13 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-14.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-14.js index 88c94fb6cec16e1e61db73ed3182e880aea0a864..e1fc9a360c6aae00062ed5936045a8fb772a3c29 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-14.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-14.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.4.4.20-9-c-i-14 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-15.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-15.js index fd2407dea544a6e0a8429953f3ec3878b2a906c1..c149c40593fd0da2dff5a76bc663a498301d8954 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-15.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-15.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.4.4.20-9-c-i-15 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-16.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-16.js index a72d714ce90052b0e6ed31531da418918f1b3b3b..bf19222a3d21bffd29de06e81ee65660f0d7739f 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-16.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-16.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.4.4.20-9-c-i-16 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-17.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-17.js index 35d12d576bc4dd6479f65dcc3a005dbc1af4c93f..fcace81defde9d4281124fa9c139b543344d74d1 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-17.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-17.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.4.4.20-9-c-i-17 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-18.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-18.js index 7b6de6edd7d4e9200683be6e16db6ba9a95369eb..1cab9d884a580dcafaf15388b87847445bb10efa 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-18.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-18.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.4.4.20-9-c-i-18 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-19.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-19.js index ccb46a74aceb531457f89406978afe497e323236..c376762f1ffb7a9c3d8331521aa51aa1945329d3 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-19.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-19.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.4.4.20-9-c-i-19 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-2.js index d8766738bc5cc051e1f75b464c079f5357621b66..061a80055da2597ae40ca963a930bfc245920504 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-2.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.4.4.20-9-c-i-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-20.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-20.js index f37e153d1d7042704321fdcd012df1137fca0366..cab605947d7896c70ea22a11419390a3d188a2cc 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-20.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-20.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.4.4.20-9-c-i-20 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-21.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-21.js index cea56dc4bd0e420cc5208ef71c20c00f627a5428..59a85d009d7cb0a665aa42091999547a06772008 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-21.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-21.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.4.4.20-9-c-i-21 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-22.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-22.js index 8895a0b1e6a213f320d5b0c5b8cc21465a7e3536..80dea66bc5a5f01e3263086a932da85b4b58c53d 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-22.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-22.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.4.4.20-9-c-i-22 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-23.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-23.js index 676ba5a59b2e877549aae77e936d60e2f0f194ef..65c70658503500d13e02100e9ea19e4305c78f2b 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-23.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-23.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.4.4.20-9-c-i-23 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-25.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-25.js index faeee8f4176b5e182e38541bced496fc27bbb9cf..1fb0f12826213f1e03f40ec635b461c6570c679e 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-25.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-25.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.4.4.20-9-c-i-25 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-26.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-26.js index ef5f9b1258899bd57271763122f1b2a7a1d0531d..2f3f84d2a66caf597b1f70aa1855fe25c979bbe5 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-26.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-26.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.4.4.20-9-c-i-26 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-27.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-27.js index 6cdfb68c21b29e161b1fed86263d83dccb3a8381..23fe0f2e43eab54f68996cffc0067ef26f0f6931 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-27.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-27.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.4.4.20-9-c-i-27 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-28.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-28.js index bf0c393a0b8f7d9d1255319666a9ef10ed9dd07d..d4e3fee5ca05fe12af356fed79e6b128820c6a7c 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-28.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-28.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.4.4.20-9-c-i-28 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-29.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-29.js index 2b7c4274f679a6592ec6644e981d85fb57deb181..27611554ddab63c7ac764f854aeaa23f6e2ecac0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-29.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-29.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.4.4.20-9-c-i-29 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-3.js index d2f16a16b139f2c60c5bc397fe2ed7a7fffe5d7c..7b8bdeff11d466edee9f8aa22d91aed50c3f5c74 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-3.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.4.4.20-9-c-i-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-30.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-30.js index fb660fff54946d50b94b0baf4eecd2cf974f7e8d..7851756f51547d1b90105287800b61838eb81412 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-30.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-30.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.4.4.20-9-c-i-30 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-31.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-31.js index 71126a045b8439aa36d5e179dcb69244c57c1bd2..844231c32dcaaf5f5b40a5d564106794a36e5c80 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-31.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-31.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.4.4.20-9-c-i-31 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-4.js index cf7f87272cde68f8de09512fe830824367e8882c..8a8df41e4779e419949d52ad7e695c310a0849b3 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-4.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.4.4.20-9-c-i-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-5.js index 45db619a85ac046cbe55535a0572f98381693f21..f1c644ffbe34f74792fde8cf83382831131c3a70 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-5.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.4.4.20-9-c-i-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-6.js index e4a63298c256e739b3c1cc3cb8654a2d650b1419..60664f516adf6a587ea1a02b63a59de41924da4e 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-6.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.4.4.20-9-c-i-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-7.js index 20fd81101a285de4ff3a77167aab7518abed6798..df63165cdd3b359ead57f28a107a1e784248dd60 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-7.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.4.4.20-9-c-i-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-8.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-8.js index d0428c09a625365e9ab2b08a4f155dbf0f32c814..461a5747e04f1ef409c2937e39233fa24dc399c2 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-8.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-8.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.4.4.20-9-c-i-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-9.js index f1b41ef34739e51d03da0aad43c1a8a641bdfdff..4eee6faa1d183a8224dff0ee62549348ea9557f1 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-i-9.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.4.4.20-9-c-i-9 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-1.js index cf29605660b0aba73f19f60bb1f9a8088661c399..5eb9a84ff6de5734c436a3004b4a422f9f14a08d 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-1.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.4.4.20-9-c-ii-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-10.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-10.js index f24a3c1de1ccb99c14730a516896e373d3ae5d18..5e690d35239497751d0c24224d816e4550cb0b2a 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-10.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-10.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.4.4.20-9-c-ii-10 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-11.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-11.js index f7f2c11a64e6fd25544aa4ce3fd23e8b8446b5b6..61083d8e41f1959e630a0ea993c7b0379f512493 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-11.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-11.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.4.4.20-9-c-ii-11 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-12.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-12.js index 400cc06e3e2770691f1cddec1ecdab79795675b1..4ba8ddcd456f7506a166cfcdc8b5dac3f0a56fcc 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-12.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-12.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.4.4.20-9-c-ii-12 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-13.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-13.js index 97f77cd1ee72ecd0143076bd45234bd60817fd3b..ec47d0ac8c90bc73fd18d012bd5bb66c35554237 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-13.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-13.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.4.4.20-9-c-ii-13 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-16.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-16.js index a30bc689ac99cfd76fee3fb4ca338c40d8aee047..6e57df736645f0eb2d1eaae02231b055a9633da1 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-16.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-16.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.4.4.20-9-c-ii-16 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-17.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-17.js index f67b71884e59fc5fc03728ced29d416667db759c..9b69702dc30e469c9ad07990c8c15f4211f45571 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-17.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-17.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.4.4.20-9-c-ii-17 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-18.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-18.js index cd78cd81a940a9f6daab20f8a0421efd0531190f..4d2ddff8f46d611719aaf7258ccfcf201a573030 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-18.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-18.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.4.4.20-9-c-ii-18 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-19.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-19.js index 46ebc8b13c2e2275e7e4b56537160eeac21de0a5..7539130fb3fa655bb302e28c78d1dcbd54c12f47 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-19.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-19.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.4.4.20-9-c-ii-19 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-2.js index f28b18d4ee34be504a70cb1f8a6a8c2078c1bcb8..89181aed85ffa8721ff8acb36faf24cc0f839c09 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-2.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.4.4.20-9-c-ii-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-20.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-20.js index d84d14321e2041758ad5050f8fd6137d76697bbc..f8ddeeecca5f7c44e3ffce2d0377669bda9f345f 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-20.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-20.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.4.4.20-9-c-ii-20 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-21.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-21.js index e639c6ff957889cac3f96497f706afc7bc727336..8f645d49bf9580c89eec81222a2f95443783d55b 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-21.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-21.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.4.4.20-9-c-ii-21 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-22.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-22.js index 3fffc7d9ef5fe8ef52a8deabfd4769d24c672007..7279c92349e0f615eb46133689af6151865e3b0d 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-22.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-22.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.4.4.20-9-c-ii-22 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-23.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-23.js index b95237dd1e692eed003c3b1b6d5a8002aa185af8..ebd639110d27590fade78e9bed4786d8e161cd2a 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-23.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-23.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.4.4.20-9-c-ii-23 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-4.js index 41362b9428b9bbf3e2ef89a7be6ee1e4bfe4056d..ec0756d6cece96b0919934d491fec72e71c82915 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-4.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.4.4.20-9-c-ii-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-5.js index 513f45598146085fb9f857941ab66dd49befc335..e16f74e72125b491871277c48e6cf41161ea8101 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-5.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.4.4.20-9-c-ii-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-6.js index 5fe8bde58dbc2e55a83bf33dc9447e8b336ff37c..81f717ba36349f05c67b6703fa4454c49e568d53 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-6.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.4.4.20-9-c-ii-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-7.js index 34197d0327f7c3d2a18af2850080586e2d1bc405..55a30af64e76d8f9b2a2a9db3602ae4fc1b2b372 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-7.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.4.4.20-9-c-ii-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-8.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-8.js index 6e83673763d6496d3a150ffa52b5bc0bdcc6c7f9..3cf88c29fe5a011306f593b465c5c68d037e8ba0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-8.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-8.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.4.4.20-9-c-ii-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-9.js index b3d57a1be26cbc3140a4c695ad6191dc307a4c9f..c03e60dadca2a75037dc7d6f986c5b8c7a120502 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-9.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.4.4.20-9-c-ii-9 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-1.js index d05dc2928c5b2091c8ca930711c1c9da8417250c..2844a1112d9bbe1c61f81025e4208fed26ce3769 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-1.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.4.4.20-9-c-iii-1-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-2.js index c6cbe0d6cc91df85ced7c8700574ff03a0f6eb22..a71b2fee266892704fa87eeacc8161a706b05626 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-2.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.4.4.20-9-c-iii-1-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-3.js index 5ac851f5e28a2ef46f61c0459cb51970b28803c4..54d6e284ecadf522905d9887e4713eed56f36933 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-3.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.4.4.20-9-c-iii-1-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-4.js index a3efc0439dbe23a2b4090c4e8fc0b58ad9d9a099..066cdba9a18af3cb30f3b6cc006218ff0b8f2a96 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-4.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.4.4.20-9-c-iii-1-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-5.js index b76daa6dfe9b2488b29a3a29caf169f70ba7eaf0..1c10d784c539b778eec385133de45aae84d7a719 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-5.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.4.4.20-9-c-iii-1-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-6.js index 13b462827397d2034ea0dc7d04dd76702c063118..7fd94599461584297f64b7c344908d9ce4c96352 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1-6.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.4.4.20-9-c-iii-1-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1.js index af4c9429f182e7b5b339825d0caa8d2365511bb6..d751645de30dd912bee9c4585d1c03b7c0379867 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-1.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.4.4.20-9-c-iii-1 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-10.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-10.js index 6f778189043ab3d48b055b6f9c12577e3ead6d6f..6dcb0ba285c91ef48a9760bedfd23943e9a78493 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-10.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-10.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.4.4.20-9-c-iii-10 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-11.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-11.js index f23846ef04979c0aa9e3cee80a9cbeac4892e9b1..63eaf9607021a31fce0d92ab57579e59c95637e5 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-11.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-11.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.4.4.20-9-c-iii-11 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-12.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-12.js index d2d14072595b9afd2d39fc45cd872b05d5a52830..7683080c6a223a2fa40b0002b33e1bb3c4056712 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-12.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-12.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.4.4.20-9-c-iii-12 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-13.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-13.js index c435e08970221d8f3815493194aa7d0bbf64ec0b..71e8eb2c0ef9c1810d7e3ffb68b88f6e762615b4 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-13.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-13.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.4.4.20-9-c-iii-13 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-14.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-14.js index 8d771f7386b5302664c3ff3635ff94f5e578be95..e703ae5bbf5e03ed724ec0860db81d94369d7b05 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-14.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-14.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.4.4.20-9-c-iii-14 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-15.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-15.js index 236b7fcdbaa0986750efa7c1d95086047be191d0..9a38dbebdb034bc4b6300e42d8096724ce035d96 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-15.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-15.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.4.4.20-9-c-iii-15 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-16.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-16.js index 2581d98bacaf4d71aa14f6ea5b34de22e9bd87e9..ef699515cc5d2c1973eae3dbd1453c556c0c13cd 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-16.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-16.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.4.4.20-9-c-iii-16 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-17.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-17.js index 2264721a69249d0bcaab8a3cb9be5b3728cb87d4..078f06d02e33ae52c17ed65d06b877c67a2e9347 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-17.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-17.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.4.4.20-9-c-iii-17 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-18.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-18.js index e1e944ca0ba98f040e561fc1ff025d2bd7f49a7c..024ed4f7cc02acf2a9210bacafde339bd669ac48 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-18.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-18.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.4.4.20-9-c-iii-18 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-19.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-19.js index 7a9205da89d7226ef6f28fe0511fb0e4304eaa96..3c43c07ef93a07c85331c46401feb2fc9f216cc0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-19.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-19.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.4.4.20-9-c-iii-19 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-2.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-2.js index 7f7211b2afe558696743689d4224ec093e7f3a62..49e9d9d80ab6fe18e5af749e4a88e330d34f9a44 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-2.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-2.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.4.4.20-9-c-iii-2 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-20.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-20.js index 288ccfec1033a51cf7899f3f8e252c334ca38e12..4a698dd269c82b5606a1605ea8fc078b7655d2d6 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-20.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-20.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.4.4.20-9-c-iii-20 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-21.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-21.js index a5c272ab0f084f95ae6e7d4b1cad9447adcda1b8..36d08b62231aaf859e2b4565fcab7022afdf2aef 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-21.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-21.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.4.4.20-9-c-iii-21 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-22.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-22.js index 93d16ba2540d47b6d6fd99b1b6e5cceddff09e53..292a707120ee5c7d98580550dbc37b76bb3557a7 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-22.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-22.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.4.4.20-9-c-iii-22 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-23.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-23.js index 4f796514ac3bffc9c00661a5b8bfd2129fe89bd0..c69d6c58e2685e2064ba1e20590d3f63f8e9c0b8 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-23.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-23.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.4.4.20-9-c-iii-23 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-24.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-24.js index 2e1508041fd8c6abe5da5810ad47cf6559e21865..b3d989a9d7a32bede8fe28288596292919966712 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-24.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-24.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.4.4.20-9-c-iii-24 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-25.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-25.js index 1375be0ac5695ebe4f1e6893aac1865b25e37909..2ee67815c61ad67b9cd82ba76fab73bea5b7f8f0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-25.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-25.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.4.4.20-9-c-iii-25 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-26.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-26.js index a05b442ec3bd1cbc71407e90c1a942bde793b861..ab979d0341e0d0db4e5efd7edd7019c1b00ddcfd 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-26.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-26.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.4.4.20-9-c-iii-26 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-28.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-28.js index 8f621c865d5c7417de6da1f5c554c66d436c06cd..0777dbe29192c74f8264bb38c6a1dfe8b7aad547 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-28.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-28.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.4.4.20-9-c-iii-28 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-29.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-29.js index f65576a4aa85f0a583e5e5b726fbb4e11bc94dff..bcbaffe317551fec705eda6d37d601d1586ac43f 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-29.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-29.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.4.4.20-9-c-iii-29 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-3.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-3.js index 29b418dcfe2455380585826152224315c9bc13f9..542cda5b0409c0cd00da536f4408c41e955e9272 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-3.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-3.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.4.4.20-9-c-iii-3 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-30.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-30.js index e380886ecc82922be024ac5a9ccd811056f6614f..acc0c0a2d6b019a92f58fa001e3af7f66d84637a 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-30.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-30.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.4.4.20-9-c-iii-30 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-4.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-4.js index 3b8b75ff7001cf1db5a141abb8304db2666fd3b9..d476381fe9e4f20b68ae801c9691f4501a62f1c1 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-4.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-4.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.4.4.20-9-c-iii-4 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-5.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-5.js index f6f1ac2aadd58b717e0d4cc13ba98b546a5da751..82317a141c492aad2f211436435c9a74d539772f 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-5.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-5.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.4.4.20-9-c-iii-5 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-6.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-6.js index 5269a145b74c924dd3e7e4d0817f37628e5f3007..5d4c34ee4cc356ffd8cd063ffe96f0a205d3efc4 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-6.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-6.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.4.4.20-9-c-iii-6 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-7.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-7.js index 7f5dfdd7a86d9ae9d72e18d79a5c4d2351b6f32a..5ff2a7502728c7a793ae761f3c8798005d8d0173 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-7.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-7.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.4.4.20-9-c-iii-7 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-8.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-8.js index 35939d26f708e388d594b1eabed4b9a683ddbe10..0f4663f994e5645ba5730d1c21c58a3eedd29ee0 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-8.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-8.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.4.4.20-9-c-iii-8 diff --git a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-9.js b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-9.js index 5a30ff303377f14b701665b26174b1080b278ba8..a756d78414f0c4023fe868591860e8ed0697d2c1 100644 --- a/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-9.js +++ b/test/built-ins/Array/prototype/filter/15.4.4.20-9-c-iii-9.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.4.4.20-9-c-iii-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-0-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-0-1.js index daf07423ccec2e513c00661c6d1e3a122b1795d1..2a86f42cda4ae90ce581738327b1d1696f94a3f4 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-0-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-0-1.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.4.4.18-0-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-0-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-0-2.js index 8f9bef3e8e9b33f56a9a48e700b2a258f4d675a8..a1dde44539c1d817e4aee297fafdd075b04df080 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-0-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-0-2.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.4.4.18-0-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-1.js index 4ec50a135f9ea7557e5c0f75b49f3c65e97021ab..35bc0912017d0046400c6015f073fd4e182f28af 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-1.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.4.4.18-1-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-10.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-10.js index e8925815229e77e3461fe5ff66180f38e3e13d99..1075b71eb0f4ac062fb663ccbadb48df3084d983 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-10.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-10.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.4.4.18-1-10 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-11.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-11.js index 9d05ca8a21e84b93f958e16d0170eeaf5bc6d87e..534bb02cf4a4bbb69410e43d601fdc6568743288 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-11.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-11.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.4.4.18-1-11 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-12.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-12.js index f98e725b520da6a0b5131ad0096e2229a6c682d6..c3b6e4feb2287fd86b9de4d6e637fb0f3fc4024b 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-12.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-12.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.4.4.18-1-12 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-13.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-13.js index 0a109b2be86c8019e85a12745a1c3d1e6a61bc0a..a8bd71089030c8b7a16b717fe3637acd58af15d1 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-13.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-13.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.4.4.18-1-13 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-14.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-14.js index 82a8723b8424a35fb2d32dbe2315efc5213eaee6..0e25232d24ca6c0db9a16e19b303127b5bb07f95 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-14.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-14.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.4.4.18-1-14 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-15.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-15.js index ff9dcc8970292e0e9cf6e7f5dce80aee34d9e9dd..d7ed8f8fcdfe2e1090dee1d462814209933e4d48 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-15.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-15.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.4.4.18-1-15 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-2.js index 3911011299a68a40b0561694eaf24a9dc5930526..1264199ae3d27be74dbbcd29afd9134b7c3eacc6 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-2.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.4.4.18-1-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-3.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-3.js index fbe3de2147d9f03002a57a797a95504c64d79b7d..39f15fb9d4e5fcc427825429272ab048ed4e5cf2 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-3.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-3.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.4.4.18-1-3 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-4.js index 384b7e2661f7757bd4f89b0b6a2e6de1338d34e3..502c4c429eabb3891ec8fd223127a4102a2279ea 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-4.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.4.4.18-1-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-5.js index e0fab5a44efefe1c0aaf284020363bef46bbc38e..1b5d8581d990bc5063e4e72b06054fe5c4b70932 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-5.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.4.4.18-1-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-6.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-6.js index 6dcd5d82f6860cc24973e4ccaf99f97a2b643357..db3acbf6f9ce9d78b675fcb2ca4ed906e11cbe59 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-6.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-6.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.4.4.18-1-6 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-7.js index 180cf1fd17933eddb959386a44be91437732d238..a32acb2e7f769765409e30db6096c0ef1ec7ed78 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-7.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.4.4.18-1-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-8.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-8.js index 5241b4774a5347a63c8b087a1d6b39a113df124e..04e4f73af7090479e243e288ded4fce676130d96 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-8.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-8.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.4.4.18-1-8 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-9.js index b11575edebfd6f0677ad387c5b11ea8989fb1ccc..c58be365ffabc4a3646969274de8b5b47c787394 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-1-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-1-9.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.4.4.18-1-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-1.js index ebb7f96578ccb67c8c6ff9a8faf6888491f99a88..33660e3daa6ee75cab115c45a9d21c27ef7fc7a9 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-1.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.4.4.18-2-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-10.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-10.js index b12d7a9efefe0ee28c909592d99f5f7a196ac066..f850c9de78a227b3267afc01b8ddb2e348bcb194 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-10.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-10.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.4.4.18-2-10 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-11.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-11.js index ed6132bf5058e4212300bcafd1086c41d188b9d1..6a9a4e10a458a0082ba462319325d8ad850123cd 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-11.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-11.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.4.4.18-2-11 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-12.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-12.js index acd2aaa425f5ada065fd07d1a0f26203fb10c7b7..e80245d66651f38fd55cec88510140385b43df37 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-12.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-12.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.4.4.18-2-12 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-13.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-13.js index 38dc83d784d1dd066b0215566315d81b6f617eee..5c2008fd175b4e87b0917e295cc11424d22882b0 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-13.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-13.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.4.4.18-2-13 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-14.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-14.js index 4976f9b4dfdcf77603f56ad98ed31559d8bcbb34..b638e805dd95fb20fb53b27c26c29fb57f2a66f4 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-14.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-14.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.4.4.18-2-14 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-15.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-15.js index cb8a26876512b376b1920377652c1000f540a81c..6405b659a52fba4700715090bf9069b1e2df7168 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-15.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-15.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.4.4.18-2-15 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-17.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-17.js index 5adbb84e60944f51bb98eb720a829406097627c3..dd718f6ae58e374945e4b08e07b3eb418e899413 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-17.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-17.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.4.4.18-2-17 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-18.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-18.js index afca82ded0e83b88b13e7f59e2bed6b6e7ade14c..b3d55f6a03031297a8b5f7b762bf386fd39d7190 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-18.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-18.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.4.4.18-2-18 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-19.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-19.js index c5dc9011e49a9c7fc786ec499ef892c11b12b985..45628c3ea039066bbd3ee144712f1fc7014d4237 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-19.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-19.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.4.4.18-2-19 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-2.js index eb3e47d19d8244f3f656518864b403405f0b9be5..d598ae4b4829548299c90132ac90288ec6fd8528 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-2.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.4.4.18-2-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-3.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-3.js index 0825b68124f8ce7c2aba65098c7ccd9985e7c0be..02f7b1bd32462121e004822824f1ecac8c52eb8c 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-3.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-3.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.4.4.18-2-3 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-4.js index 7b1318bf28871967357f20edbad6c6fcb3e2270e..f2e114247174d89dfd28abbe6570c2b5eb44b9b2 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-4.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.4.4.18-2-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-5.js index 59867fa5f9a2f2f7273c25183b77cd0d8a22ca63..e6b35e524b08754534af0c583ab4c318e45a6e09 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-5.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.4.4.18-2-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-6.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-6.js index 3993e310645c9658fc636679f79283d484b7002c..e3121c0aaceeaa64d635f676f3571f4f7f1975c3 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-6.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-6.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.4.4.18-2-6 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-7.js index f40d2ace0ee30d7e74858756d2b6c18ef081b97a..499d3391e0131a3802d5d48934d20159d12c5c7b 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-7.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.4.4.18-2-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-8.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-8.js index 03f57ab650be47ec5423d1c201e2747594c062d2..5aff37c00b093dccd4f408c784891af7fa3a7c51 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-8.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-8.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.4.4.18-2-8 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-9.js index 49ccfeb98842b5417851c101ac6371fb271cdbed..22e0b90a9310e3d90d638860017696d18fa5aa5a 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-2-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-2-9.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.4.4.18-2-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-1.js index 381999ddeafce4150b6a189c3abc9959a22ee96a..889c14538fbbdd988c51df4892d118cbe1d84c65 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-1.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.4.4.18-3-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-10.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-10.js index 42a26478a2ea86ac4ae776bffa3a015126357e7b..df903bc50ca55f48a274b1c073414d848cc40abb 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-10.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-10.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.4.4.18-3-10 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-11.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-11.js index 4f5e0636cd8e81254963c48ff76a901938488c0a..7763ff742e6acc23e373634272e4bcf3aa70aed6 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-11.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-11.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.4.4.18-3-11 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-12.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-12.js index 5020e73d13278aeb5c2580b7ccf6a178c5710794..be5b1ea76407c1afc3113d4f178453d995d4c103 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-12.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-12.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.4.4.18-3-12 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-13.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-13.js index 3348a4c9469670f3652c9401bce9a84c30f62967..2832f0941dc140b08024be834ac39a0fb44824f5 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-13.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-13.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.4.4.18-3-13 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-14.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-14.js index 25dd46606f63cd99e9aae188b01038e05e90896c..80aaba769c033422578869166b907fdfb0bbd90f 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-14.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-14.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.4.4.18-3-14 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-15.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-15.js index 358f3ea9aea7b5ca98dd53ad596830d0d179a717..7d3590e9111001469630b8b45fbd0d443ca31e99 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-15.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-15.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.4.4.18-3-15 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-16.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-16.js index d84c1c4f3ee17f3c6915885e8aaf0f3b5dd30524..c74f9c0689fb627f48af3ce5e6e42827a8eab9fb 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-16.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-16.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.4.4.18-3-16 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-17.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-17.js index 18712d4632b7436858397c6863de36bedac39d72..7d28d2bb8d8a66c261d491c9e6d5a5b525c3df4f 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-17.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-17.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.4.4.18-3-17 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-18.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-18.js index 9be376246740ea061a0c3723ca6aeca4a29e0b8a..f756482a93b41da147a2b5748cc7d264a02a38d3 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-18.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-18.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.4.4.18-3-18 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-19.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-19.js index c39c6bb5de4a948555ad7aa91e2f465a4e950dc9..6c9cb1382f3802d73e3c557b06372aa34b09b314 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-19.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-19.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.4.4.18-3-19 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-2.js index ff428d996b1274528d5356b4623a554690cddbe0..c244fe1fe9dcaad4a3fbbf8b9f72be2a9431ad22 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-2.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.4.4.18-3-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-20.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-20.js index 2d3e38c9372bea2a2963ce025f2225b3d5e287bd..14948f4c4230d3fe79ad6014ff2d443a9dd44d5e 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-20.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-20.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.4.4.18-3-20 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-21.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-21.js index a84bec2d539ffb6e5028de9c405f8269ca0179e0..08b780a29ce49e4dd29a3d4af027e321b952000d 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-21.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-21.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.4.4.18-3-21 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-22.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-22.js index 05e0352fc23d98ab1442e17b9834750bbea3c220..1ee562c5a5cee3c1dd775412e507d00a605c032f 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-22.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-22.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.4.4.18-3-22 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-23.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-23.js index 289fbd9b040f55b36c3134daa8f934e094a3a861..b53338d4aafedd0c783405e66b8e7432387b4319 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-23.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-23.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.4.4.18-3-23 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-24.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-24.js index a0d9e852048d15a0be423b743e888d6eebb0138f..bcb2d69dbf25f6e5c528c02f59e5dfb021ccb6a3 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-24.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-24.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.4.4.18-3-24 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-25.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-25.js index 19f07890f08098b86e20771a5df4737ded014bac..f7d45fa527556d5b6d7f6d69c4a07939f88ceba9 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-25.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-25.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.4.4.18-3-25 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-3.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-3.js index d38646d3e917415a872da988095e0360a5f5fee6..48e0e9e1867e50b47594b28d2c558f1014f5f7f6 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-3.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-3.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.4.4.18-3-3 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-4.js index ca21b0e23c944c71027b4b28b1a381df2301d74d..1f69b3f0cc5431c77d39cc1f0b31d68bee837dbc 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-4.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.4.4.18-3-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-5.js index 1713f288975ee5a3b9e264acae54bc67e0d7fb75..f1d5b90570f064d5577a23f24c5cf461cd956585 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-5.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.4.4.18-3-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-6.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-6.js index bca740b11cc6010576e0b302df2d52e111431ec0..b79604644532d3f08d007293fde6c37c35d66829 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-6.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-6.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.4.4.18-3-6 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-7.js index 575753e4925384265d2d387f22602ad9282c9a88..35247a7987274c8b428bc5db3aeca658562f267d 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-7.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.4.4.18-3-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-9.js index c848e1eec4e2cd05a17af983621186e89ccd6699..49edfad154d27cec224fc1f4790966e8cd0ea571 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-3-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-3-9.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.4.4.18-3-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-1.js index f0300eed179f2534824ed90ac73c86592d68c8cf..e8d0a85c2c1641ef34becdcca91c5a0e626ca295 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-1.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.4.4.18-4-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-10.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-10.js index 7dd1ee37536df0b949a606a09eff78f7e75d1901..3f73a91503fd01497db82b44d185b35af0f1f6d2 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-10.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-10.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.4.4.18-4-10 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-11.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-11.js index af8c4d5e3e161417843f2b737ed96158b6089389..9c2d162633743e36d9b41e89d0a54d0e9069e20e 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-11.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-11.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.4.4.18-4-11 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-12.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-12.js index 9e18b9f4c6c5b74c009289ad07e975341ea8d4fe..06d75fc32eb87db5e1ea9dcd38ed25b6eeda27ee 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-12.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-12.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.4.4.18-4-12 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-15.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-15.js index bd262c098efd12976f98593aa76b32e16783b953..fcb6aa5566104a589e277377b37136a4196dc79f 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-15.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-15.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.4.4.18-4-15 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-2.js index c803ad0f5057a2401f400a6d7bc58d230479cd0c..ecf45aba3898c05950b9d917d867347c9cceeb45 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-2.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.4.4.18-4-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-3.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-3.js index 76cfb1d08ab16c106bcc5225dba9e73225b618ce..6abd385a3503c7912a9e5e70dc1ebde0e7a2c991 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-3.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-3.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.4.4.18-4-3 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-4.js index 923ff8685ac2b76a45e6748f8d62c053c363876f..749e4d3a6c2237315fcffc5fec8523b47d9b9bf4 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-4.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.4.4.18-4-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-5.js index 8dd50a1bcbd7bfa8a12efa5cdd5685effdb4269e..c0cd39e86d5a9153bc187d36a457d8b2d6e17cfc 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-5.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.4.4.18-4-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-6.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-6.js index 840aed6037390d236f1cf6deec8b469abcdf1495..60888e0007402ff108e4ef8098f098a1c0f20023 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-6.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-6.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.4.4.18-4-6 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-7.js index 1f5886637ebfeace25a1a492ce30066c28c8c1d6..c397eff4e87da462f090ea49579eb10eecbcf2f4 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-7.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.4.4.18-4-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-8.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-8.js index 094c91ff4f532621c39296d9e64cefa7b0121464..a6ba2a75ecbb991d53b398deb984c8f10565a054 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-8.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-8.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.4.4.18-4-8 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-9.js index 4051332fcd315f029e629db11c25e8d7cb6abab9..bcdf91fb1eeb996545bbdb527b29176faa5e67da 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-4-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-4-9.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.4.4.18-4-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-1-s.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-1-s.js index c3b07b8d6fb4de3793f187f328b7625c7d8a32aa..032de30bdbfc85e25b51822d3dad91dae0508996 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-1-s.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-1-s.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.4.4.18-5-1-s diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-1.js index fd206ba269db479ea0b11e695407e2e351125575..500c57c373eaf36a48d79210675c74b70748a025 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-1.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.4.4.18-5-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-10.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-10.js index 156afaa8e8543d06b45718f987ffd692ad94f63c..770915bd9e350ea12e107e0ae40207322318e8cd 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-10.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-10.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.4.4.18-5-10 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-11.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-11.js index 7ed1857c75d1502cf32b70bd9095f727c59ca372..9b7cef78bfb54e5c637f9acca55c63aa604da6b3 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-11.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-11.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.4.4.18-5-11 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-12.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-12.js index ccc9b335eaa04e9f3884cba2f1cd1133beeb8c48..b22740ab969e11d61c7e6870221739b06a5c864a 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-12.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-12.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.4.4.18-5-12 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-13.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-13.js index af4cf0bc2317775ca067b08570f28884fbf31b36..9ff249b5c5075fcfb1b2f1884b706b64af271aef 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-13.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-13.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.4.4.18-5-13 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-14.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-14.js index 914b21ebdebe1e726acd66f926e92c39ea0fc133..6e731476492917cca6a41010f560463bef00376c 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-14.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-14.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.4.4.18-5-14 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-15.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-15.js index b87d285a84919a5632bd494cad4e0bdb0a7731c5..264fa1b9d8729accefa3b4a3e70745653e0ef756 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-15.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-15.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.4.4.18-5-15 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-16.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-16.js index 3166240ebe856313e4ac7982bd4160c32bb9155b..70cd3c86ca654f292e5319c5f99dce81ab5c6483 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-16.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-16.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.4.4.18-5-16 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-17.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-17.js index b606fe454a38612c80e0911e6e3797b0530bc555..4b2ce530114ebda1880dd8acd3dfc5e66278e9dc 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-17.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-17.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.4.4.18-5-17 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-18.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-18.js index 0918a18cf639743a9f2348623f39e69d9594de0a..ef763523044bf5fa0a7459e0f051b9b9eaa4a5b1 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-18.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-18.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.4.4.18-5-18 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-19.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-19.js index 01b69165ca692f536a68f60d7fe83060d643d6a2..8566a90484f9f10dcc1a4b46a05306226d97d30c 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-19.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-19.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.4.4.18-5-19 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-2.js index e539278e6c36c0cad66752bfb5c8e080b21ec80c..f593633db125d6bfd4caa500afd9bd66dd769754 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-2.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.4.4.18-5-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-21.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-21.js index ceb36f8d1e2880f7a8f5b6bc2ed763da5732ac38..9c148b8d88494b0a54d5a742e8537eaa572ebb2a 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-21.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-21.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.4.4.18-5-21 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-22.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-22.js index 046e63428c1c7163f910298d7c4f2ddad1baf641..2b1ee14837a4a571f16cca11d7ae69c30b9cff45 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-22.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-22.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.4.4.18-5-22 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-23.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-23.js index 3f85ffc4602e30763fad036795366bd5b7f33e8e..363da88ada2c5389cd94536f136c85e10f630655 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-23.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-23.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.4.4.18-5-23 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-24.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-24.js index 340c3e8d302b1ac5e2ced90e34173893ea334b3a..e3d51f27d8dcb0ba84ed802edd8db04784ced18e 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-24.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-24.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.4.4.18-5-24 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-25.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-25.js index ab291fef98363d2d0ae3ae3d9dababf48f911110..66d8c13c3ac91a8cc19ada5cd039c2408d6ee0e8 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-25.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-25.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.4.4.18-5-25 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-3.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-3.js index ca379f77e1e4a3d64b7b414e41d1567e44773090..4926c681946e86636dceb5b5ff622b25c92290ad 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-3.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-3.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.4.4.18-5-3 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-4.js index c05633dfaa9b70732901104380175641f4abd8cc..217576e780dd66782aee0b1bac78122f8d1d953a 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-4.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.4.4.18-5-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-5.js index d3d0c8e0c87cdda3821864f6bc7dd018a326484a..bf4009ab0b2e7983cf78ca40f8a8bda608931315 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-5.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.4.4.18-5-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-6.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-6.js index 81e2a710b279d3a154b5c1b6bf09c14a1df0daa6..af0edefc73c9170121067c25c2dcf5947d02b2bd 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-6.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-6.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.4.4.18-5-6 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-7.js index e1af47329287620f0e9b91c0ee8a4e9865e494d1..46ed9b3df31339c4037201ef0d2f25189a27a765 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-7.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.4.4.18-5-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-9.js index 7d31754cba254b8acd7bb4b8ec331bc249419f8a..008d2f3a5361dca21d5f2dd10c8a47faed947b77 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-5-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-5-9.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.4.4.18-5-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-1.js index bf3e1c0b36808a59f55ec248a8f38c5c331512b5..a616d26d206215eb672d6371296a2a7eda5d2a81 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-1.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.4.4.18-7-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-2.js index a32e10dc696863394ed9d6ab6b1f08e20f67944c..323d88d9612f6db65617113b748bd967fc207f41 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-2.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.4.4.18-7-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-3.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-3.js index 191384f0e31b965be91abd6fec991fc2101be8c2..2f643efcce8324b80d3d6b7a4ae9d4c0e7de655c 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-3.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-3.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.4.4.18-7-3 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-4.js index fdf8bf54b53803635a45f8f0079e3113ae214938..ba632b2e70d67fd23f2fc9969c12ab25f133b2e2 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-4.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.4.4.18-7-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-5.js index 6b2ccff4cff8df9d009b211905f7e428b650c34d..d8c938f6809fb01203e96863f50d6e24c6794dab 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-5.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.4.4.18-7-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-7.js index 5227627e1a440c906200dec19f68ccc80a612d1c..0ce280ffafd66c7fb17debda8d3296f71df41570 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-7.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.4.4.18-7-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-8.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-8.js index ce6ede0465325b84e18c2f32d71458a3855c3515..738c7f530ea034cfeaf8aa4ae4c374de7ba7a8b8 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-8.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-8.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.4.4.18-7-8 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-9.js index 82f8cab3c6cccfb4c2682c9c70361dfd63036abe..128b91c985bb87d5e6736a2637fe1270389d8260 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-9.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.4.4.18-7-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-1.js index 1b96d7ba4c7b3cfd497654a0ff0dcf2d449e8230..0b8631b39a5eca4712cc88de72e6a3dd785622db 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-1.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.4.4.18-7-b-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-10.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-10.js index 85c7e56f5808637cc74158254d0e87fc4a33d2f1..4d2baaba64db48dd5920e7ba6f517872fd96f24e 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-10.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-10.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.4.4.18-7-b-10 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-11.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-11.js index e2d2ddda7e6d8027a5e8f6d48bc0b3531d03ba9f..c035e4cf0cdae16571b3b0c307bd931ab635fa72 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-11.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-11.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.4.4.18-7-b-11 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-12.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-12.js index 9fa4168110372378506a795610494189cd649b7d..97fa5dd6bf1ccd65d359f1f399c391cd85866611 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-12.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-12.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.4.4.18-7-b-12 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-13.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-13.js index 83ad465eb10a75e3303e18f70a00780cb4822441..47e607672703977fbde5aecd380adddcdcab2d19 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-13.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-13.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.4.4.18-7-b-13 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-14.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-14.js index 1a7e30647f5b64eebf5bee043e5dad699f5ccb2a..d4b4f023a361c46b82bb3a4f957f8188ed52b251 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-14.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-14.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.4.4.18-7-b-14 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-15.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-15.js index bf77bc0dd5274594a99ba50cf48e8205aaad29a9..a9f72665939bda48cd58c176428151028f522499 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-15.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-15.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.4.4.18-7-b-15 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-16.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-16.js index 60f1c53c7b67970d83226d98c2b1d775f78df54c..6f0594ff94ebaa85f45c5b0e6536366b0b41988a 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-16.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-16.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.4.4.18-7-b-16 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-2.js index 25aa33e3036a250941e524cd8f21936bd3935440..b59a90144e225f6ef8efa5d27453c15c920d4d2c 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-2.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.4.4.18-7-b-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-3.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-3.js index a9eba76759bc2b00cfca4dcd2f93aab8a49798c2..f767f3e7915c868e89bb827170a434288174505f 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-3.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-3.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.4.4.18-7-b-3 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-4.js index 28dc614d4e223c4e6b2aa0d0da251079f8a0623c..a0debd9568fa62dd4c6f3eacf3a37d949a0e8e7c 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-4.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.4.4.18-7-b-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-5.js index 6ff64ef1c62c96be516d1bf95a7d249170b56451..96d63c8d1b1c785a7da21918a9cea818a80e4958 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-5.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.4.4.18-7-b-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-6.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-6.js index 10d5fc93943abcc78671d9da9fe3b4da47605880..5e519a511774f2f869a41673c0def7f62b24fd13 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-6.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-6.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.4.4.18-7-b-6 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-7.js index 8b2739c53bee12e1a1a03a293cc8ba210feee177..556792dcb74dcef9453460a8a676dfb9c08c5b4f 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-7.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.4.4.18-7-b-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-8.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-8.js index e0e0db510fe51cc0384786b915967ec93f3b583d..335289dea17b1b2101b6ca023a8e39eb20560234 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-8.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-8.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.4.4.18-7-b-8 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-9.js index c0f168824e082aee1fa15042f4b029d48847189f..be90d079c24c0ac41e0f7860751d603bc728e778 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-b-9.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.4.4.18-7-b-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-1.js index 362135a0a6bcfd6e923641a33effbca14b269dff..9dde0bb79a8c88339281fa03f4286501c602ddfc 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-1.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.4.4.18-7-c-i-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-10.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-10.js index ed90d1860487ff24f2c96f95d1f1386f2902817a..103cda86aef1bcd5ab522451e84a766b43fbbdce 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-10.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-10.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.4.4.18-7-c-i-10 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-11.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-11.js index 3219d9bfd30d418d284175f5c36c8c92efb739e3..b01b2f960c2d85ebf5807917798170363ff2da7e 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-11.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-11.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.4.4.18-7-c-i-11 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-12.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-12.js index 2d572ff134d17bca289c1fbbb908addf79482349..27ac3e1b07c75f8a337ed430d7d12bce3fbfca79 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-12.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-12.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.4.4.18-7-c-i-12 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-13.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-13.js index 423ea8844a80d805a77b88e560fb17f92776c334..31e7cb1b093c6d1a2c5211ef4ed4ea9bba73f97e 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-13.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-13.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.4.4.18-7-c-i-13 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-14.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-14.js index ef2a2918ef33ffb2b3f01913cdd9a750369810c9..030a7501de07178347fa3e609b7d6fd208a207df 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-14.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-14.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.4.4.18-7-c-i-14 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-15.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-15.js index 7dce349d61440fe87d87a1bdb86fa05652099aa6..e203b84e5e0c1be6cff977ae1fb57a6dce698466 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-15.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-15.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.4.4.18-7-c-i-15 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-16.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-16.js index 6008b1a8fb056f0699a194a146370bc64fe5f3a6..9474fa7ce6d9208b7982af58f1b4c87cc7c1da32 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-16.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-16.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.4.4.18-7-c-i-16 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-17.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-17.js index 5c1abbb072f3cf3107a1f2abf2b1f08ca9e4de3b..c9019038c9093ad52218b7bccb14852990653c3f 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-17.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-17.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.4.4.18-7-c-i-17 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-18.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-18.js index dc4484c8b49724951472a10180805cbaab9edf4f..13d8f682bf8f7efa8dc233c792ea448016398309 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-18.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-18.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.4.4.18-7-c-i-18 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-19.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-19.js index 487eb97236e7e327bbb92b0f39824e9209fdb6c4..4666928731951e204ae7ee846784a5535ebf20e2 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-19.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-19.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.4.4.18-7-c-i-19 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-2.js index 5fa87a2715e54f8f293cb14c5517afe25afb1f46..b566d65d2dd73527562b16759d485f67550787f1 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-2.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.4.4.18-7-c-i-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-20.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-20.js index 88609fc427d924822994f82330a77ef15f8c538d..7b892e14467bf77ca77ab2ce24103dec633b6201 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-20.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-20.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.4.4.18-7-c-i-20 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-21.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-21.js index c7b008007fd82e6184454d183eba07fbd08933b2..8c0777b27d64788de49f4d3cf3ff7c5213c7b57b 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-21.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-21.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.4.4.18-7-c-i-21 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-22.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-22.js index 91255f1478e5e97e068e78c4990d953fc5538f10..3ba358eb4e6b3fee4b454a21d02ea69ff94e75dd 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-22.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-22.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.4.4.18-7-c-i-22 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-23.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-23.js index a5951d117f89dd389a334287aca31f2c403c7473..55b1339b42ef70c64c60d5cb9b2b74afb4cd0428 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-23.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-23.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.4.4.18-7-c-i-23 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-25.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-25.js index 34cd739f1fd171a0d5c5256e0e8d4c8b5a3bd0bc..754d666b1598294465ecb69cb48578211ed3c40c 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-25.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-25.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.4.4.18-7-c-i-25 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-26.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-26.js index a1ca5010db40d102aabdf8fbaa7a5cefdf101ad3..34f86fa85fb681c1f894a5e27df83f5a3d776468 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-26.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-26.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.4.4.18-7-c-i-26 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-27.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-27.js index 49ee49bd86b2bb4619fca9536bf2fbfa987606dc..79e14ac4e2734966b247967c162cba51d8fd145d 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-27.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-27.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.4.4.18-7-c-i-27 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-28.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-28.js index 7cade7ea68da3c42d727fbc74d8b212a4d31428c..56a12e93b20066f7a39c4c9febbd362019e51033 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-28.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-28.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.4.4.18-7-c-i-28 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-29.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-29.js index e2559749c93dd9316d87aa4302ae310bad32288d..ab242334df621271a8e881424e27168a1fdd4aca 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-29.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-29.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.4.4.18-7-c-i-29 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-3.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-3.js index f39a56022235fc4b447a2f043a17fe1d56dbdee1..67bf4d84b37438b3df5914b0a6ff42b8e98460e3 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-3.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-3.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.4.4.18-7-c-i-3 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-30.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-30.js index 9792a76b81cc8e2f49a1723097b2c0e981e6021b..b438b56450e7193c4a781a35aa3f4bdb60a54ba7 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-30.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-30.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.4.4.18-7-c-i-30 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-31.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-31.js index 05b5fe507868ce3c386e988e271ed861d6d9603f..b32a0eb15e403a6f9e224c06d1bdfd76efe9c905 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-31.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-31.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.4.4.18-7-c-i-31 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-4.js index 23e1d5108e0460468bb44c708518c476864986c7..a0259fb98cc4b1dbb073257ee3fa1b99c7c41796 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-4.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.4.4.18-7-c-i-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-5.js index 4c94e16e1b671e8cf2c2b46526b0b84689b5bd63..2ffe61dcdafa4665cdd4e0ae99d68f7d0d646da2 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-5.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.4.4.18-7-c-i-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-6.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-6.js index 0ef8cbcb6bccdc1a2bce560cf25b8c6bdf2ba28f..5a95ec9653f8da81b066fd7b97e24b6add9cba34 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-6.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-6.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.4.4.18-7-c-i-6 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-7.js index a9b0fa94b92e3ceacce3c5c76b2d2e7715959492..5b0f7b65a7b6ef6bf9239bf8ca34688411c4d4c0 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-7.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.4.4.18-7-c-i-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-8.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-8.js index 75699a2b420b32ab03c5e38e6359820a9c9d539b..d2efd7e9c90b611ac26d9b36b6c49aa1c42b8e89 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-8.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-8.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.4.4.18-7-c-i-8 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-9.js index f0e5d8d0c08057683574fc139f2b39562d4c44af..dcab8ab87f30f9a9a98ddcc302a9ae5e599b0ea3 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-i-9.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.4.4.18-7-c-i-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-1.js index f16ae070e699f365acfd7b81a91eac84b4d2adf3..6c370fccf8d2ad131aa309128357cca20dd73a02 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-1.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.4.4.18-7-c-ii-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-10.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-10.js index 03b9ec32f5071f8794a82d802b58cb67253c22a0..b4802aee4eafea7fdc3c48fd1d0efa4bb6e8c407 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-10.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-10.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.4.4.18-7-c-ii-10 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-11.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-11.js index 27b622a3debc230c34c7523d5c6e9092929e9cb0..c89a80e2f83af4b26973bccc720e0e811160dbfe 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-11.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-11.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.4.4.18-7-c-ii-11 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-12.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-12.js index 70156fa99c4df45c75133476afa62a1588fa25f4..aafa401ee606884b9d8f37e553f192ca10fe1f14 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-12.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-12.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.4.4.18-7-c-ii-12 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-13.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-13.js index 6cf9c5d2479f4332dc06795fdb3901713ea618fe..6946afa151c57ef32300022c113cb34fe68649a3 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-13.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-13.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.4.4.18-7-c-ii-13 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-16.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-16.js index deda1c3d08ba6a0fede8a3f503a297c581b91660..e75001b19add466e8e5bde1e83810f146c45e6a1 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-16.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-16.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.4.4.18-7-c-ii-16 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-17.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-17.js index e8c08611452f5b7820e1a5868c23fb92bcf3b31f..192fa78c87506d571be414f4faa3465b9c16c22c 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-17.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-17.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.4.4.18-7-c-ii-17 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-18.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-18.js index 638fb7c0f3d377e63e3152fdbb433b056cee1cc7..4d48350ac38c28b38c6ae491208fb8e09d74d8c0 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-18.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-18.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.4.4.18-7-c-ii-18 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-19.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-19.js index f326393ae0b6b5c6581ed780cbef65b10d3747f6..04acf59b9b653014d3ffc0d5ec358895835504f8 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-19.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-19.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.4.4.18-7-c-ii-19 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-2.js index ad20fb40b42a88a5ffc9725e16b70a351909c3e0..d3e1c0e8b3f096281154fea90dd96f51fa4dbfd6 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-2.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.4.4.18-7-c-ii-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-20.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-20.js index 82323905827363beb3bcacedcf8b2aa741b7fe3a..68f7483990a8972568bb5a54b6e1c38c6f55d0d4 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-20.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-20.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.4.4.18-7-c-ii-20 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-21.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-21.js index 7cad3353d9bfeec23a0a87a4038111a17cb211ae..58c70d0622504cd8ef50f3aac61b67c82b36035c 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-21.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-21.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.4.4.18-7-c-ii-21 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-22.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-22.js index 33ec8d1e7a1024aaf182fbe1cc37eb990aa837eb..cf95ebab86802cc2f8f6afbaae3eec64c8f23370 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-22.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-22.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.4.4.18-7-c-ii-22 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-23.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-23.js index 3d9b654411da3037c53c09bb3709a8eeca631420..19dbd5b7acf3782fa846825b657823924f466c6b 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-23.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-23.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.4.4.18-7-c-ii-23 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-4.js index accd571490c347cfa5554903c866b2da64205b12..e172cc39d70a77919bf3020d332ac452a1195e38 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-4.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.4.4.18-7-c-ii-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-5.js index 3a9a2803c7301c5b2649a0211957f8d2c8199c54..edfbfcca9d3a1a68dd7e197865edc24b7cc6f525 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-5.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.4.4.18-7-c-ii-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-6.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-6.js index ebaf5485486b292717d69bbf51f83d7569900d7b..a01650fafa8af3fd62b62a3c96d8bcc5359a01bd 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-6.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-6.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.4.4.18-7-c-ii-6 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-7.js index 0b35659e149118ea8d2cae17b5bc1dd8d6b07fa9..b56b2333eb892ea9f077222041b15ebef96df801 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-7.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.4.4.18-7-c-ii-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-8.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-8.js index 2effd910815d519074b1f95dcc8d8304f0dbcc59..f16d7d91cb2ceeec0b3b571637b9d8a3346976f0 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-8.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-8.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.4.4.18-7-c-ii-8 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-9.js index 0445ffc0ae2102d3919d095874db3e6ba5282a0a..dd5d6817e86b5779fb7adf0c7b4357964612b9ea 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-9.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.4.4.18-7-c-ii-9 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-1.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-1.js index fd81468b2b57890fac730f2e5bdd785d6184a4d6..4cac2b8859c63877c170cd72e092f351bc531079 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-1.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-1.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.4.4.18-8-1 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-10.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-10.js index 9dbc4fcaa5e03181653ab35a2997d486c2ca7a5c..44ab2659092e50ca445f9adb156700ee819c2fb3 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-10.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-10.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.4.4.18-8-10 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-11.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-11.js index 06934dfc37c9342853b7fd531212b779c74553ca..e73457fc2b2036ee649cc7bc5e70ecc738230c3a 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-11.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-11.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.4.4.18-8-11 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-12.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-12.js index 4eaa6d5469c832dc1dcb54e8ea23a7c75afd2caf..261ee1dedc2f0ce294dab53a71d2af9bee9517de 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-12.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-12.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.4.4.18-8-12 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-13.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-13.js index 2422f2054886ab8c902f8e6a81386949caec5077..c12b7b76b4989493003453ee32913c853f451cc6 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-13.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-13.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.4.4.18-8-13 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-2.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-2.js index d4b7ad70caf293ee8fd4d46e0d556b1bd476716c..645d578f9ca94d8d5f4d1bcf412a6f7c3f6092e6 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-2.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-2.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.4.4.18-8-2 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-3.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-3.js index 5be53fa04a95935bb0936ea6e8c45e556f8eda5e..2d9e5be259f5b924474880d8f3f75407ee85dbbf 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-3.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-3.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.4.4.18-8-3 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-4.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-4.js index 9f21b4b7d3197770334e834f11a27a84a229f5d1..a98a5c0c398875bd56f24f37431bad3c4d59d694 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-4.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-4.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.4.4.18-8-4 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-5.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-5.js index b56397439179706400c24ea27533dcd7c06de4ef..8a2650fcf350fa66f7179ab05f09594ea33f8291 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-5.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-5.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.4.4.18-8-5 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-6.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-6.js index 272507a31f020ed3e10f97ff05a33c4c165c0f12..83517efc43df1674d330f7ed525dd7b3cadce80b 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-6.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-6.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.4.4.18-8-6 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-7.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-7.js index b103cc54e686fdb6315cbe934bf3f00abb4f4b0b..9aeda2e43646a2c4a79459e142b542cec1852111 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-7.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-7.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.4.4.18-8-7 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-8.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-8.js index de52a58d3c5e726da5af97dce965266c9d7cd565..a0381d5103cc65dc19af3d30ad53c1c95b9f966a 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-8.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-8.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.4.4.18-8-8 diff --git a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-9.js b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-9.js index 5c6eab6df66c7dea5949c0d70f1e4be9f5f783bc..5ac069ab62071be3fab92cd6e54c85375661e2af 100644 --- a/test/built-ins/Array/prototype/forEach/15.4.4.18-8-9.js +++ b/test/built-ins/Array/prototype/forEach/15.4.4.18-8-9.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.4.4.18-8-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-0-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-0-1.js index be408968d6121a20850d9d4f4f53fe930efa6f50..889c353bcb8eb3df58a42734443cf743158d1581 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-0-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-0-1.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.4.4.14-0-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-0-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-0-2.js index c50f5009a9adb21b74db035ce6ec67e2c39df747..7f42405736cdc5539f1eaff378fbfc562f92d758 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-0-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-0-2.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.4.4.14-0-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-1.js index 7d2bc83a66ec48a5b683434faa735704144bc273..e91bf82c8bd32661f73ef0c9922d471c699db477 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-1.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.4.4.14-1-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-10.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-10.js index 49ce20bbb04e08b853dc9b469d27e8ef27f09c8e..f77c37a11d0b12cf1a19e05474263fbc8ac96864 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-10.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-10.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.4.4.14-1-10 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-11.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-11.js index f2927190b5490e241a6f2cccb90f42c8559effe2..05a2998206673f6bdad3e3b2ae04136ced1e3c84 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-11.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-11.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.4.4.14-1-11 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-12.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-12.js index 0d3945742189ff03aebd07c6cdec8e7fd125aed9..65385526f43f8436cd55ba99f02ba23bef1840f7 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-12.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-12.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.4.4.14-1-12 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-13.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-13.js index 2d060f078d8b8b649b6bc2487b5fca4293727b3e..a492656df669e1f17f53273566928b9dbf67fcc2 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-13.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-13.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.4.4.14-1-13 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-14.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-14.js index daae58e426f133151fbd1ec4f80892f422e17048..a1e79dd3fb45abe05d624284506d3fb22e7eeb52 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-14.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-14.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.4.4.14-1-14 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-15.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-15.js index 57162affd2a7b83cf6179cd95f6fcf33f12c6447..7cca86643c774946bdcb3bd1a63825cfd198f55b 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-15.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-15.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.4.4.14-1-15 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-17.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-17.js index a69074d60c894d2c6bbdcf09cf733ea66ebbc9d2..26a8e4778ba5086ea4b80c0d88ad474b61184a1c 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-17.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-17.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.4.4.14-1-17 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-2.js index 37f338f59ed822e179053ee025ac33d585784111..ed94cac5c0a45b7570aa25c4a8339140de0c3043 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-2.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.4.4.14-1-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-3.js index 07bffcf4d72a6b6cb22b91153177e296f98acee2..70e6ba624b9bd73b0b4163010e847b62594889be 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-3.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.4.4.14-1-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-4.js index 611bb56f4d46c7ec0613793e4c8a1de974c29f81..06cfe2c7a27aeb18efb9e8c4dc474475289df16c 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-4.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.4.4.14-1-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-5.js index 67e5dfb594754802dbe0b8be73ea1366719cba5d..896156aa9ca87c55f2675ca7cb6a4bcdc554627b 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-5.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.4.4.14-1-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-6.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-6.js index cca839a5ca8ad66f0e75096b2d4f81609e9f99c2..c9bbd1a6f855a7d44356185a62ce908fcc783951 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-6.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-6.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.4.4.14-1-6 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-7.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-7.js index 63608bbececd72fe7f7f5c62be0a0d642ccf7443..0916a43dd63c9c2271910a103f287bf213e4febf 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-7.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-7.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.4.4.14-1-7 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-8.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-8.js index f55086918dda35e2782c6d896e8ab55b88b57206..07190e6d154b3d6901da0dae327d4e4758b00962 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-8.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-8.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.4.4.14-1-8 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-9.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-9.js index 4ea15d8469a04476537527593549d7569287cefd..c84d1fb1b5229a6c2306f0dcad34f10c86370453 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-9.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-1-9.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.4.4.14-1-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-10-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-10-1.js index de58abfdefdccd9cf04bc7fedfb7b5c2ac19597b..e4021265a43e074a14899c67639c955930e50ecf 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-10-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-10-1.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.4.4.14-10-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-10-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-10-2.js index c688afb8c71997af9d9d16494f715dd6406a5abb..faab872df540ccc96825a6f0e172260fd412a8f8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-10-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-10-2.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.4.4.14-10-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-1.js index d8668f742bff93817dfe4b790b55ad5d1adac077..e1a2404b63cb844d794af4060fce9b735c02fb4a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-1.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.4.4.14-2-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-10.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-10.js index 115863586ceb3b43ed574c3a4420c17805bebda4..144ec76973e5cf43ffdc5e2386ccd6c2910baa24 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-10.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-10.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.4.4.14-2-10 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-11.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-11.js index 19cd825a0c16dca6cdada9ebe44796afd681acaa..4e4649ba6bc303535292af4c243210a5c848ffc3 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-11.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-11.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.4.4.14-2-11 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-12.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-12.js index f4130f74a20485b0ae8611f63a4cf75742d71310..cb3f134ef428d06d048b2cece276aab8f6aa8ca9 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-12.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-12.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.4.4.14-2-12 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-13.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-13.js index 942c15daf2e9defc2775fa819270371163f7e1e9..0d49b2f827f570c4109275575b7a263b33244c06 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-13.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-13.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.4.4.14-2-13 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-14.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-14.js index 4defde7801f3f78cdae400a1d8bf737028ea32cb..efbc591db073a5e443609aee2d48374ceb53e120 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-14.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-14.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.4.4.14-2-14 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-15.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-15.js index 053c01f69b200f307fb925f100139af27ec18fc6..c192a52a8073a32ae61397c711b20d55c7a529d6 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-15.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-15.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.4.4.14-2-15 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-17.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-17.js index 498376340b70b1d0386cf24cf3f5dd61240f3f3e..dec55b06b3a576d48ca888cf6ed34449b6b8456f 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-17.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-17.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.4.4.14-2-17 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-18.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-18.js index f00663b0753f02a3eabd6a53d1f1c959c3a2a6c6..e0ba535b5238f7b00d0f2fc7f01bf059c2e27af7 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-18.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-18.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.4.4.14-2-18 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-19.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-19.js index 2cf040e46c42ab83304567f1b528686643932539..3564c4bfee94680cd8f2fa77f8ea66987cd01f88 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-19.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-19.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.4.4.14-2-19 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-2.js index 961263a120588cde10c5102e6d23d672d080ab2d..1c9b02f38e36b6e4d8c322a6d2f359d72413f5a4 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-2.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.4.4.14-2-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-3.js index b9bbcf90103f56e03f7710353d779cbd95116e9a..efc2074243dcae5f06b0200815c71d99a1913efe 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-3.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.4.4.14-2-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-4.js index 6639e12644f43b0164672bb6ba7c6deaeb67be82..7537df83abc9f23728a9b39db0bd3d4c081bbd35 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-4.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.4.4.14-2-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-5.js index 58e42ad2686eca3aace0881930de07f123fb281c..48efb0e92f260c329c8e70193a50c0a30300575c 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-5.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.4.4.14-2-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-6.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-6.js index 2d1f710d53efadf19012bb1a5367c42858584b30..f18cea0082fea8cd27edb980a6f4ebdb53d580bd 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-6.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-6.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.4.4.14-2-6 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-7.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-7.js index 2cda4b612cce6dc35780ca9a94dc758e22347e22..77de93d98a182f2ce57b2e89a0942588471ba078 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-7.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-7.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.4.4.14-2-7 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-8.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-8.js index e76e7e0272effa7fa37d9d9c40097223f0f90f63..67f7c5610868a127ef962b2cfa4ad0f47c5dc72f 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-8.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-8.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.4.4.14-2-8 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-9.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-9.js index 58fc2e5b77dd7ab074406e3c5a14bd336d2b7675..565d2b05182fedb2043af5e213f6d4181307754c 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-9.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-2-9.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.4.4.14-2-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-1.js index 45818879e72a7057646615112bcbb1d2d721623c..6c689093b8b0105a13dc732132b645dddbd5d9ef 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-1.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.4.4.14-3-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-10.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-10.js index 4512a3d47636091704b8a9d6ad3657064dbcb94a..14d7615c48d675751a78926350dae1a08eda8a9f 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-10.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-10.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.4.4.14-3-10 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-11.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-11.js index 1b1004af73f4ff14fade59aca6eca1b45d5d724b..3a9e1b7f090e8b7bb1dc6fd5e2423a451a7057cb 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-11.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-11.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.4.4.14-3-11 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-12.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-12.js index 5e13941469250a8ddb386c4a6e820c1a119faee4..b7e3f9dc4efdb23cc8ad1cafd9c3855c564122f8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-12.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-12.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.4.4.14-3-12 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-13.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-13.js index dcd5cb49833cefe72ee49cf21510bdbdee4af686..64ec99e30c19790cf0fb42ddef6b610b548a5d2f 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-13.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-13.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.4.4.14-3-13 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-14.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-14.js index 8f212690980c19b7c3aa4d4dc606987038ebdc5b..e05bebdecbad4380d31313489b1afaa654a80943 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-14.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-14.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.4.4.14-3-14 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-15.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-15.js index e6932a85d74bc6f8dc5396e297fbd218d8f4cebe..57ecb5d047030596cca45441595d8b0ad5050b7a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-15.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-15.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.4.4.14-3-15 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-16.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-16.js index 50fec681e2def8abf535d4a6afdbe44f3b7511ca..636f1031dfc3460cb615cd2b2006481b11c1a22b 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-16.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-16.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.4.4.14-3-16 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-17.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-17.js index d88316318c763f66db21288c34cd66d63fbcda69..4655af5727ed0b42bda3dc3ee8eed4d3122ae7b0 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-17.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-17.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.4.4.14-3-17 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-18.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-18.js index 31e2bae259aa49237cae807086bf2103ad9a54d2..c9f3a4e4001247555425a8cdc8a564c39d47c239 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-18.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-18.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.4.4.14-3-18 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-19.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-19.js index 71528563806ae404256edd1a6ade9982780a04d2..0e8b4bc353efc5fdb1b988221125c6778fb1e6b9 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-19.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-19.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.4.4.14-3-19 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-2.js index 1da2a4ab11347505317772ea4fd82550efebf529..22a09176479403a3ad1d373d5fe2e01bf180e549 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-2.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.4.4.14-3-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-20.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-20.js index af4464380c9eb7ee815950ceaf467e714194fc71..b8d6fa363d80f8a79526567710520ba9feb3e9b6 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-20.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-20.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.4.4.14-3-20 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-21.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-21.js index cf0737007db3e08547f0ea9b87e3ad15c5cc6703..7cabb1e776ea6ce5da40d94096b39903d180d469 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-21.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-21.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.4.4.14-3-21 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-22.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-22.js index 7e3d8fde96fd4cdcb8b332a7a0ac40448fa50235..836185e205f278fdca3e112e1911db4779a8c3c4 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-22.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-22.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.4.4.14-3-22 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-23.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-23.js index 75ccc0a623160b9eaa8ddd32d91b41662eb1ee3b..5d7fc6cf0bd647f41c965ddbe1f08a30fe656bb8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-23.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-23.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.4.4.14-3-23 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-24.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-24.js index 5a160ec58a64d6cf3eb833f08b46cec8b0327ab5..b246c532f63cfcd292b57c23686854d670de88d7 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-24.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-24.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.4.4.14-3-24 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-25.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-25.js index 6c2ea8f5f839d197a2aecacf0198389442ebd0bb..48b98da80f2abafa1fc972637ba93aa87c561755 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-25.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-25.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.4.4.14-3-25 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-28.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-28.js index 7885166769181bc4ebebc87242718b830d5d6a5b..085a5a08070780de112deb2b3b9acde136c38b67 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-28.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-28.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.4.4.14-3-28 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-29.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-29.js index 68336d3054e0b627c01aa79df4a1fbd0ee11d5d5..d14d06a6522266cffe1aae4c8c623441fb5489ae 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-29.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-29.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.4.4.14-3-29 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-3.js index 47c1619604e68e26e9dd267e0e87c3bbf05dc60c..77dcb9ed8be916dcecb986e29f70cbe3718716fc 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-3.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.4.4.14-3-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js index d51e5e02e2d8a878f1b204dc7c2f9b039ab49034..a2171ffc04e0fa694a7ab0a0fa125c1a27711bf1 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.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.4.4.14-3-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-5.js index d83be33dd496a97b2f4f37a9faaf5132d8d7687a..2a5e462c717faca86e362e15d372868e88b300ea 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-5.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.4.4.14-3-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-6.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-6.js index cb04c9a2ebbaaf40e8f22277992f1fa1f1e9d9a2..4c7abe56ae5514f6c3c9fa9815279cb1aa0cb45d 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-6.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-6.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.4.4.14-3-6 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-7.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-7.js index 77232173df42901c3488e9429adc00d71b44ef0f..13707d9704655423488dd18992f94f6472e44cbc 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-7.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-7.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.4.4.14-3-7 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-8.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-8.js index 52f837e7cb9d39cff3440e4b96d7851ef0e4bcd8..e15f48ee2fadeef113020f94f17c5ab06e291886 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-8.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-8.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.4.4.14-3-8 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-9.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-9.js index 8ff0487921d90e87571312bb0465a90b134b55ec..91846b01be9eb860a3f60bfb52d84a1322b36057 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-9.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-9.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.4.4.14-3-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-1.js index fab5362ca98e1d3c3254bdfe20120c4cbff7655e..ab9f59df6608437083f81d155232fd0e836b4d91 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-1.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.4.4.14-4-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-10.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-10.js index 5d4e4e6f99767c4e0bbe4ae6721a741c11a1d095..9588ef9afb8598beb6e7024ba46b74e09b2adaa8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-10.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-10.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.4.4.14-4-10 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-11.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-11.js index 684ccc5729c8b2bcae9ca462672959c2d6ed45e1..a39ed1b8438436bb2c824f5d81e37b54f099a259 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-11.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-11.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.4.4.14-4-11 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-2.js index 2fc6f57e45f083522fb6eda418ca6eb867fc763c..e3ea53cee7c5bd23f93f6549f1fc942c7e75a110 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-2.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.4.4.14-4-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-3.js index 92cc87dac34850417f6583b19784d3139b1231d2..51905e6244b3a5bd3def2a068a4fabf79b3f1fbb 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-3.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.4.4.14-4-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-4.js index 78c923dbef9d0b9b9a94ceae5bb842bd02d7e2d5..820b44c3e90b056e1f6862846d4781a0d778b804 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-4.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.4.4.14-4-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-5.js index be4595b193cb510c69355d0a6f87ec53eb7e15bd..acca7d7d277cb1f8f59b6c5b908644782863c2c1 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-5.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.4.4.14-4-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-6.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-6.js index c41ecd38137072f4d2b252a91affa8f687cf8344..f4c8d65ed126e6b9da812f6293d8b6088e62a2d1 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-6.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-6.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.4.4.14-4-6 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-7.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-7.js index 07edda706bca002477619f6bc91a30108545d159..10cf42c3856ff2fd7bc25e27a2088a32599d2050 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-7.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-7.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.4.4.14-4-7 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-8.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-8.js index 2bc1d47aabe18e4f0d0375c8e5923e3ddcd41bc6..1da43946be0d747cb6bb270dc404ace5b2a5bd49 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-8.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-8.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.4.4.14-4-8 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-9.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-9.js index f5dd4a8a35721bf448a04a9f8b988fe2e87c5d72..32162208b017ab34e724012419438a9dad87a78b 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-9.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-9.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.4.4.14-4-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-1.js index 1aca5363dc1f7a7c24cb8022febb495af68c7bc4..d56c7c1b89c13f3191da9661463c139e59ec8002 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-1.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.4.4.14-5-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-10.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-10.js index 1cec7737c9bb4958b5f46515cb426226a8a6d37d..59fee7a763a2fde2e4609654e6a3f6afe7bdbb86 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-10.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-10.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.4.4.14-5-10 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-11.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-11.js index 58c13743f8445968db3f8fcb8d58f103faae6296..f6677bce7bf9e61a0081dcfedf759a74565a728f 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-11.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-11.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.4.4.14-5-11 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-12.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-12.js index 2e7a0939af612c5fc9247fe30ea152988eeb6fd2..88d90a0ae94daa497f26bad95d2c47732d30eb93 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-12.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-12.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.4.4.14-5-12 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-13.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-13.js index a0751e31d75c336cebb58a28e83f238d9915c6d9..cd36077d218857e39e3dd2b6b6011b2ff726289b 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-13.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-13.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.4.4.14-5-13 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-14.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-14.js index 0ed9981bb362cf090d47724037bd53e06218d67e..674e03dc76eb51306f375b4e0a6b2569f111aa0c 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-14.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-14.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.4.4.14-5-14 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-15.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-15.js index c84299644d21f98ced1ad0d2aa54a3a63fb55a93..de7b827c1860131d704aca6d3862e45ab5170900 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-15.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-15.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.4.4.14-5-15 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-16.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-16.js index af0be01796a7dcffda1d8ae2f8d381009dd8e5a7..c6228091e4f384e59f3fb1bcf30323cb1afd43fa 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-16.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-16.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.4.4.14-5-16 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-17.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-17.js index 5f8ec8413cf07ea76784066e8c195a54af45c29f..e69de33f20b5594130f837ab92a3f2d5c8d982d8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-17.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-17.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.4.4.14-5-17 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-18.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-18.js index cbdf1ae32653c394a15682911d7185ecfc9faad0..2052a57cfdda56699b95b2128780b9be59f5f23c 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-18.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-18.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.4.4.14-5-18 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-19.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-19.js index f28450f0bd347df57ecaa4f25896d22c761d12d9..32f4295fb2140910f95e06f504fa6b6218e8f65f 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-19.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-19.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.4.4.14-5-19 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-2.js index 800797003f91b15d3741edec5c4a7aad1a19a94c..96daf206f73e73bebbd14cf0942b67337e969388 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-2.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.4.4.14-5-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-20.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-20.js index d810a76bf7ca58d1fc80899a752a3d245034fac7..6a2df8a62a5da27a92a8e1bd5e101f8057a16714 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-20.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-20.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.4.4.14-5-20 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-21.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-21.js index b9f38ec8877dc5200f907bb147379062fac65561..2421b75c7069fe04a318517dec4cb02111f2e072 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-21.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-21.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.4.4.14-5-21 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-22.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-22.js index cc818c382bd5d031faf347d3d944ec6d832a04eb..b0c2dad2ab828fa8992839ffa156b5f36af45465 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-22.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-22.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.4.4.14-5-22 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-23.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-23.js index 64da0ce6393a6ee60ca183158a64b94d0edc9ec9..c0b2435f2ee4aa0eb11120060a617b0622c4d503 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-23.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-23.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.4.4.14-5-23 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-24.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-24.js index b49c13970075514a7706a12cce79e96ef71d7324..bb3f7774d0e768840f7b077a302c6663a1ddf0fb 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-24.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-24.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.4.4.14-5-24 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-25.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-25.js index dad482b057339d639c178ce1bce6befb043e1231..a8a6de899011acc889bf1800106acce5d6f323d8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-25.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-25.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.4.4.14-5-25 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-26.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-26.js index a0161ab0548fa8252f0f566dddc545e79174b085..1d52bad0790a73c6827f91f85452bb0acc25122b 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-26.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-26.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.4.4.14-5-26 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-27.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-27.js index 56999c41e7b472c6016ba1ef8a50a7cd038f1e34..b48daf47e29693188028e5aa6e5da176ad04bcc5 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-27.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-27.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.4.4.14-5-27 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-28.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-28.js index aa27c5a755797c10561b4b89fae8080b1343bfd0..b96dc3b460cba1e42b3f33ca61c8c13efb6d3c9f 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-28.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-28.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.4.4.14-5-28 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-29.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-29.js index cc5bd35ea1183dfa7dc32f3133a88b023f830d4f..60c52cb088ba4d3cc034505dc0281a5e767f4443 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-29.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-29.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.4.4.14-5-29 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-3.js index 3fc08e1fdd24d1e3189c669b2117a0c75cff4e28..540410d8a223f7c4f30adbf65671e494a6c0f436 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-3.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.4.4.14-5-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-30.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-30.js index 239403cca290b4328a7ee82901dd585a8f2be618..3766f2ab9f0fc75e4aa57275dff6e5133effc809 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-30.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-30.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.4.4.14-5-30 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-31.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-31.js index bbc6acefe15097307760064949d3c8928e1b366b..f9e377d026ff88b7404bc47c878c2de40b4d5e48 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-31.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-31.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.4.4.14-5-31 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-32.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-32.js index 8ee38614bd295b3e4d59ab6e75d3ce0193c956aa..d8e6dffb449c00c75b4f3804f49cfd39fb553e94 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-32.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-32.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.4.4.14-5-32 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-33.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-33.js index 04a07d73c7f14941ccc6e1e29f351e1b03c85858..6c46d4995d23ad1dd1cdf4418430c59053d047b4 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-33.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-33.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.4.4.14-5-33 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-4.js index 002d7c931d0379606798b2c41eef2e453fc23c45..92c6e45196c84528e1c83074df2a225a1236ec3a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-4.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.4.4.14-5-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-5.js index 4568301d526d9c70467f1c11e68c5587eb082920..e35c5d34763c743b0e0add9ae10aa277ded10bd8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-5.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.4.4.14-5-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-6.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-6.js index 1eb79c79772c56acd22a3d8d170fa4312f244244..52959b2ed791fa5b1d5d94441bca5fa3dcae6f4b 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-6.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-6.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.4.4.14-5-6 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-7.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-7.js index eb8c1d1256b074499250793bea2cd07bfb1bbccc..77021d2c0588b7597bff1c87c063c8c1d01a1a74 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-7.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-7.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.4.4.14-5-7 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-8.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-8.js index 634928b0f9df8d50927c07b8f3a1f5b8dd58a157..439deeabd0781bc9d1c5789ebeff19fb493a78d8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-8.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-8.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.4.4.14-5-8 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-9.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-9.js index 66fb9e3447f4b80e72c72201fdced5294f576864..2b2fa9b077daa74527eb7449aa346d50cc6aeed5 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-9.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-5-9.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.4.4.14-5-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-6-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-6-1.js index d35c8a74394f833f0cd53acdbc4265cd83902940..4dccf39a13b7fd9448991a38061ea40e7b0a33b5 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-6-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-6-1.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.4.4.14-6-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-1.js index 6a53bc3b6ecd030887840b401d8513c08b23b491..44cb45a3ee02ddbe1e0fae22be92a73b40071480 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-1.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.4.4.14-7-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-2.js index c3494043b83c537a79d75a35e5a99b708837ffc3..2a858583036e1660e521186c400c34b4a45ac580 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-2.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.4.4.14-7-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-3.js index dfe46944072109531307af9a0ccc7197ad9489ac..44f682486e7f878c6d907a3e7377bb2b97b7c18a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-3.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.4.4.14-7-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-4.js index 0923487ad158c6f258b2173c5e1ed727c231c59f..09db35e375f6b8b598dcedac35422a04a29d1e4a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-4.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.4.4.14-7-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-5.js index 526297c12fe3977785a018f7a362c89905953877..ab2db3e5f9854c8b6621d2b73ed875239a110c9a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-7-5.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.4.4.14-7-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-1.js index fb7bc1ee28ee12644750db6c38232dc1ea25e2d8..830644b180a0e90b60874ae712e71f6f8be8c0f9 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-1.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.4.4.14-8-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-2.js index 8932428b3ddeb89f10555ea513d370f2a003dd64..c65c70213e0163b7307247513238aa1544aa7bc3 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-2.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.4.4.14-8-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-3.js index 64ad22ce6ca28745ce5eaae561a16551671225aa..e195d0e06feda02d3acd89320432a3babb9b3002 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-3.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.4.4.14-8-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-4.js index 0a99d824c2d91cc7be642ea1d6ac921516f83a58..8db32ee4b5f8292fea66d8c5b8014893fe291c14 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-8-4.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.4.4.14-8-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-1.js index 023cc9d0ba8184d7f0ddd17660bc7d27899389ce..8f480f2dcaf9f439063e795e7b3907b5764ade69 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-1.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.4.4.14-9-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-10.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-10.js index 190eb10c0155401a6f429ec75442144eab29d047..41d62527c701e97c148f93aea06d89c68878b635 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-10.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-10.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. /*--- info: > diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-11.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-11.js index e139518fefb014ccf30fe4eff141626217024e8e..0606e2b0c54855d3194cfe9ba91111bd0099d325 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-11.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-11.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.4.4.14-9-11 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-2.js index 3c60b72f8f4fddbacef2f976a662175b731d9bc8..1a9195d83398b2b4aa93894021d997b969d59a05 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-2.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.4.4.14-9-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-3.js index f223cf7040078acad7b4c87b1bde6fd1e151e311..a128354411e312406d4a519983780aa5d8796149 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-3.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.4.4.14-9-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-4.js index ba6a84b6a074551d0892610aaf56f40983eb945c..dc31bba673dd8322e742dc7e331b2bda101dce78 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-4.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.4.4.14-9-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-5.js index faf63d4dd93dd7cb6643705ec7186101c225c301..4129a36d2b8d1088e9ca553c51f0a78dd9a30fad 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-5.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.4.4.14-9-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-6.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-6.js index a8b76b7f88c10fdd1e68382801f996e0c8ac16ec..1a30df03e50b8ccee522decfa66396b29cf813b8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-6.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-6.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.4.4.14-9-6 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-7.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-7.js index 19cf396d75650eceb91aefe0e9e8fd34cae8f1db..cf570d44697030fc6d7eb3fe051945d76ce28633 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-7.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-7.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.4.4.14-9-7 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-8.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-8.js index e77178a33597227643ca94ac9b78d84671f4b79c..c35e786e615ec0f0718d7a9f191558bb0e6c09ae 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-8.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-8.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.4.4.14-9-8 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-9.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-9.js index 8596e56428fadd421c7b9c91b77c59f2e63422df..18d381fc9e4551ba23f2fa938c584ffd089d0212 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-9.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-9.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.4.4.14-9-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-1.js index 4b277d56414fb214a711b9af8841dfbad80b2e6a..8e49bb75c357df0b2993a41b9749752c57d81096 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-1.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.4.4.14-9-a-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-10.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-10.js index b50c81449ea2a313965ddc7409592af9ebd2a5c5..2d648413b0f70a62cb6055110250c78e43d4e1da 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-10.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-10.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.4.4.14-9-a-10 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-11.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-11.js index 15ae536a2c8b0d02bfb8170d66c0c9ae3133ac6b..a3b208832ace0bf25d3a9bfc7759cda5de78b7d8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-11.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-11.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.4.4.14-9-a-11 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-12.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-12.js index 07f991ebba25606c7b83692b21308252010b2e2c..2f9ebae04ef952333e1cb7154c860b2e899a8a37 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-12.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-12.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.4.4.14-9-a-12 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-13.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-13.js index 0ccea311ac4e1d8f403dcf00a3fc9886b1863e81..5cf29466722d51ac5941cfa4a57ec173358ed546 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-13.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-13.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.4.4.14-9-a-13 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-14.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-14.js index 62cc9cfa08c7b0d15bc0cf18ebab03fcd11e854b..2c819c849237b62055c5d32d7389c370a49b2db3 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-14.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-14.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.4.4.14-9-a-14 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-15.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-15.js index 100f495748fc208f26dac16146afaf2274ad499a..be5c7ddf72bddb9c6b526f5adb5e7093b26f2029 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-15.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-15.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.4.4.14-9-a-15 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-16.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-16.js index 339b50d12fbe812a7f8d2bea262af2829e68617c..715c7b2d8132d3b56057d4a64f752cb97e995d39 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-16.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-16.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.4.4.14-9-a-16 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-17.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-17.js index a89e3a1b90777d1debbc1a1a6631031370a1eabd..d676d637272f98327470b02a9df41934e6d1f179 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-17.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-17.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.4.4.14-9-a-17 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-18.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-18.js index 5523ef289d5197b6ad4e031487f8bbb68928272b..cca19813ba911faa2967509828a4adef2f6efd1a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-18.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-18.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.4.4.14-9-a-18 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-19.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-19.js index 1455f58de4f57dbaecab6c4b7398badadaa01664..ef6d037a15e9615200d83b433c28ea6a369174b6 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-19.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-19.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.4.4.14-9-a-19 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-2.js index 1e9c7f0478b152a6cc182ad44d3918592902d3f5..51170421e9759e6199379a63822ee4d536c34fd1 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-2.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.4.4.14-9-a-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-3.js index 1bf7dcb49875df4ce6303b577722425db547b609..5a7e0eb61c135b409de7866901a596da42e33af7 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-3.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.4.4.14-9-a-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-4.js index 6cfcaf513ebe8c01d6440d35a7849d1d7c480042..88b8c81a011578ea21a79da08493e78c6bd3113d 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-4.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.4.4.14-9-a-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-5.js index fa453663a5af5867e083e641a553897357cb928e..7589a506957221670078bc46e5bcd9e24b9254d4 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-5.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.4.4.14-9-a-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-6.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-6.js index 097255f167158155c0b5ecd0e319dfb5dfbd7a3f..1d5715b2be0913506b7f736892795669590ea170 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-6.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-6.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.4.4.14-9-a-6 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-7.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-7.js index bab390acb86c9179c95025c38196f422d924dfc3..a58f13b5c3cb178a00cb0245d71afe87621f3443 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-7.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-7.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.4.4.14-9-a-7 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-8.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-8.js index 1a612e2884b45fbe359d3c2f5281d86015885ad0..7333bb2d3729b3d26828bfdc800c1a6fbff903d6 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-8.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-8.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.4.4.14-9-a-8 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-9.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-9.js index 95adffc717edd590b2b80cd165252470b6416e5b..be22ec2e16feb129d509bf646773004b2c8a65f0 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-9.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-a-9.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.4.4.14-9-a-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-1.js index 2d9d11f2d87a55e1772da8af57aa0ed27ebb6e39..63093afc9359b0ead843237dab531fe06bfc4ee2 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-1.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.4.4.14-9-b-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-1.js index 5b1f767f115becc2b13cf694090b4194d83eb861..286215eaf9f168909306365f6d30d108631a190e 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-1.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.4.4.14-9-b-i-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-10.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-10.js index 2c6f4f5eb640d916214d30029211871a7bb55215..44326fee24a05262978a47fb8a7299c45543dade 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-10.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-10.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.4.4.14-9-b-i-10 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-11.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-11.js index 8e978aff20d7eb85868fbe3f1fa7775959b4b77d..264dee961de27d4bec27f44d1a30644b0ac5d428 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-11.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-11.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.4.4.14-9-b-i-11 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-12.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-12.js index 13e189983c531c56b1ecae51609ac3128c77dd9b..b81c5088740f2a489ffe4ea1c1d6a74ac670fe90 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-12.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-12.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.4.4.14-9-b-i-12 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-13.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-13.js index ecd26ca209d57fc6f473c77cc7a060c1a2c75b58..8b10ac1ce71efee5c53d2921f78ec3c21e378c59 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-13.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-13.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.4.4.14-9-b-i-13 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-14.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-14.js index 8b9bfd0dc8522cd9d49b8a736803275f24839c95..3f11e9c8f4c1664da9420db82ac06de6a8a4ccf8 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-14.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-14.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.4.4.14-9-b-i-14 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-15.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-15.js index 88c333593ce28c6066b0d0ca834d17b81bcc57ea..9b48b40cab79441e15281d13906bb483f2d248d0 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-15.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-15.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.4.4.14-9-b-i-15 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-16.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-16.js index 570705cb0edcd778b4443c6f60d22504fbb936cd..06a2388a104322876781c679ef61cabbbc23ac4f 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-16.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-16.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.4.4.14-9-b-i-16 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-17.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-17.js index 5b744bc0be984c3feb48e1ed477dc69f84430f4d..b07867069d462deee64bbc4b8d9f9e76748c07e6 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-17.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-17.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.4.4.14-9-b-i-17 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-18.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-18.js index ee6483722d8eed91f44f65bb28896ed599488d22..ac2fb8d40c70a899aa29c40a7d705cecbf6a2c29 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-18.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-18.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.4.4.14-9-b-i-18 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-19.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-19.js index 518d20dde1012ae2db32bd17f97b76943740dbe9..4fd2ad3ef19cf8541e404b796dd41dac38099575 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-19.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-19.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.4.4.14-9-b-i-19 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-2.js index 998406f020164b6e0616769a698e7ab358f47999..6a22313a40c06d83351cab7eb00726a89751c2cc 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-2.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.4.4.14-9-b-i-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-20.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-20.js index 608709110867532089e9c54b09b137213d6dc0a3..822b880c152d7f86ea151c4af115355c97c2fd71 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-20.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-20.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.4.4.14-9-b-i-20 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-21.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-21.js index 6a7d9febae19ea0f8459c042b615b42d4c59e99c..5dbbdc8a929f5f94940289bdaa06c8f0f331f2ef 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-21.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-21.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.4.4.14-9-b-i-21 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-22.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-22.js index dd300a9b940aee9202e5ae215c17c8048eb32385..437535a958e2dc85aa2325d2ecbd9a28bcb935d6 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-22.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-22.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.4.4.14-9-b-i-22 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-23.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-23.js index 8f9d4939c4e9c0f837294fdc26c43d6fe1e69176..048df751e1eec2b1dba07600304cfa99d044bb35 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-23.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-23.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.4.4.14-9-b-i-23 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-25.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-25.js index b783584faab3367ec1def425a072b0c2b9bdeaf9..bdb0342ee7c562371f88cff2f5a6b0321211a6fd 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-25.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-25.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.4.4.14-9-b-i-25 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-26.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-26.js index 1633f0eaa685659e8a28686eabfc3af5a6ed5e32..eff7d2a6e864eee3f4466f85982c1be2469f3007 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-26.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-26.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.4.4.14-9-b-i-26 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-27.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-27.js index ecabd18f171738c802452fdee2e989034a8c2e67..44f3c2937504e6819fe6d7c15cfc98e38e4fce34 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-27.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-27.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.4.4.14-9-b-i-27 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-28.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-28.js index 34e0bfb7d01c1571e8c9289d6404b9346207017d..6d2470aa91bf9dfd0cca81b45f1dfc1a4de1a10c 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-28.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-28.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.4.4.14-9-b-i-28 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-29.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-29.js index 6d333922f630f736b6837e620864398ac66de6ec..ecaaaca5239c119671d4795102d68ec20efb0fa6 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-29.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-29.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.4.4.14-9-b-i-29 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-3.js index b321126b6d77a2fb9247196f4ad279033102e3dc..8eed8023966860bda497e6ec37a77ca4277862d6 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-3.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.4.4.14-9-b-i-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-30.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-30.js index 1a8f401b880235bbb7b4c58e79f44a7690544cab..00da4236642ccdc90e093d09fca78e0b86dabf3d 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-30.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-30.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.4.4.14-9-b-i-30 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-31.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-31.js index 0aeab6b9c48451284bfe804f0843f3436a66e14b..98556ba4bd6946cd4e5ef60f97da2e5e33640481 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-31.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-31.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.4.4.14-9-b-i-31 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-4.js index 4b1ff81dad500132741fae04e02acb23b1b6ff2a..2e8f71094ff805693b553cc53f1cf7e4090fbade 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-4.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.4.4.14-9-b-i-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-5.js index a6a0db3d36796f8f1a2b3985583ad9a5944c32a3..3fd67f5bc8fcd293cb0d508e131e58bb042e9547 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-5.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.4.4.14-9-b-i-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-6.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-6.js index c82728cf85427a1c4a2ef60ced71b504f28e26e3..7891b45ca6dd67e93c33c1ba7ed8d82b8aea49b2 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-6.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-6.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.4.4.14-9-b-i-6 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-7.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-7.js index 49d9f5f7f0cf6a01ea382e53f2038b49b267d828..24cdc019796e5bb9690ff5926303f4f7d732a8ed 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-7.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-7.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.4.4.14-9-b-i-7 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-8.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-8.js index d087613a4061a35c25cad5cd76700b661865da61..8dc554233ee7bf9f8310d8f64aa37df971667d2a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-8.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-8.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.4.4.14-9-b-i-8 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-9.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-9.js index bc966147780d617b0f9b77fd99b4b9a2fe5bb4b6..1466083190fccb5e5b53d2e50e17c06bfe597a21 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-9.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-i-9.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.4.4.14-9-b-i-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-1.js index 777d7f53b934509256459bc3436776c74a4ac4fa..0f9dceb187996b5d7a01d9e36315f3f4b2789d98 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-1.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.4.4.14-9-b-ii-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-10.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-10.js index 2a9a926f3d57b1e30816334b6403fd37bc5ee385..d994687cf82dbcca58ee7452c0d5f756a7b290b5 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-10.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-10.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.4.4.14-9-b-ii-10 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-11.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-11.js index 125f9403f374ecb340d04539983edba476929ecd..47bd171aaf8ef9e835c04fe135e277a925ea11df 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-11.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-11.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.4.4.14-9-b-ii-11 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-2.js index f9ace5aeff4c33010334e1afb00bf16b414ece38..f5eacb27eec8791a4f2a105215fe05f052d39616 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-2.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.4.4.14-9-b-ii-2 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-3.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-3.js index 1e11b82369f794992ff33f8f183d332a04b3dfd6..3674c2b54a5a53e366ccd0b24f905c76f536297a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-3.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-3.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.4.4.14-9-b-ii-3 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-4.js index bc0a7f7552ea58d9ee046bb38ac99dd0de25da41..a3a6cada603cd63b73c3aa676f9a1f733622b17d 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-4.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.4.4.14-9-b-ii-4 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-5.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-5.js index 91c3dfd9e37e6a46fbeea2c276a1cd79d3c1c19f..337c8fae35787883dbcf86524aca5d7bd5cf84d1 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-5.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-5.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.4.4.14-9-b-ii-5 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-6.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-6.js index faca0e33fa6c00a2c17ea05b9211b378ba541d59..c93162e4d5290a9154536f4ee8456dde6a9ae3ca 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-6.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-6.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.4.4.14-9-b-ii-6 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-7.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-7.js index 7545bf9599e7736e729211ae60a49080650ebfb9..6184e05e18515f5aa3488c8e5d18fbbe91b2590a 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-7.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-7.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.4.4.14-9-b-ii-7 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-8.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-8.js index f57e0f8c38ae0e694bdc4cf59965a51fa850349b..50ea1b629bcdf1961a0bc51a84adbc7d98776f87 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-8.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-8.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.4.4.14-9-b-ii-8 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-9.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-9.js index 24d3bb0cbe7c5e95c24cb01e52f4897f03130f05..959250a896833a52e539c3f574e9ce455375c45c 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-9.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-ii-9.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.4.4.14-9-b-ii-9 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-iii-1.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-iii-1.js index 2474698d489d9c1d1a9d98d046c4ccbedb022db1..fa1d4e5d09b41d39e3e8c41d710f36c1449aebce 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-iii-1.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-iii-1.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.4.4.14-9-b-iii-1 diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-iii-2.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-iii-2.js index d7d4e6ff4be1fb0e6a28589987f89fa9629fddf6..a6d1a9b5bdc7b1ad1ffe1a405c6e849300898faf 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-iii-2.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-9-b-iii-2.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.4.4.14-9-b-iii-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-0-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-0-1.js index c5efa44bf314f83b7cc245d11744ee20fec51100..0fdbe895006b43b7c3c09e02cd8e29bf3a7226f7 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-0-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-0-1.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.4.4.15-0-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-0-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-0-2.js index d3fd10e14b59d1ba4fa3925193b99f8189b2dff4..de1db48d156873bbd631a38399c78e8d1de85d23 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-0-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-0-2.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.4.4.15-0-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js index f951c919a0190e0c36c20110111a3d63077f804d..1a3f3404e192a5bcf672ddd10da6534b7c926d42 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.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.4.4.15-1-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-10.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-10.js index 9dd8c9e7ad8904798e4df75b8817076d61b9acc3..c14fdcdab17dc1f27dfd1c00b7fb4486ba644770 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-10.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-10.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.4.4.15-1-10 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-11.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-11.js index fa08460cd161f1435bcd7b8059511c9950cd87ff..2c4b696d3c56c32fa0e386f086522372e3ff3d8c 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-11.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-11.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.4.4.15-1-11 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-12.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-12.js index d2cf236d7cc40587ba350c49dab759d9e514e759..36c1383e6c8b33efbf5095727f7326cf3419c2db 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-12.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-12.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.4.4.15-1-12 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-13.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-13.js index 74ce99c97d753909bad2ae33312c6a93e0058eb6..2248f30798d611dbacd0873fc6ae5e9b544038ac 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-13.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-13.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.4.4.15-1-13 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-14.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-14.js index a0014654aef019d6fa59267a53e50b2c6120ec44..e7f60ebe67be6a23229c0aa5d31beb0a3d7d4300 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-14.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-14.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.4.4.15-1-14 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-15.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-15.js index 46eaac5c49dab7c04b260d6b6e7586c3b7ae4110..3d6f5ab4b1492e93a377eba15a331ef035de46fc 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-15.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-15.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.4.4.15-1-15 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-17.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-17.js index 85cf257df297c3af7c90af85e3e6842edb14a0fb..86c066c1805b1be2a8efb6e7511eb23010c6d716 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-17.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-17.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.4.4.15-1-17 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-2.js index 1c580af6bd8bd1815a18097c3cd458703130f085..9df9406663cb1bcd020efea4929527b51a716bb0 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-2.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.4.4.15-1-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-3.js index 12973e6a438c08b854c1cddcf5275b9dbcc53e42..003cce69d06ab57a834b7b4715265facacc216b4 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-3.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.4.4.15-1-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-4.js index d89dec5bfb4a3ed559b3f122963bc6774aae6e60..9e1bd0f062e43630bb865b431f4f49367e9b2207 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-4.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.4.4.15-1-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-5.js index d2c3bf25cc89a09cefb277296db9aa262c644e70..b4e63bca83b23c0410cdd042e283d02f49dedb7c 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-5.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.4.4.15-1-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-6.js index 2d4df4a1c2f3d85b67c7b3f5028a8775dc8c6678..ea9a30d2eedeb978ed1fc8ff4005677d35d2e398 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-6.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.4.4.15-1-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-7.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-7.js index ae4eff6aabad0ba17516bfb4ee92b36856c42222..caf111c8f0b4ca8c232381d3d3b8e9f1e298f750 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-7.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-7.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.4.4.15-1-7 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-8.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-8.js index 5e0fb607a214cfffdaf339a1e97632e909ffde9f..558fdb375d7347a01eaeca8e2cc24ad0af302183 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-8.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-8.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.4.4.15-1-8 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-9.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-9.js index b6a379bee0bc283cee9c46c6168b6be4531fc544..f36ce31b0c77d70174b5215dc762b63633244214 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-9.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-9.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.4.4.15-1-9 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-1.js index 11993ee0a006a14ffb4214e9fca4b0f517a3279f..cde991369ba3477910437eff24f1c6ff89f03758 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-1.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.4.4.15-2-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-10.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-10.js index 95fe8874da26af06a9715d8376abab350d523ccf..ec8c487dc3ce4ac6d6426308cb1e2cf35132e073 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-10.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-10.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.4.4.15-2-10 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-11.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-11.js index 69077c291c76780f4647364faf0970ebc096e2f4..1e1ba933586c3bb36dfbd71d5f83d40355348976 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-11.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-11.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.4.4.15-2-11 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-12.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-12.js index fd450cdd458b73639b5265ace6b88e1e14658acb..d36a4b77d5f834472482f88168d9c7dc86cc977d 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-12.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-12.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.4.4.15-2-12 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-13.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-13.js index f1838f0ea5d958644f17170a6a47c44d728cd278..baaee5fb43cc4b3c3c3375136eba73fe7a66a600 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-13.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-13.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.4.4.15-2-13 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-14.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-14.js index 887afabc531ef59d312ed1fe71d86d2c97691c30..52355805bab138d6e384e4f8f887d84d43736caf 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-14.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-14.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.4.4.15-2-14 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-15.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-15.js index bcd607902685491c1137f466b2609f2496e01c67..50f4d6bae1508686fc1c4a7a317737f96b174a92 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-15.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-15.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.4.4.15-2-15 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-17.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-17.js index d6967645a533d9943b209df370d88d8c6ed53ae7..fce78d55c63502508c2b3d2d74366c5ef59b64f1 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-17.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-17.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.4.4.15-2-17 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-18.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-18.js index 7d87f3b49a2227e42dae07ec9b5aa86e0cba02c5..1fc26ab04a8ef23689f7d98e34319572c2efa559 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-18.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-18.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.4.4.15-2-18 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-19.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-19.js index 640097ae6c9a4e0e1ce80e7f6b58402944a41ea9..7dceed03e86f12aa42111bb1b0adc8a3701f6de0 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-19.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-19.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.4.4.15-2-19 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-2.js index e4c8f2fede84fb9a43b4a23509db3ed336c328e7..6f1bec1a069b09782f37f56d9d55be62d26a9e60 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-2.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.4.4.15-2-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-3.js index b886e443facd4d9bd4c8c268235dc8e5fcc79706..4ad48bbf23a5aa0d7d3e4aaf6c0d1cbe4a3150d3 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-3.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.4.4.15-2-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-4.js index 6dc613ff7b08cfc17bc62caf503ba66a7b0ee6ba..3e7d765d7a3d2e64e58909f0e47ded3228e63ac2 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-4.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.4.4.15-2-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-5.js index 5552efda74449a92f0026d7ae3b4a803eefd5f8c..3f6fe30d8039cc61fd7bae0e56c17f255b47aef0 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-5.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.4.4.15-2-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-6.js index 61910e92042bd731c986ef220b73188a1b8f3a64..1299841e4a18e5af415cde76cd19142a2da5be36 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-6.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.4.4.15-2-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-7.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-7.js index cc458628c9a70a69dc04f4af18d5a2c67f5bb6ea..8024d8db034e834fb01824d90c3cb9df59d0e4d0 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-7.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-7.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.4.4.15-2-7 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-8.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-8.js index 5a09e09ad64c8f52eddf0f7311938704d53b7418..13a925e6a9aa3a67920cc2e375e6954261b180f3 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-8.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-8.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.4.4.15-2-8 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-9.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-9.js index 208a47e8a3ef2506c827347304b73e5bcbc77005..ea1998bb999948d65c1c915049e930031c86e23b 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-9.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-2-9.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.4.4.15-2-9 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-1.js index 360c87ba0bd1dc2a1105b47e81ab126afc3fa9ca..92063ff8382f06158ae4dcb2cafbf809f9463d74 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-1.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.4.4.15-3-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-10.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-10.js index 3a99201dcfb6fe22143775c865acb5441118c576..523b79577ec3346d4af265de3b772ee11e5f3bca 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-10.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-10.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.4.4.15-3-10 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-11.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-11.js index 965fda0f5031a2bb51d63019ca59254b5cd57bd9..5c8648f770e43660c2a1a9cec79a8170637e5459 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-11.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-11.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.4.4.15-3-11 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-12.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-12.js index 8a76977d6c59d72b5de7f95c80938306b440f724..1288d3024386c61d8cb5d00e40c368ae2d71c40e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-12.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-12.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.4.4.15-3-12 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-13.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-13.js index 54ac8882c3f4846f49913a4d4f59a26b3f4b85bb..13902394b6024cc612c7bcb81f8990ecabe18c75 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-13.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-13.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.4.4.15-3-13 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-14.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-14.js index 8ff6537b3cc3c80b52a4834d65d781fdf465fb44..316aa3844ec97c81e50e2d13d297c7234a3b0fb7 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-14.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-14.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.4.4.15-3-14 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-15.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-15.js index 4afbb4d2a58135dbf91d6eb4e8771274b41f4df7..d1021b5c964f54174218b52222a0785aff2bb798 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-15.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-15.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.4.4.15-3-15 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-16.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-16.js index 79e1227971c3c1ef23cfa3630b7d5ff8f4db0e94..af3b8fab2e89e58ca93c0054ddfbb0465176585c 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-16.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-16.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.4.4.15-3-16 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-17.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-17.js index 486cdd96f2c72463baa1318b264712e6a2c7e959..f4957e7a21309dade4e4936d8fc0b67ad9a2fd97 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-17.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-17.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.4.4.15-3-17 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-18.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-18.js index 9cc13f4f496953051bdadef52c6440dea5876ac8..64805a44252dc949df38a51f8124813b80cd3530 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-18.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-18.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.4.4.15-3-18 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-19.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-19.js index 43e324481a04ff8b0969ecec7495127069464e96..ade1804a98067c2a02c5f2ed825c8ccd9ea4d531 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-19.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-19.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.4.4.15-3-19 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-2.js index 2e431b9e3ca2ef6987ca20b26ba77061d21f99f1..20644243b5fbe4c34f1eb04167d85427a84b35d8 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-2.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.4.4.15-3-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-20.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-20.js index 885961c36c2b77a0d197358fe7df55b0ebc83a78..ab523b94c3ac60ed078405a55f63647cb3d923d8 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-20.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-20.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.4.4.15-3-20 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-21.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-21.js index c86c0821d89dcbd318d38a2a6a0c8b1fcd871337..74e6ff5219bbbc05a1a170f259a27b90bfb3bb35 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-21.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-21.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.4.4.15-3-21 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-22.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-22.js index c9244211f71c1a6185c4e5bb76f2352782f0849b..0d3e63509efec50db8d0fb4fd07d05b41842fe7f 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-22.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-22.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.4.4.15-3-22 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-23.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-23.js index d6d6a0027179bcf6b786095b9969f9545784680d..ffb3721cf3569b0a4e36463894de2ab90c56d9ce 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-23.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-23.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.4.4.15-3-23 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-24.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-24.js index 27659336159f2cf6d3fb87033495de32a9fe3a60..b0e5d4b2fdcc36422f3ebba7bcfd9f19b8e0d324 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-24.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-24.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.4.4.15-3-24 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-25.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-25.js index 26ada3f97cdf1438a620ebfac9954a31efc2957a..333488216580801782537065d8344c2937c3cd15 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-25.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-25.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.4.4.15-3-25 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-28.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-28.js index ba2a1c37a42a92a0a0314f6e35b9efd2d5fa830a..15dbb8f1b30a89fc99137e795d3de8f8fc3710c9 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-28.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-28.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.4.4.15-3-28 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-3.js index 69be7d26dc8c8d9cbef88a40dc58b2ec7d16cb92..de8c91048360386cc54c7dbb854058f68f7b5954 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-3.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.4.4.15-3-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-4.js index 1a1e6c7b786199f714665b29739ab40485a35be8..066e9be9739ef40af5b8125559e53dca5eba3f1c 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-4.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.4.4.15-3-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-5.js index fae37befb66b088d03951ba7562b6bdab6242b53..2d493e086b3c89563f88b9718406c5d2fdb7391a 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-5.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.4.4.15-3-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-6.js index 6a84474d1da3034da74ce9bf35c4cc0aed94be6f..1bc97cbb8b85f4cc5054b3e056f2137bce31a4d3 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-6.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.4.4.15-3-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-7.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-7.js index a170f4e13a8ca3f254e5d5b11999600ed95120eb..b78b385d77613de0780ebe5c97969cf9f16dc398 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-7.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-7.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.4.4.15-3-7 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-9.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-9.js index b687d2015394c0cde107f3393b2928830a37b11e..3dd1c289509bda8a72f0976cde515d825861081d 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-9.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-9.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.4.4.15-3-9 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-1.js index 551ca78777359f32eec8073d34821e177946562a..dcf7a58f0b70cf8e94545a14c01c9aa89a5c24a1 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-1.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.4.4.15-4-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-10.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-10.js index d7888c837a0cca8cdf914de455f2afd4fd11fd4f..82d58992187c21a323226584d194ebc6fbbfa4ab 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-10.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-10.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.4.4.15-4-10 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-11.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-11.js index 9636cd58f642f7d80366ccacca067e80c2c962c4..094aac5d6f93a6495cad0642c3e15d9c29e77c8a 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-11.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-11.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.4.4.15-4-11 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-2.js index aa53a30a453db7dea306f268201335729510d5ef..d8ffff3cabb18898bcff449a4aa1e6c71f380773 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-2.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.4.4.15-4-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-3.js index e6c4ba7ad90e0617484fe9dec1c53c3906e87be6..ef750bd33c0c960a5433c051555eee9ced2c4cf6 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-3.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.4.4.15-4-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-4.js index 2f9c0b8b1d6deb5516f0a186563eec214167578d..ff330654761934f5fbc1870eff225223c465c8ca 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-4.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.4.4.15-4-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-5.js index a8b9130a4487b0731f9716b98db37ecce61bad35..ed91858c438f8fb8157751751455a001a4391d70 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-5.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.4.4.15-4-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-6.js index e74e5bfca68c785ba2dcf923ff06d081e4be80fd..e0c041282cc03827ba328b344b2916f64c067ac6 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-6.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.4.4.15-4-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-7.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-7.js index b4d755a393b877730ffb9571072e731f099fda4a..7e18aa272704f9469f77d72456b2f56774a959cd 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-7.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-7.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.4.4.15-4-7 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-8.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-8.js index 4063463e9c024e47f62e416b216abaa8e1032b9a..b8f48409a7590f83c1682ff7734a961694ef41a9 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-8.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-8.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.4.4.15-4-8 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-9.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-9.js index 3289051666d14bcb2d8e003bf3872e9c9382a7ea..9b2d972ca1fc58d88e20a03be4b6913fce46af40 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-9.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-4-9.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.4.4.15-4-9 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-1.js index 772fc4f97c38fc3935724e9911acd50108fc79c6..a151520a9fbd47a09542bbf7520ca414c9b62488 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-1.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.4.4.15-5-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-10.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-10.js index 7459fa5e8758c5195a3a591735960741f728a152..951360afe41998c0c275a6d2d6e0f1ac0d24ef22 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-10.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-10.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.4.4.15-5-10 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-11.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-11.js index 12fdff2e32f25ff9c70026e70fe503b326c75da0..d1bc4a0654938abe5833788a16fd897b94bf1056 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-11.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-11.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.4.4.15-5-11 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-12.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-12.js index 0e48c7c3a73d5a6b80a3d640251e5a1c2d554df0..9e713cc1d2fd9e364fe70f94550e5a3bad656bcb 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-12.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-12.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.4.4.15-5-12 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-13.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-13.js index c27f87d17d71838a6198e5e43aaca8c1a120057f..7b789da46d07029393ac27f96e501b839d94aedc 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-13.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-13.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.4.4.15-5-13 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-14.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-14.js index 54f6e3ef495b6bde1f8d75f1898996868b16c8c4..32b9e429ca11fc4f407b9063d24c02f2ce04ad6f 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-14.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-14.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.4.4.15-5-14 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-15.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-15.js index 3f137ec94607f45aecdae6bf8deb30e3c18e2dd1..51ca82ad794892eb3e84d1b66a431476235521af 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-15.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-15.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.4.4.15-5-15 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-16.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-16.js index f6285111aca980a57502ae7912e13bb773ae9369..dd885431a79067ba753662b24087d106299b6915 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-16.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-16.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.4.4.15-5-16 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-17.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-17.js index 69b149c9143b42f32b06f6377d6f0d0e74a57585..5508b81ce4fc322413e3f90e5d4775ab6388c1a1 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-17.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-17.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.4.4.15-5-17 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-18.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-18.js index b8d5864f3dfa75423c8cb02a794321ed9fe4e83e..e4c315c2115fe4cc341ad509924dad91b1e9241c 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-18.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-18.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.4.4.15-5-18 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-19.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-19.js index a2c630a9b0896a64d816fddbcb800916aa2ef039..4d731b69e79c43f12c98ecee3209ab4a8ae3ed1b 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-19.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-19.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.4.4.15-5-19 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-2.js index 0b48619f4ef132254eac5cbe3d767e938159a34e..68ba3657c321a814d95431c6647d291ba01031b0 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-2.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.4.4.15-5-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-20.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-20.js index 2a623d74dc4c5a1d42d8b7b11d24787555ad3aaa..b1bd4d7d7473847b9a130ef71eb1c3582e517836 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-20.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-20.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.4.4.15-5-20 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-21.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-21.js index 5b43d0d8d9774d77dcc5c79b2f9523da63389f5b..29efc1789cba624f931ad80423c59678cd904ca1 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-21.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-21.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.4.4.15-5-21 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-22.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-22.js index 630e6ea7da0dd80e1d3fdb7734f92031e4517a37..f5108e1f6dbd4028f9aee7b270f3be157017763d 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-22.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-22.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.4.4.15-5-22 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-23.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-23.js index 0f120b6c502893d88e2661623d5b86395e4edfa2..d7e89581cffb646ee7f730df2959abaaf138d10b 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-23.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-23.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.4.4.15-5-23 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-24.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-24.js index 5224d6146a68b9f6bcc431dc9cdf8ebe1fa0c76f..e2c7c4964dbf1f432c98da9f389b826589225d77 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-24.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-24.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.4.4.15-5-24 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-25.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-25.js index 6684389dff021f9e5671baac96cf31c72e494427..f3c4f64ca4a398a7f24c6a30e38495c6152e1c12 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-25.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-25.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.4.4.15-5-25 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-26.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-26.js index 18337b87ed32a8613bb8cce34321c101fcf743c5..276d540c75bd96ea8e0581055a5d17abe6954985 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-26.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-26.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.4.4.15-5-26 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-27.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-27.js index 45e7bb485de83309b6683acb143af27baea95c1e..838f3d003a69906ad4c70063cc8311614135fbe4 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-27.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-27.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.4.4.15-5-27 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-28.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-28.js index 00b1ee394d145d694efc462ac2dab6dc0588a5b2..e7d3c3b17e22655d88c2e4173bb4e60bf5e944c0 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-28.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-28.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.4.4.15-5-28 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-29.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-29.js index 8359f3c2b1a996b751b926d5f2ee105a6d5ddfb1..4da7075f424f14dea75eafdbbaecf762e9df7f65 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-29.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-29.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.4.4.15-5-29 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-3.js index 416be1b085e914dc46d1aa056fd60b664d21f1a6..df0c43001621d9f97f73be9e1ec8f54e25605931 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-3.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.4.4.15-5-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-30.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-30.js index f1cd6b2367c743fcabb4ef08dabb88d89a81cb14..44e7ce2fdb732b4c94285788168acd13d60c6d73 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-30.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-30.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.4.4.15-5-30 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-31.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-31.js index c52524a050692d51b7aa03b465b249ded16cfd3d..94359f1ce2a40a472ea8f572b5b4d26be6741494 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-31.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-31.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.4.4.15-5-31 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-32.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-32.js index 50b477322499ba037d032dc494469db47f5e708f..310b69d652d23671e15d693c807c1472bc8b92ba 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-32.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-32.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.4.4.15-5-32 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-33.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-33.js index f2819c23d72e12ee1c38dc11eda178f66312716a..3486b0ce8716a57dd3d5be8e7acf36395413d2cb 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-33.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-33.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.4.4.15-5-33 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-4.js index c4ab9a106575048cd63a9979dc3b56d32d1b84cf..8f41d59c03b9e5b7a31506433305c4ade4381707 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-4.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.4.4.15-5-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-5.js index 46de9a984b9feb414fb4ef836bdc8d22b8cdbe76..1417d08aa1f8e0ff6a24023f9edac62959fecf87 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-5.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.4.4.15-5-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-6.js index bc8629241ef4d64383c4c24eaf0ae35f7b49b816..fdc15ac1c3daf89f11a2e3075d8927abc620f463 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-6.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.4.4.15-5-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-7.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-7.js index 861d044a4d3d0b7ece58bed5d0af60626301ad67..621c9d9a9974ac075d2322a26709de23047a6421 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-7.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-7.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.4.4.15-5-7 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-8.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-8.js index fcabdb070bec6bd6ba69db58544bf11f062fac23..426ee071f3f80de34a475e4a1434d819819a00dc 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-8.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-8.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.4.4.15-5-8 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-9.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-9.js index d8e5454579387c82838c3982c67202a689d319fe..e1d6ae2d1e6f1f00ecfafdb0ce9650baf15f1191 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-9.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-9.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.4.4.15-5-9 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-1.js index 0dfce1dcf8c8e4ae9bffc159701da028e460ff3b..acd7d1d5a632352c749386c5d2859a461baa95b0 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-1.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.4.4.15-6-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-2.js index 37ba26211e6eb44f0427bb3ccc8fb232c12d5ed2..f47cab40a703a090f82c8c98b4fb6ef23349927e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-2.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.4.4.15-6-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-3.js index 68abb2b79dd851296f10e4851b7b9ef0c1408079..6f64ea3a73016f1be9fff0c5225f148a7a0d3759 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-3.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.4.4.15-6-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-4.js index 6cfea88f5ed2bb89646a12da44e00b75cc9fc0d9..8447670107e90cb9c54c5e4b9d3175dcb9fc7d40 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-4.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.4.4.15-6-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-5.js index a64fdf7c2bb0a5dbbdb5528e1fa31bfc7ea6b8c1..ba40a95ce1caf4972cffbcb6c0b713dcac10e713 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-5.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.4.4.15-6-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-6.js index b99c8691a75d2ccaf9b5315225ce6ecaea303196..8e1ca80bbac01a338fc4c0ac6dbeeda247c6a947 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-6-6.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.4.4.15-6-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-1.js index d6683377527af9995986f1906bbea90da31e96ee..977f2397e2eff066d9c714dba4d1041ab04d4e8e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-1.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.4.4.15-7-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-2.js index b96a7dd5286eda2c2f618ccb00b68835f5996cd2..779e9b5c7e348fe9a3eba9718918b80bc4819f69 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-2.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.4.4.15-7-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-3.js index d55a8585fef13d33ebdbcca3b80555e1ed7d33ef..d882c9943154c75a5297977a31be44a9aa12ab37 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-3.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.4.4.15-7-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-4.js index 5931fd844ac5793a560b385c17a89743675f811e..c695f01b2d87f170d7d8ec06bc478b2f0cc73eae 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-7-4.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.4.4.15-7-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-1.js index 6fe57010e2675a286ba89debc24527a2f772b36c..2aa72895503135b026543b89b112924e923f3747 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-1.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.4.4.15-8-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-10.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-10.js index 436c1cde8607e80a559c0d7b69135c29c859f38e..fa3db84c6247b53eab20d7dfe44dcf204ea4faa3 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-10.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-10.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. /*--- info: > diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-11.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-11.js index fd726913b59503535b143d19b36c6fea9522f18f..640c177015d6beab7fa246ee8217fb7e3b2c1f6e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-11.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-11.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.4.4.15-8-11 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-2.js index 1d07c89879f8f93ee2cda18b53beec63425d62a6..e749deb93a663df6a5040b7dc67a60a53075577e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-2.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.4.4.15-8-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-3.js index 537763a5e913554d686ebb7333b7f6bb84d03d23..47048b5347819fdc683996b98006fb1c9a522522 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-3.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.4.4.15-8-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-4.js index 3e8263060dc5d092b86e807580a2bf7c8927036c..a70f426aee02f8913a51e3cc14f4c618f2fa101e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-4.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.4.4.15-8-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-5.js index 57a53666bcc1351b5eb2b8e4f5f0b2c4a29b3a2e..2d9f5864fe66ff4fba8f5ba2d6ca3406a75d1777 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-5.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.4.4.15-8-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-6.js index 9e02f76b123b27a552a140a2afe39c9aab856ed1..efd470b2ca1428e3cd6bcefc126bbe36299ded58 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-6.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.4.4.15-8-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-7.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-7.js index 6ecfc054b9c759838edbf52a1c1b59b98a1d18d7..7885347573699c237c4387966c4f92a7e7632f18 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-7.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-7.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.4.4.15-8-7 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-8.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-8.js index a06d69cb4525bf24c856553ce06e88b16d4490b1..5cd268bdc3e51a80f63c241996c8afa161741217 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-8.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-8.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.4.4.15-8-8 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-9.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-9.js index 74d27ae7958ad9a1e57109579bd77a972f02247c..e97435009e440f431955b067b96a4986fad4356d 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-9.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-9.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.4.4.15-8-9 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-1.js index 11e971b2a6706b316c2ce79a638c7ba412b57eed..b65302a9c0bda761cf44c84a05eb11b6dede8c20 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-1.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.4.4.15-8-a-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-10.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-10.js index 97114dd43583c47498cab096060587447a17153d..5ec39f5b7526d2dc0b5da701987bfcfbc33495a3 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-10.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-10.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.4.4.15-8-a-10 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-11.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-11.js index 694f389eb2606d1ff88c015c47c8061e2c031b4d..3467256c8a6a6a47310b73aedea127c42eec521f 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-11.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-11.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.4.4.15-8-a-11 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-12.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-12.js index 1490689a8740a6aace856fe609a0180afe479cc9..ce32868d032d646346ef53ce5fa47d25882445ee 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-12.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-12.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.4.4.15-8-a-12 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-13.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-13.js index 84b419d3922b784714f8fa69be0918d8511cfe2c..7636e44119ab0042bc350e2dca8a895f3df5067e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-13.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-13.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.4.4.15-8-a-13 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-14.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-14.js index 99cf5ef826f6d019cbd7e1e94aa5cd0cb3b70844..6a7c0e004883162ac0242c283726ac5998d75fc1 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-14.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-14.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.4.4.15-8-a-14 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-15.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-15.js index 2f477bf35d8accd61e4e913fa12db1bfc912045b..72d4bcae7c9df571998c2ae66be80da6638edf5e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-15.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-15.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.4.4.15-8-a-15 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-16.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-16.js index 6494ff607fa9de573f9c9ab52686136cd2f97019..9cf101b44c9569914f97d7ad86c04ded9308133a 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-16.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-16.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.4.4.15-8-a-16 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-17.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-17.js index 048753bf52c7410b4a651204e095426192d26e7c..d8d085be57395775f68205f388fb6ba819af3a7f 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-17.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-17.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.4.4.15-8-a-17 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-18.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-18.js index f94839091a10cf459867c875263e0d902019d217..3ccde5b66e1c6e11e7cca0dbb46cf9147667cc54 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-18.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-18.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.4.4.15-8-a-18 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-19.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-19.js index 7b72f6ad6de1193b7a535b6cecbbf82e2f8ce599..34036e64eb8b00c2991eb09395c032cbd1eb4504 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-19.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-19.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.4.4.15-8-a-19 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-2.js index 86e7b43b3279b1a5e9c6e167d8bb681d2d3fea40..0f814bac0a6ea79aeec63780856f6369b3920a31 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-2.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.4.4.15-8-a-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-3.js index 22deca482c49ed4216b8bf7d82994aff45404f72..43c55a6971a55e11f2f8ef8ecc7d22eb42fac395 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-3.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.4.4.15-8-a-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-4.js index 4d8acca6cd0682bda47b555d5aad22644c4dbc31..ac4310297e67fb0a338fc01255ebf88afd2fe32f 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-4.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.4.4.15-8-a-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-5.js index 6491116da0f32f295199f8c2f93a2812ec4b5c56..21ec4779b406e7379af27adcaba3a875288e2294 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-5.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.4.4.15-8-a-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-6.js index f865353d2414e79dce749043824ab7a6431fa51f..b0af673fff03132a8fdb9c34a0c0569ac3c4f3b0 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-6.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.4.4.15-8-a-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-7.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-7.js index ca40d25318effa02da41064ed929caf66b037a83..3c5895fb3b11674a4ec775c02ea12af6e5a2bbeb 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-7.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-7.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.4.4.15-8-a-7 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-8.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-8.js index fba54fb2b1b5ae52136cf3c2dad4a75f4696a597..d63c551b5392dacd1bacbf97216d01deb745d922 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-8.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-8.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.4.4.15-8-a-8 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-9.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-9.js index 9adff9cc3f95ccb823d3797f1ad43bf77b50684a..0cce8eaeb086e06e460ae2460d45c520402af5b1 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-9.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-a-9.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.4.4.15-8-a-9 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-1.js index 8fc875bd7f5030c86eff39c6cf07cd8a73ac71fb..c73193e7e26c14187b1a44feb1cb79d2222acc34 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-1.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.4.4.15-8-b-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-1.js index d38c3a77115e67255ab7e766d9c7c25d02eee8bd..324c9a45b3a5c64b37c257f2ba6c493532ac6577 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-1.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.4.4.15-8-b-i-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-10.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-10.js index d17322e1fc3064b2c41982de1ed8013e7494a014..1a82655ab00eb42322a1acd22cf7c7ffd0ebd309 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-10.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-10.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.4.4.15-8-b-i-10 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-11.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-11.js index b69e8eeb62928f92dc58694baf98368e4587bea8..806209dd93b4298632e6435a5dcd87819aa6767f 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-11.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-11.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.4.4.15-8-b-i-11 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-12.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-12.js index 3fcb260912d43d3f9abafed57f62d0847b8dae18..b67dfe5ed9fad428d8ada36fb9fd8fc2ccbf773d 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-12.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-12.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.4.4.15-8-b-i-12 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-13.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-13.js index 2fb299130f6b5ed525fd0176383c1207de1aee9e..0b527f82be13d474efc0f2ae4f0528984b3dd160 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-13.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-13.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.4.4.15-8-b-i-13 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-14.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-14.js index be22437d3c1d114b272a91460c93f7845ac16187..474ce9b0a40ef74de298ab78d23a1d56bc9b81e8 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-14.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-14.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.4.4.15-8-b-i-14 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-15.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-15.js index 54cb517af2e77ca91a3da4161c4d3ecc82df9ab1..6ff9ba3d6b7d124168c6c7a17be289ddbb925768 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-15.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-15.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.4.4.15-8-b-i-15 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-16.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-16.js index 2b2205dbb6daf4565dbac3e7168d6cb43a2cf0c2..ab7348aa8061aae9559e5839ec6b3ac2f91b5f23 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-16.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-16.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.4.4.15-8-b-i-16 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-17.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-17.js index 5981e67d0bf84c358f7fd960d67e0a5db997b765..7621d46c1890082ba39e29b92da6033a671971e1 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-17.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-17.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.4.4.15-8-b-i-17 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-18.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-18.js index 9e4738e54a395fd708aa14b7ee3a78d18fcb2e3f..146887c824e97ef88fb2ba02f8720aae5a3f2fab 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-18.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-18.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.4.4.15-8-b-i-18 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-19.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-19.js index 2d998ab9e8be54230b8a51f09339c4f98da9c9b6..71477a04b928adcbbca5d8cf7ad0e3d09ef7fbe8 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-19.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-19.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.4.4.15-8-b-i-19 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-2.js index b7b642bbad609cf8ddd190ce3e66de96a3ca450f..0ca10fbfe4cef42256bb8d1f662f26ac324ba653 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-2.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.4.4.15-8-b-i-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-20.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-20.js index 5df347ac184e2f7ae9766b130006be0238158c2b..f11603bc842d38d050f453f5cc2a6a8d204547a5 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-20.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-20.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.4.4.15-8-b-i-20 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-21.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-21.js index 1d7845f78b8da79a70881178c55900a33f4862b5..5388971f44839fed826dd352ffa4873ce76d3f92 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-21.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-21.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.4.4.15-8-b-i-21 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-22.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-22.js index fbc7425c7dcaed6c505db6022861ec0b79653ede..ba1d369b6360157da67bdec423ea9f2743cfc160 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-22.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-22.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.4.4.15-8-b-i-22 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-23.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-23.js index 30403d91453d6ec454087555bc8915c911ddf741..6e703b419fde8917da8cc8c33b9adbe45fc615d0 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-23.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-23.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.4.4.15-8-b-i-23 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-25.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-25.js index b6c2c629d3bedab2e33613ef4e18634bd20cda82..8fb4943e72357d1612a72fc385d234ca7b30dfb5 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-25.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-25.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.4.4.15-8-b-i-25 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-26.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-26.js index e296c432049e6a8af923f0a121fb73d2b674a075..49a7a91231be687ed794b966a245d784b93e2d1e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-26.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-26.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.4.4.15-8-b-i-26 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-27.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-27.js index 5f50dcee309ebe62b771050873b023cc8ef0dea0..f28fa9d063c94e19c5105b3cc14d3825a9ae425b 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-27.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-27.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.4.4.15-8-b-i-27 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-28.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-28.js index f491ee68041cd0ea2343c50bd068fad56890f3e4..9339ac9dd8840c253f6447a9f38507b1b83e596a 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-28.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-28.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.4.4.15-8-b-i-28 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-29.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-29.js index 21c01338fa40e7a4b0abeda3972f7fec386cbde4..2e9a15ec8a8c72c968c541c1db6e59d76d8221d9 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-29.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-29.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.4.4.15-8-b-i-29 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-3.js index bd8d11448504b9201ed2134130f725905462800c..1c689109155ce845de2e8fc24fe463c18c8a0f9e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-3.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.4.4.15-8-b-i-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-30.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-30.js index dcddd5a9ea4036537e016498ee4ed52f34783142..fb4bf57019d6e6d959fa1f819dee8196f2106404 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-30.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-30.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.4.4.15-8-b-i-30 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-31.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-31.js index f260bc4aed3fc365f0a3a8c4f5d10eed56b1f5f0..e06ce36e03d934eb290de4d1ace8894f489d6225 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-31.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-31.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.4.4.15-8-b-i-31 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-4.js index 12a12abf6c254991d43fdb1d8a354db9c0bf47e4..2bd1212e76e3d880d2cd1adb1e93d2c5fdd4b155 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-4.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.4.4.15-8-b-i-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-5.js index 5a7b34fe6515fe1c4cc61533332c6c172270ffcb..ca9741e2ebff1ea2a36e4c8779aee5675749754c 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-5.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.4.4.15-8-b-i-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-6.js index edec1b95fdf880da562044bfa97d9e591394db78..e5a16ce6fcd53c7eacbd928ce37b0e14cade90f9 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-6.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.4.4.15-8-b-i-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-7.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-7.js index 027b5e1546add3bcc66bc51edd1522b5987c3f2f..491783e0df1f5afe1add2c67df0108dfe7a32d78 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-7.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-7.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.4.4.15-8-b-i-7 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-8.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-8.js index b612ec20958405f9139172756470bdcae2d64717..46dee4a0228f0ac0def3a9ec43b5c7bf89d0625a 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-8.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-8.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.4.4.15-8-b-i-8 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-9.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-9.js index a59d42786eca2ace6305f25efafa8c5692e3372a..3b8e394ab2212a936e37502042b07275c2086d26 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-9.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-9.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.4.4.15-8-b-i-9 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-1.js index 0fcd3eae8b20c95182b62b3955ac5bbbff2a1553..c511309121dbdf89db6baaac23a8d1a6df4c5369 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-1.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.4.4.15-8-b-ii-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-10.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-10.js index 3d241d68f2798333e26405b1c48c97c27704147c..5d05f5291e643d8ee2ece6049df3409cbffab11f 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-10.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-10.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.4.4.15-8-b-ii-10 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-11.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-11.js index 3e1f8975d2defa736ac3fe36a438bffa04feb38c..aa3e4a53b58dc454bb07e242650b8aaf820922e2 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-11.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-11.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.4.4.15-8-b-ii-11 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-2.js index 67695ea25a09185f44f86e51ad6b91016df6982b..0024fe08a4620a4eafbb2e8b38929c5f5f7eadb6 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-2.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.4.4.15-8-b-ii-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-3.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-3.js index bd024b8d3cac380d9f197e15e50475efe2f06601..2f90ee54e6197f67e10ee5b2768f828881003534 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-3.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-3.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.4.4.15-8-b-ii-3 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-4.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-4.js index 04f3b2c345a22e399846c0be7368ff82ee2f29f9..466aaf1103e9465af17e357f47b2c46f338ff23e 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-4.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-4.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.4.4.15-8-b-ii-4 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-5.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-5.js index a733fbe1af76e40431f379deb986b9ff64593522..847952193f9168e5fcaa1e7f6c41e2bfbc0b4cfc 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-5.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-5.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.4.4.15-8-b-ii-5 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-6.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-6.js index f646f1736e28e6633cbe600eb2d60088684e8448..14e29da7728389764294222bd1abc50aba15a4c4 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-6.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-6.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.4.4.15-8-b-ii-6 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-7.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-7.js index 939702567cc42c70a827c5bfd884edf9275ff6e6..39aa8c6e1cfc94be1d80e236031be4f6ef5b8fc4 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-7.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-7.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.4.4.15-8-b-ii-7 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-8.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-8.js index e5ae0ffd2f561e459badcec2c8101d407ad06a5f..1132490d3a182531c0173d0ed2c919256e47aadb 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-8.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-8.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.4.4.15-8-b-ii-8 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-9.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-9.js index 7187ba94a7f03bd32e8a3423255118e81bfc043e..2beb5cb248d60f9f998a3adc76396a3514c0d219 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-9.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-ii-9.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.4.4.15-8-b-ii-9 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-iii-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-iii-1.js index c30aa673b3ba23c8588b8ed3b4700f9f60c164e0..974ae4a04f63950740c9810e9d4593744ceaae4b 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-iii-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-iii-1.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.4.4.15-8-b-iii-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-iii-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-iii-2.js index 05aed78a76d917892d13ebb2e47d26b9bfc6f896..ad455f967f12aaaf6df7d25e22ccaa7ed22e7983 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-iii-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-iii-2.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.4.4.15-8-b-iii-2 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-9-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-9-1.js index 8e879dc5421c671efe6c8508db9a645395bc7f95..56e8f6149862e089da79c89c95c1b6861ec87b61 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-9-1.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-9-1.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.4.4.15-9-1 diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-9-2.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-9-2.js index 9ed3ffc06d643c8166896fe52f3117eb7d41c569..f6c21efedaac9da70acd5a3af2ac6bbc8db00535 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-9-2.js +++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-9-2.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.4.4.15-9-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-0-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-0-1.js index d92a5b7a23c85a4314fff4a6dd754601621c870a..e4d4b2f2e61425fafa88f634e3c09d36d1795102 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-0-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-0-1.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.4.4.19-0-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-0-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-0-2.js index 3fb1597f426122100508c2aaf628c70af40652cc..7bddbc2fe5a812148cc18040f3377384153163ac 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-0-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-0-2.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.4.4.19-0-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-1.js index ca22d2f571f60034ac0e673aa41da58b83bd74e5..ec66e5a6657c7546c06a300f1db93355f09b0ece 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-1.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.4.4.19-1-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-10.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-10.js index 4d863ab17a63997482adbb839ea9ec8df55d497b..41e50d3f1a3cf8d2af9a2d6a9b462042a0243568 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-10.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-10.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.4.4.19-1-10 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-11.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-11.js index 3cc8353a4a63c4eaad110f662641348abd6b8054..fa115d9de58fd08efefae78841d0d77c8e4ec4a5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-11.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-11.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.4.4.19-1-11 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-12.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-12.js index b2964fc20dff04e1cd903080551b180eb3e7afdb..58d55ea04f3399b2f7c4ba38ed0bdcbbb13ba0b3 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-12.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-12.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.4.4.19-1-12 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-13.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-13.js index 271e85a91a29f5ebdd1852e3187555a80e2e2728..7fb75ac180bd135c30a7fa09095a33a8101d4372 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-13.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-13.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.4.4.19-1-13 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-14.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-14.js index 7856355dbce8a944fa85637def745630396de2e5..8f5a5bbd1d84da276277a7d2b3f914a24cce6883 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-14.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-14.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.4.4.19-1-14 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-15.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-15.js index 073349bb175692f3e696a37ddf10d52d6ff92c49..c7ded2b3db730a7805c180957a478f1605c47900 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-15.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-15.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.4.4.19-1-15 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-2.js index 7f9b610e73875c62c7d5de822d99ff97d92b7850..eb819c4dbacae6721da7ea6f516a7ae5f1451db8 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-2.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.4.4.19-1-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-3.js index 2142e0a244127d39490f48cf2bb3244223b55fa5..6f8186e3e53d3cfc00ad5cd745db841804e66d93 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-3.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.4.4.19-1-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-4.js index 51f95d58ad706c94f02f23c3120cdf2ecdb78df7..91d5b64da72d89a93a45dba850f26f646ca65d3c 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-4.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.4.4.19-1-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-5.js index f213f599d478a013c248a7b5c7590975e1cb9adf..3902cede49b184a443fd0757e4d63459bbbc36ab 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-5.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.4.4.19-1-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-6.js index 6b75a0d8c8ebc2895bb39046aab0459a9fb487b1..f0ada3f690d357fc878966c2f38f4e0c1ba0dcf4 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-6.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.4.4.19-1-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-7.js index 54eaa7bc61f5305e20ed6f3eed14b4ff0fac7370..5b30d162c89c65135f1c9e5f275a1dc8820590d2 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-7.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.4.4.19-1-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-8.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-8.js index a781f22995734ab207201ece62221cceacc3d704..2a86aa701302529e3b943a0aff6669c56b5138b8 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-8.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-8.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.4.4.19-1-8 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-1-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-1-9.js index 4abb3c34902126b42f06324735f50ff2455ab9f9..adeaad7fa1d7aa2bf04c2e41a14a7810dbedfb66 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-1-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-1-9.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.4.4.19-1-9 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-1.js index b59542b9d9413d0b87514511c2bbf42d0441d7bf..f58e41c0cfb416139df6d77d6fc4226ba8d806e4 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-1.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.4.4.19-2-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-10.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-10.js index 5d856a7f851415f4b65ac5d6287803ecc1ed8d38..cf99f39d48375eebb54018671afc067d98188fe9 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-10.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-10.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.4.4.19-2-10 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-11.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-11.js index 0135a82ac01a3c9ea2bda170d73da125e0eea7b2..0814862ba18d0a70b2e9260c2f9e9e9f030f4078 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-11.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-11.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.4.4.19-2-11 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-12.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-12.js index 45ba5fc12ba19b96f362a9f8b41a54bde3061096..12897a9d4a1528a2e42b84348e1c276e25e8f2b3 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-12.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-12.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.4.4.19-2-12 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-13.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-13.js index f149ec627b4b3bc5fc50ebf15f7fbb331b04d678..b54b970a108ec3a840ba4524c38529bbcbcd3bcb 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-13.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-13.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.4.4.19-2-13 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-14.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-14.js index 22004534824799a5dc9ee200496f8ad1519f7706..9303d83f8dde581bfe39badd037cd9dbc6b9a917 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-14.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-14.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.4.4.19-2-14 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-15.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-15.js index 5b03fef9cfa5e22561012ce060b9f559ae4ba40d..3c5f2e419229207aebdf8400ed9e13268f376eaa 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-15.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-15.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.4.4.19-2-15 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-17.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-17.js index c0ec135f834537250f2588c9aa87849ad2017a56..3691818d5b41768fce2ad7bc61e089d03db027f7 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-17.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-17.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.4.4.19-2-17 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-18.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-18.js index 6ac3de46a7f714e7bfe2eef0cf8616c3af089118..d0b007728a2594018f8ab5bd9827532d1a4cb15d 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-18.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-18.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.4.4.19-2-18 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-19.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-19.js index 9d91b0d83eab94da86b58315bf2e732b72e00a78..ef7d50c8015b9ae5087de00c22c35bec35862958 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-19.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-19.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.4.4.19-2-19 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-2.js index 10819ec55df7d9949413e75d9ec5e90f5abb6de3..ddbbdc5b73b546cb8a16174f0468dd635c0f3c4e 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-2.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.4.4.19-2-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-3.js index 9745f144f16174c988056bb374af98b809ed1dec..2591265b98fdacdc90faaa2226be1303ba115ce2 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-3.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.4.4.19-2-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-4.js index 536df71d8d935a435a3bac69e95734076032c64b..380a48157f05f8b38355062f8e063bb2ec6cdd31 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-4.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.4.4.19-2-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-5.js index a101c249558fc18ca2668a0cc834dd63e4e9a3a5..93ac0290271ef373dea30db979f0596e54db399f 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-5.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.4.4.19-2-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-6.js index d436d6ebd577eba27f8dbf24e7a9c854f63122e8..d130e751bb827d00d2a8b1b55abf214fec6ce556 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-6.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.4.4.19-2-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-7.js index 6e80efcd6071f45b5b70883f408f784ded4a527f..1e2c7a9f82ce0f2dbc9cb1c6e2c3f6495490fc0d 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-7.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.4.4.19-2-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-8.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-8.js index 5ebbbc5111a744eee15c9c914429d48e97dd8ce6..65a36ac6092c82c3be82d8d4aaafe0399986a8d2 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-8.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-8.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.4.4.19-2-8 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-2-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-2-9.js index 9f7c6f01c05c5a893126e055379f1cb27d2c073a..62c343ffe3f4004349452acf4288565f51be8df9 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-2-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-2-9.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.4.4.19-2-9 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-1.js index 82632a5ada799e878b767bd75a3a39a30c2b8960..767a09e45b5ce2a186db6d539888a1462bdb71e5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-1.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.4.4.19-3-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-10.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-10.js index 2e16a2835cfedd7930a1e664815cd2a216eff189..4366bca5d18c4ba5ef0e9f929d36de209f6882ab 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-10.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-10.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.4.4.19-3-10 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-11.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-11.js index 625277db03f4ca44350b3595c393d07b214e8b84..1bc227723b83f7c87f8fd9fa1e1daf5f8ed3796f 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-11.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-11.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.4.4.19-3-11 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-12.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-12.js index 81ecdf4754ab37db21d2461ed8e1b5c6b7e6af4f..33b21348c12c83d0ddd79fdc5e4de5f6aeeb13ed 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-12.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-12.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.4.4.19-3-12 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-13.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-13.js index a7449dcfa328bbaf8016deae1ec4bb74c0af3c6e..3677588b0874df3f93cc7543d62895bc38d12fec 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-13.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-13.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.4.4.19-3-13 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-14.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-14.js index 3b8a4b6da6f26ff62b03eaa4eccf979525bf9077..0e10ba1e1e2dbb0176be07f20ebad5941671190f 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-14.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-14.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.4.4.19-3-14 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-15.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-15.js index 98912966111e0bbbf18af9ade8ae80f4fd189ee7..0425de952d4184e50472524f18da1ee08ed5431d 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-15.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-15.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.4.4.19-3-15 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-16.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-16.js index b81dcf26f8f7cbc4f6a5ccf1c96d47317a3f389c..5b68c30851c5c5f3d0c59b0c0698c2c59f1d4c41 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-16.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-16.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.4.4.19-3-16 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-17.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-17.js index 8eb399fa41f7b5c73e2a83b398ee04a16521ea7b..1342d77b1fbaebc67676d95ddd7ebf045a5e7a62 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-17.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-17.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.4.4.19-3-17 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-18.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-18.js index 68a75248bc47de2b56f151ee9a6885c81bdae789..e825d6ed5de7f76bd1499854493c7e533a9952df 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-18.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-18.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.4.4.19-3-18 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-19.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-19.js index dda06d6ec5429d5b8ca845fd0ed424e39153d0f9..a0eac24c228d369dfb8c77ffaedc26fa88262b93 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-19.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-19.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.4.4.19-3-19 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-2.js index 62f53a0929c18db6ba7b438836fd09b8186ca334..b123736a9e6eb521c9daab50693f96f8224cb020 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-2.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.4.4.19-3-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-20.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-20.js index db416d9ad4ec295dddc8fd13a9ce00ab90fe7d52..b80c12366ddcc5da3452740119c9158fc937adf0 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-20.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-20.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.4.4.19-3-20 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-21.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-21.js index 5552033f4d187feee3e28615717be65444b2f99f..9a7970e2f7e8c579c81ca556bf6d0ed2732976a7 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-21.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-21.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.4.4.19-3-21 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-22.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-22.js index 488d0e7feaae26dbe8eaffb3126d69e42b7e1387..06b009cf2335a36d3f8b8f6f842c70c658c428e0 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-22.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-22.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.4.4.19-3-22 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-23.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-23.js index c715f02458b56bc68d93325bdb93744dc83b915b..157c6a039bf266f26afe54ca293b75adb78db817 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-23.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-23.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.4.4.19-3-23 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-24.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-24.js index 779d480f2fe13fed03fa58c262f8b2e5c4f8c56f..29a0f9339b1188bf36ee4cce9ed1f2091e76d9cb 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-24.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-24.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.4.4.19-3-24 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-25.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-25.js index d28b92b8a8a93c1b3172f2b46df3b7747414c1bc..e4491787b38a3a56aec10f7435861377d62e46c6 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-25.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-25.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.4.4.19-3-25 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-28.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-28.js index d033f36de1b925c2430b65fa7be5adef2ccaca99..7fe0d865f409bde3e4b97118f19a52a4f2b1ce67 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-28.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-28.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.4.4.19-3-28 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-29.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-29.js index 73dddc53f599da8b5d48d1b6cbf9ec4c814b1077..8e4d501067dff49d22010e6c600da52204ac6397 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-29.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-29.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.4.4.19-3-29 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-3.js index 7e059c3b3dc96f62a4c492203da976c3c0e41140..33326ebd4186e057c240357af62ac87d0cbfb488 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-3.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.4.4.19-3-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-4.js index 166e104689191abf60117f71421fd1438b7f42de..dc96b8878273000c323a10b79d42dca996db7bf3 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-4.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.4.4.19-3-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-5.js index 0c508f36b08a97c5522a3763c536301a5780ae50..6295296160b0eaac2f6ba0291743ef1e3f72898d 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-5.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.4.4.19-3-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-6.js index eac2b6711aa94efc99ece25478a980dff5e93a3f..f6ccb10a35e7025a5e4fb3108957ad7217179fb8 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-6.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.4.4.19-3-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-7.js index d70fcb31dab6e3475cca760efb40f8fadf1eef9f..6f7b1df2346d95db1cbe755637d23f0a4fd1a31f 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-7.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.4.4.19-3-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-8.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-8.js index 05d0d5d8169864daec40eee1b17c0a8339433f40..f4ee0e4258392c629bea535a2a7d5c4d54b42577 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-8.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-8.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.4.4.19-3-8 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-3-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-3-9.js index e9d935696bb28fe5565806f5a41b5e860b0fd574..5aab7c323b71f705129a385fec54073026ff1288 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-3-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-3-9.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.4.4.19-3-9 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-1.js index 0eb5824d5c54fe6a56b82ff0c17ccc0d3906d099..27a87abfe536777bf1b5a62a8294ce5bd1e65aac 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-1.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.4.4.19-4-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-10.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-10.js index 50b7b53059b53cb31c4e7eab93979ec6189271c2..e6a88365782381ef62faae94556bb32af4aca7a8 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-10.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-10.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.4.4.19-4-10 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-11.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-11.js index 5660625f3e5024811621942077ec27759aa33563..8ebf4a8be1a840dd723c6cfd2eb0531f058b3fb0 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-11.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-11.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.4.4.19-4-11 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-12.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-12.js index c95019e1ad80d833aa78203170a81971716632c6..d95dba528bec1b7c236eaced3c33b42240e4cf68 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-12.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-12.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.4.4.19-4-12 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-15.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-15.js index f08b72bce3e94409b5d499861fd9c03fecd2874a..8f7efc8390dde4b06e538e70559fb8b7c7d81b20 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-15.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-15.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.4.4.19-4-15 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-2.js index 4d70a8799fb9c55c7a7907ba4e635ac03a3b86d3..24fe85ead0ed08cbf7c57aade537cb8f10ca4e08 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-2.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.4.4.19-4-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-3.js index 0553ccc80fab339e09d6942d685e3b040c175922..ff3ead687b9a01ee574f53d3dfbdc245f9dc1b4e 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-3.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.4.4.19-4-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-4.js index 09e535c17446438f7bdd98fc052d19c528c73af5..7d88c6569208dfd2484f36a93a9222a43f2d6ea7 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-4.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.4.4.19-4-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-5.js index 3c3f3d2b818d348dd46ca4f0a20d2111a2876c40..9b0359ac7a43654d440dcd1fd01c43bd0db6a267 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-5.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.4.4.19-4-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-6.js index 5b0089b706e1f90dd1e19a1109a883bd53514089..122f87774de48e987d0c71d3a70528231e7756f0 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-6.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.4.4.19-4-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-7.js index 02af1d877e7f1879f33ac68bbb3e569f2e816a39..14b11b713590d174554b82c2baf99822a7dafdf5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-7.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.4.4.19-4-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-8.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-8.js index 12f1297fd3cfbfa7c3dba2055190efc9845397c8..ace649ef6bc14167715cd7107ce44212c0bde524 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-8.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-8.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.4.4.19-4-8 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-4-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-4-9.js index 75c5b1c025dcb1082c3dd4458ee14fde44392813..4c025972f59c29aa9cc4231ec7322fdc850116f0 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-4-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-4-9.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.4.4.19-4-9 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-1-s.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-1-s.js index 7274349bd02aeabd7bbd49d839270fc2481500f5..9db2bbe0bbb06d520891a4816472b1169fa6cf85 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-1-s.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-1-s.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.4.4.19-5-1-s diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-1.js index d37791447168681286d35250ec7e2ae5035d4984..348844e732f2a6c806841e1df272ad2b55d971de 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-1.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.4.4.19-5-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-10.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-10.js index 82260927c5db9460e22d9061c463617977d7603d..4b87507a53b28cd32dc03854f5436e238bf94d98 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-10.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-10.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.4.4.19-5-10 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-11.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-11.js index 46664d663e58c8b829c2059ca37840c7ad891c4c..cd5aa5e4303109fceb6a6e3c3bd5ab68528459f2 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-11.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-11.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.4.4.19-5-11 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-12.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-12.js index 15f2d526b6a7695c762e29a1a3270a54a09713b8..e2c8b9eb0f5151379b28e89e5bb536be0ad16b6c 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-12.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-12.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.4.4.19-5-12 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-13.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-13.js index 6bb45661898a791d7e4c445b570f5311d0643137..6a2cec23d2aa8a511c9dc3994ee1cf441a6416ca 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-13.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-13.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.4.4.19-5-13 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-14.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-14.js index c7f9c6aec940d4edde5e56f7da385ef40ecab644..573e5882453c9a0b33e263bd666ca9a3fd3c701a 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-14.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-14.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.4.4.19-5-14 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-15.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-15.js index 9afbc59e25a9add5f80da445b9c39f870bd97b0f..043bcb3f0eb86b42a08ec4a649b8fb477616aba4 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-15.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-15.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.4.4.19-5-15 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-16.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-16.js index 8fc9f16a8125773ac40013a62bed5dfa0166cbb9..e4bb58841563ccca1626e2a3d4d66d79abae8432 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-16.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-16.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.4.4.19-5-16 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-17.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-17.js index 483df987c80ff317b57950cb532df43ba51ba1c5..7276e9e2cfd0eff0f799998fc7cc2922fc606ed3 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-17.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-17.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.4.4.19-5-17 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-18.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-18.js index ead70d39dd709536edb1d83cb45811deb0cde350..874a446b237cad05b20b160b2171f1ad8a12f218 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-18.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-18.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.4.4.19-5-18 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-19.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-19.js index 2decbd7f6da41782dc3592dd59fd1460e7be109f..9138eb2abe5246c310d0972121cf6e149f1e4c1d 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-19.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-19.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.4.4.19-5-19 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-2.js index b2e94983ceec7f464c8fe858e515a8a538b89a1d..c1a5b58af4e689d6387166e720035c0a1073ac18 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-2.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.4.4.19-5-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-21.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-21.js index 4a9cab9c6566ebf77fa5b945d54633e49d88fd0b..b00ebbc66f72aa65a48a828f0b4d0fb63a7aec60 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-21.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-21.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.4.4.19-5-21 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-22.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-22.js index 43fb4667b4724a9d4b9e10f3abaccb4cb968b410..1e31612e34c67ff0df59b11aa47b110ddcab57ad 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-22.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-22.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.4.4.19-5-22 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-23.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-23.js index 658d7e058c1df2a564ccb544919f30d7e3022f48..b2aad18879e4889c7c3cf643bdb41442fc0b9bd3 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-23.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-23.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.4.4.19-5-23 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-24.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-24.js index ee1bc6098d7f9d928e12e9e9945ac5ac9cf1e00f..e00487da5b2ff9385909bf72448da51ce9755799 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-24.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-24.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.4.4.19-5-24 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-3.js index 0f28a85d4eeba8937976e2b96e8ce0fd90b07cee..dd3687056a2509b17356a0f8634716a99bb6dcf7 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-3.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.4.4.19-5-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-4.js index 0bf52e91b8fcf7d5f35e13f0c4176394ce8a8da6..dd4a03b546476a7fad63e669d9fed034f37a1e94 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-4.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.4.4.19-5-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-5.js index e0c4fee39a55b66853711db9d8319a9491731bf4..6c023be2d822cc5402b44cb46fb3cbe54859868e 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-5.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.4.4.19-5-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-6.js index ec8d65a2933bb0a2e1fec0aa689aa649a56c70e7..23d6c0092aba1226fbcf706ffb396048d0445a34 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-6.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.4.4.19-5-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-7.js index e39641a3e7aa535b6a01768d8a57c80a2c488a8d..28ea08de05e83ca78310b13c667c9e3d697a3baf 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-7.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.4.4.19-5-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-5-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-5-9.js index 34d2c6e9b5ccbaf40cac0427515a7e3869513368..6c651a0519de1c4bc83fd00b09edbf5ea49bb1c1 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-5-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-5-9.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.4.4.19-5-9 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-6-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-6-1.js index e48c7014995a37b238639e2dabc8ce43cc643455..144a0bac61deac765ca319e63d6f58a356df7a30 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-6-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-6-1.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.4.4.19-6-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-6-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-6-2.js index e623ddbe1e04364055ddc6064ff0c9a96474a938..79ed739f8fed548b50a333404d207e099ab07cf0 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-6-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-6-2.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.4.4.19-6-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-1.js index 1dee8af9710b02b99eb025e3ee2a1af1427d447d..e6eebaccbd4f1d36438f615b363b502c461354d9 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-1.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.4.4.19-8-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-2.js index acaf3e51d33fe9c356e82066786991dec6beb1a5..3a3cbdc89e88c803bf72888f7528fba36c85434a 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-2.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.4.4.19-8-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-3.js index 692f00a107fb19e08ffa3c11f29d6ddf3855fe6d..ff9bf8077cce17152f1c166a8174fdaa91172327 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-3.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.4.4.19-8-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-4.js index 31e609e1dd07046cf149082121eb543ea3da42e1..b6b4055d5ae13770f271794dd81e9b4bdc314af6 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-4.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.4.4.19-8-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-5.js index 4cc35b9b2963d79c9bc0bec2028fe3d9cab2a006..0bbefc3076f811430128a058c773323f022c9f2a 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-5.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.4.4.19-8-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-6.js index efaee44b09cbefb7c071d72a23f1737c317d65d7..1d583e41152925e2839ad6f47891b1a3c734d431 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-6.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.4.4.19-8-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-7.js index 98e0966fd2863f56647f398dcd5e8935d033547a..835653ae99d5196a02b0cabaf2f559a90e7c17ac 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-7.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.4.4.19-8-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-8.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-8.js index 77315b37a4b8de5591cd10bdd376c0da04d30116..35861301c477ac11796024fb618e83977f7838f1 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-8.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-8.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.4.4.19-8-8 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-9.js index dee416950a85d9b2c52ae6df52613ab0d79fd3b6..231690104379a45224320e63e472eaba1dff043a 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-9.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.4.4.19-8-9 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-1.js index b8c8cd8a5d987696e6eb7c2b07829829c2f90185..2d4d57d78db9566a51ed2316f98d5ff408f6b277 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-1.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.4.4.19-8-b-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-10.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-10.js index 005c76e60fa83e2dd12995e940f758a64095996f..878b638347a89346f68c7c962ac15d5e2af9b4b5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-10.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-10.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.4.4.19-8-b-10 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-11.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-11.js index eaa99b2d04eb3cfb83c8d3db967ff4ae7b20b79e..a3642aa3a487cb17b8f44776572ed0edf04081c6 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-11.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-11.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.4.4.19-8-b-11 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-12.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-12.js index 99fea677c06cad7f33f56f5826ebaebd16727264..037a444c0ec6d4c822ec16925572eacce21a7428 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-12.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-12.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.4.4.19-8-b-12 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-13.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-13.js index 3fe2cee0c12c9ac5cd0a411c68792f2a6680d392..bd9e316b3b2bf9987472e7221315151a557f96fc 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-13.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-13.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.4.4.19-8-b-13 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-14.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-14.js index d6df8cb891e0f8924ed54afe41c0ed0c9263e0d9..9d44f5d4f51f25cc2a7b08e42cde8a593a901afb 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-14.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-14.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.4.4.19-8-b-14 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-15.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-15.js index ae15a7613613f10fd4306ac2b7eddd4a8e5f5a5c..2ed922634b9be8b44eb27fc26d648779a44f24f4 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-15.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-15.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.4.4.19-8-b-15 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-16.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-16.js index 6c6430a95e2b7c39c6adffe0ac603091ccd35a91..3ed74d6b6d6156ecf272183b1a5e6615a22cd20c 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-16.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-16.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.4.4.19-8-b-16 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-2.js index d730d01fd075c88611d31f1585d586049301c527..a8a374393cdbe6c97a59e3375ee44807d2385d5a 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-2.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.4.4.19-8-b-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-3.js index 7a3c81c7a4ed27fb4f0096a6f0a9caeed6b8d2b4..6c8ec807f2e948d2af6b9818334311c01bc158cb 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-3.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.4.4.19-8-b-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-4.js index 16186472f835519fb20d2a4f9cb8f5a84d0838b2..4ce7c89d5a09d2688145d44fcac45efa0ba3ae30 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-4.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.4.4.19-8-b-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-5.js index f042adcd829ff0c73f6626601e6926288fdb8a9b..28d493c57cc68e230e6174faf7a511bd54d93279 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-5.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.4.4.19-8-b-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-6.js index dfd7590337a1228064bfabba8a5de4a11cfd0b52..9a037a13e2550e04147ef5d951471630f3048b28 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-6.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.4.4.19-8-b-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-7.js index d9497885ae8eb071d8f37801c09f4361681c8bbd..2ab6eab8e2e2945ae3737550b5781fd337709492 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-7.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.4.4.19-8-b-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-8.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-8.js index 0871ae96e9c8b40d5bc2882ac6fcd6e06eafcb7c..d1646c958c9b17e90ff2a640fc9b4c69bf2b7133 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-8.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-8.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.4.4.19-8-b-8 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-9.js index 79693a046d9ec009dcd430468a547175cf9037c4..0715f8f358123b7b4cad402f5e05e2e8901781f7 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-b-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-b-9.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.4.4.19-8-b-9 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-1.js index 9421aa72c001fb5cbcb1141cf0d81293f0dc2a6f..3dd2e09e9d38d435ace6f3782016d6c25407154a 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-1.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.4.4.19-8-c-i-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-10.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-10.js index fbc3f43849968880c963e36b6e7ccb2542ce1dcc..ec38ec06efbcf87b47410106502eac8b4bfecc81 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-10.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-10.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.4.4.19-8-c-i-10 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-11.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-11.js index 6f336e4ff06ab5a2f01fdf07344b28e42884c30a..b69eec14787c862ca81d7e6f6ff38f8422243ce5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-11.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-11.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.4.4.19-8-c-i-11 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-12.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-12.js index 179e54efa208c854ef834099f4a81ed6b51108a6..2b8436a92e03af4999f4ecb7b954f0e0bb9587b2 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-12.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-12.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.4.4.19-8-c-i-12 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-13.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-13.js index 520ac942a22e1f8393b7bdd4eb72bbead91e89e4..302732bcad48c6447bded41bb99e68a24abdb080 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-13.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-13.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.4.4.19-8-c-i-13 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-14.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-14.js index 6774d8f50edc6a6ae1284d1b303b7b2c5e847afc..2bef80c0e6f0d472a2a70651ed4903ff4c6e12f2 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-14.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-14.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.4.4.19-8-c-i-14 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-15.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-15.js index 6529594bf304cebb85e7e60789e002a488c90f77..c483e7ed5d030a07d8835fa43fcbd1bbdb417cf4 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-15.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-15.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.4.4.19-8-c-i-15 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-16.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-16.js index 556f962aa9ab1392fc68927f09a721fef2b74e93..e380db295ae0f2b553a88efa4010fef229e572d5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-16.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-16.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.4.4.19-8-c-i-16 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-17.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-17.js index d59022942f248e54831011135913cd36f20767b6..8165e146efe99c1f387cbfbb17936b755109edea 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-17.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-17.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.4.4.19-8-c-i-17 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-18.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-18.js index dfa16a5a1ad784309bca3e79bcdc27ba02f0bf37..53d5335240c4ad10b4f28158d88bcd2b172bf7cb 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-18.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-18.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.4.4.19-8-c-i-18 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-19.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-19.js index aa536676d41fa2f1edc039525953c737923dca78..a402884f23e5abd095453b12bcfafe4593f28434 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-19.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-19.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.4.4.19-8-c-i-19 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-2.js index ee19511df0c1485c30a081af7eed6c7f6c91b082..16f7895557f698378288f2f7acb3a962f75c9b1b 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-2.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.4.4.19-8-c-i-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-20.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-20.js index 5321e13cc4a8efdcdee78c1111df3965ec5a2a55..8088a3cbad20899d24eaf536cb8f31ca46b6c61f 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-20.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-20.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.4.4.19-8-c-i-20 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-21.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-21.js index 75fcf9f1ae4eff92375dfab0a8b9905e6650d3fe..05bed800de5298d3ead3624435f38403f30b3bc5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-21.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-21.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.4.4.19-8-c-i-21 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-22.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-22.js index 6b2fa73eba79b0ac9d2113e8c5fc595eea389e60..04ae7f3a0d7c90caabab9610f70f29629dc9bc03 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-22.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-22.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.4.4.19-8-c-i-22 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-23.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-23.js index 5f90329c6a3e935f220b4519af3b6455d0f7e083..b1708513bd164aa71a6c2ae58b82eada9f4238aa 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-23.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-23.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.4.4.19-8-c-i-23 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-25.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-25.js index c62bae81d6c4da3c5b1e85c0e846e7622d6a3b08..fca9938a6213166b8ec86a796aaf09d4d559ce88 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-25.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-25.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.4.4.19-8-c-i-25 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-26.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-26.js index fe87b7300390d4e182c1f7ece615471611a4c9f1..caa91750eff7e0f66a19899ef272238edb26ca3a 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-26.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-26.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.4.4.19-8-c-i-26 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-27.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-27.js index d7104004e1d79d4c18f1069ecf951a406328e86e..fd533e37d0b9accd738d3f4a4ef7f33ae7a9a83d 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-27.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-27.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.4.4.19-8-c-i-27 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-28.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-28.js index 0c61e162ed87ff17c8675ff9313c9fa84ef8b71e..2fe0260d07b1467862e51ed340e22b725c8a4d01 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-28.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-28.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.4.4.19-8-c-i-28 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-29.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-29.js index b37e1698b061a9589cd2af9c531825da491917c5..b3d3a1cdaa7ebacdbb5956603a7604688bcbad0e 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-29.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-29.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.4.4.19-8-c-i-29 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-3.js index 471945f5978d696239f5f654f043136b62607092..f51b9099b4e9b26b2ffa798a1542fe729eb314c9 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-3.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.4.4.19-8-c-i-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-30.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-30.js index 28473eeaebca6c9590863aa552e586a52901b1e7..064f3db60bd351b4e261cb41918750ae737bd834 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-30.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-30.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.4.4.19-8-c-i-30 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-31.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-31.js index c8dfca27eaec0de03c3cac00381b6eb01a75b8d8..04798223e6ebe33a939402fce54be843b8950378 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-31.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-31.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.4.4.19-8-c-i-31 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-4.js index 89f211b68f5e27076d2944a5e303f458247da3a1..2de5c4a29f096799946e8174acdaf9fb20c5131e 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-4.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.4.4.19-8-c-i-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-5.js index 802668991f989a905973c7d69e3901ed93ae2884..0fabd223f5965b60e410943a88fcd4d0cfa51a07 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-5.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.4.4.19-8-c-i-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-6.js index a4d85be4779bf333a44f8ebbf5cd169888912099..2063d22b5027599804f0a45211829acc9c60d7ce 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-6.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.4.4.19-8-c-i-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-7.js index 9fca1df8e173255b7b2b09ff19c75cbc7f8b2b90..80e47ae8664ede846e37b3f106082243fda51983 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-7.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.4.4.19-8-c-i-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-8.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-8.js index 7a3c9b0fd9d565dd2cc92f0c8202fa3cca45ead2..c6bb4d070f3816bc0cfbeb5a13c77a0146af8523 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-8.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-8.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.4.4.19-8-c-i-8 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-9.js index 89315487421ce2dd9b4ba6cb13737b8bacf7b59a..7c5144a6f7f502113e6167eaa2ed5b24dc8b50c7 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-i-9.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.4.4.19-8-c-i-9 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-1.js index 0c02b9ef16bc5eae332cffd1eabb39889da7431e..c5e80687fd1c1d2099639344803a6c13cfda6458 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-1.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.4.4.19-8-c-ii-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-10.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-10.js index a0c8532e7b29f410b7533826c0768e14c3728738..af01ca61f20a8ad765cc3c643feddb5397f40576 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-10.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-10.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.4.4.19-8-c-ii-10 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-11.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-11.js index 685a48024e9408c5adc65adba646577f1a4da41a..05e2a0892b8530d7ac169bd806f3b04430cfbb3c 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-11.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-11.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.4.4.19-8-c-ii-11 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-12.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-12.js index 82272d71bf03b5bcd7a5afcbe3a75d1175d033b8..7bcd553c4172a4876baffe91926f0bfedebf4673 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-12.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-12.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.4.4.19-8-c-ii-12 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-13.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-13.js index b9b15eda1cb4f54feb3d3fb497962e893d090b4d..e50cedffe7e56da9e0a9e420c5a3bab7df8fba10 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-13.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-13.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.4.4.19-8-c-ii-13 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-16.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-16.js index ca9301b1f03d5ea9fa6b855744ad7d401a0a6420..a2b2e6ca4ea7599237e5252ec1d6df00856fd9b3 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-16.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-16.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.4.4.19-8-c-ii-16 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-17.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-17.js index 08ac33eb76565744629e00ca9c8acb48a1a27d02..23fb0d15db1df47c6e87f488556c1dbae3752ac2 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-17.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-17.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.4.4.19-8-c-ii-17 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-18.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-18.js index e520a26dcfcd5f7bbb99a59840f288996045d0c0..3dbce30f6c4657a5b7a8c51801694cce9a49e219 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-18.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-18.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.4.4.19-8-c-ii-18 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-19.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-19.js index 5d7e0ee9d7c225f3efb279e7c2770d92ebdbf018..1b63e2df67bac70571662b561f890687767ea30c 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-19.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-19.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.4.4.19-8-c-ii-19 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-2.js index 4f2d252cd110ec9741867fa8a0a282f6ac587fbd..94cbcb0b1766870e11854be50c6c063990d5e653 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-2.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.4.4.19-8-c-ii-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-20.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-20.js index e6fbd1ef6c95243401cdcef2780a72daa00c6015..8d1c2800bc5e7cbf77ca9146a7b353706f065715 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-20.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-20.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.4.4.19-8-c-ii-20 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-21.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-21.js index 4c25dff6b789909b527076572f486d2acfc94214..3f3cf53e07354a0bde7faac1063214609efb9308 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-21.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-21.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.4.4.19-8-c-ii-21 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-22.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-22.js index 085182fe2149153ac9a6f28578a23758105e6c48..9b08f366c89100544408e9a5a71af648920252b0 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-22.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-22.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.4.4.19-8-c-ii-22 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-23.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-23.js index 1fd4423a28cec29619139b8a1c3228ae7308a032..1361280053b395a9eee73df62c5b6dd89034596d 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-23.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-23.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.4.4.19-8-c-ii-23 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-4.js index 73fe2239151885dfe5f55590bf28beae417ee515..8cf6ff27756abf4f6bfcf03b2321cdfede231061 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-4.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.4.4.19-8-c-ii-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-5.js index cd710afcf5280a2a222ca230f9262f81e3a8ae9b..c37da6a6ba63b40d6b0a89dd6eab673695ce4ed3 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-5.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.4.4.19-8-c-ii-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-6.js index 1e396cfb142354dd7c44dcb52b329006f81ae7d8..d4e7ab1ba976ad6b116954a8054e720b4195d738 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-6.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.4.4.19-8-c-ii-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-7.js index 4836b57b999bc385b2e29f52072c432acf0b52c8..8045f4f6f205034992fc6f1e96cfa1efb83a3a0e 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-7.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.4.4.19-8-c-ii-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-8.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-8.js index 943d7bb12f25c42e6b5d77493cceb0435570a599..8e2495ffbcb54d86abe47a8d470cfccf6d36e5ea 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-8.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-8.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.4.4.19-8-c-ii-8 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-9.js index fe2703b8c1b9e72c33bbeace963f9cf958785fc5..35416e0dd40319de3ce53b1543f63b351e48f708 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-ii-9.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.4.4.19-8-c-ii-9 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-1.js index 4ecbc684965e87ae84da64513ce2eeb3ea874894..6aa15e999c4ae2f2772f6f5efe80be9f58ce271a 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-1.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.4.4.19-8-c-iii-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-2.js index ff6b3fb87bf0f356d21b71ca31f41a71778e898f..540c9995610c827008164e90ca374846a787a084 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-2.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.4.4.19-8-c-iii-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-3.js index 9581daec5ecf7e89f4955a14f809e200aa609ba0..622ff378b354b5da310615c5d1b9ef00c7650f77 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-3.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.4.4.19-8-c-iii-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-4.js index 21e869b4c447852c1e196dc0f989b38c2ce2df8f..bac867e12af490b2d25e3084f490b5a6e127af7c 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-4.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.4.4.19-8-c-iii-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-5.js index 7f648f9e3e36e577c8a71d2f7ba0849b419fd1a3..2d04906b552187d24e7cc3de1c7b04b765747ed5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-8-c-iii-5.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.4.4.19-8-c-iii-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-1.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-1.js index 9e77b1f5089b236f8d02bf6a7f6345555615a301..7923f98890323b31748d0bee600553f740c50620 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-1.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-1.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.4.4.19-9-1 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-10.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-10.js index 769b44c7ac08918a6cd5383b088bdda8fdf01ac9..4acc145c89d5e7e7501191ea2fbe219f4a12ddac 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-10.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-10.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.4.4.19-9-10 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-11.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-11.js index fbfb8456570084d8347c6a4603eb273d9875eef3..93a3dfd9a2d426fa9d00f2f01499c2b6c779f1b5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-11.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-11.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.4.4.19-9-11 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-12.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-12.js index 53281f92b7cff6f8116108ba471879c2f65a0cfc..5cec5b92e690f1ab4028b9bb08a436e3bb09ca6a 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-12.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-12.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.4.4.19-9-12 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-13.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-13.js index 2e27f137cb4da77aa0549171c8980be7fd8cc164..b52cf9c8fec0384ad016f4536f199d82ce96b519 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-13.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-13.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.4.4.19-9-13 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-2.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-2.js index 90f2e434d5c1e04bfdb1888f80e7e475856e31f9..4a7189ecade70cf7bb1ee6a8b2d3fda5d7063ac2 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-2.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-2.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.4.4.19-9-2 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-3.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-3.js index 6fd198a61794a534c08387bb848ac41efd967ba2..44b42ab6f1d28f655c2a1fa6b00504ce960f52f7 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-3.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-3.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.4.4.19-9-3 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-4.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-4.js index 2d727c621edfe59bd9b9b8f4ffb18f2b9bdae441..17a3554d7a138702fb1d0bab0c9d4485b49d2011 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-4.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-4.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.4.4.19-9-4 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-5.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-5.js index 95713ebd0a429df7494e553a40acda43023e48f6..af5488f13e01fc61c8cccdd450aea9de3d2ca4fd 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-5.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-5.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.4.4.19-9-5 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-6.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-6.js index c694944c82b339ffd7657e7284a50e7b43a53d8c..01729bcc72c73c41fc1622eb1b7224f6429c2b2b 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-6.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-6.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.4.4.19-9-6 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-7.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-7.js index d0f3449a6b2efb6da7f0379d6a4dd356db9e6cf6..f5bf8f600c47359cf9e07ddeb1f0bce966e5c3c5 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-7.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-7.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.4.4.19-9-7 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-8.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-8.js index 71bc84026828e2ce4a474e97cd814a3261916c2a..ef611825db25d9307675f2ac60feca037b9a2d9e 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-8.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-8.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.4.4.19-9-8 diff --git a/test/built-ins/Array/prototype/map/15.4.4.19-9-9.js b/test/built-ins/Array/prototype/map/15.4.4.19-9-9.js index 02455652172bf5b685d8780b7a197397114385df..c3413985323aad52fe77a63e08cc31810339d2ac 100644 --- a/test/built-ins/Array/prototype/map/15.4.4.19-9-9.js +++ b/test/built-ins/Array/prototype/map/15.4.4.19-9-9.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.4.4.19-9-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-0-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-0-1.js index 2f63c08a162f5ad8b88a3403b6f5f31a80e92b3b..f9ed27c78e97ce38e2a16224245d12806ca80a92 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-0-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-0-1.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.4.4.21-0-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-0-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-0-2.js index b602d5515eb6937fa7143d5c5f70ed8ad9b4d110..5df27324c944ea6e2508cddca90de321c2ba7616 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-0-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-0-2.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.4.4.21-0-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-1.js index 649751460e9b995f5f35b70e9ee8b66825fdfd29..40c2913349e358f7931b09c6ba9fee6531480c0e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-1.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.4.4.21-1-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-10.js index 2179a961cf59a2e36bf3809459492fbbe9a02197..4b83a862e018324024bcd13a699404f101bfe8ba 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-10.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.4.4.21-1-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-11.js index 5f7244d243aa7aad971746ea746930d0bd5a197e..47df4a005e84b44f6c2103c4d871ea44d70d3adb 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-11.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.4.4.21-1-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-12.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-12.js index 502afd5584be77762e6fdf971a53d463af9e5371..6c7e916d64a86a606f75b35bdc6b49b3cad06451 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-12.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-12.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.4.4.21-1-12 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-13.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-13.js index 86c83d9b689c74c78bcb362746d3fd5901a049a3..26fb7198529c1e0114218478a8de870302fc0677 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-13.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-13.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.4.4.21-1-13 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-14.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-14.js index 278227c9aa3db3053941469a7bca0c0e9cb4b581..d14c442e2e01c29911585291c449b2cf9ce73447 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-14.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-14.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.4.4.21-1-14 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-15.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-15.js index 5d964b2ffb42c198243d50de8bea9a06330364cf..726a931c83b3ac5fd4f200ccc34cf7f04809eac8 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-15.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-15.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.4.4.21-1-15 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-2.js index 17a4775bda42a702f7e8b0f2d8817250c507bccf..ace5be9614663da7626c9365400d4da9d2d74ce9 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-2.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.4.4.21-1-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-3.js index d9970c651aec36c57dcd03ba0daa348a202527e6..41d0f0f70033a88c504b696e3a9fdcbd5c02b680 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-3.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.4.4.21-1-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-4.js index 8bba43ec5f231bfa87c32d706e548cbd59486f43..d09aebad48a75c98e3612a3e0e952459394c1c10 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-4.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.4.4.21-1-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-5.js index b7550d3f1d52ed0b8568863449bd3fa2f9467fde..b4d6a33f60cf9b487ebf3eb7bf55d3f2e9be20a3 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-5.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.4.4.21-1-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-6.js index 87bdbf3a65d7752d8d3e60663cf4b7dd2d77b4aa..137efb0b4737c760ac4762a8c3e7ed874c7e52b7 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-6.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.4.4.21-1-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-7.js index bbb2122dfcf518c90b9a23a53cb5893f9d89fff0..9cc9e358430059bb2a2f910c6c01f92902f96479 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-7.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.4.4.21-1-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-8.js index 10f00b00620fcc1943500512c95f2d012724991f..aa6377c36ea764fb610f0f0302436ab8a6822039 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-8.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.4.4.21-1-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-9.js index 35e92cdca7cde3d7fde43fd9679e8953be7a540e..9c8cf1dfdbc947de98d59733e897ef202569e884 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-1-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-1-9.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.4.4.21-1-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-1.js index 17b1c2a845eb6cf1a7682398c0efcd5f0d920f4f..c0d3668f66994fb8ec78d806c12875619af9a170 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-1.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.4.4.21-10-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-2.js index 97137ef3ac9ec0af046a6c2cfb9b43d8991be1d4..81eca4210ab974d4fd0e46c9122759d6d96945ac 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-2.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.4.4.21-10-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-3.js index 1a6a11c864530e9184427cf53dd58f4018bba1c4..87784f561d403c8a909d7843df269738c57cd612 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-3.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.4.4.21-10-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-4.js index feefeb1858a10b1a0310662d882e4f975bf3c44d..6b387e091b72d18952de4e7bea4d034378211c34 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-4.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.4.4.21-10-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-5.js index a804a44d67e125ea2339e02fe24b34360cd64c12..2cbe4bb8de6c87668a9552339c30429c145c6cb7 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-5.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.4.4.21-10-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-6.js index 37b24b006d3443fa804ed50451567f0845584b39..e53b35ca068757ff1c8442939206b5f3e4f6f1c3 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-6.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.4.4.21-10-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-7.js index cfe0892f15082f5bb2874d0deff3ff136ee38118..dcbe93842cb35311c1a7a54f102faa0590b62cd5 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-7.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.4.4.21-10-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-8.js index 9690b181160a078a75e6f792127d3bcf15cd47cc..86aa67a1b94c680de2e71fc1ec86b4c7bc845400 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-10-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-10-8.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.4.4.21-10-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-1.js index 086afed1ad6aee85b950bbb7e36400e1225e417b..88296c03e43685f387b37fcd19c6ea504b0a82ba 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-1.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.4.4.21-2-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-10.js index 6e64e4b7b950b4a697ecfc7c5a699f00194f7024..f9d57dd589c4e44d0ecd842a81f96afa3b3109f1 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-10.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.4.4.21-2-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-11.js index f616aa68f11cf954b02b69da5f9028d6ada8e91f..c5aaaa67a66fa2df55865aa4e5844f0533688921 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-11.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.4.4.21-2-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-12.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-12.js index 5308dce89487fd4db3751fdc043db5d8580448c6..3367bd74d7e9669af7cf0050643299f7ff519dec 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-12.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-12.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.4.4.21-2-12 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-13.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-13.js index 5f6a3ff46007a4a757f0516a452228c672cd5e36..919647eda73d4319438cbc8dda1a901d6d936f0c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-13.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-13.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.4.4.21-2-13 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-14.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-14.js index 589b4538463a8bd0b41a2603dcfcf7361ccf4db7..616d481ec4d6e62c06809701ae95c4f1836a169e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-14.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-14.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.4.4.21-2-14 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-15.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-15.js index 514374125ebb8ae2a4c3fc33e34f42fc1c016ad0..a54963224013c8d0e476576b8412b7afcae17521 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-15.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-15.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.4.4.21-2-15 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-17.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-17.js index 1de4b874bf02583a42f79f8ad4bafd9ff0e7142f..f0b58b0657e3ce2f8c03e6512fa626c063f7b815 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-17.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-17.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.4.4.21-2-17 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-18.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-18.js index 34ce26a45630a7a4aa03f6621d98e912a233e513..39c7fb90f9173f08fb230dfe166473a6334d1173 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-18.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-18.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.4.4.21-2-18 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-19.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-19.js index 07793dc651cc29a2d563917003d2474ff8304740..b5a6fc10419a4c1099e5561cae3e8da6ce6ae6c9 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-19.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-19.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.4.4.21-2-19 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-2.js index 5d6b92b64c9fc50376e80d1b9b3b713b340e7318..d5b04de32abc670b3c1b59c972321bde066fb078 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-2.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.4.4.21-2-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-3.js index 17967c86a96edb5fab78d5cf46960ddefe6bed1a..6a3a47cdd3f78bbccf52270ad210f0a4c7e70618 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-3.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.4.4.21-2-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-4.js index 6c89e558277402222a0650382315844aa0b3215e..65f6ab980d12db5d607a96cf4cdcbcce7a9b2b52 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-4.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.4.4.21-2-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-5.js index 01ef03efa133d29aa5f0abcf2aea6cb18412ba4c..c9cd2af88b77529ad889cfbb5f1c2a66359a9216 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-5.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.4.4.21-2-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-6.js index 72241505af67a11241bf771212cbda849c3e40a4..a78487cff7f7f52faf7bcb570bf550d4e5d62bec 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-6.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.4.4.21-2-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-7.js index 06912327110fae44a59649300fbb6a9ad14ceca4..adbabf8ce1ef141e2ab29cbd014a58463cd77e45 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-7.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.4.4.21-2-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-8.js index 2974a0c38d86814ea190e1c078bd65cf32560023..099169a679d65e4f81d8c6884610e822149b7c17 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-8.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.4.4.21-2-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-9.js index 40b7354fddb2a94a67af63633436e9724e34cbc1..3573898f333c009d7cd3e8f634bc006a8f8cb0e6 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-2-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-2-9.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.4.4.21-2-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-1.js index f385a070af892302eda8641983573804ccc406a2..65889e73051566e10d26713099665271e44d975c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-1.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.4.4.21-3-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-10.js index 7d7219eb0c5accbdf50399269d5231c4d4118984..8343d81ee95b5e52b29cf00d105b78fb33505f4e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-10.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.4.4.21-3-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-11.js index 7f9bb9acee9bbb8b78cab21a590aa241b6420b3d..d4ad07c5f71e3364540c090a6608c643b8ded753 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-11.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.4.4.21-3-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-12.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-12.js index 07df74b4848d52343f81884e2f2a767d9e32acf0..2365eb653ac507ee938ca570eb1257be56a7ebb3 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-12.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-12.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.4.4.21-3-12 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-13.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-13.js index 2a13a277c70ff3b82410d79ca1b916a6424fc109..8a8e950a3bfe463ef6f4adba5ab343cf0bb9f1b8 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-13.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-13.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.4.4.21-3-13 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-14.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-14.js index a71b6a4480b3015ebcd489071a3a952a9bbce5eb..424041eca335aa4b9e0fbcfa73faa24689662406 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-14.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-14.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.4.4.21-3-14 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-15.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-15.js index 9e6d244f20858079650dbfc7d0c036c776eac1d4..7def35b7b6c6000e4cf2e3fe266f9d1d7612e5ce 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-15.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-15.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.4.4.21-3-15 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-16.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-16.js index 7a36fd6a53cf372066ec9f50b462aa4203b1df0d..23804aa91c13b6c54d9f686ece918d3ec9e80bd1 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-16.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-16.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.4.4.21-3-16 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-17.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-17.js index 015d8ba504cc1d5d74e7f764339af20a21f56d01..921445a8b19b9bcc1a623454bfd9373f23cd7113 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-17.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-17.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.4.4.21-3-17 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-18.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-18.js index eda6cdde40870f57f8a4de34f46fa0929aac5caa..845c3e77f37b9e1c99735cd2a97e4a8a0463c463 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-18.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-18.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.4.4.21-3-18 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-19.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-19.js index c990b38275ea942ec68a1a91e16522901da5a24b..5943822b42e8d7cdf45b97aea9e4d73cb18975c4 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-19.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-19.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.4.4.21-3-19 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-2.js index d4af2b5e74f74434cb5287fefc2d2863716cf2c4..e4cd999a374bd14577357ec1e32c02f13f0d8cdc 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-2.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.4.4.21-3-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-20.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-20.js index 83be994a07473bd3baec8da2893f18159db389b7..1db54db837e2bd62ded206b491e2177a25f61e5c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-20.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-20.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.4.4.21-3-20 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-21.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-21.js index 14d20df1a8aa2d2dd7a829d355f3f5065dbbc517..641f227accd333aef699cbd4f72f84317ef6ee7d 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-21.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-21.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.4.4.21-3-21 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-22.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-22.js index 6194bc05f9980d7f5cfd94ad1dc4fdefe843e1c3..bcfe3363515ab8d9f7a3af3a0185504ea616f689 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-22.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-22.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.4.4.21-3-22 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-23.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-23.js index 3a98e15680fd1ef1912284a2b7996714695bd22d..3db766290f7afb6f04aa34714baa741bdd7585ac 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-23.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-23.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.4.4.21-3-23 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-24.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-24.js index b1d8ce3c3d5089a8ed1f3774478596634579b196..c08fc1a659d80ccee400362579473e31feb98a8b 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-24.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-24.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.4.4.21-3-24 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-25.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-25.js index 2e9ec79aeaf2f28d1547c7d2e5d3cc4fe9211df9..08eb40fa7675f47bf65af53d0f36187dc4dbb5a9 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-25.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-25.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.4.4.21-3-25 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-3.js index 7dbf375dda0a9ef0a683c3d095ea5a44dcb0f293..50b23de4b87340bf1c11e348e1656d18807a090b 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-3.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.4.4.21-3-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-4.js index d7e5d69334085edcd18c6d1fb3f88017d51cf554..9806b73d4b58baff15909187be48f17b4d0d10da 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-4.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.4.4.21-3-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-5.js index eb2c0d80dd24caa2f0c81e4a64fbd45d8a814d90..f611533a1134caec70cdc2c7a9ac2fe25d984cf8 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-5.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.4.4.21-3-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-6.js index 86032b629a8e5d8383929f18b3308c360a75aeea..200e9cf60cd3057f7f16caf228989a6d98594f0f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-6.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.4.4.21-3-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-7.js index cc15672867854d1fe974a7d1a420f6274b4a111c..9532748865effb6991604f6a4d4a1123e8e4e21d 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-7.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.4.4.21-3-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-9.js index 344505199802ae4eb1e07c30395f95541651e75b..8943a192984a527eee46c9ad5264380d2676183e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-3-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-3-9.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.4.4.21-3-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-1.js index 4abc07aa6ede49027488d1f978d1391f219558f2..b099fcc0d686906360a004701dee04ce741003df 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-1.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.4.4.21-4-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-10.js index 10cdaf496992826d6312c00e4bcfe2ae5bfb0e11..20e18205edc4fa99d2cb9a8319172670addf8b28 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-10.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.4.4.21-4-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-11.js index 8e24074ce4772525f1191f742ddeb0d673e3093c..2b77f84c099d0b66b21a7fce74b2f35322a106ce 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-11.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.4.4.21-4-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-12.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-12.js index 42dbe167fb73ffc343657459f083ae9157976e2c..68b217dec768ab19de7cfec2ef87d6a6b56a3450 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-12.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-12.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.4.4.21-4-12 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-15.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-15.js index 1201d648e32b413efc730dba6fb6644818c95f5d..5c7136a4b4fe0afdf301974ca3da917122b95274 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-15.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-15.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.4.4.21-4-15 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-2.js index 8fb5c5fe71e98bb772a240b18ff64b23eb63fa64..6c08442d56a7b9809c575e43d07615d66e11e77c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-2.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.4.4.21-4-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-3.js index 044feb180e1b6869c8e92f5b71c54eb2f3f03aec..f3c7794fb28bfe4091986e6c6cfcc05b9c373a09 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-3.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.4.4.21-4-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-4.js index 40b825e2201d2f5497396e855bc666ad57391bc7..749e752030ce9df8593dbd7974a1b5d79ee25674 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-4.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.4.4.21-4-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-5.js index 7c2b4ee375fed0e0d2d4be77630f6e60b6bc3753..76dd875b8c036508c8ae4f0b1cef244233e53e1f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-5.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.4.4.21-4-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-6.js index e941c9cdc21d5958cceb1327b7310d492921d186..957fe82de1b75b584a7cf19e886e03293177e02b 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-6.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.4.4.21-4-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-7.js index 3c82b38b823fde2699efb9c4c467116583e9d007..0743e19b56a990a6a345cbf7aa9d44687d4ea913 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-7.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.4.4.21-4-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-8.js index 8a86e8dfdf3f5761ecf826514e82fffb9a3cb8dd..f545412dcaa90b9ecffb44fdaadbc12d4bbf0a86 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-8.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.4.4.21-4-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-9.js index 969539a8ec6b20672f9e50a1e115779ed54a83da..bbed561102f55facbea78135287e179b6d082e23 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-4-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-4-9.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.4.4.21-4-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-1.js index 2ee443a342dc99e0a62a71558f4bd935c59cdc4a..6b7844e29d36119523d600620e2b31b94afb1282 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-1.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.4.4.21-5-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-10.js index 649bef5724043e2db9f5e079f57bcf81bbe9c039..7344df34c77c768b8d8695d0741b0e81c6de93f0 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-10.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.4.4.21-5-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-11.js index 0dffef8e7daef207c4389ad8c5414daaa30d2d73..3291875d4b02becb6f995d6b65a61e3b8ad9d660 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-11.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.4.4.21-5-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-12.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-12.js index 2f785137361978547fa4e95bf87faf22f389fa92..8b1dbfc22e2ced57352e0a60da601114395ccc7f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-12.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-12.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.4.4.21-5-12 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-13.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-13.js index 455a65755c7bbe967154c42d2f084b002bfedf7d..09e577207535ab43f182dcc32e27da291e1b29ba 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-13.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-13.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.4.4.21-5-13 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-2.js index a72e62b82fa105528a0c68adb3e7ee37a3c6a728..e8b316cced9214f571d6ede23b5feaac1eb8faae 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-2.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.4.4.21-5-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-3.js index c3382945792b49ab0f85ef43ca5c463aad19d8f9..1aedd2b36ed0e80739e94078f6a4c01dc9fe48dd 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-3.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.4.4.21-5-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-4.js index 65d30f2b04b38973f2de89d53baa07647184825d..af9efc8875eecadf517cc9f44e12a71e5d87a5cf 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-4.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.4.4.21-5-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-5.js index 53ee5a25e6955d296afcbba69c667d14e764f561..0a62ef2310adc4bd65e7bef2a802aa655f168840 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-5.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.4.4.21-5-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-6.js index 351d8bcbf89e830a688aea938aff3615ccd97af9..2aeb7827a85283a0cfc6a20ed03b01a505003a29 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-6.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.4.4.21-5-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-7.js index 979bb2ee5c7b2702d878dfe0063d354c4531c2b9..04abec388346c104c6b47b644db2fb0b283aca1e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-7.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.4.4.21-5-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-8.js index c2f2cde688c66c0cbd16dd6ede10d94e5ed3edc1..989d4001317caad6e07bda09f139e87187e59bf8 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-8.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.4.4.21-5-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-9.js index 8192387412aaf5a9bed5cf40dc7c9eef8eebfa40..49eb6e0d36e9784b6262630a7b41f2b426753527 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-5-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-5-9.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.4.4.21-5-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-1.js index b5d4c47ad308a489a1faac6bfd9f8af61bf1e5d9..8e1a618399542a0c77bf8ddc5cc7821c406b4289 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-1.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.4.4.21-7-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-10.js index b613abb2951c760dbe6877e42f83c114e66a2945..ce0b9aac2dedc0eee14972a41071a6c6697572cb 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-10.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.4.4.21-7-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-11.js index b58f4f71c036ae2b8755fb8e3c22f98704441b63..b6b99ce1bfbbfdac5877e47874add40290d82492 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-11.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.4.4.21-7-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-2.js index d1737c87ba63f79035ac602c8ec9bf25aa0ad57d..73ae44d1647ac5e983f90bc64528fdc974e8e05d 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-2.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.4.4.21-7-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-3.js index c12513b2c3e5852358e5d3cefaa00e1a40dc9249..9ea1a314b5aa565d4318ce5c6005edbeb7f32e38 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-3.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.4.4.21-7-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-4.js index e0cbaf6c4d725cf19c767cb93d045da9d4d324e4..9d90eb60c8d550db0eed54196a37ceae479ba399 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-4.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.4.4.21-7-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-5.js index 4a13d99565ee78a6d62bb517a08cd19b207e34cf..864bb4dc495395e14f76e8c45fa01d13616f6d22 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-5.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.4.4.21-7-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-6.js index 7b4c2e48e1a574916666225123cc31762b1ca138..bfeab2ce68f7097bf0940e9c7f81fb81bf8a778b 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-6.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.4.4.21-7-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-7.js index 321bdfd10aef93055c65c96681f12c1c11117914..991e6aea1807472802760f9fab0486502ed4d57d 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-7.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.4.4.21-7-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-8.js index 65d0434afe8d8a9ede437d9c768dc03d05408e49..aefe0c3da255783c41f811c5019cb479e695c25d 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-8.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.4.4.21-7-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-9.js index 95420f921bca4922837c7e362aaba9b4c0eed25c..4b732ef598d8f321e305263841087e6093d57c3a 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-7-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-7-9.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.4.4.21-7-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-1.js index f9e4f88344e2f9a74512d0c5f863f62af35d9abf..911f588e6fb1f1bbd0d6f525203be38cf7e44873 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-1.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.4.4.21-8-b-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-2.js index 0a605430c79258ad9fa7d885d2de801223850b0e..60a3e9977084647497bdc8bd7a319fdfb47b47e5 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-2.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.4.4.21-8-b-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-3.js index e0e838a114a013a6dc96fa431cf4ad666439db53..d9ecb6e2e4c256a93180dd819567facf758efa84 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-3.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.4.4.21-8-b-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-ii-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-ii-1.js index ea29cb96cc16f0625c54af39a618597b5a9f23a3..95f3d7c248f444ee7624a514d3cd81e3f8a04b7c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-ii-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-ii-1.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.4.4.21-8-b-ii-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-ii-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-ii-2.js index 591635d310ac5f05d65c86929e547a9936274b8d..e1c79f25a8fd620e6677247a5b9a2538be7aafa1 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-ii-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-ii-2.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.4.4.21-8-b-ii-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-1.js index aaa60b346777f6775c33a3660451b444d3624c89..afa7bdf8e12379da89bc1849fc37a1fc89759a4e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-1.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.4.4.21-8-b-iii-1-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-10.js index 4f50fe749bc03c2b55c530a1beee941b4f78ebfb..6529df29b447c1f686bc53670c6e6de04e5f2441 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-10.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.4.4.21-8-b-iii-1-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-11.js index 9830c74b03391fc4fcb1fb9ad5c765b3ddc0c654..d3a2d8e52329d4ee878c3bb9f5618c917918b3e5 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-11.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.4.4.21-8-b-iii-1-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-12.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-12.js index 2c248c4f2a857cc5377394155dba7beafa0ee82a..5a58617869ce6ec4cbf171aed181387fcfcefe40 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-12.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-12.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.4.4.21-8-b-iii-1-12 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-13.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-13.js index 3fc89123115cb97ea81489a3eeeb9c9aeabaf016..267ba2a338c41bdd4116a1065a8875341a92604d 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-13.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-13.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.4.4.21-8-b-iii-1-13 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-14.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-14.js index a5938e0c0325654ff3f2290f902815f92f3e8c69..890abdb073bbd14176f88591b53392cc51943873 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-14.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-14.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.4.4.21-8-b-iii-1-14 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-15.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-15.js index 6c5db5642dd038ef6d6ebcca7d8cfc8fca0c70d2..4bf79ff7bd98603207eed7e9fd46322ebfad10ff 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-15.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-15.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.4.4.21-8-b-iii-1-15 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-16.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-16.js index 218337562923ee3e67ada12b3d4ab0eb46b06945..ee48f7229d4a4fac641ccc69cf05afe91a0b9b5a 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-16.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-16.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.4.4.21-8-b-iii-1-16 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-17.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-17.js index b6461985ff4a69967fd6bfcfac542d0b11bb2594..fc535d6ad8c9f3c83a83562b64fe5a238ce8de8b 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-17.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-17.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.4.4.21-8-b-iii-1-17 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-18.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-18.js index 3adc6340e36ecc827305f0d2ab5d47aa38aac508..836b0f764fdb5688f41f6ec0f4f279872ea0f835 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-18.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-18.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.4.4.21-8-b-iii-1-18 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-19.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-19.js index 21d3c24762f39ceb56ef86f4c5082985b1c004ff..aa6858ffa66a0febdcf09ea55820f8662d04f7cd 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-19.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-19.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.4.4.21-8-b-iii-1-19 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-2.js index fae7d128e173a9f7256674b554258d2324c391fe..248d8441b0c631c0457a13b501e4ea4565777aaf 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-2.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.4.4.21-8-b-iii-1-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-20.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-20.js index f1ddbd255a294ae50ebdfef19131ac3a477f47b9..f277c76876a7fcc24a447fe12d30e5c7b83ca353 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-20.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-20.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.4.4.21-8-b-iii-1-20 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-21.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-21.js index 4e61cfd1c973135ecea924939e647f64da2c7f81..9bc6297980d1cbe9f4db2c660bccc32da06603a7 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-21.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-21.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.4.4.21-8-b-iii-1-21 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-22.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-22.js index 278a34f4cf403d71957c1cbb548fa3a54fe12828..06161f964ceb9ac4662f40b6f6f173d4bc1bd734 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-22.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-22.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.4.4.21-8-b-iii-1-22 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-23.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-23.js index e61a5c1ff6fcc555c80a926f0b776d7d338a3540..a7950d53fa45e6f633aabf34dc537f3c1989b908 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-23.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-23.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.4.4.21-8-b-iii-1-23 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-25.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-25.js index 1b92a8808bc187def23df308bf35b718f013708c..f806300bb251389258f668aceab4753aa694dbed 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-25.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-25.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.4.4.21-8-b-iii-1-25 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-26.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-26.js index 37924bdda2f3d301b8836d95914d96ce9095e47a..913112c7e5afa1e6e1e69905fcfeea4daa4f36d2 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-26.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-26.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.4.4.21-8-b-iii-1-26 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-27.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-27.js index a5f988d3e90ab68c899dbc537f971c0d25fcd502..75cfe2b640426d8c33433d452882e97f3eb90047 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-27.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-27.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.4.4.21-8-b-iii-1-27 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-28.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-28.js index 2b55835eaeec06f5d923f29809ab3a29ca7ae619..94325f7c81f109a6abe6ad2bacccc16eba9b753b 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-28.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-28.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.4.4.21-8-b-iii-1-28 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-29.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-29.js index e0ece99de6b4e57c8d0ddb1bb931d123693defa7..7592901dca1c504353768340f07077c301668377 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-29.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-29.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.4.4.21-8-b-iii-1-29 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-3.js index 203e3aecd3944a22af8f6cd1cbdf1a45afd11b54..1e98797a9aa87f4f147434f4d9feb8964ed0f108 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-3.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.4.4.21-8-b-iii-1-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-30.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-30.js index 5c4c82084d1eeae594d2172753edfa0e438b6c7e..3c611a8d096d6bc33ca00b4b140511571884da0f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-30.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-30.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.4.4.21-8-b-iii-1-30 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-31.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-31.js index 675920115a0ac4c5f5249f33da336bde012ebce0..2f4076f1b8a90f09389a5ac4628843de88e936a2 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-31.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-31.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.4.4.21-8-b-iii-1-31 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-32.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-32.js index 80ef827b216650a6665dea7b803f6df229dec7bf..fd139b89d5b1a102377cd8797675a44f400a2d0c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-32.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-32.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.4.4.21-8-b-iii-1-32 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-33.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-33.js index da30e16991a4800437f0745f789c1a4a39cefa42..c56d04a1383a9f118a5ff8017d7d6fa746a30e26 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-33.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-33.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.4.4.21-8-b-iii-1-33 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-4.js index c8af6d5707fc014bc2b5b03f1e67188c44f05349..a7fb1aef7574ca95f4fec75deca94f6990385767 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-4.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.4.4.21-8-b-iii-1-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-5.js index 14ca367e6ea82caee404fbffa5b12b7470f0ab31..d8db9e89aa1c76d1cd742b7f1216cfb6d82ee245 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-5.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.4.4.21-8-b-iii-1-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-6.js index 89b82650c7e50fc0d445e0cde95d7a3150fbf111..61e59a16f9d7b6bed15322e4e4bb149f6a817d26 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-6.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.4.4.21-8-b-iii-1-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-7.js index 3aea427474f6e9466b81495b250a41cb0884168e..e72682d8c294c0c1f9c07f03faf83379e01fcf6e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-7.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.4.4.21-8-b-iii-1-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-8.js index 278416ccda90e0e5008afb28a5ade5cfe37298fb..f95968531cd00fe7feeb2b5f0ba0d2eddb486339 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-8.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.4.4.21-8-b-iii-1-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-9.js index 5bf5ea0b6ed97e98720d803ff652d9d23f86558b..a7cb749e30e88d8bbea6b02a34efd4c92191ace5 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-b-iii-1-9.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.4.4.21-8-b-iii-1-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-1.js index 450fa5629a895abba6f36d9200ef68c8d1fd223f..ed1114228f34867255a09f211ab534ca1e2a1bd1 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-1.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.4.4.21-8-c-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-2.js index 1a5343790cd5ecbaac61da212343cf55c5661024..5e71bc183e5e2ef298093978f3ab286ca461feaa 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-2.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.4.4.21-8-c-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-3.js index e4b4d5c79d110fcb903132d8be23ddf6f7610c0f..e9cee5f628cc2423f1b88a88edfdd440d7e1eb13 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-3.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.4.4.21-8-c-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-4.js index 72bf8be432c2c4ef8e966fa99718a22c3dfccde2..d51d654f4c302e03758e2efbf43cc17b0df01bbd 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-4.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.4.4.21-8-c-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-5.js index d8ca5653e4f958553d9c1342d45da02687ff7abd..91c8258f8b5d1d9f1dd1358ea59b0f2c6dec0819 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-5.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.4.4.21-8-c-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-6.js index f2f70a008d8359a5898caca4abcb34f26afa07c0..1d2a6bc3a098a532e00d6cf510c7c14c715e9b8d 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-6.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.4.4.21-8-c-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-7.js index e0e3a25f71587b171a92edfc09d27a382b33938c..084a2c0494093c18a741bddc0846bf711e6937ab 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-7.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.4.4.21-8-c-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-8.js index 3db905c5b8c16a9da8ec28810d16b2ae66cd8358..019b6eddf594960097924f0bfc252f3642daa95e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-8-c-8.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.4.4.21-8-c-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-1.js index cc57b2072c5e9f9c5e023aa9eac613823e4ef6dd..8b7b014c15885b14138cacae12a8916c538cb7f2 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-1.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.4.4.21-9-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-10.js index 5474b7b1681492e8315992605fbef2a57a47f0c8..9746e1cbf1836cccbf361d4905f128f5ccff6e31 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-10.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.4.4.21-9-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-2.js index f4654276fac9b9a1328fbf07230fa798ad8ccb44..00a8baf1d44d64b2be933ab1b9f0836a8accf47f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-2.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.4.4.21-9-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-3.js index e7e682e19f7250629fd0949a30009c960331df82..0270290120546eac4a04adaa9694543fb70b58c5 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-3.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.4.4.21-9-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-4.js index 9ae0c352da2d1fa7f0ad0c6d3d482ea93163a333..e901425984ea37587f9db5a3ea03e5e23aa0fa09 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-4.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.4.4.21-9-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-5.js index ba4007efc0cc46b7b8ca7db31ac9e204224bfc1c..8676b3e3804f6e6ddf4f7e62bf766a45570ddb37 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-5.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.4.4.21-9-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-6.js index 10cbf6c535237ff2777f37a710dc81958fa82498..aa3c35f0471e120d21cbb3650e0d15637bdc9e4f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-6.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.4.4.21-9-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-7.js index 6a8617f62a5d0fed2c4c31e3f9917c9c98323db3..07285709e232563e30ca5075721151377d0e05e2 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-7.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.4.4.21-9-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-8.js index 98d3132b419abbb36dddf02a56252b1a879af734..d2b39698015a7a890ca970a8dacf6debf43da677 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-8.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.4.4.21-9-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-9.js index 4ff8d799bdec602eb9da62a38a391c9789727a65..bd97d824f393e02a744f1c855ac43bc15de21805 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-9.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.4.4.21-9-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-1.js index dd5be94324078fdaa0c8ca18bc612c1291107322..5b50b0226514d5de2f0b843773be13969ec2b2a0 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-1.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.4.4.21-9-b-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-10.js index da87247bb383c15dc5710bdaa24e8e85847a23b3..364d473a8a262ef056c3db9c8b430a2f6ebdc2ce 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-10.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.4.4.21-9-b-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-11.js index 2058a7ae14083114e915832e8c9182317eeb8c09..2e6175b8438a7dd49d898e5f24edcea28a2733e7 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-11.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.4.4.21-9-b-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-12.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-12.js index 5cc49937a9532964690d936e7064350b8dfdf5b4..00a571679a476465ef780d16611e00985869e9c6 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-12.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-12.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.4.4.21-9-b-12 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-13.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-13.js index 29b5f2884dc0e2c27c05be03d196fc16d70683d7..2a87c6cbaa2567717a16313cb0deb0b69e240368 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-13.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-13.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.4.4.21-9-b-13 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-14.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-14.js index 3cc0e06cfbb689eb65f34135c579320b23f0ef9f..7eb49ee7903f626ad8f8d4f12b858f2bf1041548 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-14.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-14.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.4.4.21-9-b-14 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-15.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-15.js index 09f1b8aba1bb9111b37512b50f9ba4e1cfd25914..d617adae4cdcf5401926842b933aa97e67d2a630 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-15.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-15.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.4.4.21-9-b-15 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-16.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-16.js index 989ed5c5a14f268b49d02a6c0a6d0d5cd8fc5aa0..9737b81204ba93f5a562fb7b81fc49bea2bec5f3 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-16.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-16.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.4.4.21-9-b-16 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-17.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-17.js index 697f31f4dc830b26880c5138baaa3bac0ff98f97..e86b5b32bfa9f429fdeb7fa48d6850fb37f74c0f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-17.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-17.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.4.4.21-9-b-17 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-18.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-18.js index c3455ca872f13abe218b66db0d26a8d856ec1e50..e1c0178ed50a3e024d68a3922fab414b28d3f262 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-18.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-18.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.4.4.21-9-b-18 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-19.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-19.js index 048b8258d3f7e4ad8cdee756e5b070e70b2062e5..b5ce1f27658b14d60bfc2cfbfddcf2abd0f3498a 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-19.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-19.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.4.4.21-9-b-19 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-2.js index c29c1edae48bcd1170d6f21e7ca4abda738e78b6..fb21cd6686f6ce4693778e83ea532b9b2a5fb55a 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-2.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.4.4.21-9-b-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-20.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-20.js index 0b8817f05a4660e7be05c36a7f17cfb4851b6e43..70a64eb374e18878c78986413f7b305176a43141 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-20.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-20.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.4.4.21-9-b-20 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-21.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-21.js index a0e848bebab5c9a7601f13b2ffa18cf3bb11d97c..1df76b4a828d1f674ba9f0a0f47fbd903c026313 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-21.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-21.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.4.4.21-9-b-21 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-22.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-22.js index d60a1cbc5ac8e4f968c6c49cd0d9d67e939a812d..dd7b9f67bb18ed544400be79e9b0debeb5a7fa47 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-22.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-22.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.4.4.21-9-b-22 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-23.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-23.js index 20fbdf0846bc960960911a6b5e79900a546313d5..35fe6ee2231f6818084d5035e790908114b786c9 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-23.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-23.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.4.4.21-9-b-23 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-24.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-24.js index 61a45ff200863341d835371400727fa546ed5893..93f9208c90635322e34d6ef444229b8cebf518fe 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-24.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-24.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.4.4.21-9-b-24 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-25.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-25.js index 9e573f92d98bb7220562e7054dd72004ab01d498..cfc7ffdb5c49b93c9e0687cb7a5ae016a4794c33 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-25.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-25.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.4.4.21-9-b-25 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-26.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-26.js index cc1050ceebdad180ddccbd62866dab3942987b93..f27c604230ae09d6cf0ed3063823903f254b3a5f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-26.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-26.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.4.4.21-9-b-26 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-27.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-27.js index 71308a6aa3fbaa06fc5a704769ba18255c42a8ca..3f5ff89337e923a7180f5079066a80adffedbc41 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-27.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-27.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.4.4.21-9-b-27 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-28.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-28.js index e8a1e80bc8f6c53e37d2c7b93516fb60ead20a86..8bbc583a7758ef6a9d8eb8da80a4ce73313f6ee8 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-28.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-28.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.4.4.21-9-b-28 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-29.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-29.js index fe4e4a3f29d64fd4592ee84c190bb8b0a73a7aec..83ef0cbc82ea44d294d6df098c5ba45ae2fe625c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-29.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-29.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.4.4.21-9-b-29 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-3.js index ba1b468ead485197a02e49266076d4d11c25b87f..7d36a853a8f8f7d2d8d7fd8215d65d09a822d0de 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-3.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.4.4.21-9-b-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-4.js index b8908c6cd3bb86034c190e1ea476066517c3d017..21d48f2cba74a79768e0c7ddb3fa6cedc3dce69c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-4.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.4.4.21-9-b-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-5.js index 46f0b845f53616eeb31cbe39bad61076b9a49fba..71e49118e67db2ab0c2a0b9382f1fff55348f5b0 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-5.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.4.4.21-9-b-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-6.js index 24f0011c0bedcac7205b1cacd753aa07ea051188..d2c78e07ad069e51048c39f0e6e03147be65dd88 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-6.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.4.4.21-9-b-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-7.js index d74cd51d1a073bc57b3faadde967a4be2e608618..919a860f6d041bd7be2e4df6630adadbdad9dc32 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-7.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.4.4.21-9-b-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-8.js index 3b1712f6ef3a3015c1e8516949e77384c0a53424..5ff818e4f414ac99a3f269a0124d0ba22446a91f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-8.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.4.4.21-9-b-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-9.js index 8614c1a76d1606e5cd68e05f9430bbd340e67492..fd8d2ab0ef15cac61de52d0c25211a7239ba6f0e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-b-9.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.4.4.21-9-b-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-1.js index a7e3294d11178985b5a4c42d5fb09486030ec169..aa2bfbfb36821c07d421e724f2203c979b1a4c9f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-1.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.4.4.21-9-c-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-1.js index 6ed5da3512a34d57f4a270c9fe909e2918b73c25..edbce72d25e1d698753b57a66ba309642561c68c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-1.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.4.4.21-9-c-i-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-10.js index 988921c172fda4fe6e112ee879fb13ebd6525ce6..f1d1e3436d51e32b048f46f89775049ca2c47ab0 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-10.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.4.4.21-9-c-i-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-11.js index f9a7c0201aee359d0ecba38d840105e98bca56bf..875342dd9baf60ffe8caeb2b5ba0c63331b3985f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-11.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.4.4.21-9-c-i-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-12.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-12.js index 5cd14aeb32b14ebec169daae6e8d9f494e83ab1b..f1ef648573e682ffb15310965604f9c5bd0d9475 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-12.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-12.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.4.4.21-9-c-i-12 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-13.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-13.js index 1a4ec646b5b1dedd816c6b5bed2fe723c5e00187..befe7caf4abf1794176eaaaa1fa0398c6e108414 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-13.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-13.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.4.4.21-9-c-i-13 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-14.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-14.js index 8ef0d06f930fa6d8ffcfb1b163970707383ebefa..adf87d01d92ae0e52436072a480cd41966eb2e42 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-14.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-14.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.4.4.21-9-c-i-14 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-15.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-15.js index 10713ab9f7fc8f1c70bd780585eaee14e8a5a09c..01d48876ac77911649504dc19a82e88b3f8617af 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-15.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-15.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.4.4.21-9-c-i-15 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-16.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-16.js index d449c27008d5001e1583be0fc11b4f73b2a8a9ad..58f4a8472cfa98a5e1fc8258d63fdb58371a3ead 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-16.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-16.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.4.4.21-9-c-i-16 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-17.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-17.js index 68c36e5e7c3b7bbd404f41b3558bff02bf72a400..b33016a898c1c1d46d932862235bb58fee92ce53 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-17.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-17.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.4.4.21-9-c-i-17 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-18.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-18.js index 698e217611148b4db9c42ebed6249668f61dcf2b..525faa40dad08c348687435c4bc49c4c582ad9e3 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-18.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-18.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.4.4.21-9-c-i-18 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-19.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-19.js index 42439083d4a1b439a627c131de4aa7340901dbeb..cdc1ba9ff009791f4c26571001428f1f028d6194 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-19.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-19.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.4.4.21-9-c-i-19 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-2.js index 59bdc7cf7886ce99b81587e1d310399980a59ca8..b37f46f1321e8b91bfe00dd7fc2b77fc7d47744f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-2.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.4.4.21-9-c-i-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-20.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-20.js index 24efd65783132ce7392b7c5489cacd024344a297..d7948d50b09ee385f185acf8b5e6eaeaf1b6c7db 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-20.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-20.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.4.4.21-9-c-i-20 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-21.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-21.js index b57f78a7bcd818aa7c362225bac5c18bd400f1fb..db05c388b18250dcb6077aff0d82708178119e40 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-21.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-21.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.4.4.21-9-c-i-21 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-22.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-22.js index 9ae42b562d043872f742da5b6a3693441f39f00e..e4d7ef9b6114dfc0abce21d3f6dd6b7a3b1b695e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-22.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-22.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.4.4.21-9-c-i-22 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-23.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-23.js index 8e09b48f3bb10cabc0696498ccc95c5726208250..00113eb514247efc2e65df5cbb9b2a4cdcf19be9 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-23.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-23.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.4.4.21-9-c-i-23 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-25.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-25.js index 69fbf2ef0112cbc7b9f250976c30f624cf7f1e28..0cbb4cd844093381573c6c8654985d207f93a124 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-25.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-25.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.4.4.21-9-c-i-25 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-26.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-26.js index 1b6a946f79e342d5d22664ef3f3bd6fb87c78568..82999096b32b7dd8bbb61ce98a436a44c29047a3 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-26.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-26.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.4.4.21-9-c-i-26 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-27.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-27.js index ef06a3ac221c1441e933b3c63ef6716b7cf35d04..c6616367712f22d1cd14ad5c1a3b62a091d28c62 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-27.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-27.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.4.4.21-9-c-i-27 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-28.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-28.js index a1be714937d3c370fc7ce2ac72d60b89f6060c01..0795014a517f61504744fac54271948563723630 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-28.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-28.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.4.4.21-9-c-i-28 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-29.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-29.js index 894fac5a7a260c448384f8d0a92e65993d96c6e5..c0d326e4fc09338914150a40b734061b4f74c060 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-29.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-29.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.4.4.21-9-c-i-29 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-3.js index f4e60752c61df0fcc6284e030cc0d3825bd1160d..9ad289384be09edd6aba8750926a03b3907f6278 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-3.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.4.4.21-9-c-i-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-30.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-30.js index b88265893085e5ea4aaa647153bf55542bb62127..a7d94e4f3ef173588ec7e3bbe7b013ecd514b382 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-30.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-30.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.4.4.21-9-c-i-30 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-31.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-31.js index eb42e52e2e802bb085e33b8cef011a8f5f288185..1bcce7f114b68b08dce7aa7e372f56efeb1dee83 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-31.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-31.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.4.4.21-9-c-i-31 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-32.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-32.js index 2f6701b62c04b8da8d2d59cf27a2a1f1bb5cd273..3fd275289ab6d0216004d206ba5e29ab008f5183 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-32.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-32.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.4.4.21-9-c-i-32 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-33.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-33.js index 9ae9627d42a53f9a2d0c9514d8822cb6c4224d3d..f6e29e85ec5e7eac591f2c61e8138fd19a14b5b0 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-33.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-33.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.4.4.21-9-c-i-33 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-4.js index 42250824ae61628c1b01937f1756f062014b2359..41a712ed5e4b74b8401d2ca2e8ae0b94b0a85308 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-4.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.4.4.21-9-c-i-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-5.js index bca119ebfd96c9fc754d7a1b732300f112522dc4..f8e08c1a977be52a8ed1b92b9213cacb8454d5f7 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-5.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.4.4.21-9-c-i-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-6.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-6.js index 1be14cfbcc4d7bfee0237382ff13bb7e972c7537..5cecfe04996a13a7df7cad417124f85ee17a7d54 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-6.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-6.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.4.4.21-9-c-i-6 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-7.js index af966302039c167b5c2203ab829945511863cec0..4e0dbb299992474d5add4b14f4c6627a35bd433c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-7.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.4.4.21-9-c-i-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-8.js index e26fca1ec4fefb801ed83ac19d3f75c84c4783bd..c57e824a21a14e2f1431ffb79ea226d491a17724 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-8.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.4.4.21-9-c-i-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-9.js index cb4ec99c91274905dd22f3ff9d3050d78aa150b1..86c84f0cae66f6cf10807480b3c3afbd87b9c3b0 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-i-9.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.4.4.21-9-c-i-9 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-1.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-1.js index f2f0a5755d1aa30a4366684d30980d093b7bbbaf..3a96b3f729412dbb5d209d3044275834c0e1434e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-1.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-1.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.4.4.21-9-c-ii-1 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-10.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-10.js index 2088bb59b3d5be766a8b9a6e1fd51b3e0327e74d..68646c07cfbfa85108b02e0f334a7aade32caf6d 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-10.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-10.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.4.4.21-9-c-ii-10 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-11.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-11.js index cbadfd4d234efb8e79ff4bf91b85bc905613576b..44070bdbe1af32721519b3a84d1628f429877461 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-11.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-11.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.4.4.21-9-c-ii-11 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-12.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-12.js index c899940c77018f58f1026fa63490e5825c3637d9..42407c4e443c13fe3a57c0c1eadfc63b608f1d4c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-12.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-12.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.4.4.21-9-c-ii-12 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-13.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-13.js index f378e74da7a45e541f6720c7d8d773d22a6fc76b..ad0e086ce3bf810b31e1864f3f2766c3bbdfbf08 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-13.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-13.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.4.4.21-9-c-ii-13 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-14.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-14.js index 5a8a1765eabaee09e9d6a03f1b5197b5d26c2a72..81c879421cc74b7ba00f9ae3b4be0676bd2e3893 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-14.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-14.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.4.4.21-9-c-ii-14 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-16.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-16.js index 9f3951f25ed1e34b9b30a239757569c9fd359306..7bad0ecfe3d5151da4584ff743ecf49aab582e84 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-16.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-16.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.4.4.21-9-c-ii-16 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-17.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-17.js index 0c3d4921998c191d828dccda9339a16a5962c9c5..0ec567ef896b4b716d92dac499ec2ec4f8c9e566 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-17.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-17.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.4.4.21-9-c-ii-17 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-18.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-18.js index 5235b48fe3f03a4d29ae52c2eb7705d3abd4523b..01ae0dfd2d041de61717f546a3acb47ffb70b806 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-18.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-18.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.4.4.21-9-c-ii-18 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-19.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-19.js index 494452531dff00c654a7c1eea5c44f4232054c6d..52aaa89ea2edb5548b1eb008cd8f985223ce78a1 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-19.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-19.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.4.4.21-9-c-ii-19 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-2.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-2.js index 67228531288aa8619bbaba9aff2b94850efa9d9e..7aa907f389121f67452f82b338e331f5e9569705 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-2.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-2.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.4.4.21-9-c-ii-2 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-20.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-20.js index 5d8ac28ff0597073fbd2b3d065f816c4ce1ee482..1af81d84d05767ee0b3c4a4529ba51bb5ee3e6d4 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-20.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-20.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.4.4.21-9-c-ii-20 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-21.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-21.js index 5d4ad691caf553285fa6f59daad47bb6dabbed20..98bcb4acd973381edb89c6df53c0a793c2ef576a 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-21.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-21.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.4.4.21-9-c-ii-21 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-22.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-22.js index e8225c95222ebbd5535ffded461fd69118a31525..8eff43af54600b4e634f7196e18fd8b548c40a00 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-22.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-22.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.4.4.21-9-c-ii-22 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-23.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-23.js index dde8f27574092af1985f92b7e256820672c5e532..c06bc3aca5f68470a2b4bdc7645e0b09f39eb755 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-23.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-23.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.4.4.21-9-c-ii-23 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-24.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-24.js index da5645f3391fe38f92f9a8fc29eb75a417b2ae47..3ca3a438f2fde20690e28b5bf32582cd1c5d0979 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-24.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-24.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.4.4.21-9-c-ii-24 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-25.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-25.js index 4065edef1a0e4f8f99521e25012a8f8f0706e434..35aa5722307baeab5ec5bb32459cc124a10b4dde 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-25.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-25.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.4.4.21-9-c-ii-25 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-26.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-26.js index 6358a7d0a39f6af55f7c58f3ae048b5ffaca9599..409cae6225270842cd38ddf481ae545eda82485c 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-26.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-26.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.4.4.21-9-c-ii-26 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-27.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-27.js index df37b687433067b9e0ecca7342096ca97f7666df..7bd5cec231bc499941816b25b96b3c8a2dc43646 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-27.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-27.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.4.4.21-9-c-ii-27 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-28.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-28.js index 169b37ddd789a58820ce2af5c07e39a774035ad3..230308bf6351c3d00357f69aa039ef27b04a202b 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-28.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-28.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.4.4.21-9-c-ii-28 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-29.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-29.js index d8c64102c243faa8b05700a89f59ba7ad8f54d94..cff38a8dbaa8df01b6caeaf45a8adf57bc7e34b3 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-29.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-29.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.4.4.21-9-c-ii-29 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-3.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-3.js index fce852c19cfb5980f9451c560cab17fec6ba5c89..239322be0f0445b5f385ee30b17560f9efb257c0 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-3.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-3.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.4.4.21-9-c-ii-3 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-30.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-30.js index d04c73448f3c51f62c4eefc67b506c2b4ff53d11..383aa57168351089b6b2817ca1849c28688ff0c9 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-30.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-30.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.4.4.21-9-c-ii-30 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-31.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-31.js index 921a137e86f91141bd0675c556b5eea6bb4672c5..9f7904ecfdbd6eee286d36ba33b2bffa30760843 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-31.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-31.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.4.4.21-9-c-ii-31 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-32.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-32.js index ee102104ed6ac8f529d05f66565a5570394e800c..025e0419bee136e20ffb13ab6e32c09124457a8e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-32.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-32.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.4.4.21-9-c-ii-32 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-33.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-33.js index 00945abefc54fa60bd644d3377256da2a2d33068..0c973e9200e3ff4faceb62bf9a75d3bcc93e3fb3 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-33.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-33.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.4.4.21-9-c-ii-33 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-34.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-34.js index feee4bb750a3ac7ec983d2400f853b8172bad9a7..1e81b884f0dd40c5e456795ae018fd7e75c67416 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-34.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-34.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.4.4.21-9-c-ii-34 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-35.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-35.js index e82426241144b84b2a5f0a36753475e6d894d828..00dac48c300fc0c718fdd622afa6209a5aae375a 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-35.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-35.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.4.4.21-9-c-ii-35 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-37.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-37.js index aac50b4a322aefe27ff93eccf084b6026824de97..e49546d60dc90a11832dfbb729edc0801fb4f0f1 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-37.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-37.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.4.4.21-9-c-ii-37 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-4-s.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-4-s.js index 01c7b5d62ab56cd06f74beef08bfbd0d6feb7318..8fc526b3054e3cd9e6df1c39a9d1e658e573a36f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-4-s.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-4-s.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.4.4.21-9-c-ii-4-s diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-4.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-4.js index 0c5ded54e0810d098fa60a9534881bf1eff33552..e8a1fd2c0850fc436cddd7a1f05eae48ff131a3e 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-4.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-4.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.4.4.21-9-c-ii-4 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-5.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-5.js index d1c778e0eae69f4a5cea2d70b210427f1d2cd948..ebdb2a0133e07f7ce080164f312cd89483a66f5f 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-5.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-5.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.4.4.21-9-c-ii-5 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-7.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-7.js index 618e260e2ea0cb2a907f4a4677b87d7cb68df3f3..41b136b6f847988ce9db5bd7b357eb0ab11acd94 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-7.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-7.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.4.4.21-9-c-ii-7 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-8.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-8.js index 634e9c796dd373e071f1300ee2e0a717241e474d..cb50d526c87d775deb1fe04902321cb15723a3b1 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-8.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-8.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.4.4.21-9-c-ii-8 diff --git a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-9.js b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-9.js index d1aef7e8c94e59b1e35e8ca48d269d29ab9aceca..84ad5fcc2a54607275ceeae97fec88e9619ecced 100644 --- a/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-9.js +++ b/test/built-ins/Array/prototype/reduce/15.4.4.21-9-c-ii-9.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.4.4.21-9-c-ii-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-0-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-0-1.js index f8448f4748aa02d911f9e6101d4207e78a615077..f914b6a16ecef322f4e65ea4d7c3816edd92ecb0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-0-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-0-1.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.4.4.22-0-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-0-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-0-2.js index 070f4693039b25fa94a0331396e9224611e67f7a..5b956665764d75d482c93a4717a3dc1c8a2008f7 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-0-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-0-2.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.4.4.22-0-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-1.js index 502a4f7ec2f8c2c2bf0c1b983b50800ee5304019..da9fe53abf932cb842cf47e31fd4b09d9abe9242 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-1.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.4.4.22-1-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-10.js index 3f63f34f91eb3b4c1c717451359e94abe252411a..a146182dfd290205e47ba72fddf41effe117f52f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-10.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.4.4.22-1-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-11.js index 5fd0ea071002d9cff55f2e5af4b7cb408460b535..f768d03c49f8296ff7b8545d498d90a469d36cf0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-11.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.4.4.22-1-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-12.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-12.js index 24acc7973e877297506308021d58eede05e70fe8..5b2d15b994209d6bfe1f0fd67743e600766d0c86 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-12.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-12.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.4.4.22-1-12 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-13.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-13.js index 1071c4602e45bb965363295e61086078c8b4cea3..b85fa21ff2c65d5ad48efb9faa8c44e965f88b55 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-13.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-13.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.4.4.22-1-13 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-14.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-14.js index 33b369200997295dc38b80bcdbea70f27ec4792b..1e3ef17deae948c4aff4514ae9a99a8a17da3c82 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-14.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-14.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.4.4.22-1-14 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-15.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-15.js index c223671aa631cbfca7fedebaf3a443711e4b7e52..c0c1c36552627935f3c0d307fee30c0ca1e822cc 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-15.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-15.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.4.4.22-1-15 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-2.js index 1de1cc249828ed416a7ca19b00bced79bc00f63f..7ab29703b2187f69115182f4abf9c2b24f13eed8 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-2.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.4.4.22-1-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-3.js index a819dde39f9fa35dd3a3344d95e51501c8d22689..6d932248a9cf959a0753f4af2f9e49872df5b969 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-3.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.4.4.22-1-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-4.js index 80dd1a98ceae01efa4609355442cd811aa46032b..240340086137ac9fe35c230d0c796daa856ae81c 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-4.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.4.4.22-1-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-5.js index cdaf99c5e7f74c5360053a2a986329159b6b8dce..e482f0fbd2d85b060d6d701c8807d0d2c3411ff1 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-5.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.4.4.22-1-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-6.js index e30f3e755d2369431116e8a777f1d583db6e13a4..d5334eb3a9e94adb82958fd401011da549503526 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-6.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.4.4.22-1-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-7.js index b3d5abb3539dcd35350084cc3968e7bf739daa89..417e0e8a3da7173cf11f631c6991e3cf7c7ba9c7 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-7.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.4.4.22-1-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-8.js index 6aaad3d9383916dd8dc82e56d9a3d9ee3a6a07c1..6fa8455730aaa0643ae4e30f843e0a83b88412e0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-8.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.4.4.22-1-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-9.js index df13521f97265e78044c7ec9345ed50699f5f029..61ff346e107edfa449fb4cf5037e00153de6eb14 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-1-9.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.4.4.22-1-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-1.js index 9d62061cbfc8e2803fb5e2ce5c1491193fcda1a1..475c44bc714b935418052bb4289063c8a9fcb743 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-1.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.4.4.22-10-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-2.js index 33de2f8f9d43cd9d6d424bc7e8cb7de872558413..b8a31890f1f25550f82015a22a9b8733eedd396f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-2.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.4.4.22-10-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-3.js index e27601afb119c7dc40e557eb5ad650995504f9a2..a0b39bbdc362198e7934e11b448a2d984f01830a 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-3.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.4.4.22-10-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-4.js index ed1a2fdf70bc78f6aa52ccdd9c2e271135430010..0ac2a1f0b6c7da65d0e9c861b2766e78561fee92 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-4.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.4.4.22-10-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-5.js index 67eabc0180274ed3bbe4b4a023ef1f081c30be59..1e573abce859ef19a1662087933dc69cc1be2131 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-5.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.4.4.22-10-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-6.js index 0cef85334c7e24ab2b77e53b06ca7fedf886f158..cbac727f45566081fff22c686b8089d49d0d4ed4 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-6.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.4.4.22-10-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-7.js index e37d1de2af691a9f62c4b134c8a0bdfc1802422b..eee28a289d3188f77d65d42f0f45e38656844a08 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-7.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.4.4.22-10-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-8.js index 187f0e53f273c0df6a5d9834aab09f609268c8d4..5730cf95059f3ae8d46666d0804e7775da37cf4e 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-10-8.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.4.4.22-10-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-1.js index cf495d51fa751569dcc04d5cc9df3b29c5596145..052f795dcb5f3998769a0a378c3b3b05c277ab14 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-1.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.4.4.22-2-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-10.js index b1489fb3cf5a408ae7e9ebf516f61eef86cc7730..fe847a1ec330fcd33f42387b6332803eea69aeba 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-10.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.4.4.22-2-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-11.js index 8fe28e81aec5dd51a6cadd6819329c6784f87678..b6eed8c81b7dce5b092f014eaf95640af8b265ef 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-11.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.4.4.22-2-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-12.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-12.js index ff09369c7fc844613796bc1026d6897ff97a5f4a..55c81f62778eda6cdc18f69f41a4691c4b0e2b59 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-12.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-12.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.4.4.22-2-12 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-13.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-13.js index 21a54712a35eb6d20feb283fb47b66c49da295ed..198db20e9d7198968d5a764b59af1832bf956c91 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-13.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-13.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.4.4.22-2-13 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-14.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-14.js index d631087db31c32b418f4b5a1beea6a82fdae5e8e..764950ced92c5ca19d6fbc41402e9bb7c30c213d 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-14.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-14.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.4.4.22-2-14 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-15.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-15.js index ed24b091f1be5c614996ffbd3eaef5827ce127b4..ae3bf03ab64f83e9949bb1a8fc1dc438afcb4230 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-15.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-15.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.4.4.22-2-15 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-17.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-17.js index b88cbdbf5852d6222bbcce8247e03ee264156959..79f11b3949e2fdea7a624a155764b2a96a99c026 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-17.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-17.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.4.4.22-2-17 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-18.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-18.js index 63c7de84801602af77f3b5859bbbd02ffc9776ee..af67834e8760474cfd85e32e9fd887ca53531d40 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-18.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-18.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.4.4.22-2-18 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-19.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-19.js index 4978396f9eb1eb47da8e6a252688ca27febc9cbf..14803ecd3a04306e106974703dc88564d8a8c923 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-19.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-19.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.4.4.22-2-19 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-2.js index 175a0166b54a3741cd350f7cb83cec0ee9f2e201..2dbfe579e64e714511ef897d1c62d56f70e52e20 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-2.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.4.4.22-2-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-3.js index ccc1817bfc94b5b5a4af49f5111c9fe444cbaa39..717fe7466c8b6c338d04a0559646215ce155977f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-3.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.4.4.22-2-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-4.js index fbef5cb91f17334464d5f21ee4f1117953b8f053..930853b5c243c2cb7dd7fe13d8f0850c97c54547 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-4.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.4.4.22-2-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-5.js index a4b9b67351739126c7fe1740b81330f6cafec17c..10c05bdd2f204ded49724dba63da6afd49624797 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-5.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.4.4.22-2-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-6.js index f004e20942ece574a1c625ec5beed11aae5e9e8a..8a12b9cb3b0ba4e90db74b29f9891a53a647e601 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-6.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.4.4.22-2-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-7.js index a2766bb5ac346d7165ddb5d7e33a446212493d9f..e0ee6f7642384621948b8203c733d1889a7706bd 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-7.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.4.4.22-2-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-8.js index f83f7cd3bd6e5df227e4f6271a7e28562cdcb4fb..962edb7cdad47d1237fbd071ddac9aea7c57ecbd 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-8.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.4.4.22-2-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-9.js index 0dd35fc2889b4a7f114b33f7c4d423fb7efb9507..f5c121525fa183f751903ffe0d33a689323c3ef9 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-2-9.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.4.4.22-2-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-1.js index 98d37a841d4d25559bcc6cb0f3ac38d7c3c890d2..76f1b67675bb5a173a6f5a4fd10da51d3261b842 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-1.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.4.4.22-3-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-10.js index 183a24e9b775a6abfd372b4a705733810cfb3648..0e5d72899182d8cd49ed93e2ba61102b3d4a13bb 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-10.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.4.4.22-3-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-11.js index 675e608dd07b4a4d608e2e4bb67f543c00a40313..aaaf3ff6bfdde230031bfad9357f9585af9b6b3f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-11.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.4.4.22-3-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-12.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-12.js index 893615b21c44b0c41325ae947b83ff91895b8d9d..7ef635a545fb88edb882e37b27758f4d578404a0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-12.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-12.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.4.4.22-3-12 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-13.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-13.js index 2f6c8161813da6d9229be7069ac7bdd101eb5181..220c7cf4bc99d438afe07e2a7c1c9a49ea63beb5 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-13.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-13.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.4.4.22-3-13 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-14.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-14.js index 3dd76bc2957d4e22f745c6194d7994b181901476..d96fa4f74a39688692a4ae873216760e9f859e60 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-14.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-14.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.4.4.22-3-14 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-15.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-15.js index 2266b2da4031bb5a13b277e17f7b1487ce63aa9f..f00c19fad1d3ed4c85544fc33a9291674535ce1f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-15.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-15.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.4.4.22-3-15 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-16.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-16.js index 097520b5b8cc0477d8aba101840005f61e24cfd2..535a258a334e1536ac04a9eeee9a9372afa4c536 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-16.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-16.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.4.4.22-3-16 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-17.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-17.js index 089918e2bbd611e10c527eba566ec7d143067a0c..fc3e7a6a6a61e4ca8b7fec2fea913b1ddd0797c7 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-17.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-17.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.4.4.22-3-17 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-18.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-18.js index 9992ccaaced15e3f06edb30ff58ad362ed758402..815efbfa3509500702197e44e2a5234e9dbdb574 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-18.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-18.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.4.4.22-3-18 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-19.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-19.js index 9bef0c27ea715111df1e87d973b3075780056fbd..4b60d8a60f31b9ae9c3ba35bd1bc29388c28002f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-19.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-19.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.4.4.22-3-19 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-2.js index cad8b01237221950e7f0b299e01a6d075d9b1b97..e4edc8df685dfba062adbd5ba756a83ab3b5cd6c 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-2.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.4.4.22-3-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-20.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-20.js index b0db2caef72e05e3f75cdde78eea56ff6266fd23..8dbef1c07a49cc7cf5c1a0ac49f47c8a8f6e81bf 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-20.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-20.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.4.4.22-3-20 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-21.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-21.js index 97bfc1376a08da2dafd7a7a3d38415f23ea0adab..8f28247bcb6357fe252c6f04fe5d4365904ff762 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-21.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-21.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.4.4.22-3-21 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-22.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-22.js index fc25f2150b454b50620febb8ffd2481b8644706f..90da420a017bff4e33c9774e0b9e4d9cf69f6f7d 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-22.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-22.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.4.4.22-3-22 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-23.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-23.js index 382c8a0ab3fe7ddde27bd0de3972b0b15bb18dc7..8d5a1dcb3cc2617132a29f870ac88e1c1f823bc0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-23.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-23.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.4.4.22-3-23 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-24.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-24.js index 2c729af7295f59be724f1a04a1714f0af82ba619..63c6dc7cc4ce3d434fbf2740b9708f32ad970863 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-24.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-24.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.4.4.22-3-24 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-25.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-25.js index 2ebd7aeb9dca6f1e447514f12d1bfb791fd37222..3cfce6379c5b533aaa018728a4383ba3780369de 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-25.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-25.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.4.4.22-3-25 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-3.js index dcd5867679af47ab3cf73c4499a40af0fafc7d8f..142a862c7420aea333a191c43f66608ca2b1c651 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-3.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.4.4.22-3-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-4.js index 349a9389c86e83c271a4eb61cf87a2e432a3c15c..030d8a606a6043ac237210fecc2d51d700b1c70d 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-4.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.4.4.22-3-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-5.js index bd4ba6f2092d64f5fcdc7cf52526fc7e99c0e48d..aa338f40a31fcd13c4432c0df5ac668fd7b424c3 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-5.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.4.4.22-3-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-6.js index a2786deb2e48953e2c4bab9f07f6b96d9ac63711..b1c732cd07be7a8176745c3bb107fd3d979ae585 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-6.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.4.4.22-3-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-7.js index 89f1d867bfa0f443c1a6aa5280d2d895c0a442d6..204c9660f7de58425ea0532adeb43a02f1e2c110 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-7.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.4.4.22-3-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-9.js index 4884a7a3e6289de8847809bc17ec3999769610c4..4dc2197b5fe2016f05a1244c63da02b1b90c379a 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-3-9.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.4.4.22-3-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-1.js index d8b9296e3dbe12364e44a08bed8b02118b4b3abe..19549a18b27a6ea2e8ff368b75790f3eb3af5e7b 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-1.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.4.4.22-4-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-10.js index d7462f5d2516ec939a27fe558cd86cd57397d5b6..b19c529f7d2b4eef9b4598980046cb46379937ef 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-10.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.4.4.22-4-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-11.js index e0077732d1ce540144481889973cbdfd8ce3f02c..3927b9dd6079b1c91ac20fe2cb542a4c908ee00c 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-11.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.4.4.22-4-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-12.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-12.js index 9c401a65bccd2cbdbc8b698028a80bcba7cbbb4c..b517a8a7738d1371e40f9334c1d82d8584a21c74 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-12.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-12.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.4.4.22-4-12 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-15.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-15.js index 5bd2c2e0f4b138e1bb3269db908fa3cd56dd9d6c..ca9408b6566d86d94e0ff111fea082879670ed82 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-15.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-15.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.4.4.22-4-15 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-2.js index ef09774dbab04ddd6cbd4e8ff7fbbf810fbf1eca..1df28dfc2560c0a58a5ae5e04bb20bbcdfafe00f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-2.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.4.4.22-4-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-3.js index 1c77f68f1271d9b582d792c4d1ee5ad910c182e0..dbc1b245f1f1daa9d386b972a770d3f158c4bc00 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-3.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.4.4.22-4-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-4.js index 371289036d2756bf006fa0e4dea83fd2c104d85d..bce7673863509bbacf00ef0fb3c1739f20572cfc 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-4.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.4.4.22-4-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-5.js index b4158d4010fa7be1a71b374ac812b7eabc837c5d..98b3424c6c76ed104cba1a889eb1f4dda6fd1677 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-5.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.4.4.22-4-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-6.js index d411b46ae47165c76a42f70ec182f7c1956f6913..e84b73a338ef041e23b129bfaaec3bcf9e0b2644 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-6.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.4.4.22-4-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-7.js index f55095be41dcca7bf6d766d240d11f67fa4e6e59..9d50aec4f3845abf3477ce5c51572e0b9dbc4daf 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-7.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.4.4.22-4-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-8.js index 2f5b660503a1cd8bba6ea0f70da2ba7ca7a47fd5..91998eb295ed779e9c27b95c041553dd4c2fc735 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-8.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.4.4.22-4-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-9.js index d89fd60ff657420a4086640b64286d5ba5ea3b24..61dd66012b0362445aa936369c082836c74e3065 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-4-9.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.4.4.22-4-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-1.js index b56b5235c336a789c356773b8e9e1a0d88e7463a..0a780ca053e4523ad53eb52d257e9008da0d6a26 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-1.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.4.4.22-5-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-10.js index 29ad9aac56ec76409a25220db37aef86e2c01bd8..16796f441c2343c8934f4ef7033865967aa77e98 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-10.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.4.4.22-5-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-11.js index e6f24abba376c89fb0f438832b24238aec080b41..6f02fd445cb5a62743e8837fede983bbed81cbcd 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-11.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.4.4.22-5-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-12.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-12.js index 0c44dd9e6c84252b43f60fd0ba06aa8902b96600..113fa4097415c6c597326801fe56918efcfc5ece 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-12.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-12.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.4.4.22-5-12 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-13.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-13.js index 7b57361360618e310ef281d288f1d3dfa9b687b3..4f5873aaa353d607c0f8b3e33c213500516ea266 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-13.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-13.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.4.4.22-5-13 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-2.js index babb452d49521466cf68622527ed586ca5ec2578..ba4e1a403fcaa4f4507e0d110bfbdf5f5fd9e989 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-2.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.4.4.22-5-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-3.js index 8c228bb0e5111ddfae0085592769d3af95f2ecd8..b80ff5dc72f76f22643172e5e970a0e37f8704bd 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-3.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.4.4.22-5-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-4.js index 66dbf14c7d44f1cb3406521055c44ea5ddf46e3a..444232ec5dece33dbcefe04cff42058bf2fcbdb8 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-4.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.4.4.22-5-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-5.js index f3cfef14233284ec5c487d1fea0f533198fd7a99..72f23a1d18ffd1f2da3a9efa57db060d68af6fb6 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-5.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.4.4.22-5-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-6.js index ec933d06cf7cf9456b89cf414ecc4c5afc62dd89..632c94811ebbfec8e4251ac18fd7f5ffdf5add93 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-6.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.4.4.22-5-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-7.js index b7b8119bc837f8f1b4fdd4b5ad30d97f0e3172ec..3a386138572658c8f99bd32f1a13ea8538b8ba6b 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-7.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.4.4.22-5-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-8.js index 17568fed9b5abad2a118a96f92695c024ca6c441..63788afc0f7a69e6cddcce87bb519619876a84f0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-8.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.4.4.22-5-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-9.js index 23b2ff389a224a8dfc6800d7b4637547fc55d0b4..b143a1556921d155287044f616b59f9935822306 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-5-9.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.4.4.22-5-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-1.js index d62f381bf9252594e7e4d0194a78d2fb138d243b..dafb24ae878dbfe809e1e5a2f1d6a7d7c8387253 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-1.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.4.4.22-7-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-10.js index 1918f3faf05c429f7abbe90b3a5b82974bbe0dd6..4b1bb71cb773745c615df33ebfb742d22ee4b101 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-10.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.4.4.22-7-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-11.js index b5d79d2bdfe85683529f6dc6d3386c60900abf12..ec4e4b800311e28ceeb665372f39070412edd87f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-11.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.4.4.22-7-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-2.js index 87e2d6620ae799ae4694d994b8fe2b77e062d524..129a07a01b76831694eaefd8b917f1d169f725fd 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-2.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.4.4.22-7-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-3.js index cfbcdc35ded2e963709d0bd6860d8deca10226de..0dea7b815403b9a8f214a67b4974efd10165e5f0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-3.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.4.4.22-7-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-4.js index 2159f59c368bc843b86b7fef2ff9a811b7a00633..5ee711423bf330d62722b29f341cc525c2627bcf 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-4.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.4.4.22-7-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-5.js index 16bcbb5eca5d400c29acabaafc73a8bb08a7e130..2f900f368d7769d43696b7e70582edbfce2462bb 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-5.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.4.4.22-7-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-6.js index a3a93336cb284755cd6ea894d2b1391bd5a39f20..cb8935552239abede047e50a51c64e1f3bab5156 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-6.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.4.4.22-7-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-7.js index 5d9c1d309de4a5256a885843c302dc178eb6a9a2..2f355370996f967c8352dd1aadd040f676d1653a 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-7.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.4.4.22-7-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-8.js index 965caad669bc6001bedf58fdc3154610f39bfd2c..9ef8c95c880102d06aab0fb5b066cddbc54de4b8 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-8.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.4.4.22-7-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-9.js index dff71ee6ae9b4947e145b8672fa84d578ea75573..9484da5a68ecf2cd0b99f589fb2e2e769cf92153 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-7-9.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.4.4.22-7-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-1.js index 380e4fd42285ea2ab89fa52210ecfcd4351b4338..646150b2b286f9c3991ed8b0ef432ec930722d91 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-1.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.4.4.22-8-b-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-2.js index 5081632c798f99b5b13698a047973a627e410b39..f8915528823bb7177f881f10a27914b207b8899c 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-2.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.4.4.22-8-b-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-3.js index 7a621161f9e94d35587b76b5afe580777e0bb668..8ca284eca19c7e4cde2d09e88ee0b6b9d594c6d9 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-3.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.4.4.22-8-b-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-ii-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-ii-1.js index b5bc9820409ac63b136e12754fe493d903a4ae17..b1e9f1eb67462d7f27052c9d259231b7a7fa7f64 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-ii-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-ii-1.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.4.4.22-8-b-ii-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-ii-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-ii-2.js index 7b8446c2c7394c30d4baaaa3ec451af482cec2ed..156471b6da4c87923ddd32651fd6539da3191d3f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-ii-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-ii-2.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.4.4.22-8-b-ii-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-1.js index fbaf09b5e25a77a8e4229b06fe973b1315fce2e7..ecfcefef933783cb848de59111b16e5ceee4539f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-1.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.4.4.22-8-b-iii-1-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-10.js index a70cf46fa13c8ed8739409b5217092a38c3e1323..d93f4bc612cee17dc466363f1e621a414b3c30ca 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-10.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.4.4.22-8-b-iii-1-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-11.js index eefa6b4e6c15c7bdeffa08d55ced9e5a141e897c..88bd387c4d4c26e3a9cf37b7f2ec0ced8550a8b7 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-11.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.4.4.22-8-b-iii-1-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-12.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-12.js index 85d1c012160acf7cc438dadd936a501acbafe945..96616646d145e8986f602292703006ef6bca9e04 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-12.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-12.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.4.4.22-8-b-iii-1-12 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-13.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-13.js index f0a60ff8269451cdd20b5c482fca0bb38d835478..d07dce72a352b775ac0238fbdbc80fc017800913 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-13.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-13.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.4.4.22-8-b-iii-1-13 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-14.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-14.js index 7b77ac01105a2a853bd338bf08e457c5c9519965..f35f43bd61c3f899a70b1913873c47d29fe24a37 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-14.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-14.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.4.4.22-8-b-iii-1-14 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-15.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-15.js index 94a1f323aca21e0a14b70e27b8bd40a1a5df3382..1acfd62d6c7e61b7e186c8a0287939ddf8e29b6b 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-15.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-15.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.4.4.22-8-b-iii-1-15 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-16.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-16.js index 6f69e55048fba59183d0fd8ddd5403844f19cd99..a7814ef349c15cce462e5b3e46a28e4da9a78145 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-16.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-16.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.4.4.22-8-b-iii-1-16 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-17.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-17.js index de1f993b702eec1f01f808074617c9d41b21ab74..17f4934078818ddf8f630be9401c135141e1ba96 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-17.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-17.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.4.4.22-8-b-iii-1-17 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-18.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-18.js index 368b98f0e02c5668f39f5b25e04fd1f8a4a7dd0c..24b897f6a47df9ea1961ab075e50123c2e3af3a6 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-18.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-18.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.4.4.22-8-b-iii-1-18 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-19.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-19.js index 842d8ecb8a3e8f095bd5f45ab7e6225935d848a7..c0087cdb08e1a45d2d57285dbc211a574260035f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-19.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-19.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.4.4.22-8-b-iii-1-19 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-2.js index 5dcd74bd56d066e19f54b8fd483ef1eb93123559..736575450a9f6f5e8967f26be40bc6bb3fe2ba0e 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-2.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.4.4.22-8-b-iii-1-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-20.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-20.js index 860c2dd17a601c12f626b2133f1d659c203a2b17..16d9ea43a66d33cf19bd357d5aedc4dff7924c69 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-20.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-20.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.4.4.22-8-b-iii-1-20 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-21.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-21.js index 60f8e096dfe0f733a5cd17890d4416354df9fe53..315b62b47142d78dbe02740b2ded6ff8c1a5c593 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-21.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-21.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.4.4.22-8-b-iii-1-21 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-22.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-22.js index a4053b5f05881e3b9f192ad07b1a9e451d33f919..c3d2e698b51385ec8b05422f6219a667b5674143 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-22.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-22.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.4.4.22-8-b-iii-1-22 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-23.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-23.js index 07b886066a89360e5c60c216fcdb4b0ec34fa5ee..dfbd2db0ae432e932445f9b9688ec50b9a3fd2f5 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-23.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-23.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.4.4.22-8-b-iii-1-23 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-25.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-25.js index 8f7dae75dc9c279c5d33662d41588742dd026739..b6b05d57c30226a0e8f3448a9a038e4e5d0bf283 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-25.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-25.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.4.4.22-8-b-iii-1-25 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-26.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-26.js index 5677a6f74df84ee67fe73a1cf6b63b2262e7b747..23f2f3c5a5028436c4ccdf41f6bc8e4d5510334c 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-26.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-26.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.4.4.22-8-b-iii-1-26 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-27.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-27.js index 6170b0cba862811a12a5ecdeca97b7504025bb7d..6d66107441de4fdc5be91b6cfe38d25bdd315064 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-27.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-27.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.4.4.22-8-b-iii-1-27 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-28.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-28.js index 6359a00c7bc54955ff7a51a89f6e48e3cd908f91..581113bbb271db91c13b420d6a9212ac69a6c15a 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-28.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-28.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.4.4.22-8-b-iii-1-28 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-29.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-29.js index 2ed9b26456727eacfaaeb0f62b84ccc4e30e1d36..27daefa67f7c0cf369bd533a38514f3a284e7a37 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-29.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-29.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.4.4.22-8-b-iii-1-29 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-3.js index 240c65ddfa3017d037c7d0d4372b1a966362c86f..935260a5b61e602b2b6ed79b4a8646f16937bb47 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-3.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.4.4.22-8-b-iii-1-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-30.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-30.js index 419bf50b54165a0bc4cd230031b9387e648ceba1..d6b13e9193354c3787e9092781de9f2ac24e0e07 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-30.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-30.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.4.4.22-8-b-iii-1-30 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-31.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-31.js index 7c5ea9b361607a19780d18bd32053fac8d31fac3..8cf6b99579f36545bb7c8f735471d06cb3da3341 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-31.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-31.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.4.4.22-8-b-iii-1-31 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-32.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-32.js index 7e26971ccfe2d746a1ddb2aca054d09363eb0229..950fba740f4030e3504187495e255232387d25aa 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-32.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-32.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.4.4.22-8-b-iii-1-32 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-33.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-33.js index 82de38fb7995dc8d6be12bb506ffd4ece3ba406a..43ed6583d3d3a4edd7629d6d0341fc8ee89d941b 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-33.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-33.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.4.4.22-8-b-iii-1-33 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-4.js index 01c7ab0eb322b117bc744a22958d6fbec9e49796..b4daf842aeea22a704bfb19f49af4d7eefb6839b 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-4.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.4.4.22-8-b-iii-1-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-5.js index 779361cd7e80fc012b64170cda23eb580a6a63a2..17bcc4d6fccb8fef2245ef404e0f85e088f3b9a8 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-5.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.4.4.22-8-b-iii-1-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-6.js index 6f689ab46a87b8c968c24d9507d230d132e59f78..6195bef8a4e5ff35e25833ac36c68b42b00f5e05 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-6.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.4.4.22-8-b-iii-1-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-7.js index 6db27679b31a121b7e861befabaf4644b07aaa4c..dcf654c1a7500e64b95beb35d73eff7d9bec0774 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-7.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.4.4.22-8-b-iii-1-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-8.js index 199b7494438a40a73ee5af42c1b56aef495b58da..3d23c6185a56a9424e56aa3d6e52253200616501 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-8.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.4.4.22-8-b-iii-1-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-9.js index 033f16ca6b8b4dcd86a6aae3a5356396194e1850..ad91ba7eaaee82c4b0b52330286bf13f1ac84ee9 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-b-iii-1-9.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.4.4.22-8-b-iii-1-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-1.js index 63ee6089e7ba61a6768c47f9fedb2156ba87dac8..59f95a6c408693b2b9a6b357627fb6dee3efc94f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-1.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.4.4.22-8-c-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-2.js index 0b05dd578f524b945f60f8bb31f2ab40fc678874..eb6917ccde265f3e2db952f0ebe17b7336a412d0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-2.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.4.4.22-8-c-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-3.js index 8f146afe0d5390310025a61add8c292634bb54ef..efe0973272484c312bb334b8158d1adb3a11fc00 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-3.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.4.4.22-8-c-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-4.js index ed072cc6d7be289f39fe68d6c6e550979622fbf8..9b1d5fb86ad6a756d7cf10e82323e73afa326b28 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-4.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.4.4.22-8-c-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-5.js index 781585d649a70bee89a914a1c1c9fef96e879447..43f3b465f76dda91589f0eb46ddd880b9d5546fd 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-5.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.4.4.22-8-c-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-6.js index ea2f9889c1c9b86f07a342acba80c7a561dc81d3..459118f3c53b79f173a67f5b9db72998d8026b99 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-6.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.4.4.22-8-c-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-7.js index af2220955aa3342e1f2f486bc3acb5c742b06e30..7c9c24c94c7e454574325e202728d03bff83a730 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-7.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.4.4.22-8-c-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-8.js index c54f578238954a1c9f38489152b5b713eab7f72a..c83379d5d58c7322501cc976121d86fcb55d32c1 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-8-c-8.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.4.4.22-8-c-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-1.js index f2c34d145e6b600420ad01e97e127492a190031e..82a10b124c7002a61a970d36fd92ba0c4c07f74d 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-1.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.4.4.22-9-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-2.js index 90c7bf4a32461dda8dee1c0d1228f1b502f13851..88de6932969b776de934a8f8e9d20a803aa60268 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-2.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.4.4.22-9-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-3.js index cbb6e8a1802be4b8efea7778ef303af13612cc85..eafe439e8718ce45713a014e91f0d2dbd8a79e2e 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-3.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.4.4.22-9-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-4.js index d9b7b5c8d8d0c1cd5838676192a0f81eb7a9a457..7e4f033ad248c89d073d3802939506527615c315 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-4.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.4.4.22-9-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-5.js index 5462e7803b2fec4cd84cd96a51c3d5f0a203df78..1dd88b4c412a04dd23fc93793d888431ffe431b4 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-5.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.4.4.22-9-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-6.js index 8ae6407166ee200f970ff27851e84d370f05f151..435f5ebc9a1603c13f5f1515ef1ea37ee9255385 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-6.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.4.4.22-9-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-7.js index caf07b0ac01787dbfa0a4eb825be771edbd542ff..a7f6135c4a401201abdd9c3f170d2d2bc798811b 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-7.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.4.4.22-9-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-8.js index 26ed1c2f30e6b013e74259380ba54792f9848e9b..3cc2181848a7dbd5ae22b4fa5bebf5a716513cc0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-8.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.4.4.22-9-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-9.js index 7fa5bd0f3f4c3e3c5dbe1962f928a9203147a344..ad3fa72ae9ce878d0cf0082e6d081a12f4ffc437 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-9.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.4.4.22-9-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-1.js index fe6f3a1e57205894ddb1f52b58d98d5daa407df2..3879bbd99a7f93d92bcf7405dddceeab39400346 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-1.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.4.4.22-9-b-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-10.js index 677c5354b4b6141926f6e45c45ecf70802131fb6..0467957d7fd353d5684043976373862c6579e5a5 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-10.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.4.4.22-9-b-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-11.js index b6c9e20a332f420d280d9027b6f07d899b7a49ce..b8dd5940e308752214079ff4522779b292d3f50a 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-11.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.4.4.22-9-b-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-12.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-12.js index 18c19c199aae9861c2aa9130c116785e2ef06507..a9d1c21659e70a157a0cf0e98f4fcb5f485eaf84 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-12.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-12.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.4.4.22-9-b-12 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-13.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-13.js index 579afff2014257f0150d28715b7279565e6fa424..725c3de547b65d168a545d93dfda66a4348ada9d 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-13.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-13.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.4.4.22-9-b-13 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-14.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-14.js index 1541fc6e3d8ba41437fda09f6217c76697d7b1da..cdfe5e12f4af55156db3e5adcfe9b2ecb07da1aa 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-14.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-14.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.4.4.22-9-b-14 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-15.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-15.js index fc0d217445cd839454b58e6188aec1aad4d3876e..3fe58488a180cda2e0218a511f4ce5b71d7b2e19 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-15.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-15.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.4.4.22-9-b-15 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-16.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-16.js index e915d6ca144da5b218b43bca6bb7dcdd20f304c0..a2f3a8c64753e24d3b72ab7bd40de6f191850ef1 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-16.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-16.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.4.4.22-9-b-16 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-17.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-17.js index d8afdf55e2d141f74c3337442a52f002faa778c4..a2ca32f32b55ab14cd5a01f8c42ac88d13d4fd35 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-17.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-17.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.4.4.22-9-b-17 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-18.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-18.js index 6591bcd4cb202944cb7a2b00e926e94dc3568282..4ab07d3c6dcc1c0dadc1ef351a12edbf83388c69 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-18.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-18.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.4.4.22-9-b-18 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-19.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-19.js index b8c6c9b9a2afce55a1ee83990a4238916705de86..9fc059f06023a9b64d51f6f8042934e14401ba62 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-19.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-19.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.4.4.22-9-b-19 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-2.js index a02eac25e27f42e0242b2add517703ac0fecd3d0..716e50d75e37fa38fad12b88572c4e9e74ebc371 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-2.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.4.4.22-9-b-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-20.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-20.js index 8ba33f2f0f0a9aaa1b0ee270ff1ba2a639c769e2..5d47fd9f1ae8f009661d8ec40f18e411e0925980 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-20.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-20.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.4.4.22-9-b-20 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-21.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-21.js index 5ad8d82daed20d5ab40391fbacfc6ae5b5116dee..77a29148b2fcd67aca4f0c1d723b416eb15cda8c 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-21.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-21.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.4.4.22-9-b-21 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-22.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-22.js index 3a814cb72def27be530f7c3ad02f9104f712447e..5957f5538d144fbdd8a4c4c62c9a1a31c34d56a0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-22.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-22.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.4.4.22-9-b-22 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-23.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-23.js index f093f715ea25d5f40fe86791a939689dc85b2968..33f434433604282f68e2b6b5bb6a17304113dae6 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-23.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-23.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.4.4.22-9-b-23 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-24.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-24.js index 217f464e995f671bf2f4eaa20fd00bc8c4977323..0fee30536bd3b042145f7c510c20190f858c05bd 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-24.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-24.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.4.4.22-9-b-24 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-25.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-25.js index 29b628901392be2f119a695081b183c7383ed477..5234c19580435f586090e8eb735732229dd82108 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-25.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-25.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.4.4.22-9-b-25 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-26.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-26.js index 66f3068e9c68c24a08ba8a8655c27e12409f9f05..96ecdf625b45cfe67dafd00341349c290ac316a6 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-26.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-26.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.4.4.22-9-b-26 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-27.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-27.js index 0dbe6b271d772937a77c89f985bffe3c48bfd165..53ccc551bd9f1fe481ddf0f727666f5285dca4fe 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-27.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-27.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.4.4.22-9-b-27 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-28.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-28.js index bbb3f75ee81ed1deebbd61309832c72b0b0a0830..e77cae3653c50e5e5574929420a30f53f0dc8ba6 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-28.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-28.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.4.4.22-9-b-28 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-29.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-29.js index 129db4bfecac6cae603982e9056c33b8700e2aca..d3c94f0027aea1584b6176b3c9104df17a86ab7c 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-29.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-29.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.4.4.22-9-b-29 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-3.js index 289ed44808763870ccd0ed73e68b7817f8be1785..4d33577284bc2ac0c55f819321c8aa7576f7fb55 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-3.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.4.4.22-9-b-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-4.js index 0ca862c8ab47fc98c6384f953fa9aefc38ccfbe0..986b88087cfa0f31f879538889ffd684d8a5a6b6 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-4.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.4.4.22-9-b-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-5.js index bb0001b5839175866233e1acd683c1f1f7ceec63..ee279141b3cbf64ad98b80d2bf2886f888a36015 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-5.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.4.4.22-9-b-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-6.js index 26566e7423682ec91e3f9208b1a917c7c9ba2e40..8f96ac4840cc9d4eec9ef8f07bd7b318307f30e8 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-6.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.4.4.22-9-b-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-7.js index d5992e4e6cd7472e78cfa91c42430055181c932a..c83e459fbccd65555a9781fb12d9e44527b61cd9 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-7.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.4.4.22-9-b-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-8.js index 1ae386e67288b47fbd271cffffa514d6bc659cac..d797f922f9b11a4aaaaa356baa5d3bffec88cb53 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-8.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.4.4.22-9-b-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-9.js index ae65f17cb17cb193e384f6fc25e8db436740eaf3..68109d41420f07ada33ab9712a81268b42af74b1 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-b-9.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.4.4.22-9-b-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-1.js index 44a6e0ba2c270ef9489782c24c7b98ff559597de..bcf5d058451ade38313fc9871a26d83e7213ac00 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-1.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.4.4.22-9-c-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-1.js index 52f6a9c745c51d319b83146161e143d6f437366e..65588b49a430a3f21bd30a06d22100a2e26f6be0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-1.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.4.4.22-9-c-i-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-10.js index cd7d72810271594a2e33bab2f8de349aeb2346b5..a7955ab8963f7b7899529f32b48048c2a1d1966b 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-10.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.4.4.22-9-c-i-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-11.js index 742837f409d54f9a7f7b087d53e6871bc0a0fbed..d73974d8049714e4ccbdc9353a07f44e5ffadf23 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-11.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.4.4.22-9-c-i-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-12.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-12.js index 388e2718909fc541f656b1ae434fc0f850b2717d..d62bfc9d5742d78d896a8b912265f83ecb8b4278 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-12.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-12.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.4.4.22-9-c-i-12 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-13.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-13.js index c13a873e8bd972168c6c7da0ef367b772d75b926..72267025668324ef541213682744b415cf43c2a7 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-13.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-13.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.4.4.22-9-c-i-13 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-14.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-14.js index a8b46f76008bd4cc81c292404c03ba5c15eacb98..f9a8c8adad59e76e56dd6b4cbec1a5367adbfaf4 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-14.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-14.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.4.4.22-9-c-i-14 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-15.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-15.js index 2df5864ea25ef04991faa7e077e8fb15df5604bc..5a8d7d2cdb30f9373c5b931143ceb655d5e3104f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-15.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-15.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.4.4.22-9-c-i-15 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-16.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-16.js index 677ec061d4b69494acaf04f2271d117577d66172..ced9ca9bfc8af1bc98cbcd731d8e4cdfd8f79f5a 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-16.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-16.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.4.4.22-9-c-i-16 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-17.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-17.js index f8b6933995560febd83f9ddbb24daeea4081e2ac..ab3e8046808e1c0a5091c21c6222473e918a17d9 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-17.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-17.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.4.4.22-9-c-i-17 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-18.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-18.js index 11be803a74aaedb40fd616738a10a08121b82143..5abc6ddb427b838fe91d412c20725b90ae856184 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-18.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-18.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.4.4.22-9-c-i-18 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-19.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-19.js index a6dc708bfd6c103edcc9b380f01da633857bdd25..b93bb45e00db3ac44be405a8b2a64195cd2d365e 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-19.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-19.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.4.4.22-9-c-i-19 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-2.js index 97dbf83c06b9495180be51a182f0ccce5898e43a..a93f683d7d4e1dd66aca4ba8eaff862bd62c3c7e 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-2.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.4.4.22-9-c-i-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-20.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-20.js index b5dbbf95e443ff6fcbf584ddc47fc200f644a38f..0e2c194fa2afe28b56d0225c5a355ba28310d623 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-20.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-20.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.4.4.22-9-c-i-20 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-21.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-21.js index b077f9c7a68d4c9023ec76fd606ac94d19d02588..add4fb71e63b7126ff1b64960c643df16ffc7365 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-21.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-21.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.4.4.22-9-c-i-21 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-22.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-22.js index d9126b8adbe8161c6f9073428f2dccf96ee6573e..2b206286702d09517a307727a8794be19d698e82 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-22.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-22.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.4.4.22-9-c-i-22 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-23.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-23.js index a29e0b680e91ffdaf4f169e28c074d707a480335..2411819badaf840b2ef5639aac5442c8880ad2a3 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-23.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-23.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.4.4.22-9-c-i-23 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-25.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-25.js index 297152643f4ad8ea0d1b0dcc46e0626e8fe0faab..9ae20dd8a4ae10c0dccff27e7e571d55afd50e9e 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-25.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-25.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.4.4.22-9-c-i-25 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-26.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-26.js index 751d6086a290fccf7d897bd0a72e1aa9ef291213..ba1307f396e49810c2c727156f999183ac7773bd 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-26.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-26.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.4.4.22-9-c-i-26 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-27.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-27.js index 1fd16e36bd5fd54add037101bba5ca05ac99a149..55937d3b93de03b4809a8c6531df31328c8e8643 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-27.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-27.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.4.4.22-9-c-i-27 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-28.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-28.js index f1af0d6b060b690efe47459eaf527301e0841bee..c082b853cba88491f6f304a556cd176f63159686 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-28.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-28.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.4.4.22-9-c-i-28 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-29.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-29.js index 392badf95b30d30b83df98412fc35b9111b37f36..cc0154be82b423be2c848945b52f0523e17f0bf3 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-29.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-29.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.4.4.22-9-c-i-29 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-3.js index 400ac157212ed35d86a021265393d2218245f09b..50f3852642cb67e8b8b8c83dc4fab5289bb12a8e 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-3.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.4.4.22-9-c-i-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-30.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-30.js index d4c66909b7734369bc977f5d0494f989064acdbf..0e506efe4abe3b7650c1762b923046ad7ba1fd91 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-30.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-30.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.4.4.22-9-c-i-30 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-31.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-31.js index ce544f1b9a7c3e17ffdcc1049e7abbd095d4ed37..77d15615d1555af70e59f11ed0e0f64c87908689 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-31.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-31.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.4.4.22-9-c-i-31 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-32.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-32.js index 2e4c8157ba16e5e15d982f112aa8bc0142f9d1cf..dc514733768454d37d7d959c0d2138aae0d20c27 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-32.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-32.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.4.4.22-9-c-i-32 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-33.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-33.js index c1f444cfecb1b5db66990e14637faac7e66c036c..6eeac93a3facd17ab2ef7fa953bcaa1797fb1f9f 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-33.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-33.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.4.4.22-9-c-i-33 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-4.js index 7101d6f5af7821cfef4697172110b6a512df7678..6bdad8d75bfd857048823b32514390fb41564959 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-4.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.4.4.22-9-c-i-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-5.js index 5180e5ba51c54deeb8543c6fd9a5ca16c6ffeeb4..84991dc580a382ff59377c2dab1cc7ec716b4703 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-5.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.4.4.22-9-c-i-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-6.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-6.js index 39f36e57bae8692e310a97a25517c6737f5badf2..d4b4e6f238117b9ed2855cb66e0020840e44ec22 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-6.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-6.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.4.4.22-9-c-i-6 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-7.js index 9190ce6be9e82bf1f61fe62eb013c1bfb1d8cf33..56e134c9b7b1ea02796179fcb8b138104670b4d1 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-7.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.4.4.22-9-c-i-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-8.js index c05cec37d4e0d4f4d3cd1becc6a431b352fdc755..e961a66b87e0837a0181c0376bb90755e3def9ec 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-8.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.4.4.22-9-c-i-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-9.js index c3f6cdad381f3a0b6333ea2409309b24abd7cc8e..9ba7519297f6b7ebe839e0ddf10afec5de98b4a2 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-i-9.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.4.4.22-9-c-i-9 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-1.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-1.js index aecf17be510e66c292d8768ffe009fd309610335..c8f33da1abfe93f6e87d93135a1e41dc1b07d336 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-1.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-1.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.4.4.22-9-c-ii-1 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-10.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-10.js index 31a88cdf10be481f84bed46d517597b400166480..4e05b457bf61f306fac2beaf8dd1ddd9dd80b6ff 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-10.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-10.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.4.4.22-9-c-ii-10 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-11.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-11.js index 9ef33a746548db68ded0866a1946fa49fea9d892..412717055e18b05ca649958e2990b083a79e9427 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-11.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-11.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.4.4.22-9-c-ii-11 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-12.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-12.js index 2d8da157d59aef38798179ca9c5720c955b0a2ef..e73aff9ac0a8060ccfb9cefff59dbe8731c4a7d5 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-12.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-12.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.4.4.22-9-c-ii-12 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-13.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-13.js index 5a90460b5e28bc9f6f648a1be069b7845cda3716..4ff0a054b65a067b00c519b8f5d8d2bc263671a8 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-13.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-13.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.4.4.22-9-c-ii-13 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-14.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-14.js index a848f60f97d8ade7c5169b7aea7543bc8e6169ca..4aa8692f7c3085e53e94fb891a0fdd9aaa143d09 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-14.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-14.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.4.4.22-9-c-ii-14 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-16.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-16.js index 26abe9ff22ef392633a7c4bff120e8b6f760f364..8b65dd94b8e4fb1cb04902e1ea0abebd8369104d 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-16.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-16.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.4.4.22-9-c-ii-16 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-17.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-17.js index 91a06919a862ee486de21fb033bf019a310b0b7a..ca51f9413780a77d0367dc9f6b560328b62769ae 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-17.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-17.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.4.4.22-9-c-ii-17 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-18.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-18.js index 9105fc1630dcd7802890a2e77ef4b864682d42cc..982112560987b522a36452fc217b870da85a8919 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-18.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-18.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.4.4.22-9-c-ii-18 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-19.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-19.js index f0d5fc27c0b75ace31e3bf09032f56ef77655034..79ede14ee7b6a9259fc911e896bcd8f88b541ba3 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-19.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-19.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.4.4.22-9-c-ii-19 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-2.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-2.js index 0a1ce7f24a48f9801cf8c8aadb6f5a14eb80038e..49017251a1cf743a2786efaf436d5137067c6a5c 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-2.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-2.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.4.4.22-9-c-ii-2 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-20.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-20.js index 2cdbc50e4dbc655f534059c190e2ee42409e19d5..e3e1c76027fb7688966484f68405f50773461856 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-20.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-20.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.4.4.22-9-c-ii-20 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-21.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-21.js index 888bb96e54681d19ccc1c3ab0ab6a02264c6bb91..c15d607ef1d34d3c807a93299e3433507086ce66 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-21.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-21.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.4.4.22-9-c-ii-21 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-22.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-22.js index 22f101a40fcbed8f7b055cd90defdfdc1023f710..3f164b020066f3b5ac4fb6ac7e645e4850aa6383 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-22.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-22.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.4.4.22-9-c-ii-22 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-23.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-23.js index b01b1866bf98258608bf0ad263e65692048fe38e..6819cd576cbe2348beeb8e2f5a695c6e2027e9d4 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-23.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-23.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.4.4.22-9-c-ii-23 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-24.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-24.js index 39e2298e5bf8df5a30ad952f3fc4361470e04d77..3a4bc24841db443318d64d63691e137a3cdab85a 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-24.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-24.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.4.4.22-9-c-ii-24 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-25.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-25.js index ff49587e8aac044ae66b7bf2761f2517199119d8..6d66283abcc59166f0fd725a63efed531bd78cbd 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-25.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-25.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.4.4.22-9-c-ii-25 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-26.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-26.js index 9f02c8d9e59a815a7d75300f31c7c350b93c326b..3b655e8de7e8115609a6cc2f01120ccc777c893d 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-26.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-26.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.4.4.22-9-c-ii-26 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-27.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-27.js index 0d60baecccd7040c92900f4f17df335be32b274a..6c79e74354c022d2162d3802167e5caf4dc434e5 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-27.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-27.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.4.4.22-9-c-ii-27 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-28.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-28.js index a85b55725fad50dc5bd317ed79531ac7f37c60a3..cea9bfd3cdfd7aab5c6a9fc6de6dd008227ea1a0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-28.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-28.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.4.4.22-9-c-ii-28 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-29.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-29.js index 06e96d7579335106ee02ea5e65e644fd0175be17..f8474cdd09759812c1b1acb8afe45403e3f2fa94 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-29.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-29.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.4.4.22-9-c-ii-29 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-3.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-3.js index 808d2f734ace0d85ab661182f90d6f30afe3c7f8..aa6dc8135c62fa245b2c0dbc9969c452292ef9c0 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-3.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-3.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.4.4.22-9-c-ii-3 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-30.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-30.js index 777241513ffb18421aa1e76d747ec67620de15f7..abe7bec838e381d31f9ce3b1d2c27802c82cb574 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-30.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-30.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.4.4.22-9-c-ii-30 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-31.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-31.js index 91d5046e72710491fd60c581d88af019e54b46f2..8e994aaeb91406a4dc052bef566e43db6f8a226e 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-31.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-31.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.4.4.22-9-c-ii-31 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-32.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-32.js index 2f4c0b07c1eb9d5eef856eef6c55cd1caa78d268..ad127bf8a3379e984362bd31f8b724ef651b0e2b 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-32.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-32.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.4.4.22-9-c-ii-32 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-33.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-33.js index 057369d1592dc13cd29f6166359d797c9d849af9..7315186644c2410f89b3e587b7bc367dfa9599aa 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-33.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-33.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.4.4.22-9-c-ii-33 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-34.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-34.js index 9a24ced9298cabe9570ac8caf338c45a2dfc1acf..93e5d7551ff954afa182c4b1160deeb45a68568d 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-34.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-34.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.4.4.22-9-c-ii-34 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-35.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-35.js index 8b54c3e521a67d83de93ea7d7192c5bf548c5ca2..4103b09c6f2a06c4b96af30975ed4a811cb7e611 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-35.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-35.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.4.4.22-9-c-ii-35 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-37.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-37.js index f8eb7aac6fbdf4ea6ce62ee2452f0e0e002a6409..a13cf668d7814559d61a082677dc14776bd27e7e 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-37.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-37.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.4.4.22-9-c-ii-37 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-4-s.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-4-s.js index 3167ed832d556e22b60ebece2a036abcc20b7282..b446ff6ed327db241b2e0ef2fef1532a124307a9 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-4-s.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-4-s.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.4.4.22-9-c-ii-4-s diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-4.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-4.js index 86d33446a4fb5ca135b0b780b2ec2c69f56862be..852f6336c70ab19c89fdcff4d4cc223483a76807 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-4.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-4.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.4.4.22-9-c-ii-4 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-5.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-5.js index 543baff2a501ebcd72ed641c0cb8d77fb773ef38..426b0e01c7c58df99d887fd708d2fede9b0a84c4 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-5.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-5.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.4.4.22-9-c-ii-5 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-7.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-7.js index c1bb76a28fb132c317ffb16e5176beb7dcfe310c..8315b75ceabd4987e5d5c1b86c9f31b4b00d0364 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-7.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-7.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.4.4.22-9-c-ii-7 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-8.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-8.js index 29eefa44adf4d9f9432f5f367d255b1b355ec925..c8bf8bd198f32979817280ccd08e456b10eb33ee 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-8.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-8.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.4.4.22-9-c-ii-8 diff --git a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-9.js b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-9.js index 667b20c7420509333153abc3e2bb6a4e2a78ebe0..7b3baa65f839b7ac43a886a917ab0cdc3faad165 100644 --- a/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-9.js +++ b/test/built-ins/Array/prototype/reduceRight/15.4.4.22-9-c-ii-9.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.4.4.22-9-c-ii-9 diff --git a/test/built-ins/Array/prototype/slice/15.4.4.10-10-c-ii-1.js b/test/built-ins/Array/prototype/slice/15.4.4.10-10-c-ii-1.js index 7cb7b8e78bb593eb189855d9c4b3cf104a87f103..1d6502bb0a23d2f20ddfba4f91d24f166f320744 100644 --- a/test/built-ins/Array/prototype/slice/15.4.4.10-10-c-ii-1.js +++ b/test/built-ins/Array/prototype/slice/15.4.4.10-10-c-ii-1.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.4.4.10-10-c-ii-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-0-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-0-1.js index fc7d6edb989b3f614d9e3f13a599fca64258355a..5bc4c44c4368f4ec97559d00683d11005c1c3582 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-0-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-0-1.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.4.4.17-0-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-0-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-0-2.js index 54cf00f72250539a91a4977f8c057cf659a7ded6..3390ade0e1f1e6d8b3b572f29a8935b6ab6af68c 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-0-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-0-2.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.4.4.17-0-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-1.js index 441f201f58fac38a23be58089efa7f362a526c08..3edbd680b4cb59440f86e65de33b06a54c93aaaf 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-1.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.4.4.17-1-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-10.js index eda8da10696e17e4fad7b67b460f414e03157691..17802f684bb00c2796a7075d4bc91f94efae5ae2 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-10.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.4.4.17-1-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-11.js index e1b2ab89ae878613a70a657296ee1681be4b306d..19db289e2e2241841fd840f43cc432ae600b0906 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-11.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.4.4.17-1-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-12.js index 46236a5bbd51be6e229fcee6142fbb0bedcef63d..fca4eab7f21f6d046817a0c56b2cbf3466d2178e 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-12.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.4.4.17-1-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-13.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-13.js index f96a2e7b35b6b8fab6ab37a1a17c256dac478711..000540c0bb4f60e93b3bdb82620df76094e35bf1 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-13.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-13.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.4.4.17-1-13 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-14.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-14.js index efee722c98ed164457794fae1459f0f240190520..101bcbf293ae5da4e05d4900cb8e1f53a419008e 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-14.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-14.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.4.4.17-1-14 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-15.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-15.js index 43ca8228a9b6313247d3784929689e7a30529ac0..1271a0e069587412a5d05728c2af9ee530e3c382 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-15.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-15.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.4.4.17-1-15 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-2.js index 5e4c6a6666c21a895699876a9172beb817ce3e5f..e7af4d96ccaf571591f3860e88f18613653871bf 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-2.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.4.4.17-1-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-3.js index 243be865b06a3059e07aff0ea1b7df5166ede9df..170a7a338fbec2c1c7e5c6c45d39382eb65c74f1 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-3.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.4.4.17-1-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-4.js index dfa3f3598b47c7d22cbec325b869837d93871a7a..90860cffd96aa183d1001c02f7c6a01139fd32d9 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-4.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.4.4.17-1-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-5.js index bedf6273cf24b965a18c04ba27901640b7f6838c..b1a9aa3c250a535a8b703b2482070c5954fe19e0 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-5.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.4.4.17-1-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-6.js index 7c43cd2353281096ca08d8eccf8ff42f4773644d..1f5488cb634360378aec785ffa43185280beda95 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-6.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.4.4.17-1-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-7.js index 81be019e0f85141287eb8feb086a48cf93a383ab..69e72f163e8882d71d3795dce5fd204429b65c72 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-7.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.4.4.17-1-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-8.js index 3a5231b863133afe191e596ade0086178709e132..ac5b875a2199cdf5b93cd3753bc067cf52b01c6d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-8.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.4.4.17-1-8 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-1-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-1-9.js index 9e4a3fc9970050ea44d99ac111c9279d1c1b3c9e..68810cb5e0fb2b6442ad0edba05681a305a51d84 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-1-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-1-9.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.4.4.17-1-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-1.js index d53e9121bacec79e9b60d7f03b2ee4ffd7f1dc3f..95e22540d63969d88c23fe05bfa017470042e75d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-1.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.4.4.17-2-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-10.js index b4d951aafddfb4d7583448bc8bfd4f8c35247dd7..72770693b7cebec78c50fd47cabc0f3244f78173 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-10.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.4.4.17-2-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-11.js index 476eedf19f2ce88ded17232cce5aed248f2fd9a2..34fdd974cc85acbfe2b780309eee2273aef78fb9 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-11.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.4.4.17-2-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-12.js index 2647920661609baebcfdecca17536ebdaa0b8ff0..11cb05fb465ec6cb33136695e91c1e22bcfd10b2 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-12.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.4.4.17-2-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-13.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-13.js index 0eeaa86f4032a863b2cca0551bb6e5e6b6a69d04..b5e58eecf743fcae11376677f02105f87ca10206 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-13.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-13.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.4.4.17-2-13 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-14.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-14.js index 0db8d6e75c20e37922b5ff0ea771256edb53faac..0aa12ddc12a5de1cdba8843affe1c74d08243584 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-14.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-14.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.4.4.17-2-14 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-15.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-15.js index 88649a687ab20a87f131e708cb4f81052cef5342..0fd27269938612282974ce7d9f210feded7cab0b 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-15.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-15.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.4.4.17-2-15 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-17.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-17.js index ca435a822f9711d093b6621642954b6eae50215d..f01c633de021311295fb908e49277a8ccaa8b146 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-17.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-17.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.4.4.17-2-17 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-18.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-18.js index d0bfcf9183089dd2a16a322ccedc39c7ce10e282..76fe238619f8e2b8b642590ed1986053df61e2fc 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-18.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-18.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.4.4.17-2-18 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-19.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-19.js index ea8d2d50c9291aeb988fe4c826d5263b504683c3..5bb6771837fc36a00aa0f101102f1c952fe248cb 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-19.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-19.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.4.4.17-2-19 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-2.js index 67f05c67a43a075f90b3c5367d4b6b0aae56023f..beffb9869bd9eceb78ab733a825f931b8a9b110f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-2.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.4.4.17-2-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-3.js index 75126f08e41b8505356ddb46e5218e2aed09e03c..5264bdebf183f5b159cecb0bd3f5fac741bc972c 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-3.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.4.4.17-2-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-4.js index d2c57016a6769df3952cee90bae53e526eb41a74..7a5dc81e839c196efd747d4cacd825949fa86777 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-4.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.4.4.17-2-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-5.js index 6b3f45909ceef5cab99bcc8f8212b000cb3d3581..f96b72e901409c000b9bd5f42eef3947f24a9998 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-5.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.4.4.17-2-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-6.js index dc6dd265a9c119100dd4de3845a60da854703a22..c8068c37f276d69837062cece2a9f858049f5245 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-6.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.4.4.17-2-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-7.js index 330b7c9b7523011a4412d3c472975ba0ecfa7057..11f6cbaf2dfa4e860d5de602253319255aa9a553 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-7.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.4.4.17-2-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-8.js index d387cfb9a766f4dcb5cad066eda967cae007c294..8a41eb7897308c9600a0d422194b78a144ab6ca0 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-8.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.4.4.17-2-8 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-2-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-2-9.js index 477fb42a6a77e437f0dd4b42b1e4dcfc905a4543..2c510e8cca4e00c7b8de1eec9bac47a5a029b496 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-2-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-2-9.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.4.4.17-2-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-1.js index b446eea3c0aa65651e779a47ba350c541c54e9bb..aff47977439cbf4dafd560168c82dcac7be82e76 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-1.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.4.4.17-3-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-10.js index a6cb4a58e83b518296ee6cb1696b9a9a61806b2b..f327b12b2617b9b5625bcc05f7c3507d635f7ff2 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-10.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.4.4.17-3-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-11.js index 1f54539861c8625ae5a678f3f9ff3b7904a02b0c..71bcca315a0c6af1cb7afe3c7530a8bddfbca1c6 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-11.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.4.4.17-3-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-12.js index 2a8bcc622e4208090c96b3df3cd55152bcd453f9..f90237c9e9c9d765818169ced734ced7ea15629b 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-12.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.4.4.17-3-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-13.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-13.js index 6cee1f01e00b2cf56ed691604e98fda7badf74a0..9501598b3a8ef83f1350457adbf88e7082c52127 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-13.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-13.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.4.4.17-3-13 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-14.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-14.js index 274cd984e2ed3b02c3514cb66e00867df0916d47..17f0188906bd615b943ae6466294ea436dd59151 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-14.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-14.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.4.4.17-3-14 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-15.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-15.js index ccf95a52581cf1449a060374206d8b304dfa9c3d..cafe6d503bb6948f344e6c624b02980eb9597ff8 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-15.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-15.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.4.4.17-3-15 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-16.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-16.js index afce873cf3952adb5d20de5b16e983fd8d0c48a6..4fe87444122b0f868d940edef7a032419dce99c6 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-16.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-16.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.4.4.17-3-16 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-17.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-17.js index 4f3cbf4bead3b12cd857641d4de305084f40f33c..8336f1807f5ad809bbf0186529aa0630c70eea49 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-17.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-17.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.4.4.17-3-17 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-18.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-18.js index 5a7f539ffe3c58811065bc1bf06d83bc58fdfa2d..897f64fc9278b30530fbc922910f7fb02255da4b 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-18.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-18.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.4.4.17-3-18 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-19.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-19.js index e633642e0c84ceaf45499bd3794ad6798908e477..959cb8162248f72701d568bf07158671146c22b2 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-19.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-19.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.4.4.17-3-19 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-2.js index e3d74e9b4f4ba955b4d0e920715b8aa09dfb83ee..417bfc05c038da9842be0741806bb604cfddf1d8 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-2.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.4.4.17-3-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-20.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-20.js index 28ab6f7da09c4e2cce434b099f68b66a52d4fe06..8a5900e975ac7fa3d05232ba9fdf12ecdd9d1c3e 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-20.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-20.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.4.4.17-3-20 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-21.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-21.js index 6a29a733010c0bcf1310e6826d25f2032468fcfc..aefbaa5badf8543cbcb2eab769fdcf25319c76ad 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-21.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-21.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.4.4.17-3-21 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-22.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-22.js index fdca3da71e78dacb04ab1ba275e79379780e68df..fa51c0e25b50301f7fd090aac5747b66b064d91f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-22.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-22.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.4.4.17-3-22 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-23.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-23.js index 901b735adde7b07de19e9e9e5dc13ddf118e1098..384f7829fe4d86c483e2f809bc3d83c6900c6248 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-23.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-23.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.4.4.17-3-23 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-24.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-24.js index c41d37d7d0122fbd2486a602c38095c7cc3a28b3..0e4bfb502edd2c756ff90a8511a4f3ca40db058d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-24.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-24.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.4.4.17-3-24 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-25.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-25.js index 6c5d1e4b2c450ab6287c25c1b763f9bc3797cc19..2de405e4e513ef3e9ae31d4436a901c357295759 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-25.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-25.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.4.4.17-3-25 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-28.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-28.js index 24b9ddad2a91225d7b6ee5a82667f3c2d09668de..16b471c2e6fed8e59be1d59775ae7985f44bdb04 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-28.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-28.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.4.4.17-3-28 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-29.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-29.js index d636da80a28c434358bd5681cf622f05c75e7970..3b3206f3b10923adea36c8fcf17e3587c2fdf07d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-29.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-29.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.4.4.17-3-29 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-3.js index ce1c18ea4892fa10d866019a3e3d74dca872f8db..738111d3e1949f227b828dd1c8e67137a2958fe0 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-3.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.4.4.17-3-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-4.js index 908f3e691048479bda90d542b76cf802c9986c84..a21d02470dde12c86804a54ae3caf6c7bf3be840 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-4.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.4.4.17-3-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-5.js index 6a744622e725c171f03fed88fa9820afe9a9e4b9..9124ab3eb756e5a23e0ba3dfcd2663c5ce1dd5b7 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-5.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.4.4.17-3-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-6.js index 4f6d5f7a406f229b3a9bcac6e2c6acbc0c0070c1..f0f4cb48b1b14a70ccee3604267d8efdc864e978 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-6.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.4.4.17-3-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-7.js index 6dfa99b4e4a085103929c55e0ea2e482e98897a1..67119c5bcbf022e9124ec092c13412ce914d3c61 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-7.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.4.4.17-3-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-8.js index 1d98b97f881adea9dde9783965c0ef7c4a1ee35c..05effd57cc4992988b5218eb6cf09e86aaa765d1 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-8.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.4.4.17-3-8 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-3-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-3-9.js index c5851dec5a6066d2dabcdbe7d5a11716e96761a1..1c0da633c9f9e87e17320bf18f51a951b85363bb 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-3-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-3-9.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.4.4.17-3-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-1.js index e2623b702d078d0707711d06d6602fcb0a36e426..234cd7593eb274aa3d5926df214d6eb256c7ee4c 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-1.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.4.4.17-4-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-10.js index 37a2227b00e5ce1edbd087645627bbaca86e4d16..4b27b4d5c3ec1a0826f25077087385ef8c46c985 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-10.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.4.4.17-4-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-11.js index 9adafe6f6f60b5980bf21c6cc8b195433c99c8a8..dd5b4e379a218e87a9f35ccedfd53db36b793ec8 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-11.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.4.4.17-4-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-12.js index dd7d933d05c569bccaec2beb090a8b933adf3c4a..1d8894821faaec374a9b7a11075bfe7f97fe7a39 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-12.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.4.4.17-4-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-15.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-15.js index 717c409167f63a028fdde3d0b9150543b6551c85..a2e39d124a1f83fa20c71e551bcbdc7d3a609165 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-15.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-15.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.4.4.17-4-15 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-2.js index 70989fe8682b3a922a9ebeb0abfb535883f9d11e..f0344bb26ec40c7fe2374db671006ca99556e078 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-2.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.4.4.17-4-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-3.js index 3fd1a0c7e9b7f8379ee0d59fafb05003cc6103e6..0cd339f8a44c405b82edbf31126fc37de7b07262 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-3.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.4.4.17-4-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-4.js index d8974a22315d70ebd9efbdc3f4c9a9090d5c8b41..e66e09dd6b5d6c35ab7f3ad8eb5e3b08d8055794 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-4.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.4.4.17-4-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-5.js index 1716b87142d9e179a080edf4a1e168b51c6e91be..baa73b9a7e1bc541345dc3505137f44c8a0a93f8 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-5.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.4.4.17-4-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-6.js index 644fa980c9d7d6fc8acd0c852de188660f8ad7b7..6635c18cc1aca52191c998372826a14f2b2fb6c1 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-6.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.4.4.17-4-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-7.js index 1e201e3d246929dbd4d8719af345e9b449b8c73a..0e49f17e97b6e5f2b96e7a95b77dd0c14c844b47 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-7.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.4.4.17-4-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-8.js index 73cbf3a006c6581ed192cd027d0ba2b095510242..53cc873524c4fa6692ff0d00551159f87ed61239 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-8.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.4.4.17-4-8 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-4-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-4-9.js index fee3aa0fb20c6d85d82dc62ae20ddbaf1b55eb4b..beac8d856ca640a25f83effa6db7322370568f75 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-4-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-4-9.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.4.4.17-4-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-1-s.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-1-s.js index 51467e449e3c41a026f86ffaf8e76a44488b318c..ae7e5538ff1f767e2918d4536261cd8d37c3520b 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-1-s.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-1-s.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.4.4.17-5-1-s diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-1.js index 9d9c622f2e5c5c216311ca90a527295f4bb3735b..6a72406c2904b0796b09367d424324b7b2bc97bd 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-1.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.4.4.17-5-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-10.js index 3ef6d45962c1ddc025bc13300b127fcd28d0cf9f..b569765a56f2ca289657df96bc8506096e406c7f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-10.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.4.4.17-5-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-11.js index c15205f2df17d6918ed62f7de11e055bb65e299e..34090273c970f831e67d7e408544f84ebe8dd896 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-11.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.4.4.17-5-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-12.js index 2e1c8aa41261b922456ca74a350db0f94ab8f624..70408ed7071ab32ad2460be4c052658c86e4b832 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-12.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.4.4.17-5-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-13.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-13.js index 08368b08dd70de85ada3915c82a714f8849380c2..8c5dac20b3ca71acb313e7c3239c34708f0fc8fe 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-13.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-13.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.4.4.17-5-13 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-14.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-14.js index 2155f6932ba01c294c970b1aa3c8266b43c5098e..110a9bcd96988dcb0bf371b753344ce5e49722cc 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-14.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-14.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.4.4.17-5-14 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-15.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-15.js index 671d696c423651c417fdd2e18b1ab7f3f6434e51..46d931789f17df450f1c27913300d28888616215 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-15.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-15.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.4.4.17-5-15 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-16.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-16.js index 0dea2599bece67430efbe4ad080d3b7768d22e0c..2a34f2a9c35a7adbca99e997d404e107901d8574 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-16.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-16.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.4.4.17-5-16 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-17.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-17.js index 3c3feadbe915f7ca8e42af974da3aa04c98a5e1f..d8608416727ccdab072fd6c533d2f6713553503e 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-17.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-17.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.4.4.17-5-17 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-18.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-18.js index 51fb655a5c2266888b9900451dc287b87dc7da1c..750deaa02a9879f5067bca3af56858b95ac56097 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-18.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-18.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.4.4.17-5-18 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-19.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-19.js index 766dec1dcf92c5973ee8fad775962de858f395be..dcbe3ac806902e163cadf9375cdc859b006ab522 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-19.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-19.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.4.4.17-5-19 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-2.js index bdd429b3b495e516259b525b357250ddd3597a94..e5e6ccf8a7651eff94050eaae2e5492c3af7ef27 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-2.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.4.4.17-5-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-21.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-21.js index 54c596db070d401acf2d634bffb4a1de97f51faf..1542364dd599b45e1fadaa1f07d74b88580cfed8 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-21.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-21.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.4.4.17-5-21 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-22.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-22.js index 88fad4f0b436e303f84d3e7b14a26ebb3630fb31..b6cd996a2e81b2d640f979eb365c88d0d4951fff 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-22.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-22.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.4.4.17-5-22 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-23.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-23.js index 0a500a7b01f3a2146b6436eeee64c38a5223c690..b46cdca58b81d6e1b4c090ce5837e511f47e43ae 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-23.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-23.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.4.4.17-5-23 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-24.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-24.js index a4f186982bfd2ff859a8e8337ba7762531c9c703..8818408b9e6ad3f7c69f4e5e4b6cd4b9bd972dfa 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-24.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-24.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.4.4.17-5-24 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-25.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-25.js index 6fcbcb1b9d7e6592f54a7fa969d2f19626ce29f0..f7ec5b9430e0f8fc1952ef79531d932ac7bd7840 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-25.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-25.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.4.4.17-5-25 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-3.js index 3a4b3762f99efa246bec74305ad80d8b1535eed2..e5a1f41bdebd01b6716f068ae197e83750c835f4 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-3.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.4.4.17-5-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-4.js index df3fabe7568cebc197c8eceb80a133aaf23eab72..25132700568c976cff4c5d1dd1009cb53f34efb1 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-4.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.4.4.17-5-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-5.js index c2b30ba20945c678812d2a9d46379260fb462d9d..53fbff4058e139a557cbec49a6eb4df474f78324 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-5.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.4.4.17-5-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-6.js index 730cc5c47afe5f37d8318e659962eacacea43840..f672cd90ec026ab7ceb27a32abc4b8cac2a94f7e 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-6.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.4.4.17-5-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-7.js index 7106a8431ae84095bf59be609fd4e3eb8acd74be..cc11abb79ae6c574c91d13c948e1fe293666f4d7 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-7.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.4.4.17-5-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-5-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-5-9.js index 919b2880e544f5916ec26c6423ed2c0082abc31c..08351501478ca0474a844115a421925e46a0d410 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-5-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-5-9.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.4.4.17-5-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-1.js index 5e973b3daf17f074783361b90df5a48e44341329..63485fc85e4845fc1d98e0dbcb3b426a89a84729 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-1.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.4.4.17-7-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-2.js index a2b2cbebdfb115c0012323873ce27690508ed830..7c7f75459e1c19a57974abaddd178345fe2b209b 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-2.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.4.4.17-7-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-3.js index ee9ae1c486412cbd3320ac5ec0e7d35f3017edf5..48b93e97cd108920542b54da0114dd082c246da5 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-3.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.4.4.17-7-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-4.js index a0c5bbc69f4e257601b30655c61e08795257f980..f759bd9d6a063f35ca0054e467c687631f843ef7 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-4.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.4.4.17-7-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-5.js index c281e353fbe1c220d4770f7f3098890b9ccb87d1..55d2c2e3143c9178d65d0539a641c5dd8106d504 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-5.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.4.4.17-7-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-6.js index b7982c04c5e6ac56aff21dbd1ba5ba0dcd00b13a..2270801f26f1023f159d8f3278c5664b89949da5 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-6.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.4.4.17-7-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-8.js index a2ad80a9bef5bac97ebe1ef9bce4910157a66516..961e0a74d2bbada27e798ed45b65ddb2173cb63b 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-8.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.4.4.17-7-8 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-9.js index 866a7242fc1a7261a523b05d9456991cb734c434..3e6ae1fcb62b646348fce20bb34de056a66144e5 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-9.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.4.4.17-7-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-1.js index 1a91196605beec302537c0899fdbd0154fd0432c..89753378edb1b264e9d32dd74a598457ecba0a11 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-1.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.4.4.17-7-b-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-10.js index c68c67d619273ce2b7f0200322901140774ce6cc..a09079c054f9abe3ff2fc1526a52453ae0361c2f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-10.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.4.4.17-7-b-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-11.js index 11952adf4b5c4dea3d3943c5d91bc49719992007..d9137ecdd3758b0c3e18f6b1ec242c7fbbf2ba10 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-11.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.4.4.17-7-b-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-12.js index ab9a7572355dfebf40ffa0c0c270fff4dd8a329e..c3ac908bc9e0d59c076c22957898e5ba194095e3 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-12.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.4.4.17-7-b-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-13.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-13.js index db7221542e7cd37cc4ea3cf13dc379ccd6bdb852..e8ca3bbd296624c372015e84140751412e617627 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-13.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-13.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.4.4.17-7-b-13 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-14.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-14.js index 59bd58716eac4906bab914260789d31f1d4da3ea..4b9e2fc97d1d334c3c64ec65628c757dc7af4f92 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-14.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-14.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.4.4.17-7-b-14 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-15.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-15.js index 6f6b7df83935287e59c7ed7e1684f6bcfe91a7c1..257b6e61f4cd8d68afdaeb1acb952b137bee9033 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-15.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-15.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.4.4.17-7-b-15 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-16.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-16.js index d7ae758a8ca39d68789da01acc6c0892f620128b..7fe3ff939aa38891e262f71b855b4516d64535e5 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-16.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-16.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.4.4.17-7-b-16 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-2.js index 209f93e352f90738d8998c845b316df90e40a7d5..7bd14a3be85b12d30ffd7629a8cbc082f522f2a9 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-2.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.4.4.17-7-b-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-3.js index db63e956f5caa29b30ccaeea773abc0933b1f8bd..12b14620db7f38984ba579d5cce0f283ee28efa4 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-3.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.4.4.17-7-b-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-4.js index 60a68a21338b9924b83a52ec7fe126ad5c4db230..ff5630f8c3131213c2fe1eb9419d4421513a9d48 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-4.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.4.4.17-7-b-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-5.js index 1bd29602a0c9b352c48b76ebf2636f3301542b34..d14e59b92c15290044b660a408dae59b505a632a 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-5.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.4.4.17-7-b-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-6.js index 865bd5ec7c75eaac7a123c3e689098721516d6cd..1fab1f9e5bbefe632dde0f1b141e9927547dd1b6 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-6.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.4.4.17-7-b-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-7.js index 188c36dfef71ca583e3979f2a6c3e0a87bc247da..185e674042006925f5d6c8a3bc76c175eb2dbad1 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-7.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.4.4.17-7-b-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-8.js index 46c9a4fae2796e88a25efc76c3c2154395f2e854..6813824f4742d14f58f99b1b677aaa62845f616b 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-8.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.4.4.17-7-b-8 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-9.js index 0ab75a6ebc783238e3c6cead121cbe45c8cb80f1..008358f00e9e8b465bd46952d209400690e3f4dd 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-b-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-b-9.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.4.4.17-7-b-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-1.js index 80a028311a5ed5deb78645804dc1d2a6ddedd911..7dc8bd56f4e2b867b498ee223a6f1f9e0e0fea17 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-1.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.4.4.17-7-c-i-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-10.js index 37be655c92ec519ab4adaf8fae283a3d1f3afeb3..c821639dd49bfe50c42c4a211e42df42ada668c6 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-10.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.4.4.17-7-c-i-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-11.js index 6f87fa215ecc327256885f6a37f19f1b5b53f685..b919cb1e10267d8063b2ec40a8a3e304cad5731d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-11.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.4.4.17-7-c-i-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-12.js index 7e58cc213f1b07a363370c82b083374b1ea3ae75..80f0f862a4e596bc1a4f056a8720cd60c6e4fc19 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-12.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.4.4.17-7-c-i-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-13.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-13.js index fe0a0019688457c7619305c6ab22f4bc8fab80c2..8e132900c111be48970ef96063ff4cf577ad573f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-13.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-13.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.4.4.17-7-c-i-13 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-14.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-14.js index e40ea1dd85d446fa2c4dc78c51bade2837d0a0d2..9ec54a9edd291c7fad89cf26a15134a55a8e8531 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-14.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-14.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.4.4.17-7-c-i-14 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-15.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-15.js index 88dee4074f6f78c39aaf0f12d68bdec8b21f57ec..af2e115e2d3a494e41d588aa0adbaa7b34754200 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-15.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-15.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.4.4.17-7-c-i-15 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-16.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-16.js index 049caff491c6c5e4721c553d81cd83625b5af4e6..fee268da8c033a6899952dd3b1ace584221ad701 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-16.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-16.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.4.4.17-7-c-i-16 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-17.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-17.js index a478f9e4fa391ce4a50a4c75c92e1e88458ab40b..3485969c8d0755e8093a2f151541083efb6f26a8 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-17.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-17.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.4.4.17-7-c-i-17 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-18.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-18.js index 953fbfbca1ba3977983600d33422e54088d9de88..df370de95d85a48b8c80a2d7d1dde672ae1b6b35 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-18.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-18.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.4.4.17-7-c-i-18 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-19.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-19.js index 949a3e83d34861a5390b12a7daa067943906b79f..9f5825f6844d980974b45b9937f24f040353f7a0 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-19.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-19.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.4.4.17-7-c-i-19 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-2.js index 83c1b6380d14c98a1019f376e2e2d98dd1b828fa..0895b019070c5c7e4b66b7c9e029be95b5f995e6 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-2.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.4.4.17-7-c-i-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-20.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-20.js index 959267049e16da94d91daa7cb7ff66d9b795b09c..39b6fabb2e21cb61212af199cbec5365d99c0e7c 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-20.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-20.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.4.4.17-7-c-i-20 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-21.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-21.js index b09009ea13ea58152f09b9f3e5a5f2052339fe53..9216ca14ae3974f42dffe3d080bcdbcf2bc48797 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-21.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-21.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.4.4.17-7-c-i-21 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-22.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-22.js index 47b74e23c5ff8d5ba8d7e71e2ac4d8223c9b7d0b..8d6f5ae8edfbac52f77c9af1245d249ea7b160a3 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-22.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-22.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.4.4.17-7-c-i-22 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-23.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-23.js index 0322918c664d6fc6a5f66bfb510a9a899df8984c..7127d49a2a6eb45c9afab1bf586ab6beba81e58d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-23.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-23.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.4.4.17-7-c-i-23 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-25.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-25.js index b6c7e900410ab8ebad6c55f58b0f72b494779af2..4a73d60cb4542a9a354c7c84efe1e876d7580c65 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-25.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-25.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.4.4.17-7-c-i-25 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-26.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-26.js index 5598c1e524c2f9078746219c8db2e172f54cdde9..9cb57bdbb25158989fe6c45fefffe0562dd4ed6e 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-26.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-26.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.4.4.17-7-c-i-26 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-27.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-27.js index 42c71b2fa479d597aaf5108897a825b2a6bb751a..fac8519318f820bddcfb131184f7e7fe41580b90 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-27.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-27.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.4.4.17-7-c-i-27 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-28.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-28.js index dc7636801fa88ea4b6dcb7313e0531c01a20604f..0bf7e31bbdb56f4f45fbe2336d0b90ee1984d56c 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-28.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-28.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.4.4.17-7-c-i-28 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-29.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-29.js index 4120a20f09c5f84a58ee66e90c8726569c663d5e..3674745a7fb8d8c0228e0e99a29d1d62241688ff 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-29.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-29.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.4.4.17-7-c-i-29 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-3.js index 317722b96fde99dbe02a784193702a7fceded2cd..17181ad224ce94fd3cf2b222c9ba0a26e494e336 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-3.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.4.4.17-7-c-i-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-30.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-30.js index 246d51b85fb6ad6f8fdaad5fe1023a29f174b11a..56f598f9dcb26c43330a84bb35722f586244c0bd 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-30.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-30.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.4.4.17-7-c-i-30 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-31.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-31.js index 8cf57c870d508a225c82a9029bee46ce9e22d90e..770bab3432a0976451e9429344a1801b19f1056e 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-31.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-31.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.4.4.17-7-c-i-31 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-4.js index 728bc028a302b45e3fd5ac507d6ffa129b1252b8..6d335fabbd3261aa96d76a4a053a5a6634a7407f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-4.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.4.4.17-7-c-i-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-5.js index fd32f8b52f70c2b2cd6127cf0f59b10d6cb66c58..ea874471852b8bd539b563569e7210df582e6523 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-5.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.4.4.17-7-c-i-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-6.js index a694b422b7cd098b768a4c93bf0bc2ad1a70838b..36b322b548073f54b53a80ef5f2b6e4d7fa33fc8 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-6.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.4.4.17-7-c-i-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-7.js index dc63e94a3e6e9401208200fc5dd6a657fea767c7..82333a28810ae26d9c41bf459fc3f841df0e1422 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-7.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.4.4.17-7-c-i-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-8.js index c3a1454100fbff8f6d6cad135f07f56650fa8637..b97461441cbff7ee1a1bea3710c0e65f1f42ab2d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-8.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.4.4.17-7-c-i-8 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-9.js index 634ae4a0ba8128f1365035949ceb18f424b95f90..b92048956b6baa2e01208bdcbd1d6a160b5dd942 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-i-9.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.4.4.17-7-c-i-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-1.js index 59fc2624b7906aa4e77c71c67c524de48e74373b..f9cc62ff48e22d12a9ce91730dc9ecdb8cf58f0f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-1.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.4.4.17-7-c-ii-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-10.js index b98872077abee3f327844916a3356a364afc6475..232ca82c878b50e58bb39c00aceb2d3256d0bae9 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-10.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.4.4.17-7-c-ii-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-11.js index a01f833dd75605a0dc103d111eefa8a92d97cea6..493aa3f1c230a0c15b2ced96749c4422dd0eefb3 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-11.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.4.4.17-7-c-ii-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-12.js index 284ee58324a0b9f9b6d73aeb7f73276bbc7df37f..3210cc8c69792a640c733e0a4571ef036520be51 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-12.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.4.4.17-7-c-ii-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-13.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-13.js index 8e880fdd081ca5df880aea1a0ac51f3b1b49ceac..5bd54f220c8ccadcb0111343010c2aa3b51643a1 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-13.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-13.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.4.4.17-7-c-ii-13 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-16.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-16.js index ec870518ebb7296d16101a1a7ec886fa79d5fd52..f2fe46c1bbbca2a00a48ea74291314974fa4a315 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-16.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-16.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.4.4.17-7-c-ii-16 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-17.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-17.js index ded8689d54cfba78c71e6acf7ca8c2f28c4d70d1..6dfc8eea9ad4d32212ecdc73a68fd39c4c7f08e1 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-17.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-17.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.4.4.17-7-c-ii-17 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-18.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-18.js index cf1473006b674d5e1fbdfe251f56353e77f67d22..015c5632321fe1ef7a4950a1f48a22bacafbc72c 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-18.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-18.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.4.4.17-7-c-ii-18 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-19.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-19.js index c7945b0180798512d42595d0a1d6a759df139123..042265a775951028dcecb9eec8af5877f1f9bca0 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-19.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-19.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.4.4.17-7-c-ii-19 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-2.js index c4a357721f94377bf4cf8f6b34fe295c9c4d0688..692b2f45f9756e1927af1c90b74a16c94d61708f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-2.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.4.4.17-7-c-ii-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-20.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-20.js index c4d5b7d703d76888c7f45c0a22369a9a13802ec3..295ed4a00a78c9d422b50a53bc6b9d9412425f27 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-20.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-20.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.4.4.17-7-c-ii-20 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-21.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-21.js index b920006938e225c490a5369f7a27fd70e464849b..b74b017ac99823f25008df3c13d8af29d9ba5b54 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-21.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-21.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.4.4.17-7-c-ii-21 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-22.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-22.js index a281aa05995c3fdb5d905a1b85db92e611349679..26e128c9d5a0e7e4177c21f26ffb821565de9b9c 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-22.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-22.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.4.4.17-7-c-ii-22 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-23.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-23.js index e2569eba0b17733fa5ebbda5183c0d352557feb8..e5ec3c47fbc3aa123489480fa060cd53c6838621 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-23.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-23.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.4.4.17-7-c-ii-23 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-3.js index ff42aceb0be5dee7b2d8e03df1ff1284b3c250ad..50d84d5a117ab7567b2522c26137e34b54467e26 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-3.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.4.4.17-7-c-ii-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-4.js index df2a9479704f59f723a0d4a6c0dadf5ecd1f2fa5..f714878d2b51883d1480cb5f685f3e3eb5d692b6 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-4.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.4.4.17-7-c-ii-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-5.js index 3d9629e4302b92bc7da7769901344b63554dac95..a662073f4bf2d9bfe4a64ff53b9ef938f80a0de3 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-5.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.4.4.17-7-c-ii-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-6.js index 1879027f13aa5a0c403f406c06cf6646d02b381a..eb165f31f45d0ee485df0b7d7f7fcb1f7608b13e 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-6.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.4.4.17-7-c-ii-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-7.js index ecb3fae2e3601478f2b492b939cfd18f02c03869..f81a458863ee7414c735e93b53143823f8876618 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-7.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.4.4.17-7-c-ii-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-8.js index 8ab303443cf625fe937eeb24061a46af43d8a824..c76074a793ea96b632ebfeeed05c8080019acd63 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-8.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.4.4.17-7-c-ii-8 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-9.js index 0476909f1c526d388aff8c50e220d826429cdfe8..bff2efdd70b43ac4e056d6c4cb6eb50e32b31c15 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-ii-9.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.4.4.17-7-c-ii-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-1.js index ea9131ad5affc728544d0015d97ab00655105da1..1b317dd1801e3d68ff66445c8e2b4a3ee45658dc 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-1.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.4.4.17-7-c-iii-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-10.js index 4cd929deb6dde3d3e40b285a907647652e866907..c2074bd8f69214f48c65df341039e1ad36513aee 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-10.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.4.4.17-7-c-iii-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-11.js index f42cc0e68e5b355a43409af0336c9a3f4f4d3f43..c6ff8392709dbd065c5aa31d505aeca0d37462ca 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-11.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.4.4.17-7-c-iii-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-12.js index 76a5646a262c187a94f80aa13e5b2e5f2412b99a..c452892256428efa8dc3c41e59bae7be0fe2f733 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-12.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.4.4.17-7-c-iii-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-13.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-13.js index 0416931a6a45219067226a584c445cb255bc531d..e1da13a58bc918838e2d0870e3afe6a38088d621 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-13.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-13.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.4.4.17-7-c-iii-13 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-14.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-14.js index 4576c91dea67a2e002560201c26ea934bfa16ed3..cea0e31aa64456a63cc2f4eac86834fa38c7804f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-14.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-14.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.4.4.17-7-c-iii-14 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-15.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-15.js index 24ce61c99933cc468ad714078064da528409f66c..9b56ea7a256165fae10c985a1813d16340ce9aa6 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-15.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-15.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.4.4.17-7-c-iii-15 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-16.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-16.js index 06b74050287e78113d7e176d91602a421f75f12c..211adfb5f5e2a0229df89347b63fd2ac0c251931 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-16.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-16.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.4.4.17-7-c-iii-16 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-17.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-17.js index 1c5d355e811221c407abc92fac6882ff87dd08d4..cbc9b62af58d61536e0af8405cafcc50a20134df 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-17.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-17.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.4.4.17-7-c-iii-17 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-18.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-18.js index a5e57ea1c7c83af1baf93ae3c077ce14a921d0fc..7fb23df3dcf44a10c60b1fb175255e0da0e2e62c 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-18.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-18.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.4.4.17-7-c-iii-18 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-19.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-19.js index 27f568acdfcfc7bbbb572414e1b0ad4bacd6b2a6..9672354a592b6adc717a696286980bf8488144e4 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-19.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-19.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.4.4.17-7-c-iii-19 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-2.js index a02ea0e146c1478603ea1c94909a4e6d706704f7..ac01b995d338765018cbe75f53abb2221d68c4ac 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-2.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.4.4.17-7-c-iii-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-20.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-20.js index f6a9719088700e1f6a60e7c883fba363533df3ad..7b91109aa0e749e16c484d313b86401c8fbc4a2d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-20.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-20.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.4.4.17-7-c-iii-20 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-21.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-21.js index dbba856d41f7ee33a166705486b2ec5e0dc8707d..7ac43f1a98597536c270c8742678068052ce2497 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-21.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-21.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.4.4.17-7-c-iii-21 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-22.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-22.js index f68aad79560be46f88791c19bde47ebc0d00d68f..7167cf481f85ab7abe8278971fc331142758a980 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-22.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-22.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.4.4.17-7-c-iii-22 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-23.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-23.js index c8bd11c8fe9a896ec7639ece0add89c48b9f55e6..03837f98fbe720103b2c6d0dd452aff771f4736a 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-23.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-23.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.4.4.17-7-c-iii-23 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-24.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-24.js index 93a388b51bed412fbc1c2da3cedd6a6f983d2b4b..4e29b4e508fcd516ce476bfe453428a86bc7f4df 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-24.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-24.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.4.4.17-7-c-iii-24 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-25.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-25.js index 232b8c01f3ddb1c7e18d30df5f5688668db0e2ec..48b0b63b5034161d270317feb30abd4e9f9e1fdb 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-25.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-25.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.4.4.17-7-c-iii-25 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-26.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-26.js index 92a844f389db4072332de7f1dcc69333db89dccf..4d67e883bd701250fdffc68be18c6b0394b94f69 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-26.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-26.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.4.4.17-7-c-iii-26 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-28.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-28.js index 73a9c2fc71bb64b76868f062cf8586aef62a6d98..0547e93468eca6d9ec045336b210d91ea660504f 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-28.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-28.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.4.4.17-7-c-iii-28 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-29.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-29.js index 0f2c99abfc643f349dbbe7ef60b31c29cf8d5252..0dd7ae3872211af8925827c492269191d2b09dfa 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-29.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-29.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.4.4.17-7-c-iii-29 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-3.js index 7053698db5e2a69a1ef8c5ee461745e8f88fe05a..4ac3d15558d2e919d9a115437bb2d362b3d093da 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-3.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.4.4.17-7-c-iii-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-4.js index aa9a7dec87e35d5025853e5b30fc79495beaa790..a5a39d2cf4841d48a1e4a8b81a421cf2930e4828 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-4.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.4.4.17-7-c-iii-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-5.js index f98d6b64fe10b548eeb0da36416f31b262fcb2f7..9fac92d5048c9669ea9fa7af8c5bbf0822f9b49e 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-5.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.4.4.17-7-c-iii-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-6.js index 6c0293dbaf94961374ab42b4eba9bc45624693d7..b1197518c21a3458ba247d5c7459c3078b52ac6d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-6.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.4.4.17-7-c-iii-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-7.js index 6cdb5245ce0380069de61d684158059720074220..be54570224d944ce2eaffdd077e518f1b7a47b74 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-7.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.4.4.17-7-c-iii-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-8.js index 929b71956e504e14b0547866c9bec42fdf477f26..949ac537faa2dde78a19ea6700f26c18071a68eb 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-8.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.4.4.17-7-c-iii-8 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-9.js b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-9.js index c3f11afa924b39e27c822b33c60b0a48d58dc2e9..03dae375332d41363dfd26be444924d3c98cd6fd 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-9.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-9.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.4.4.17-7-c-iii-9 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-1.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-1.js index ae2827da56794f360c2151f4255d835c4ed537aa..9b546a92e89eec206b37d6be159936ee1b893bd9 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-1.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-1.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.4.4.17-8-1 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-10.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-10.js index 92ec3b3b0d6d91c2736309a308cce5211733f2e2..5519850a5868d31a0f3bdfd03b9cbe94d8eced51 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-10.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-10.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.4.4.17-8-10 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-11.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-11.js index 7520fc0d624d3458069117da7209343b8f6d919c..50519ec42abe70c95371ed0696e3df2e3a0afe43 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-11.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-11.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.4.4.17-8-11 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-12.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-12.js index b42f1f2a9c9b74b841e4ae965dd1bceb47b262a5..8043928329dd29076e7097600d3c6a85abef2b88 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-12.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-12.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.4.4.17-8-12 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-13.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-13.js index 9aea4b634702602f25bf22db3ba062f89fa78faa..1731fddb0916a4cd0c720201dbdf0a2ba65e0d79 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-13.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-13.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.4.4.17-8-13 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-2.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-2.js index e576e655027720b83197f9f5123b750bd6826b9d..2b502794e5344d566304f45af7c87ccb7b0a4529 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-2.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-2.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.4.4.17-8-2 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-3.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-3.js index a27716b7a0dd5cdf1f27718baaa6b4731da43dec..eb5bc735b77d96ee5eb63fb63003e2c49c66eb96 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-3.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-3.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.4.4.17-8-3 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-4.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-4.js index ada996035d2fdc977f50b4174873e13927731110..c796180039183fbf3871008f0d2f01d8460b2c7d 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-4.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-4.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.4.4.17-8-4 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-5.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-5.js index 67b5632fba899e1f1f009f312055155a835c72f4..1328a2830e969613aa7e4dde022cebbccd8228a8 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-5.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-5.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.4.4.17-8-5 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-6.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-6.js index 124803f73f2574bfdbcffe0efa758403e7d55c20..0fe8c6dc8a030dfc0c76b77e5287bcf70c66095b 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-6.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-6.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.4.4.17-8-6 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-7.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-7.js index 4e6afa69cd6696ccf781bcf7dcb51f3b7fe37aa7..1c4d496b8afd7c11e21a4758be0cdec2d24cd524 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-7.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-7.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.4.4.17-8-7 diff --git a/test/built-ins/Array/prototype/some/15.4.4.17-8-8.js b/test/built-ins/Array/prototype/some/15.4.4.17-8-8.js index 95b115a6b67d272e47dfc1a6e6826a1854218e01..ebbd5186019c7cd6f25c41b61764349b980a1bd2 100644 --- a/test/built-ins/Array/prototype/some/15.4.4.17-8-8.js +++ b/test/built-ins/Array/prototype/some/15.4.4.17-8-8.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.4.4.17-8-8 diff --git a/test/built-ins/Array/prototype/splice/15.4.4.12-9-a-1.js b/test/built-ins/Array/prototype/splice/15.4.4.12-9-a-1.js index 89f2b48c237d2f6264dff358355fb103c1827f82..02c31166931b6945802554c671a6f93cc5c2bd14 100644 --- a/test/built-ins/Array/prototype/splice/15.4.4.12-9-a-1.js +++ b/test/built-ins/Array/prototype/splice/15.4.4.12-9-a-1.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.4.4.12-9-a-1 diff --git a/test/built-ins/Array/prototype/splice/15.4.4.12-9-c-ii-1.js b/test/built-ins/Array/prototype/splice/15.4.4.12-9-c-ii-1.js index 1d9575a65f476e9f7f862a818a544ef53f5d599d..091e20aef8e6d253775f2ba15779f6784d3e30c2 100644 --- a/test/built-ins/Array/prototype/splice/15.4.4.12-9-c-ii-1.js +++ b/test/built-ins/Array/prototype/splice/15.4.4.12-9-c-ii-1.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.4.4.12-9-c-ii-1 diff --git a/test/built-ins/Date/15.9.1.15-1.js b/test/built-ins/Date/15.9.1.15-1.js index d4f4f199892e575be865ad3c400fa81ecf9006c0..f712bffd6d827fac928acf257a44df029dd492eb 100644 --- a/test/built-ins/Date/15.9.1.15-1.js +++ b/test/built-ins/Date/15.9.1.15-1.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.9.1.15-1 diff --git a/test/built-ins/Date/now/15.9.4.4-0-1.js b/test/built-ins/Date/now/15.9.4.4-0-1.js index 7c21c77240807255862b2e45b2bd15eb01ea90a1..52fc56ef4fe3a0bf3a5c8392f4f0f5b3ef1faae8 100644 --- a/test/built-ins/Date/now/15.9.4.4-0-1.js +++ b/test/built-ins/Date/now/15.9.4.4-0-1.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.9.4.4-0-1 diff --git a/test/built-ins/Date/now/15.9.4.4-0-2.js b/test/built-ins/Date/now/15.9.4.4-0-2.js index 08cacb91e803c969d4beeb9f3094a9d76649c4f2..607d4a3882c2f8197215466b93a5a129710f87aa 100644 --- a/test/built-ins/Date/now/15.9.4.4-0-2.js +++ b/test/built-ins/Date/now/15.9.4.4-0-2.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.9.4.4-0-2 diff --git a/test/built-ins/Date/now/15.9.4.4-0-3.js b/test/built-ins/Date/now/15.9.4.4-0-3.js index b8931533b96d2b4408a369dcbf5c9e74e5aba19d..ff1749c444e211180832ba572bfb54dac0518db5 100644 --- a/test/built-ins/Date/now/15.9.4.4-0-3.js +++ b/test/built-ins/Date/now/15.9.4.4-0-3.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.9.4.4-0-3 diff --git a/test/built-ins/Date/now/15.9.4.4-0-4.js b/test/built-ins/Date/now/15.9.4.4-0-4.js index 2f69c7820b9ae369ceb43469334f63fe73c09e4f..d2211ca7a28d3b0c7180f3a3de76f127d2bf2882 100644 --- a/test/built-ins/Date/now/15.9.4.4-0-4.js +++ b/test/built-ins/Date/now/15.9.4.4-0-4.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.9.4.4-0-4 diff --git a/test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js b/test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js index 732cc8481083e9fb95c95f783121795a96a33adf..e59716558180caa0d8d6edf0b02bace9c19852e2 100644 --- a/test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js +++ b/test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.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.9.5.40_1 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-10.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-10.js index 6fe840470c62541651304b4f9c5811a057758350..c26fdbbe4343c1331accd9e763ffe729d694a841 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-10.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-10.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.9.5.43-0-10 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-11.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-11.js index 4a45f844e0767ccb7a7965cf5216b04c42419c8d..6cc15fcd58065406d2bcdc035aecba1a311b83b2 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-11.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-11.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.9.5.43-0-11 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-12.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-12.js index f5488f64daf4fdb57fc19cfc1c869a07a1eace55..594b5c23016a395f34ba51bdde7ce729333524b0 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-12.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-12.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.9.5.43-0-12 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-13.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-13.js index 43f7078a66837d8f0863e743c58bd5547198368a..86882fa91b660dd7eb678e27f273f2ebde37caaa 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-13.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-13.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.9.5.43-0-13 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-14.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-14.js index 994a9f0081bf4ccd946d3e7dd0168fdfe71cb4aa..994077732b898ed54a81229552d4c0c50c172196 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-14.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-14.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.9.5.43-0-14 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-15.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-15.js index c5522a30954b79a148bfbf26670c3d25a5dc4134..6ee03b89688d6af63d554eb57895a098a8902410 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-15.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-15.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.9.5.43-0-15 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-16.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-16.js index 50b10c322d6be5e09925ae3efa5acf7596b90e2a..d2617ef3304d8fbdeb43654e360ae08d72d24a6f 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-16.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-16.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.9.5.43-0-16 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-2.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-2.js index ced0f11d8ba917b46a08303bcf0afd29b56f3eef..22c9ee6a13ba45cb24026bb2934c7c96315ad419 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-2.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-2.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.9.5.43-0-2 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-3.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-3.js index d789f12e4491eef3def29037b98d3b57a8280367..4c4d93b4d4386f723ca79bdef716573db7c4cbcc 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-3.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-3.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.9.5.43-0-3 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-4.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-4.js index c295e51fc15d131eb5ead6460e928ad715819b7a..947e5d480f0b895d15a7bdc058fc32f36f4b3028 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-4.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-4.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.9.5.43-0-4 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-5.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-5.js index 8470db551dfbc2c154008bccfe8b77da1900d39d..0a73b528c3a947eff599053e9bfb29e379a9f7bd 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-5.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-5.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.9.5.43-0-5 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-6.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-6.js index 87e3bff725b2eb5c0fd60cc707c86ecdecdbc813..a7bb22a7d111ba766aa4c777aa8c131933470bf6 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-6.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-6.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.9.5.43-0-6 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-7.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-7.js index 6d364eea1e21bc259edfa656c5a792816d97b8a9..ba755534fccb5b4b1b1e9f3a2b301702223ad6e2 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-7.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-7.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.9.5.43-0-7 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-8.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-8.js index ffbc529d5a0d354bac0cb17ee03e9e3702cc9068..454d97a480c304c08918b70fc6c5774d20fafa09 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-8.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-8.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.9.5.43-0-8 diff --git a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-9.js b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-9.js index 3f81e5c58c1cffdb4f1e7268edec50862b81b9d5..4b4cd380c7ecb75be97b7f9bad46d299f268ada2 100644 --- a/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-9.js +++ b/test/built-ins/Date/prototype/toISOString/15.9.5.43-0-9.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.9.5.43-0-9 diff --git a/test/built-ins/Date/prototype/toJSON/15.9.5.44-0-1.js b/test/built-ins/Date/prototype/toJSON/15.9.5.44-0-1.js index 5887f82a7ec5e414fb5c325991a0d002649bc9d6..4600c686e80d604ad47a9441b76183e619d728f2 100644 --- a/test/built-ins/Date/prototype/toJSON/15.9.5.44-0-1.js +++ b/test/built-ins/Date/prototype/toJSON/15.9.5.44-0-1.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.9.5.44-0-1 diff --git a/test/built-ins/Date/prototype/toJSON/15.9.5.44-0-2.js b/test/built-ins/Date/prototype/toJSON/15.9.5.44-0-2.js index 7b19fd7c205d93ea125e0c62917fd1427e47d098..7fa161c1c9df281547c0d326b80e77e0e3a54688 100644 --- a/test/built-ins/Date/prototype/toJSON/15.9.5.44-0-2.js +++ b/test/built-ins/Date/prototype/toJSON/15.9.5.44-0-2.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.9.5.44-0-2 diff --git a/test/built-ins/Error/15.11-1.js b/test/built-ins/Error/15.11-1.js index 1774cef783e17f631ddee369269959b87226770a..0404c957fc593c63021da34edf1f3956caa0e351 100644 --- a/test/built-ins/Error/15.11-1.js +++ b/test/built-ins/Error/15.11-1.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.11-1 diff --git a/test/built-ins/Error/15.11-2.js b/test/built-ins/Error/15.11-2.js index 65098b32bfd8bb0d632005041e1d1428770d4f72..41f725d121ef5f9e99d92d83a2ddbb1722c5b83a 100644 --- a/test/built-ins/Error/15.11-2.js +++ b/test/built-ins/Error/15.11-2.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.11-2 diff --git a/test/built-ins/Error/prototype/message/15.11.4.3-1.js b/test/built-ins/Error/prototype/message/15.11.4.3-1.js index 13dd877568d95040c312da5b5c7004f5ca4e0c61..862334e05845d723e5692f975d65f3db52151d5f 100644 --- a/test/built-ins/Error/prototype/message/15.11.4.3-1.js +++ b/test/built-ins/Error/prototype/message/15.11.4.3-1.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.11.4.3-1 diff --git a/test/built-ins/Error/prototype/name/15.11.4.2-1.js b/test/built-ins/Error/prototype/name/15.11.4.2-1.js index 4ba6c86467905928f7dcec21861084db716c6837..f8aeabc757b1785bff90cee0f68b647fae0c7c7c 100644 --- a/test/built-ins/Error/prototype/name/15.11.4.2-1.js +++ b/test/built-ins/Error/prototype/name/15.11.4.2-1.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.11.4.2-1 diff --git a/test/built-ins/Error/prototype/toString/15.11.4.4-10-1.js b/test/built-ins/Error/prototype/toString/15.11.4.4-10-1.js index 28dd5f029a8b832ee111d5c37beb79c0fa76d199..562d06e6f46021f8531319ccd8869b3f7f3519f2 100644 --- a/test/built-ins/Error/prototype/toString/15.11.4.4-10-1.js +++ b/test/built-ins/Error/prototype/toString/15.11.4.4-10-1.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.11.4.4-10-1 diff --git a/test/built-ins/Error/prototype/toString/15.11.4.4-6-1.js b/test/built-ins/Error/prototype/toString/15.11.4.4-6-1.js index 8c99b57db63a43f4d12f7a15ea990c90ad3fa567..05979a1847662a49f74407aa00df129bff150577 100644 --- a/test/built-ins/Error/prototype/toString/15.11.4.4-6-1.js +++ b/test/built-ins/Error/prototype/toString/15.11.4.4-6-1.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.11.4.4-6-1 diff --git a/test/built-ins/Error/prototype/toString/15.11.4.4-6-2.js b/test/built-ins/Error/prototype/toString/15.11.4.4-6-2.js index 6d43219cca42a0577ea1d1687a32c4ea59c75fff..e4874d32037e220028fa820649393da2283f3400 100644 --- a/test/built-ins/Error/prototype/toString/15.11.4.4-6-2.js +++ b/test/built-ins/Error/prototype/toString/15.11.4.4-6-2.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.11.4.4-6-2 diff --git a/test/built-ins/Error/prototype/toString/15.11.4.4-8-1.js b/test/built-ins/Error/prototype/toString/15.11.4.4-8-1.js index 8e1f8603c1b459271240394f11374e4f9ff25a4d..df58cc1d7be951837f9d3147839df4743acee1e8 100644 --- a/test/built-ins/Error/prototype/toString/15.11.4.4-8-1.js +++ b/test/built-ins/Error/prototype/toString/15.11.4.4-8-1.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.11.4.4-8-1 diff --git a/test/built-ins/Error/prototype/toString/15.11.4.4-8-2.js b/test/built-ins/Error/prototype/toString/15.11.4.4-8-2.js index 2794d04a1ce780a6115c6869e30bf5cf44e398e6..b79e46eedcbd846d10cfdfb3f2aa60049f2544a2 100644 --- a/test/built-ins/Error/prototype/toString/15.11.4.4-8-2.js +++ b/test/built-ins/Error/prototype/toString/15.11.4.4-8-2.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.11.4.4-8-2 diff --git a/test/built-ins/Error/prototype/toString/15.11.4.4-9-1.js b/test/built-ins/Error/prototype/toString/15.11.4.4-9-1.js index 39f49f5643ebc6da57716977e3399c0ab30019ec..c1534b2b37f44c5cf063bd8fca54a7054f781a65 100644 --- a/test/built-ins/Error/prototype/toString/15.11.4.4-9-1.js +++ b/test/built-ins/Error/prototype/toString/15.11.4.4-9-1.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.11.4.4-9-1 diff --git a/test/built-ins/Function/15.3.2.1-10-6gs.js b/test/built-ins/Function/15.3.2.1-10-6gs.js index 676d5278ac8f7bfcecc6617b12ab8f8d094ea490..fb61ad6a0e711ccfad6b115702cbcf76f46f16f9 100644 --- a/test/built-ins/Function/15.3.2.1-10-6gs.js +++ b/test/built-ins/Function/15.3.2.1-10-6gs.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.3.2.1-10-6gs diff --git a/test/built-ins/Function/15.3.2.1-11-1-s.js b/test/built-ins/Function/15.3.2.1-11-1-s.js index 9fdfc7acd7764cdae9e54cef755ac5cd2576afa0..5c9bdd7872f7b314a047da97ec30a52868f5e6a3 100644 --- a/test/built-ins/Function/15.3.2.1-11-1-s.js +++ b/test/built-ins/Function/15.3.2.1-11-1-s.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.3.2.1-11-1-s diff --git a/test/built-ins/Function/15.3.2.1-11-1.js b/test/built-ins/Function/15.3.2.1-11-1.js index 6ff0a29bd1de339589477c9c5577328f8ca458e5..189d8e438b78ce968301b12927aed962b5777d6a 100644 --- a/test/built-ins/Function/15.3.2.1-11-1.js +++ b/test/built-ins/Function/15.3.2.1-11-1.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.3.2.1-11-1 diff --git a/test/built-ins/Function/15.3.2.1-11-2-s.js b/test/built-ins/Function/15.3.2.1-11-2-s.js index dd796249cd04398b934dbd77976e4ded731ae42c..ca72758c8e7ad034b416c0d86870ee52732dce28 100644 --- a/test/built-ins/Function/15.3.2.1-11-2-s.js +++ b/test/built-ins/Function/15.3.2.1-11-2-s.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.3.2.1-11-2-s diff --git a/test/built-ins/Function/15.3.2.1-11-3-s.js b/test/built-ins/Function/15.3.2.1-11-3-s.js index 16fb487b3aae0260bca69c74c9a6865659af1219..371f41b64e245df72bb58a73ce4de0667aa20078 100644 --- a/test/built-ins/Function/15.3.2.1-11-3-s.js +++ b/test/built-ins/Function/15.3.2.1-11-3-s.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.3.2.1-11-3-s diff --git a/test/built-ins/Function/15.3.2.1-11-3.js b/test/built-ins/Function/15.3.2.1-11-3.js index d73cca5294223461228bf5104ff2a407ffdeba1d..407029cfeff09a2b20013c4b7bc708d325799df1 100644 --- a/test/built-ins/Function/15.3.2.1-11-3.js +++ b/test/built-ins/Function/15.3.2.1-11-3.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.3.2.1-11-3 diff --git a/test/built-ins/Function/15.3.2.1-11-4-s.js b/test/built-ins/Function/15.3.2.1-11-4-s.js index a8c46afc466990b3f6b4e81d1aa20d4047cf96c5..86cd60f4a5bf5c296e264a8b3d4ea683a04ae935 100644 --- a/test/built-ins/Function/15.3.2.1-11-4-s.js +++ b/test/built-ins/Function/15.3.2.1-11-4-s.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.3.2.1-11-4-s diff --git a/test/built-ins/Function/15.3.2.1-11-5-s.js b/test/built-ins/Function/15.3.2.1-11-5-s.js index 9b54a223785d10c240651f0b8346c8812c8f64aa..7565db70b41878ce713ab138c554519ffbe5d4a9 100644 --- a/test/built-ins/Function/15.3.2.1-11-5-s.js +++ b/test/built-ins/Function/15.3.2.1-11-5-s.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.3.2.1-11-5-s diff --git a/test/built-ins/Function/15.3.2.1-11-5.js b/test/built-ins/Function/15.3.2.1-11-5.js index c7da9396f038a67e105646c5ad8bc22832d3c129..6b9ad949131e1fe8c1eb8d836b0b9210048c6639 100644 --- a/test/built-ins/Function/15.3.2.1-11-5.js +++ b/test/built-ins/Function/15.3.2.1-11-5.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.3.2.1-11-5 diff --git a/test/built-ins/Function/15.3.2.1-11-6-s.js b/test/built-ins/Function/15.3.2.1-11-6-s.js index ab3c522bbde627625a1d103cce5f9d075f472e1d..d5bb334607dbc6793e964d38a89fc8c56a959572 100644 --- a/test/built-ins/Function/15.3.2.1-11-6-s.js +++ b/test/built-ins/Function/15.3.2.1-11-6-s.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.3.2.1-11-6-s diff --git a/test/built-ins/Function/15.3.2.1-11-7-s.js b/test/built-ins/Function/15.3.2.1-11-7-s.js index c44c3e8a715b8850eefa0e8ed7d130e02020fc9b..22b70f0f6eef132865413f942563b8748291eb67 100644 --- a/test/built-ins/Function/15.3.2.1-11-7-s.js +++ b/test/built-ins/Function/15.3.2.1-11-7-s.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.3.2.1-11-7-s diff --git a/test/built-ins/Function/15.3.2.1-11-8-s.js b/test/built-ins/Function/15.3.2.1-11-8-s.js index acad1b1ab61aeccc3a16008a3607c7e74f3203b2..e8edf846541a8faea1747c0ea5b56092cd3f1319 100644 --- a/test/built-ins/Function/15.3.2.1-11-8-s.js +++ b/test/built-ins/Function/15.3.2.1-11-8-s.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.3.2.1-11-8-s diff --git a/test/built-ins/Function/15.3.2.1-11-9-s.js b/test/built-ins/Function/15.3.2.1-11-9-s.js index de661e1a0a3fe4ea1bb2f016400627685cc3596f..ae8eea9c89b5230df8a456dab345be24d3da60e2 100644 --- a/test/built-ins/Function/15.3.2.1-11-9-s.js +++ b/test/built-ins/Function/15.3.2.1-11-9-s.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.3.2.1-11-9-s diff --git a/test/built-ins/Function/15.3.5-1gs.js b/test/built-ins/Function/15.3.5-1gs.js index b0b438852f3c698ac2ba2b3c8782a608f86fcf51..129fa783490ae63fc1bc2c49101626705281943c 100644 --- a/test/built-ins/Function/15.3.5-1gs.js +++ b/test/built-ins/Function/15.3.5-1gs.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.3.5-1gs diff --git a/test/built-ins/Function/15.3.5-2gs.js b/test/built-ins/Function/15.3.5-2gs.js index 7a63f57c39fff7a272ec551e0352dd1ab70d4b43..f86a73c787d1acc417f4d839a462f605571fec86 100644 --- a/test/built-ins/Function/15.3.5-2gs.js +++ b/test/built-ins/Function/15.3.5-2gs.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.3.5-2gs diff --git a/test/built-ins/Function/15.3.5.4_2-10gs.js b/test/built-ins/Function/15.3.5.4_2-10gs.js index 54774c8787b1d9c7c76c4fb2eb137684da7af253..033e931bed0a7d691cfb2de3de15b50f268b5afc 100644 --- a/test/built-ins/Function/15.3.5.4_2-10gs.js +++ b/test/built-ins/Function/15.3.5.4_2-10gs.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.3.5.4_2-10gs diff --git a/test/built-ins/Function/15.3.5.4_2-11gs.js b/test/built-ins/Function/15.3.5.4_2-11gs.js index 17d56e4f0dbb2b7854e12da75cb229f5d464b2ef..25824f9379c57a811be97de22649a93f8503237e 100644 --- a/test/built-ins/Function/15.3.5.4_2-11gs.js +++ b/test/built-ins/Function/15.3.5.4_2-11gs.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.3.5.4_2-11gs diff --git a/test/built-ins/Function/15.3.5.4_2-12gs.js b/test/built-ins/Function/15.3.5.4_2-12gs.js index 1b6dfa8d0f50e95b4d2e3dd007136c1c87eb7862..baa5ca6d2a85d0182515fc21681e99111d08a21f 100644 --- a/test/built-ins/Function/15.3.5.4_2-12gs.js +++ b/test/built-ins/Function/15.3.5.4_2-12gs.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.3.5.4_2-12gs diff --git a/test/built-ins/Function/15.3.5.4_2-13gs.js b/test/built-ins/Function/15.3.5.4_2-13gs.js index 5d0163077749d6b8d3dc96a1c2dfdc5d57c9e669..2d641a9d6b96e45c6c0904055182b808edbb59e5 100644 --- a/test/built-ins/Function/15.3.5.4_2-13gs.js +++ b/test/built-ins/Function/15.3.5.4_2-13gs.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.3.5.4_2-13gs diff --git a/test/built-ins/Function/15.3.5.4_2-14gs.js b/test/built-ins/Function/15.3.5.4_2-14gs.js index 30a4c2b1e11120e6bf611dae37bc103fa5b4686a..6027e1f3409475ffabce69cfed1c6e592b82094a 100644 --- a/test/built-ins/Function/15.3.5.4_2-14gs.js +++ b/test/built-ins/Function/15.3.5.4_2-14gs.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.3.5.4_2-14gs diff --git a/test/built-ins/Function/15.3.5.4_2-15gs.js b/test/built-ins/Function/15.3.5.4_2-15gs.js index 53ca5076724c62624452559c8ee04a0717a5ac62..badb8022619dfbead03543d0b5d4519b023aba05 100644 --- a/test/built-ins/Function/15.3.5.4_2-15gs.js +++ b/test/built-ins/Function/15.3.5.4_2-15gs.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.3.5.4_2-15gs diff --git a/test/built-ins/Function/15.3.5.4_2-16gs.js b/test/built-ins/Function/15.3.5.4_2-16gs.js index e37a53df1591b825150603d9850a19d25b62cdd9..581e9e538113c56b85545ee7187b377ccc3cebcf 100644 --- a/test/built-ins/Function/15.3.5.4_2-16gs.js +++ b/test/built-ins/Function/15.3.5.4_2-16gs.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.3.5.4_2-16gs diff --git a/test/built-ins/Function/15.3.5.4_2-17gs.js b/test/built-ins/Function/15.3.5.4_2-17gs.js index 2a6ec5fe3730a77821c60ad3a1a8f96942d9940e..b014eca2304f347340e84cfb0b65a29cc08a0013 100644 --- a/test/built-ins/Function/15.3.5.4_2-17gs.js +++ b/test/built-ins/Function/15.3.5.4_2-17gs.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.3.5.4_2-17gs diff --git a/test/built-ins/Function/15.3.5.4_2-18gs.js b/test/built-ins/Function/15.3.5.4_2-18gs.js index 66026b9e0ba18cc3dd40676911d8ea163aa8e652..a711be20e6b3cc84112139ba910c629af06af098 100644 --- a/test/built-ins/Function/15.3.5.4_2-18gs.js +++ b/test/built-ins/Function/15.3.5.4_2-18gs.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.3.5.4_2-18gs diff --git a/test/built-ins/Function/15.3.5.4_2-19gs.js b/test/built-ins/Function/15.3.5.4_2-19gs.js index 4f30216db211a92d881ec7d531949f71611ae444..723064cf1a20b31b5def047bd6df78b57ccea30b 100644 --- a/test/built-ins/Function/15.3.5.4_2-19gs.js +++ b/test/built-ins/Function/15.3.5.4_2-19gs.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.3.5.4_2-19gs diff --git a/test/built-ins/Function/15.3.5.4_2-1gs.js b/test/built-ins/Function/15.3.5.4_2-1gs.js index e7e07e2be926dcb327214c5290d3811188a46009..cd1c12602db4e742dc5223017a6fa80225b14777 100644 --- a/test/built-ins/Function/15.3.5.4_2-1gs.js +++ b/test/built-ins/Function/15.3.5.4_2-1gs.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.3.5.4_2-1gs diff --git a/test/built-ins/Function/15.3.5.4_2-20gs.js b/test/built-ins/Function/15.3.5.4_2-20gs.js index 63caddf64f4f52833eba36f34ed5d9aed78d44af..c8e5ffcbff73ef0e87005a9c44599b5c3cd226c8 100644 --- a/test/built-ins/Function/15.3.5.4_2-20gs.js +++ b/test/built-ins/Function/15.3.5.4_2-20gs.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.3.5.4_2-20gs diff --git a/test/built-ins/Function/15.3.5.4_2-21gs.js b/test/built-ins/Function/15.3.5.4_2-21gs.js index e0f6b8d8899ec72f4d9ba2c8c65503c43316b9f3..9881d1e94a483a7547a008e4e7121a8071cc58e0 100644 --- a/test/built-ins/Function/15.3.5.4_2-21gs.js +++ b/test/built-ins/Function/15.3.5.4_2-21gs.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.3.5.4_2-21gs diff --git a/test/built-ins/Function/15.3.5.4_2-22gs.js b/test/built-ins/Function/15.3.5.4_2-22gs.js index ce27a377dd0b4beaea99d6fbd8caa42d741a4ffe..9f4ce8c1ee5edadce1cfb7c182113773dec16382 100644 --- a/test/built-ins/Function/15.3.5.4_2-22gs.js +++ b/test/built-ins/Function/15.3.5.4_2-22gs.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.3.5.4_2-22gs diff --git a/test/built-ins/Function/15.3.5.4_2-23gs.js b/test/built-ins/Function/15.3.5.4_2-23gs.js index 024e80d898e10f79fe51be0bc6501f3b4dd96b1f..f9f2f529448a43508ab7c7598c16ec2085083bea 100644 --- a/test/built-ins/Function/15.3.5.4_2-23gs.js +++ b/test/built-ins/Function/15.3.5.4_2-23gs.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.3.5.4_2-23gs diff --git a/test/built-ins/Function/15.3.5.4_2-24gs.js b/test/built-ins/Function/15.3.5.4_2-24gs.js index f87741dcfe5d086a5a5cbf62faf5e39bde8db13b..ac1f1c4dc0d69479b703aa49c481b121ef403d08 100644 --- a/test/built-ins/Function/15.3.5.4_2-24gs.js +++ b/test/built-ins/Function/15.3.5.4_2-24gs.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.3.5.4_2-24gs diff --git a/test/built-ins/Function/15.3.5.4_2-25gs.js b/test/built-ins/Function/15.3.5.4_2-25gs.js index 57974582292d9e1257a393938a05dec0e21ee3fb..bcfd9b7b8be9755875fcb60fefa201f24e598906 100644 --- a/test/built-ins/Function/15.3.5.4_2-25gs.js +++ b/test/built-ins/Function/15.3.5.4_2-25gs.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.3.5.4_2-25gs diff --git a/test/built-ins/Function/15.3.5.4_2-26gs.js b/test/built-ins/Function/15.3.5.4_2-26gs.js index b992d1834a902f9f401874cbc37136ee09720ea0..bfd2efaa2b31ca4cac9fff0ffe8c5b9f6186c0d5 100644 --- a/test/built-ins/Function/15.3.5.4_2-26gs.js +++ b/test/built-ins/Function/15.3.5.4_2-26gs.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.3.5.4_2-26gs diff --git a/test/built-ins/Function/15.3.5.4_2-27gs.js b/test/built-ins/Function/15.3.5.4_2-27gs.js index 52cabec44633bd6f78ca455aaa5744128d9723de..dcd22941c1da5af3ea0896b04fef11d196e6750c 100644 --- a/test/built-ins/Function/15.3.5.4_2-27gs.js +++ b/test/built-ins/Function/15.3.5.4_2-27gs.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.3.5.4_2-27gs diff --git a/test/built-ins/Function/15.3.5.4_2-28gs.js b/test/built-ins/Function/15.3.5.4_2-28gs.js index aa6a6d36f610cc8406cbb183c79928475f050c46..f1a8798ad934f09e18fbb2f4dd292bb9ccb9a959 100644 --- a/test/built-ins/Function/15.3.5.4_2-28gs.js +++ b/test/built-ins/Function/15.3.5.4_2-28gs.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.3.5.4_2-28gs diff --git a/test/built-ins/Function/15.3.5.4_2-29gs.js b/test/built-ins/Function/15.3.5.4_2-29gs.js index 2ca5aa3f54c6064ee48c2681c245daa510b432d6..c367e437cc19986d64e52fec924edf92e0764911 100644 --- a/test/built-ins/Function/15.3.5.4_2-29gs.js +++ b/test/built-ins/Function/15.3.5.4_2-29gs.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.3.5.4_2-29gs diff --git a/test/built-ins/Function/15.3.5.4_2-2gs.js b/test/built-ins/Function/15.3.5.4_2-2gs.js index 0275f2fbcc9e746c2f4c1d187f5b7134c3b6c13b..abbb4d9c3c53ebb59520ea1b67fd115c2abc15db 100644 --- a/test/built-ins/Function/15.3.5.4_2-2gs.js +++ b/test/built-ins/Function/15.3.5.4_2-2gs.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.3.5.4_2-2gs diff --git a/test/built-ins/Function/15.3.5.4_2-30gs.js b/test/built-ins/Function/15.3.5.4_2-30gs.js index e7628e0d408ad0ab57f3fdbff4350992e31e9fcc..885f31aef5d70bc7777fa70988632ad9e6189aa9 100644 --- a/test/built-ins/Function/15.3.5.4_2-30gs.js +++ b/test/built-ins/Function/15.3.5.4_2-30gs.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.3.5.4_2-30gs diff --git a/test/built-ins/Function/15.3.5.4_2-31gs.js b/test/built-ins/Function/15.3.5.4_2-31gs.js index b697483c0d48aa2ae3d34393598c3dba31944630..2e19ff48ba960428c1b4aa5e0ac095fb7ba52e33 100644 --- a/test/built-ins/Function/15.3.5.4_2-31gs.js +++ b/test/built-ins/Function/15.3.5.4_2-31gs.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.3.5.4_2-31gs diff --git a/test/built-ins/Function/15.3.5.4_2-32gs.js b/test/built-ins/Function/15.3.5.4_2-32gs.js index 14da54ddb3f98b6524c547d3840b509e2df182f9..c91181367a152446e57b57c66065a2b686cb5b40 100644 --- a/test/built-ins/Function/15.3.5.4_2-32gs.js +++ b/test/built-ins/Function/15.3.5.4_2-32gs.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.3.5.4_2-32gs diff --git a/test/built-ins/Function/15.3.5.4_2-33gs.js b/test/built-ins/Function/15.3.5.4_2-33gs.js index 1d97446859a2f73fbc30fcb0b4dbb7a04791fbd9..6b5f1a700c85f80eb801bae5c695b541e905efb6 100644 --- a/test/built-ins/Function/15.3.5.4_2-33gs.js +++ b/test/built-ins/Function/15.3.5.4_2-33gs.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.3.5.4_2-33gs diff --git a/test/built-ins/Function/15.3.5.4_2-34gs.js b/test/built-ins/Function/15.3.5.4_2-34gs.js index d1a5c894083ecb67c5820516c30c244bb47342a6..c8ad5f27b95e9abf3df7cc0a236e7f672495f485 100644 --- a/test/built-ins/Function/15.3.5.4_2-34gs.js +++ b/test/built-ins/Function/15.3.5.4_2-34gs.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.3.5.4_2-34gs diff --git a/test/built-ins/Function/15.3.5.4_2-35gs.js b/test/built-ins/Function/15.3.5.4_2-35gs.js index 67f14b0cac677c7944da4a0204df51c7f944cb70..24ac4a507e04d447116db47a3a3836ce683bac67 100644 --- a/test/built-ins/Function/15.3.5.4_2-35gs.js +++ b/test/built-ins/Function/15.3.5.4_2-35gs.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.3.5.4_2-35gs diff --git a/test/built-ins/Function/15.3.5.4_2-36gs.js b/test/built-ins/Function/15.3.5.4_2-36gs.js index a1e5dc1d02e613f284b812ebea14166ff1c686f4..2f76423a04998b1b1a048b44b4b040abfaa55724 100644 --- a/test/built-ins/Function/15.3.5.4_2-36gs.js +++ b/test/built-ins/Function/15.3.5.4_2-36gs.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.3.5.4_2-36gs diff --git a/test/built-ins/Function/15.3.5.4_2-37gs.js b/test/built-ins/Function/15.3.5.4_2-37gs.js index 98f865466527b51dafdc72f9100eaffd31561827..aca2a3f3afcd040625b05e68618c00bc66e48dca 100644 --- a/test/built-ins/Function/15.3.5.4_2-37gs.js +++ b/test/built-ins/Function/15.3.5.4_2-37gs.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.3.5.4_2-37gs diff --git a/test/built-ins/Function/15.3.5.4_2-38gs.js b/test/built-ins/Function/15.3.5.4_2-38gs.js index fcb7a674c3f7201bf34f051d903ac50983e169ed..6cb58d97f94dc6b72019b2ca04e6da456c67bcbd 100644 --- a/test/built-ins/Function/15.3.5.4_2-38gs.js +++ b/test/built-ins/Function/15.3.5.4_2-38gs.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.3.5.4_2-38gs diff --git a/test/built-ins/Function/15.3.5.4_2-39gs.js b/test/built-ins/Function/15.3.5.4_2-39gs.js index dce9ca72a4a1930f0e91912f7c4547781af73de8..45180662e4240ea290930d570bd303d309be3e42 100644 --- a/test/built-ins/Function/15.3.5.4_2-39gs.js +++ b/test/built-ins/Function/15.3.5.4_2-39gs.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.3.5.4_2-39gs diff --git a/test/built-ins/Function/15.3.5.4_2-3gs.js b/test/built-ins/Function/15.3.5.4_2-3gs.js index aacfb716c236feaba1579e0560e50da6befd1734..1606aab66bbcdb9e21782ec8a4499610882df7c0 100644 --- a/test/built-ins/Function/15.3.5.4_2-3gs.js +++ b/test/built-ins/Function/15.3.5.4_2-3gs.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.3.5.4_2-3gs diff --git a/test/built-ins/Function/15.3.5.4_2-40gs.js b/test/built-ins/Function/15.3.5.4_2-40gs.js index b6ad008dcd6bd039411adac9080f0d8ac5f328d3..4736b8a70b4a9821eba78651267d0f3bfbb2f7fd 100644 --- a/test/built-ins/Function/15.3.5.4_2-40gs.js +++ b/test/built-ins/Function/15.3.5.4_2-40gs.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.3.5.4_2-40gs diff --git a/test/built-ins/Function/15.3.5.4_2-41gs.js b/test/built-ins/Function/15.3.5.4_2-41gs.js index 81d15c87f09546d02e845fb97f99f24bbb11475f..43284558058307f42a2766d0e62b110ce1c5312c 100644 --- a/test/built-ins/Function/15.3.5.4_2-41gs.js +++ b/test/built-ins/Function/15.3.5.4_2-41gs.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.3.5.4_2-41gs diff --git a/test/built-ins/Function/15.3.5.4_2-42gs.js b/test/built-ins/Function/15.3.5.4_2-42gs.js index 421f1aaa04aadd22ca6b89c6d7bfdd90c0e32494..c4e2520861413b872d6c60db23e5dce376e782bc 100644 --- a/test/built-ins/Function/15.3.5.4_2-42gs.js +++ b/test/built-ins/Function/15.3.5.4_2-42gs.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.3.5.4_2-42gs diff --git a/test/built-ins/Function/15.3.5.4_2-43gs.js b/test/built-ins/Function/15.3.5.4_2-43gs.js index 9614b0cc7557a071c9a9726fe5c83fd293d52bd1..d47043ea83c2e8ebc4eae38c4506fdaf77e317a7 100644 --- a/test/built-ins/Function/15.3.5.4_2-43gs.js +++ b/test/built-ins/Function/15.3.5.4_2-43gs.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.3.5.4_2-43gs diff --git a/test/built-ins/Function/15.3.5.4_2-44gs.js b/test/built-ins/Function/15.3.5.4_2-44gs.js index 99b2e61a9649438bba9f7e46be1fabc10a2ee161..99a6670cf69314d53f468c15693ff1ac8da3f0bb 100644 --- a/test/built-ins/Function/15.3.5.4_2-44gs.js +++ b/test/built-ins/Function/15.3.5.4_2-44gs.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.3.5.4_2-44gs diff --git a/test/built-ins/Function/15.3.5.4_2-45gs.js b/test/built-ins/Function/15.3.5.4_2-45gs.js index 01de452815a11dc6618f4aa57b1240d21a0ad788..1113343de89eafbe3bab1b39a74f58aff3f694b7 100644 --- a/test/built-ins/Function/15.3.5.4_2-45gs.js +++ b/test/built-ins/Function/15.3.5.4_2-45gs.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.3.5.4_2-45gs diff --git a/test/built-ins/Function/15.3.5.4_2-46gs.js b/test/built-ins/Function/15.3.5.4_2-46gs.js index f2aafe6fdcdd415daa26f7460d7193d12f2999df..557007375f5f38d6fd92e20ab2671613888567e2 100644 --- a/test/built-ins/Function/15.3.5.4_2-46gs.js +++ b/test/built-ins/Function/15.3.5.4_2-46gs.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.3.5.4_2-46gs diff --git a/test/built-ins/Function/15.3.5.4_2-47gs.js b/test/built-ins/Function/15.3.5.4_2-47gs.js index dc6f8fed98c3828417ff61d27fdcb9a9513fd80f..29f9b5053b1ac3d333b9c4290448863c89775884 100644 --- a/test/built-ins/Function/15.3.5.4_2-47gs.js +++ b/test/built-ins/Function/15.3.5.4_2-47gs.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.3.5.4_2-47gs diff --git a/test/built-ins/Function/15.3.5.4_2-48gs.js b/test/built-ins/Function/15.3.5.4_2-48gs.js index 1af2e4b9f7ac5482ea81ff5eba8b73d80e7311ed..5d880bad9da11076cca1ae4961a224ed5f83c2fe 100644 --- a/test/built-ins/Function/15.3.5.4_2-48gs.js +++ b/test/built-ins/Function/15.3.5.4_2-48gs.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.3.5.4_2-48gs diff --git a/test/built-ins/Function/15.3.5.4_2-49gs.js b/test/built-ins/Function/15.3.5.4_2-49gs.js index 927e272f1e52540683fd2d4704756905e7a1bc34..df4c0a77bef41c55f8847f5519c92d43d32b6e28 100644 --- a/test/built-ins/Function/15.3.5.4_2-49gs.js +++ b/test/built-ins/Function/15.3.5.4_2-49gs.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.3.5.4_2-49gs diff --git a/test/built-ins/Function/15.3.5.4_2-4gs.js b/test/built-ins/Function/15.3.5.4_2-4gs.js index 0cb4abe242bff9240fc94b16b4ca82d0df3178f6..edf2abf5d3d21ac4e76479499a947fb701e43dd9 100644 --- a/test/built-ins/Function/15.3.5.4_2-4gs.js +++ b/test/built-ins/Function/15.3.5.4_2-4gs.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.3.5.4_2-4gs diff --git a/test/built-ins/Function/15.3.5.4_2-50gs.js b/test/built-ins/Function/15.3.5.4_2-50gs.js index 2944d945753cc4ce9f746fc7c24d835c76ecbf9e..716bab376d8296603648501340c0daf1410f215b 100644 --- a/test/built-ins/Function/15.3.5.4_2-50gs.js +++ b/test/built-ins/Function/15.3.5.4_2-50gs.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.3.5.4_2-50gs diff --git a/test/built-ins/Function/15.3.5.4_2-51gs.js b/test/built-ins/Function/15.3.5.4_2-51gs.js index 20b24eabcbe42bdf531be972ba4027f991321e79..ad4d9abbae9c854c8f6dcf9608031b8654c22dff 100644 --- a/test/built-ins/Function/15.3.5.4_2-51gs.js +++ b/test/built-ins/Function/15.3.5.4_2-51gs.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.3.5.4_2-51gs diff --git a/test/built-ins/Function/15.3.5.4_2-52gs.js b/test/built-ins/Function/15.3.5.4_2-52gs.js index 0a1c95e7e241b6df4f197b8cc2072278fe8fff30..bf5786401cd246d9020274f9efdb753ab209a744 100644 --- a/test/built-ins/Function/15.3.5.4_2-52gs.js +++ b/test/built-ins/Function/15.3.5.4_2-52gs.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.3.5.4_2-52gs diff --git a/test/built-ins/Function/15.3.5.4_2-53gs.js b/test/built-ins/Function/15.3.5.4_2-53gs.js index 3621e66fc9703c3ce09ab7a44ae24b84b2bbda9d..df160b2ab0aeb8fef88d62bd937bf8eabd575585 100644 --- a/test/built-ins/Function/15.3.5.4_2-53gs.js +++ b/test/built-ins/Function/15.3.5.4_2-53gs.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.3.5.4_2-53gs diff --git a/test/built-ins/Function/15.3.5.4_2-54gs.js b/test/built-ins/Function/15.3.5.4_2-54gs.js index c36a6ac48aa9d5a3c990a660487871730389fa58..07d4ebb8082de9a5baff3e3feb59c2d40e139e62 100644 --- a/test/built-ins/Function/15.3.5.4_2-54gs.js +++ b/test/built-ins/Function/15.3.5.4_2-54gs.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.3.5.4_2-54gs diff --git a/test/built-ins/Function/15.3.5.4_2-55gs.js b/test/built-ins/Function/15.3.5.4_2-55gs.js index cf6996582f824cf71bad12b1d76eb8095686f71f..d71623fbc9abb2dc9a25231b546a0db0a402b794 100644 --- a/test/built-ins/Function/15.3.5.4_2-55gs.js +++ b/test/built-ins/Function/15.3.5.4_2-55gs.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.3.5.4_2-55gs diff --git a/test/built-ins/Function/15.3.5.4_2-56gs.js b/test/built-ins/Function/15.3.5.4_2-56gs.js index 34ba187c7702b1357a4bba5b8ee4a066417c1f80..33226409bdb27d55c3a5b10bee07ce782154e353 100644 --- a/test/built-ins/Function/15.3.5.4_2-56gs.js +++ b/test/built-ins/Function/15.3.5.4_2-56gs.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.3.5.4_2-56gs diff --git a/test/built-ins/Function/15.3.5.4_2-57gs.js b/test/built-ins/Function/15.3.5.4_2-57gs.js index 3e1f155c7ca56c2ecec7fab9f4ec4099b93463cc..5d61f6da59d4d73a6ce93b2fbe7de76e1b7e0f6a 100644 --- a/test/built-ins/Function/15.3.5.4_2-57gs.js +++ b/test/built-ins/Function/15.3.5.4_2-57gs.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.3.5.4_2-57gs diff --git a/test/built-ins/Function/15.3.5.4_2-58gs.js b/test/built-ins/Function/15.3.5.4_2-58gs.js index df0b72fa47ba885013d2f35d3a67afac5c50dcd4..bef1508ab9f543e927fe5884e58c99a565ba3716 100644 --- a/test/built-ins/Function/15.3.5.4_2-58gs.js +++ b/test/built-ins/Function/15.3.5.4_2-58gs.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.3.5.4_2-58gs diff --git a/test/built-ins/Function/15.3.5.4_2-59gs.js b/test/built-ins/Function/15.3.5.4_2-59gs.js index b8bf5e9fc20e684d3b5e21a72ebbd72c7ee5bf47..c277aacb6401094bfa879eccfad1654ad37d9617 100644 --- a/test/built-ins/Function/15.3.5.4_2-59gs.js +++ b/test/built-ins/Function/15.3.5.4_2-59gs.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.3.5.4_2-59gs diff --git a/test/built-ins/Function/15.3.5.4_2-5gs.js b/test/built-ins/Function/15.3.5.4_2-5gs.js index 1a432f1aa1e599fdf09e893b6584459878fb4cfe..ee43fb009c2a1a0dae7c191e5c952b3b0c5af332 100644 --- a/test/built-ins/Function/15.3.5.4_2-5gs.js +++ b/test/built-ins/Function/15.3.5.4_2-5gs.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.3.5.4_2-5gs diff --git a/test/built-ins/Function/15.3.5.4_2-60gs.js b/test/built-ins/Function/15.3.5.4_2-60gs.js index 15c7196364966f5e1beac574521b0aeefe5c92e3..77668ef34cf003abb910411632b8a0c552759c8e 100644 --- a/test/built-ins/Function/15.3.5.4_2-60gs.js +++ b/test/built-ins/Function/15.3.5.4_2-60gs.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.3.5.4_2-60gs diff --git a/test/built-ins/Function/15.3.5.4_2-61gs.js b/test/built-ins/Function/15.3.5.4_2-61gs.js index e60e75236295577c71f71fd529b60cda79c658eb..fca71bce0d1f7c41c4d3585e827588f78b415ae0 100644 --- a/test/built-ins/Function/15.3.5.4_2-61gs.js +++ b/test/built-ins/Function/15.3.5.4_2-61gs.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.3.5.4_2-61gs diff --git a/test/built-ins/Function/15.3.5.4_2-62gs.js b/test/built-ins/Function/15.3.5.4_2-62gs.js index c83f7a7103eae9da2f026efe663261fb0e9d183f..7b208779a6bfd7b61eeaeef188bb8a78c2176f01 100644 --- a/test/built-ins/Function/15.3.5.4_2-62gs.js +++ b/test/built-ins/Function/15.3.5.4_2-62gs.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.3.5.4_2-62gs diff --git a/test/built-ins/Function/15.3.5.4_2-63gs.js b/test/built-ins/Function/15.3.5.4_2-63gs.js index 341dae5cf6b5b68e51a705e91395f596cec4fa18..58cd0a6cd2d40ada9985d98b827ae151fcb67be6 100644 --- a/test/built-ins/Function/15.3.5.4_2-63gs.js +++ b/test/built-ins/Function/15.3.5.4_2-63gs.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.3.5.4_2-63gs diff --git a/test/built-ins/Function/15.3.5.4_2-64gs.js b/test/built-ins/Function/15.3.5.4_2-64gs.js index b81213b74293d45d75ad45fcad12ca401672b82c..2234c4c626fe2a46e8a0b25fd2f86233ee756856 100644 --- a/test/built-ins/Function/15.3.5.4_2-64gs.js +++ b/test/built-ins/Function/15.3.5.4_2-64gs.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.3.5.4_2-64gs diff --git a/test/built-ins/Function/15.3.5.4_2-65gs.js b/test/built-ins/Function/15.3.5.4_2-65gs.js index 54c22f32b735c30f6257b1b429a39873c2187940..0e8658ec607fda090a21024de15614eca4298610 100644 --- a/test/built-ins/Function/15.3.5.4_2-65gs.js +++ b/test/built-ins/Function/15.3.5.4_2-65gs.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.3.5.4_2-65gs diff --git a/test/built-ins/Function/15.3.5.4_2-66gs.js b/test/built-ins/Function/15.3.5.4_2-66gs.js index d1040ee9f7ecbb89cdf9eff8133fa030817e692f..be1a4f4041150b65bc5dc68e09945ef0a2cd3755 100644 --- a/test/built-ins/Function/15.3.5.4_2-66gs.js +++ b/test/built-ins/Function/15.3.5.4_2-66gs.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.3.5.4_2-66gs diff --git a/test/built-ins/Function/15.3.5.4_2-67gs.js b/test/built-ins/Function/15.3.5.4_2-67gs.js index 7bc91bb5b5b72b93639971e6c867920263decbc9..aae08c574c449735974fcc806320a3614ed74a74 100644 --- a/test/built-ins/Function/15.3.5.4_2-67gs.js +++ b/test/built-ins/Function/15.3.5.4_2-67gs.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.3.5.4_2-67gs diff --git a/test/built-ins/Function/15.3.5.4_2-68gs.js b/test/built-ins/Function/15.3.5.4_2-68gs.js index 4b89bb0fe891d096bd77fff977b85849f244246e..1063cd95f2b51155a09dc8d787032483e660cb0a 100644 --- a/test/built-ins/Function/15.3.5.4_2-68gs.js +++ b/test/built-ins/Function/15.3.5.4_2-68gs.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.3.5.4_2-68gs diff --git a/test/built-ins/Function/15.3.5.4_2-69gs.js b/test/built-ins/Function/15.3.5.4_2-69gs.js index 019902fd11816aab76ee3c5da09c357dc1cb6504..c814e60f22fc7017d451c49f1c76c79e9d69aca8 100644 --- a/test/built-ins/Function/15.3.5.4_2-69gs.js +++ b/test/built-ins/Function/15.3.5.4_2-69gs.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.3.5.4_2-69gs diff --git a/test/built-ins/Function/15.3.5.4_2-6gs.js b/test/built-ins/Function/15.3.5.4_2-6gs.js index 6850219ef728d536d897778fd76a663b9c2b0f35..96db50f386a379ab364ca8a63cf8683798cf5851 100644 --- a/test/built-ins/Function/15.3.5.4_2-6gs.js +++ b/test/built-ins/Function/15.3.5.4_2-6gs.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.3.5.4_2-6gs diff --git a/test/built-ins/Function/15.3.5.4_2-70gs.js b/test/built-ins/Function/15.3.5.4_2-70gs.js index f9a52698d9ef10118325e58211040ba57d098750..1a3859073eecf6918f88ec6b9c5f5f6117bb3317 100644 --- a/test/built-ins/Function/15.3.5.4_2-70gs.js +++ b/test/built-ins/Function/15.3.5.4_2-70gs.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.3.5.4_2-70gs diff --git a/test/built-ins/Function/15.3.5.4_2-71gs.js b/test/built-ins/Function/15.3.5.4_2-71gs.js index ca5999938ef9f1876ed81101b4f1a12eb7e056ab..365deeff082c896e7133f465270d2d9741ddab81 100644 --- a/test/built-ins/Function/15.3.5.4_2-71gs.js +++ b/test/built-ins/Function/15.3.5.4_2-71gs.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.3.5.4_2-71gs diff --git a/test/built-ins/Function/15.3.5.4_2-72gs.js b/test/built-ins/Function/15.3.5.4_2-72gs.js index e2c797dc732d0f0cb7370bf068a01c6d23d785e9..2a08925fbe148bbf7a3fac6873a2178493757d1c 100644 --- a/test/built-ins/Function/15.3.5.4_2-72gs.js +++ b/test/built-ins/Function/15.3.5.4_2-72gs.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.3.5.4_2-72gs diff --git a/test/built-ins/Function/15.3.5.4_2-73gs.js b/test/built-ins/Function/15.3.5.4_2-73gs.js index 2f6d746fb898f63dfadfdb491a71fa1fe432eba1..ae08cafc2094ea601a2415660784e2049852910f 100644 --- a/test/built-ins/Function/15.3.5.4_2-73gs.js +++ b/test/built-ins/Function/15.3.5.4_2-73gs.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.3.5.4_2-73gs diff --git a/test/built-ins/Function/15.3.5.4_2-74gs.js b/test/built-ins/Function/15.3.5.4_2-74gs.js index 0daccc033ac1530bed5903e4c1397e4a14a06dec..0d7969d439734cefa98497752a5233132c94dff5 100644 --- a/test/built-ins/Function/15.3.5.4_2-74gs.js +++ b/test/built-ins/Function/15.3.5.4_2-74gs.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.3.5.4_2-74gs diff --git a/test/built-ins/Function/15.3.5.4_2-75gs.js b/test/built-ins/Function/15.3.5.4_2-75gs.js index ef2d47e2412be45c930e892a1360ac1c5f7f7a2c..f0b802bca782377730abeb1047459c24f28b148c 100644 --- a/test/built-ins/Function/15.3.5.4_2-75gs.js +++ b/test/built-ins/Function/15.3.5.4_2-75gs.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.3.5.4_2-75gs diff --git a/test/built-ins/Function/15.3.5.4_2-76gs.js b/test/built-ins/Function/15.3.5.4_2-76gs.js index f0c8194a712b410850ad47d1888e3279c6feac89..618b8e2d28f1b536fb50e46a74b9a82a0570dcc2 100644 --- a/test/built-ins/Function/15.3.5.4_2-76gs.js +++ b/test/built-ins/Function/15.3.5.4_2-76gs.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.3.5.4_2-76gs diff --git a/test/built-ins/Function/15.3.5.4_2-77gs.js b/test/built-ins/Function/15.3.5.4_2-77gs.js index eb911917d3f41eee5a23e2df1ad21f1e3caffdfd..f6620b238a9885f9820fac9e2e65cce9919d2041 100644 --- a/test/built-ins/Function/15.3.5.4_2-77gs.js +++ b/test/built-ins/Function/15.3.5.4_2-77gs.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.3.5.4_2-77gs diff --git a/test/built-ins/Function/15.3.5.4_2-78gs.js b/test/built-ins/Function/15.3.5.4_2-78gs.js index d1eea5b2db3c146bd632e05798b7dcc133757368..bea139fc48551cfeff8bb8f095efc477632d498e 100644 --- a/test/built-ins/Function/15.3.5.4_2-78gs.js +++ b/test/built-ins/Function/15.3.5.4_2-78gs.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.3.5.4_2-78gs diff --git a/test/built-ins/Function/15.3.5.4_2-79gs.js b/test/built-ins/Function/15.3.5.4_2-79gs.js index 13aca14d982722267a4987a591189d30d8a93000..dac910c2399ca0918f1a3355427ee11ea10eb6b4 100644 --- a/test/built-ins/Function/15.3.5.4_2-79gs.js +++ b/test/built-ins/Function/15.3.5.4_2-79gs.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.3.5.4_2-79gs diff --git a/test/built-ins/Function/15.3.5.4_2-7gs.js b/test/built-ins/Function/15.3.5.4_2-7gs.js index d406ab5c202121143db00e4bf19736d32c917d7a..f66abe159fbedcb99604bdc1521cc1662a35e1eb 100644 --- a/test/built-ins/Function/15.3.5.4_2-7gs.js +++ b/test/built-ins/Function/15.3.5.4_2-7gs.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.3.5.4_2-7gs diff --git a/test/built-ins/Function/15.3.5.4_2-80gs.js b/test/built-ins/Function/15.3.5.4_2-80gs.js index cbc51da18badff45c011b2976b94d41ccd9571e2..c428a31ef8e50f041877f39efb1c77be4695e444 100644 --- a/test/built-ins/Function/15.3.5.4_2-80gs.js +++ b/test/built-ins/Function/15.3.5.4_2-80gs.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.3.5.4_2-80gs diff --git a/test/built-ins/Function/15.3.5.4_2-81gs.js b/test/built-ins/Function/15.3.5.4_2-81gs.js index 648206085fbf99abab762bf925454c88329c684c..5a15ffc2d0cea52e854510a61f2c0691302da193 100644 --- a/test/built-ins/Function/15.3.5.4_2-81gs.js +++ b/test/built-ins/Function/15.3.5.4_2-81gs.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.3.5.4_2-81gs diff --git a/test/built-ins/Function/15.3.5.4_2-82gs.js b/test/built-ins/Function/15.3.5.4_2-82gs.js index 992082f22d9a70c5ba4d6d3516e15e48940cf13e..a02eb7311827c55e17cbaf3b879d5c96f45ab4ba 100644 --- a/test/built-ins/Function/15.3.5.4_2-82gs.js +++ b/test/built-ins/Function/15.3.5.4_2-82gs.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.3.5.4_2-82gs diff --git a/test/built-ins/Function/15.3.5.4_2-83gs.js b/test/built-ins/Function/15.3.5.4_2-83gs.js index 6ed4ada3af97feda5def0d13a31f113939525d98..f4337df0648825a87331170f185cbda1add88446 100644 --- a/test/built-ins/Function/15.3.5.4_2-83gs.js +++ b/test/built-ins/Function/15.3.5.4_2-83gs.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.3.5.4_2-83gs diff --git a/test/built-ins/Function/15.3.5.4_2-84gs.js b/test/built-ins/Function/15.3.5.4_2-84gs.js index 58ad5d89554e6d6a7d425d71c31809cd3a80edd2..00e05d814cfa91fee75c1cf46593d29e7802b065 100644 --- a/test/built-ins/Function/15.3.5.4_2-84gs.js +++ b/test/built-ins/Function/15.3.5.4_2-84gs.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.3.5.4_2-84gs diff --git a/test/built-ins/Function/15.3.5.4_2-85gs.js b/test/built-ins/Function/15.3.5.4_2-85gs.js index 7571f69a554d081d7fb6fda8bb5e5d628951d12c..c68e15067941509232e0c24a6896b4b8209a5dcb 100644 --- a/test/built-ins/Function/15.3.5.4_2-85gs.js +++ b/test/built-ins/Function/15.3.5.4_2-85gs.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.3.5.4_2-85gs diff --git a/test/built-ins/Function/15.3.5.4_2-86gs.js b/test/built-ins/Function/15.3.5.4_2-86gs.js index 89f6a81a4ab638dee0bf64e484805a070624f9e6..31f05ea3d6226f9e4008a337c0964045ee1b1340 100644 --- a/test/built-ins/Function/15.3.5.4_2-86gs.js +++ b/test/built-ins/Function/15.3.5.4_2-86gs.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.3.5.4_2-86gs diff --git a/test/built-ins/Function/15.3.5.4_2-87gs.js b/test/built-ins/Function/15.3.5.4_2-87gs.js index 691c70e13b354cbacbec4223dd0711ca57a86bb9..b59bd7a4fadc03a49368bb44fd2dabe6ff87b382 100644 --- a/test/built-ins/Function/15.3.5.4_2-87gs.js +++ b/test/built-ins/Function/15.3.5.4_2-87gs.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.3.5.4_2-87gs diff --git a/test/built-ins/Function/15.3.5.4_2-88gs.js b/test/built-ins/Function/15.3.5.4_2-88gs.js index d6cc45660e2274379f7224adb708d35d8f0a02f3..e39fa023b50c9388f731225bfe74da21d1799359 100644 --- a/test/built-ins/Function/15.3.5.4_2-88gs.js +++ b/test/built-ins/Function/15.3.5.4_2-88gs.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.3.5.4_2-88gs diff --git a/test/built-ins/Function/15.3.5.4_2-89gs.js b/test/built-ins/Function/15.3.5.4_2-89gs.js index 26e641d119672d2920ce2bf4ebb1956c5f8c36f3..bf59839b98efeb85244e55ea9218474febeb47cc 100644 --- a/test/built-ins/Function/15.3.5.4_2-89gs.js +++ b/test/built-ins/Function/15.3.5.4_2-89gs.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.3.5.4_2-89gs diff --git a/test/built-ins/Function/15.3.5.4_2-8gs.js b/test/built-ins/Function/15.3.5.4_2-8gs.js index 9d4dc9e83594aaa75acf2080774cd3c4fa01e559..ab869a5dd1a849b16588ab8a3b251e3115f27e97 100644 --- a/test/built-ins/Function/15.3.5.4_2-8gs.js +++ b/test/built-ins/Function/15.3.5.4_2-8gs.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.3.5.4_2-8gs diff --git a/test/built-ins/Function/15.3.5.4_2-90gs.js b/test/built-ins/Function/15.3.5.4_2-90gs.js index e0ad6159b85c9f8d85848b46346f028442ea58c5..b19584edb74577877a9925abd7e4438e524d2d65 100644 --- a/test/built-ins/Function/15.3.5.4_2-90gs.js +++ b/test/built-ins/Function/15.3.5.4_2-90gs.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.3.5.4_2-90gs diff --git a/test/built-ins/Function/15.3.5.4_2-91gs.js b/test/built-ins/Function/15.3.5.4_2-91gs.js index e0ce1ce4b441a9dae4aae60d7ee74a1ba089b306..8e514475154246d74f18eef2f55315d0a4ab8d05 100644 --- a/test/built-ins/Function/15.3.5.4_2-91gs.js +++ b/test/built-ins/Function/15.3.5.4_2-91gs.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.3.5.4_2-91gs diff --git a/test/built-ins/Function/15.3.5.4_2-92gs.js b/test/built-ins/Function/15.3.5.4_2-92gs.js index 19e7a2570a8689b31e528b7ea65a661dcb9b77a1..65a0b05105fcbd803543f06a17b51e6059fcc843 100644 --- a/test/built-ins/Function/15.3.5.4_2-92gs.js +++ b/test/built-ins/Function/15.3.5.4_2-92gs.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.3.5.4_2-92gs diff --git a/test/built-ins/Function/15.3.5.4_2-93gs.js b/test/built-ins/Function/15.3.5.4_2-93gs.js index 7c5248b8daa4bf501c124a7dc343793bd5ce5a19..6a6cd2a95dffdc919ff7bc2d0b9a32151cff5598 100644 --- a/test/built-ins/Function/15.3.5.4_2-93gs.js +++ b/test/built-ins/Function/15.3.5.4_2-93gs.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.3.5.4_2-93gs diff --git a/test/built-ins/Function/15.3.5.4_2-94gs.js b/test/built-ins/Function/15.3.5.4_2-94gs.js index e22101896ffce5058bb97c641190c87f623b6e59..9d3a77017a0c0b673a06980e802ace28f24d2bab 100644 --- a/test/built-ins/Function/15.3.5.4_2-94gs.js +++ b/test/built-ins/Function/15.3.5.4_2-94gs.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.3.5.4_2-94gs diff --git a/test/built-ins/Function/15.3.5.4_2-95gs.js b/test/built-ins/Function/15.3.5.4_2-95gs.js index b50bacb6cb63aa2254f7a9d76c100ec66681148e..9906a40ce3a29951c28644fa5984ab31bd015b50 100644 --- a/test/built-ins/Function/15.3.5.4_2-95gs.js +++ b/test/built-ins/Function/15.3.5.4_2-95gs.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.3.5.4_2-95gs diff --git a/test/built-ins/Function/15.3.5.4_2-96gs.js b/test/built-ins/Function/15.3.5.4_2-96gs.js index abb96b79fe8be5e6ad0771b9df519fb5db44214e..bb601c08f7d77ea4a75d8b289c9136ac6ffede11 100644 --- a/test/built-ins/Function/15.3.5.4_2-96gs.js +++ b/test/built-ins/Function/15.3.5.4_2-96gs.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.3.5.4_2-96gs diff --git a/test/built-ins/Function/15.3.5.4_2-97gs.js b/test/built-ins/Function/15.3.5.4_2-97gs.js index d1a138a71d75c3173aa374abaa9a16f36cec74ab..bf2d7ebec93b23789f71f0233f0b62d0509861f9 100644 --- a/test/built-ins/Function/15.3.5.4_2-97gs.js +++ b/test/built-ins/Function/15.3.5.4_2-97gs.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.3.5.4_2-97gs diff --git a/test/built-ins/Function/15.3.5.4_2-9gs.js b/test/built-ins/Function/15.3.5.4_2-9gs.js index 9ed1212bed7c87f9eb0250e2a12d6a36f0adccf2..08fbd5cb3447004714f29686a6562c078c18590e 100644 --- a/test/built-ins/Function/15.3.5.4_2-9gs.js +++ b/test/built-ins/Function/15.3.5.4_2-9gs.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.3.5.4_2-9gs diff --git a/test/built-ins/Function/length/15.3.3.2-1.js b/test/built-ins/Function/length/15.3.3.2-1.js index e63abae91804241f0efdcc2f705ec309463336c7..4061a72edaf9fc0e47a3f156146815a45e11b139 100644 --- a/test/built-ins/Function/length/15.3.3.2-1.js +++ b/test/built-ins/Function/length/15.3.3.2-1.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.3.3.2-1 diff --git a/test/built-ins/Function/prototype/apply/15.3.4.3-1-s.js b/test/built-ins/Function/prototype/apply/15.3.4.3-1-s.js index 94ad20d0fae3cec082d5bbaded9b8d0c89142029..f39e6a0f078991aa105f00f3ebd9a1b9f8784ac5 100644 --- a/test/built-ins/Function/prototype/apply/15.3.4.3-1-s.js +++ b/test/built-ins/Function/prototype/apply/15.3.4.3-1-s.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.3.4.3-1-s diff --git a/test/built-ins/Function/prototype/apply/15.3.4.3-2-s.js b/test/built-ins/Function/prototype/apply/15.3.4.3-2-s.js index 07c97def5f8ffa43d522ededc0bbf5d91fb338a8..ecd7d1af16fe175a8abc0b2fb5a9b8ba7c08be98 100644 --- a/test/built-ins/Function/prototype/apply/15.3.4.3-2-s.js +++ b/test/built-ins/Function/prototype/apply/15.3.4.3-2-s.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.3.4.3-2-s diff --git a/test/built-ins/Function/prototype/apply/15.3.4.3-3-s.js b/test/built-ins/Function/prototype/apply/15.3.4.3-3-s.js index ab98d4ccf44c10be8ab481932f7f0d0d1b3a7178..3e401b0d99beb8d32eb05268ecdf0452888e0e7f 100644 --- a/test/built-ins/Function/prototype/apply/15.3.4.3-3-s.js +++ b/test/built-ins/Function/prototype/apply/15.3.4.3-3-s.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.3.4.3-3-s diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-0-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-0-1.js index 3a3574a4116d24adce0de834d011e5ea82d78328..64b37a4f47643d5d7ad52ef82a10f5b42690a585 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-0-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-0-1.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.3.4.5-0-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-0-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-0-2.js index bacb3f152840454634ae5d456d66278bc251be32..15e642412e42c5b37461c48fe3edc7ad130c1167 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-0-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-0-2.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.3.4.5-0-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-10-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-10-1.js index 3ad7142f84aaa1e560874c6594d0b339779c063a..2639cb725767954ca0f27d17da67590b2d020d94 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-10-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-10-1.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.3.4.5-10-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-11-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-11-1.js index ddd09672ed70ce40d516a14033efc653dcfd9cf3..09ede3a2ea9333fe048500a97a57cc96a121dc39 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-11-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-11-1.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.3.4.5-11-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-1.js index dbc93102ee6cb5db265f12e0ae1269572ab1fc61..691d239f589859d15c0afa9340545bf156244e7e 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-1.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.3.4.5-13.b-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-2.js index 67582da64351c37cdce705c90a79fe143a34fd2d..75311a772f006568c989bc709dc0ad9ad5f2cac5 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-2.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.3.4.5-13.b-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-3.js b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-3.js index 30f9a0aa58639ce6d246417ddafb35dbd2997f81..050357d3bcd069f3b84f11dabad8e4304b59a7c7 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-3.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-3.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.3.4.5-13.b-3 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-4.js b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-4.js index b47fee11260c4539993a316d7109ea67822a9143..e2b94af54e91579717fafbf75e0d7f557425a8f7 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-4.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-4.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.3.4.5-13.b-4 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-5.js b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-5.js index 32c448f3289d954963b627e6560fb6fe20a39f65..beea6de45c584970ee06942b3632f6ec6e152dd9 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-5.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-5.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.3.4.5-13.b-5 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-6.js b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-6.js index a22aabaabefd0c129503cec4b5cf55c2457c44c5..a3cd85f006b33332789d076e5e3d3137dff693e9 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-6.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-13.b-6.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.3.4.5-13.b-6 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-15-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-15-1.js index 51aecbf4162dd02b1176b1f55ba1846d897e21a5..d1369cd85bc55531a4a80ebb04d83471c66fead9 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-15-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-15-1.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.3.4.5-15-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-15-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-15-2.js index 96da940c6f5981a5672259febcae171461bbc405..b5f5556172dba354095d28e95d4e6cd9cd938751 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-15-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-15-2.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.3.4.5-15-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-15-3.js b/test/built-ins/Function/prototype/bind/15.3.4.5-15-3.js index 6181f56a1c61edb4ed5ad2c2a5104e69ad4b135b..f0305bbe49d0095210f38d01cf1591b429365807 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-15-3.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-15-3.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.3.4.5-15-3 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-15-4.js b/test/built-ins/Function/prototype/bind/15.3.4.5-15-4.js index e01a80a46d4856348b60b4525920eb1097502e34..6e12d4557c313a256f0302c628232b25ce9a15d0 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-15-4.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-15-4.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.3.4.5-15-4 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-15-5.js b/test/built-ins/Function/prototype/bind/15.3.4.5-15-5.js index b16074acdc0123717212e68ea66424e6f6871c2c..389b3970c7ab5bd7171a9954b5e19d6a4ff93e0d 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-15-5.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-15-5.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.3.4.5-15-5 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-16-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-16-1.js index d7a4386e5376f1e9d9f12ee638bcde6caec49346..95d1fde6458a70b9394e046bc8fec2422ceff7f6 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-16-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-16-1.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.3.4.5-16-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-16-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-16-2.js index d930c08c5073377c1281eb41f53e612ac045f202..72c2c728db428745e6a3a86efbd6aa2156744fb0 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-16-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-16-2.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.3.4.5-16-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-1.js index 6b6f660c55e5dfd7f3966a74f679b4339d6109da..94a9fcf63181a4296e13e9ec1a3e28f25acd5973 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-1.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. /*--- info: > diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-10.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-10.js index 337ade538b3c7b7a292d6c600715e5c98802e044..644b87b3fedb5ee682df285e73d067c85b5f4dea 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-10.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-10.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.3.4.5-2-10 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-11.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-11.js index 619bfff3b190e314e1e8e1340a895f7db10ca1c4..1e3c66fc1de10c98c8916e50df51b3c863a451eb 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-11.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-11.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.3.4.5-2-11 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-12.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-12.js index 3985165ad649ea849ea263fbf1805b437be0e1a4..7705c30cbf745312f0a3497e00aa98068cc8510c 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-12.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-12.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.3.4.5-2-12 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-13.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-13.js index a7c0dad35ef2e0c4bf92483cd583610f574056aa..08f26ba47a13ca88f6c3ab230fa236808b16b59a 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-13.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-13.js @@ -1,11 +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 -// 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.3.4.5-2-13 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-14.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-14.js index 590d7e249c9f937e4c21850aae853fac48222fe2..c32540e81d212b68718a626751445ae7a4a3d3df 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-14.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-14.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.3.4.5-2-14 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-15.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-15.js index 49eab367f0efefc465a06df723803102ea7a279f..1d7ce26198e3786516b101f381f5749682b157eb 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-15.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-15.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.3.4.5-2-15 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-16.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-16.js index 76ad7fd3fb23aee121c1da2803ac65e2fa5d30fd..198888297bc225d17e7e4ca763af3e459ad5e084 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-16.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-16.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.3.4.5-2-16 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-2.js index 61f9751e80e9276c1fdc7a2be7113c5c2f249a75..c4b8608d9d86e4220e4d2d2215d7cfb1eb8dab60 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-2.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. /*--- info: > diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-3.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-3.js index 198060516bfb7a8667e3a316e98400bff914d67b..210b25afea5b1a0ba5845fd85b214042fa7ff8f1 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-3.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-3.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. /*--- info: > diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-4.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-4.js index dfa24a64dcfd6ad15d6d8f41b6b79d432453c82e..6764bf45ae313e1aaf51285de03fcf1e67d3afdc 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-4.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-4.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. /*--- info: > diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-5.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-5.js index a1608b2ca9e440138db7c122df4e45a6607ff548..1937bff3f2a9d0d951ec14e4b17ccded14af2e10 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-5.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-5.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. /*--- info: > diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-6.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-6.js index ee8e9667831be29679cea2797f0d04259764d4d1..ad9c06c45088948b58fbc1fec2a29097f3c71b25 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-6.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-6.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. /*--- info: > diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-7.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-7.js index eb75ecef0a595a0a8c48075f1f0b9a7c28d3cfa0..3cb325d59672c79df5ec0bd1cfcf0228fd2bda3e 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-7.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-7.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. /*--- info: > diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-8.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-8.js index d4106f3d9224888c7668791559d599439ff290c3..0341e9a7f244dc928726805bc4f523159efd021e 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-8.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-8.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. /*--- info: > diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-2-9.js b/test/built-ins/Function/prototype/bind/15.3.4.5-2-9.js index af5553793701a7dda08ae1b873a801c60ae88ab7..e1d170bd174400fa44c60c4dd4efccd225999f0a 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-2-9.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-2-9.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.3.4.5-2-9 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-20-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-20-2.js index bc565299995666c7c68b7156c9f02e9c365dbe2e..0504fb6ce17b1f18f067025c2e4eea834c5464fd 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-20-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-20-2.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.3.4.5-20-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-20-3.js b/test/built-ins/Function/prototype/bind/15.3.4.5-20-3.js index cf1263cf0e63b9ee31ee311ac0ee1ac670d7af55..aed56b32a8aa0ca02445bf5b1e27d36904763451 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-20-3.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-20-3.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.3.4.5-20-3 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-21-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-21-2.js index 96717f24cc21609905ff8c5f254aafd23575c5fb..376124ecb4dfa899800e738073f5eb11e1e0ced8 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-21-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-21-2.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.3.4.5-21-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-21-3.js b/test/built-ins/Function/prototype/bind/15.3.4.5-21-3.js index 734506ba700c84d8428bd553df86e02c2fd2f177..1f5ea8acea37c977767ec8bfabf01897c246fc90 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-21-3.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-21-3.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.3.4.5-21-3 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-3-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-3-1.js index 9a8d3f1169dfa0e2cd899ebe329f339736c9c7ed..b965110c377d0451c7070a57f0d6aae9d28096d4 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-3-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-3-1.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.3.4.5-3-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-1.js index b97175d094c2bb0907d6117edaad7b0dece52321..ccd2a6e6346df5d79960137dbd377f4fa318411b 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-1.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.3.4.5-6-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-10.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-10.js index 25a03f5d58568f538fd81b036ddca5d019b572c4..d881cf202d6ecd720844b281b0db3c9ff1859db0 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-10.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-10.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.3.4.5-6-10 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-11.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-11.js index 76f18eca354f72b110b1809954e941fefa55fb8a..6713bb383dd3d774cb388709c8a9416fd2245079 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-11.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-11.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.3.4.5-6-11 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-12.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-12.js index 08ffa3e4b72038911593c66be816d0ef8073282b..c3b423b976a352a3e3e3278accf6f8cde6e31d61 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-12.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-12.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.3.4.5-6-12 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-2.js index 18b928866d92c3b0be543b181c74603445de0123..9f717533c73edf3e224a45b072890b2d659abc65 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-2.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.3.4.5-6-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-3.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-3.js index f9f2f17a38c53c9222a60706c1fa605923ea253b..77b511fadcf18b0a272fe2029fd3358a44036f3a 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-3.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-3.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.3.4.5-6-3 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-4.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-4.js index 90cac12f30e4bfe2c4d0163b65aa5183788b39c8..77077375d54148c5779437d216a6d79120a9c2c5 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-4.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-4.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.3.4.5-6-4 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-5.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-5.js index 65b9e7f93b271adf4adbd8f2d8f6564fd012ee7d..ef978517e19f011331d56d4d00baf65890379c0d 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-5.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-5.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.3.4.5-6-5 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-6.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-6.js index 30ff538ea2adecd1eb0ef774a5ff10e6434ddd67..af0be500518ea6eb7d2cf0af6fe954cdf4c747a6 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-6.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-6.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.3.4.5-6-6 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-7.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-7.js index b7907cfddfaeba0c7853cf7118b36ec6d4a0e84c..794bd43237eb928aee39176d1c45a3d8042f26b9 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-7.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-7.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.3.4.5-6-7 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-8.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-8.js index 9166769f166d253a42b1f8db20974e361baa52e3..fbb52a2c04a01463af5efda1185fdff35e1ea63d 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-8.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-8.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.3.4.5-6-8 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-6-9.js b/test/built-ins/Function/prototype/bind/15.3.4.5-6-9.js index 26650a9d91a6b256e38d15d34b1140536165b448..53c8ed36d404d52558b747a9162e3c6c91fea358 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-6-9.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-6-9.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.3.4.5-6-9 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-8-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-8-1.js index 041edec3da23cd50c56a5e3bd2f160e0fe6494dd..cef3e444c86a82f4b697e9213a06ffe4c33be6a7 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-8-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-8-1.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.3.4.5-8-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-8-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-8-2.js index cdfc5c6c9662a654d136d7ad949ae38674fc9d8f..afd7c22554fb108f7e34a77f17a617bd2f372e4d 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-8-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-8-2.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.3.4.5-8-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-9-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5-9-1.js index 55fe4c797f2f0afac42e4e1120b1ade089185bb9..4713401c5e6885fd3205b11e36bea5b4b7e4ccb1 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-9-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-9-1.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.3.4.5-9-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5-9-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5-9-2.js index 366107df37608fce51f42acf7fe375b66a14ce19..4ba8bfb70b6ae3010f2536533a3aca287c7f4b78 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5-9-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5-9-2.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.3.4.5-9-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-1.js index a08985e266fd99f801a6af66f6f1717de793ac2c..01bc79314961416147ef9f3769891a67e0ac1014 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-1.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.3.4.5.1-4-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-10.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-10.js index e659fa793248b3b76350ae7c27e084c33a17ce88..28b861ff2af71211fc37089ae87d6f026100aa2b 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-10.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-10.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.3.4.5.1-4-10 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-11.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-11.js index 71c396ad3a6d5690dee2a95fe6f181962d8bfb17..4b0772ee8bb5f7dcc4674914ea0c71d2a03b1481 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-11.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-11.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.3.4.5.1-4-11 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-12.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-12.js index a5e40410b66f5cfaa1c32cd7e95a3c778d02bdde..b05454d8fccc73addf31155d22471222cd5050b6 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-12.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-12.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.3.4.5.1-4-12 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-13.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-13.js index edcd2d87c4957c055e843bd1ee75730f538a06e2..15d41c24d179db2fdc10e7c8a4d9e94ef6795d2b 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-13.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-13.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.3.4.5.1-4-13 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-14.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-14.js index 9434d42d528e1b0b41def9c9580a0df05937d189..57a637d71a06cabd3e01622da4ff5c82acdfe743 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-14.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-14.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.3.4.5.1-4-14 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-15.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-15.js index 0ae85cb4369a21563e31d828ffd42ff82ace9092..f953a00c5bdb12b91e2e9ab42e9c2375671c9964 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-15.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-15.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.3.4.5.1-4-15 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-2.js index 6ba09f93475cfd021c3db36c20030b5e666a3af0..5595ea541e0c5a4c01e351c9d44bc41bbb846500 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-2.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.3.4.5.1-4-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-3.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-3.js index 1b6441dfaab85783788bec4756ce0e471ad91d04..6ab430e7fa99e4848f365e5a6d5d1f007380cab1 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-3.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-3.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.3.4.5.1-4-3 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-4.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-4.js index 74bc5fff02df1590bb12113d4df15d27963722c9..2dd9c95344bf181e02bed466f7af6b3d2ac0729c 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-4.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-4.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.3.4.5.1-4-4 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-5.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-5.js index f02f0f73da1a20b05f185de06cc7491d84840ab3..0afb26fe717386057799c00c0a59e29d208dcb3e 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-5.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-5.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.3.4.5.1-4-5 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-6.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-6.js index 1c5c3cef60116682533c189194a37ea12c91c7c1..c2af948ce9ac25d8fe81b2ef1397b51910f1777a 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-6.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-6.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.3.4.5.1-4-6 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-7.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-7.js index 0704ea6fa1c88eed81beb4817e9c66f3069b782a..3a8724c357be6769b75631c494e7ad2d983ba9d3 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-7.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-7.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.3.4.5.1-4-7 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-8.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-8.js index 4a9fd41b20b2eb0c6a31ec346764379770785e43..18773caadb3ffba633d5b0b57cbcb05850db6a07 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-8.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-8.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.3.4.5.1-4-8 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-9.js b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-9.js index 012150b41ed5f62e5902f6edc01cf202f8da3424..014b48640de36d6db985e46f5e0abdcee517289d 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-9.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.1-4-9.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.3.4.5.1-4-9 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-1.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-1.js index 2c482be09ab6da43f81bd11a4700e642a0d7d0e8..82b394e80d626e900cf4f7822514393e85289292 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-1.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-1.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.3.4.5.2-4-1 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-10.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-10.js index 9b7d31e9d4a1b100d1baf615826fb268ff9adb45..c7243f68c2af406aa278a60f7ea0b6d4204cf62c 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-10.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-10.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.3.4.5.2-4-10 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-11.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-11.js index 9455306e8b31bd17c59fe043327ad5e81c72d609..58252a450fcaef58758c858a0440079126aaabd7 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-11.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-11.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.3.4.5.2-4-11 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-12.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-12.js index e112e9b7e782f73e2095a00a48cf7e1f43a0f4f2..293c7567c8457bde4e087dce146d26b6ef3645a9 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-12.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-12.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.3.4.5.2-4-12 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-13.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-13.js index 59d55b6342f90bfcc6068ce6de3052fb6408593d..327f63551d9d674200936ec59cac06f656b174c2 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-13.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-13.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.3.4.5.2-4-13 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-14.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-14.js index 06739cc916ec3bd2d91187399d20255d3546de8f..0b42174daac493bfd1b76bf930007d3afc6834a0 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-14.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-14.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.3.4.5.2-4-14 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-2.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-2.js index 18bce648b6f2f1e2ca5f4ff56f7254ee4780cc6c..f203a43ddaed0938e2fc133fb2278ae728ca4292 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-2.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-2.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.3.4.5.2-4-2 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-3.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-3.js index fb75087980c457c60f1351c60536c0ac62c8d040..e49b5af510bfdbca8c6127322ca2eac81532bf13 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-3.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-3.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.3.4.5.2-4-3 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-4.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-4.js index 0eed3b2458249574e9747af6b2f31b56416b639e..0e898b9ab7e699fad50677fb9b22b185fc5e81aa 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-4.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-4.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.3.4.5.2-4-4 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-5.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-5.js index 0d7993f95810f3ca2f875f4b774d2948c333a8fc..9b3e0f54891cd75c945e70ca90390e625c230060 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-5.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-5.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.3.4.5.2-4-5 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-6.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-6.js index 209e76e08c162855db911b2b8d6f76c253d73e00..0e5da987772c5745eab44a4d1f3f3bf6a5137360 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-6.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-6.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.3.4.5.2-4-6 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-7.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-7.js index 27360a1490dbb43943b1ab6e5ac5edfda7fc1feb..b662d1471c10d6b0dcbe862835d802feebe7eb4f 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-7.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-7.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.3.4.5.2-4-7 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-8.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-8.js index 0652b30ffb73c21afabee1f59a35bf8b30832cac..570a43462ce0724b446c09c2102f96beac28000c 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-8.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-8.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.3.4.5.2-4-8 diff --git a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-9.js b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-9.js index f58d9ffe3225247cb3db6dadb1a4e0064e3317f7..3bca8e3c73c779caabdc9353a494ae6a9086eb8b 100644 --- a/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-9.js +++ b/test/built-ins/Function/prototype/bind/15.3.4.5.2-4-9.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.3.4.5.2-4-9 diff --git a/test/built-ins/Function/prototype/call/15.3.4.4-1-s.js b/test/built-ins/Function/prototype/call/15.3.4.4-1-s.js index c0a5d0e5bc773304464d812a8529787068cb0a5c..4a8d8d06396e9cf116b7a42f9c11caf46bf28b28 100644 --- a/test/built-ins/Function/prototype/call/15.3.4.4-1-s.js +++ b/test/built-ins/Function/prototype/call/15.3.4.4-1-s.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.3.4.4-1-s diff --git a/test/built-ins/Function/prototype/call/15.3.4.4-2-s.js b/test/built-ins/Function/prototype/call/15.3.4.4-2-s.js index c2bdd92453b8246bdc81d304f84885b1b25ce25f..1603a9ea25de427065b0321291647041d6530790 100644 --- a/test/built-ins/Function/prototype/call/15.3.4.4-2-s.js +++ b/test/built-ins/Function/prototype/call/15.3.4.4-2-s.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.3.4.4-2-s diff --git a/test/built-ins/Function/prototype/call/15.3.4.4-3-s.js b/test/built-ins/Function/prototype/call/15.3.4.4-3-s.js index c3cf578b20dded2c44022ff40648dc7505e27928..9f79f2cac757317e74a294374eb6217ddb73b1fd 100644 --- a/test/built-ins/Function/prototype/call/15.3.4.4-3-s.js +++ b/test/built-ins/Function/prototype/call/15.3.4.4-3-s.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.3.4.4-3-s diff --git a/test/built-ins/Infinity/15.1.1.2-0.js b/test/built-ins/Infinity/15.1.1.2-0.js index 477631f27a8f59097cae6a15c7eefdd6931db9c1..3f84b0e9c98b26160f79d212c24e354075f17699 100644 --- a/test/built-ins/Infinity/15.1.1.2-0.js +++ b/test/built-ins/Infinity/15.1.1.2-0.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.1.1.2-0 diff --git a/test/built-ins/JSON/15.12-0-1.js b/test/built-ins/JSON/15.12-0-1.js index e0e19d8ee933c7dd9dfcfe1c484048a44d74c72c..fd328be0c8e0b4a53265822e08d98146ee8a8bfc 100644 --- a/test/built-ins/JSON/15.12-0-1.js +++ b/test/built-ins/JSON/15.12-0-1.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. /*--- info: > diff --git a/test/built-ins/JSON/15.12-0-2.js b/test/built-ins/JSON/15.12-0-2.js index 23a3f133afa751f275f0f46b245292236b9e89b9..b0623f88f84cb69a831904835358fbd2b17f1023 100644 --- a/test/built-ins/JSON/15.12-0-2.js +++ b/test/built-ins/JSON/15.12-0-2.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. /*--- info: > diff --git a/test/built-ins/JSON/15.12-0-3.js b/test/built-ins/JSON/15.12-0-3.js index 3336d7569f74e630cbacc1d4386e42ae0921f9da..02a539bedecb212a31f16f476cb28619b96e0b8e 100644 --- a/test/built-ins/JSON/15.12-0-3.js +++ b/test/built-ins/JSON/15.12-0-3.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. /*--- info: > diff --git a/test/built-ins/JSON/15.12-0-4.js b/test/built-ins/JSON/15.12-0-4.js index 738086da0454e0c5819f573f4759d87b2e1434c2..d4abddac7c4089849bcae755a74dab8054234b30 100644 --- a/test/built-ins/JSON/15.12-0-4.js +++ b/test/built-ins/JSON/15.12-0-4.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. /*--- info: > diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-1.js b/test/built-ins/JSON/parse/15.12.1.1-0-1.js index 4b67ef9b27a9616a6abe782616aeff2decaa44e5..003fcf02fa8ad4d4ef94acda860663d4d130d80a 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-0-1.js +++ b/test/built-ins/JSON/parse/15.12.1.1-0-1.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.12.1.1-0-1 diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-2.js b/test/built-ins/JSON/parse/15.12.1.1-0-2.js index c18867861371dc1e7068e3aa6198187d00742953..76e5cd17992802e51052bfa8c290931f15574718 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-0-2.js +++ b/test/built-ins/JSON/parse/15.12.1.1-0-2.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.12.1.1-0-2 diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-3.js b/test/built-ins/JSON/parse/15.12.1.1-0-3.js index 2ddb26d3ff614dbc5662c0829bc7f59db90110c5..38c7b69470ca461b1a0b0ad51e1a6c62634bd100 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-0-3.js +++ b/test/built-ins/JSON/parse/15.12.1.1-0-3.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.12.1.1-0-3 diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-4.js b/test/built-ins/JSON/parse/15.12.1.1-0-4.js index 616eff141812f6c48dd3bfba4bfb25e9f355dbdf..6a7d75a2136d89497dfde15963e85f3a09957bd6 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-0-4.js +++ b/test/built-ins/JSON/parse/15.12.1.1-0-4.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.12.1.1-0-4 diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-5.js b/test/built-ins/JSON/parse/15.12.1.1-0-5.js index dcc75484974f314ad8674fc90e15b8d89957b226..0655622a1c094e4d9f374badb76bbb5d939b5652 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-0-5.js +++ b/test/built-ins/JSON/parse/15.12.1.1-0-5.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.12.1.1-0-5 diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-6.js b/test/built-ins/JSON/parse/15.12.1.1-0-6.js index c0953e142fe51390cc9b0f0906096bbb2c0fee16..eb0a10a9503024a8823bd028423257c04d09e670 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-0-6.js +++ b/test/built-ins/JSON/parse/15.12.1.1-0-6.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.12.1.1-0-6 diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-7.js b/test/built-ins/JSON/parse/15.12.1.1-0-7.js index 180295e0f7dc37a09f325ebf944fe2de0d4156bb..25aee06eb80fed2863e20b68294e7cb52006ee20 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-0-7.js +++ b/test/built-ins/JSON/parse/15.12.1.1-0-7.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.12.1.1-0-7 diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-8.js b/test/built-ins/JSON/parse/15.12.1.1-0-8.js index 28f25671d4d390097ab89660580deed07e8b70f8..6b1d7360f6a2d8d29779b65eca434d6681bdf93b 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-0-8.js +++ b/test/built-ins/JSON/parse/15.12.1.1-0-8.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.12.1.1-0-8 diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-9.js b/test/built-ins/JSON/parse/15.12.1.1-0-9.js index c823a2e6fc1421bf82fe7fe6d898fd6e0574d421..bd538d60809b738032d22f798c25268a8350917a 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-0-9.js +++ b/test/built-ins/JSON/parse/15.12.1.1-0-9.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.12.1.1-0-9 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g1-1.js b/test/built-ins/JSON/parse/15.12.1.1-g1-1.js index cc3f638ae1f87a592cfb15c3cea219a1985bfbfb..9cc442b585387f75b1611b99cbb0fe00f4603741 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g1-1.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g1-1.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.12.1.1-g1-1 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g1-2.js b/test/built-ins/JSON/parse/15.12.1.1-g1-2.js index 50ce5c116ba50ee892f93eec75b61e8b8ca36147..aa1f04d21f7a79b7d7cf08eff470d3aa49ece5c6 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g1-2.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g1-2.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.12.1.1-g1-2 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g1-3.js b/test/built-ins/JSON/parse/15.12.1.1-g1-3.js index ef3a8a6adaf6d5e7e7c7669d3b5633e9faa24923..8e30dac0aec8ebd768a8285b628738e88fc1534f 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g1-3.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g1-3.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.12.1.1-g1-3 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g1-4.js b/test/built-ins/JSON/parse/15.12.1.1-g1-4.js index 87630c88907113b279ee9b19ded3e65878c3f3c7..3b1494c0ec327ef843dd6231c443a6430b8b1042 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g1-4.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g1-4.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.12.1.1-g1-4 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g2-1.js b/test/built-ins/JSON/parse/15.12.1.1-g2-1.js index e00ee4ffacb8e2bf53c676807f9b848c11fe52c2..9b480202b837dfa72d848e4786444c1b6d755be4 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g2-1.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g2-1.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.12.1.1-g2-1 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g2-2.js b/test/built-ins/JSON/parse/15.12.1.1-g2-2.js index 2b5a190ce3df40512294c76bbb2df2fc55710f53..4e5be737a5b190582cd084a55f76744176f32b66 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g2-2.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g2-2.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.12.1.1-g2-2 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g2-3.js b/test/built-ins/JSON/parse/15.12.1.1-g2-3.js index 13ccf1bba0df9d8aec1077e9efd47bd9b46f6ca9..93c6de5a3f3a22395771f78bc51a3698e2cbe9c2 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g2-3.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g2-3.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.12.1.1-g2-3 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g2-4.js b/test/built-ins/JSON/parse/15.12.1.1-g2-4.js index 1efe94252396a1e1ea44536a36daa406553d976d..54492523d190a2f8e44abe90c6bc19f995e064f6 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g2-4.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g2-4.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.12.1.1-g2-4 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g2-5.js b/test/built-ins/JSON/parse/15.12.1.1-g2-5.js index 3340a8494f9b006c3b39c0c13271aa145ec97874..a6c52335386047a41a6bb898c6a00038ef9d1f9a 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g2-5.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g2-5.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.12.1.1-g2-5 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g4-1.js b/test/built-ins/JSON/parse/15.12.1.1-g4-1.js index 1b8e01db72b0b6581dc5d9221bafc517c671d11f..2bcfc01e81ffbf73957b7609f8f773caf0dfb73d 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g4-1.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g4-1.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.12.1.1-g4-1 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g4-2.js b/test/built-ins/JSON/parse/15.12.1.1-g4-2.js index b0736c6ceaf56106cafb256a92ba00f39ffca58e..44ae7812ff76c43e121ae22dcabf3c02468a864e 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g4-2.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g4-2.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.12.1.1-g4-2 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g4-3.js b/test/built-ins/JSON/parse/15.12.1.1-g4-3.js index 00021cf954b8c8c433795a850298c32187d2530e..fa298dce2bf4202cf906967aa738d1df9a5037d0 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g4-3.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g4-3.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.12.1.1-g4-3 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g4-4.js b/test/built-ins/JSON/parse/15.12.1.1-g4-4.js index edc32c0f41e6bf85ac7269578f1a25aeb64e2da9..0370960f473aadc44b5a9d051a93820ba4fbfa6e 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g4-4.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g4-4.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.12.1.1-g4-4 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g5-1.js b/test/built-ins/JSON/parse/15.12.1.1-g5-1.js index ba4a67bf40799c9f3a40247f1549b3ab566b2b02..5aa9e1af992745417a81b392af9f7f6571e6a0f2 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g5-1.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g5-1.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.12.1.1-g5-1 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g5-2.js b/test/built-ins/JSON/parse/15.12.1.1-g5-2.js index 6803f6e35c49d9a81c7621c6a37df80bf3fac544..8d0a1c053304ad4314c28ad3a13362cea0bf1669 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g5-2.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g5-2.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.12.1.1-g5-2 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g5-3.js b/test/built-ins/JSON/parse/15.12.1.1-g5-3.js index b14dc7b499c8d71fce1b8e4ea71a012983874cb0..7ed0b8e894a7b3303795c8575e22fdec31909e2b 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g5-3.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g5-3.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.12.1.1-g5-3 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g6-1.js b/test/built-ins/JSON/parse/15.12.1.1-g6-1.js index 4cad9568065900a3287c2b4b6a5950e520c5439c..59230751eb030b59b88b6fad4f72a4086268d6ce 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g6-1.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g6-1.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.12.1.1-g6-1 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g6-2.js b/test/built-ins/JSON/parse/15.12.1.1-g6-2.js index 24da4ba1201d6c9e49c2e3d3ce0bbe3ab2494849..2b22e1a0ac46360649259bea64c78d5272bf10f4 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g6-2.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g6-2.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.12.1.1-g6-2 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g6-3.js b/test/built-ins/JSON/parse/15.12.1.1-g6-3.js index a6e2e55cf204157f4d51e4674dcbc0dc4138f662..6965358554d18b2eabf4abc99feaea524c699532 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g6-3.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g6-3.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.12.1.1-g6-3 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g6-4.js b/test/built-ins/JSON/parse/15.12.1.1-g6-4.js index 4cfea5ceda95feed624e032cbb7273e7cddc9966..a6fe3bee0c907222ab1f71191d56a2a6dcef8bf0 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g6-4.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g6-4.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.12.1.1-g6-4 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g6-5.js b/test/built-ins/JSON/parse/15.12.1.1-g6-5.js index f7035a117bd603a55142278bac2bf8609a885b59..5eb59afedccba125debd13e0fd12de1130637ce8 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g6-5.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g6-5.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.12.1.1-g6-5 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g6-6.js b/test/built-ins/JSON/parse/15.12.1.1-g6-6.js index 2018496bc58f8b0eb34ab05a369dcd432e8c0e33..7be75edae7cc270af7e1c374799ef6cc3e1743e1 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g6-6.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g6-6.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.12.1.1-g6-6 diff --git a/test/built-ins/JSON/parse/15.12.1.1-g6-7.js b/test/built-ins/JSON/parse/15.12.1.1-g6-7.js index f047bf096d306798788a1a2780e2eebd96b2ce5c..4c6f451b4b315140c1c238822cc540fb062532c7 100644 --- a/test/built-ins/JSON/parse/15.12.1.1-g6-7.js +++ b/test/built-ins/JSON/parse/15.12.1.1-g6-7.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.12.1.1-g6-7 diff --git a/test/built-ins/JSON/parse/15.12.2-0-1.js b/test/built-ins/JSON/parse/15.12.2-0-1.js index b95bdd326e18407fe8f8efce73a842aa20406b42..bc4e2992610b7d4eadb9eebaac5cff6bfb186c3a 100644 --- a/test/built-ins/JSON/parse/15.12.2-0-1.js +++ b/test/built-ins/JSON/parse/15.12.2-0-1.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. /*--- info: > diff --git a/test/built-ins/JSON/parse/15.12.2-0-2.js b/test/built-ins/JSON/parse/15.12.2-0-2.js index 70fe0d4892512026e3a384a6de5af4f6acd32fcd..c9eb96bad313196d0d54bdd20679dc7400c54eb5 100644 --- a/test/built-ins/JSON/parse/15.12.2-0-2.js +++ b/test/built-ins/JSON/parse/15.12.2-0-2.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. /*--- info: > diff --git a/test/built-ins/JSON/parse/15.12.2-0-3.js b/test/built-ins/JSON/parse/15.12.2-0-3.js index a26722f0d22c9aafd26d61456cd9050683e7dac1..fca893970fbd328ba26a7203d9519a3b0c8a85fc 100644 --- a/test/built-ins/JSON/parse/15.12.2-0-3.js +++ b/test/built-ins/JSON/parse/15.12.2-0-3.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. /*--- info: > diff --git a/test/built-ins/JSON/parse/15.12.2-2-1.js b/test/built-ins/JSON/parse/15.12.2-2-1.js index e3b001f8dca7f7eaedff86fe89e57e56525947f3..c2b3a57317dd6b47f8d8e0d5b8a944adc969437b 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-1.js +++ b/test/built-ins/JSON/parse/15.12.2-2-1.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.12.2-2-1 diff --git a/test/built-ins/JSON/parse/15.12.2-2-10.js b/test/built-ins/JSON/parse/15.12.2-2-10.js index c954f6ddd6b185e2f4f420e2c74ec61272da29fc..ef0291f48e7875a5eb762e4ce006f0833cb32a0f 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-10.js +++ b/test/built-ins/JSON/parse/15.12.2-2-10.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.12.2-2-10 diff --git a/test/built-ins/JSON/parse/15.12.2-2-2.js b/test/built-ins/JSON/parse/15.12.2-2-2.js index d18c957fb2120e16fedf47916df16db4fb77ed23..9be1f9711a371fe3755177cc797d1b74afb5edb4 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-2.js +++ b/test/built-ins/JSON/parse/15.12.2-2-2.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.12.2-2-2 diff --git a/test/built-ins/JSON/parse/15.12.2-2-3.js b/test/built-ins/JSON/parse/15.12.2-2-3.js index f76881db6aaee58183d5cc83bd3eda95859a1a17..524b8badd196ef36e6c976f2bbffaee7000c49e8 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-3.js +++ b/test/built-ins/JSON/parse/15.12.2-2-3.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.12.2-2-3 diff --git a/test/built-ins/JSON/parse/15.12.2-2-4.js b/test/built-ins/JSON/parse/15.12.2-2-4.js index 662669028ac82323becf3627845bde22497574ad..dc1d6654e3d18436a515a56a5554b793940725a2 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-4.js +++ b/test/built-ins/JSON/parse/15.12.2-2-4.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.12.2-2-4 diff --git a/test/built-ins/JSON/parse/15.12.2-2-5.js b/test/built-ins/JSON/parse/15.12.2-2-5.js index a062ec2563c317636f8651d1808308396596b110..f2149cbd813ecd31fb43e64150bc5d822532ba8b 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-5.js +++ b/test/built-ins/JSON/parse/15.12.2-2-5.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.12.2-2-5 diff --git a/test/built-ins/JSON/parse/15.12.2-2-6.js b/test/built-ins/JSON/parse/15.12.2-2-6.js index 51971096514b0f32b3bba394f7e305437b4f4b1e..dd2e2e7a0bb4f80fa9863b15a091ca71e5dd66ba 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-6.js +++ b/test/built-ins/JSON/parse/15.12.2-2-6.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.12.2-2-6 diff --git a/test/built-ins/JSON/parse/15.12.2-2-7.js b/test/built-ins/JSON/parse/15.12.2-2-7.js index 4318ad6ffff5a22d6ed6574e3800602bb36cf2ab..6612ec01620b45802bd85973de6e16e2124e0020 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-7.js +++ b/test/built-ins/JSON/parse/15.12.2-2-7.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.12.2-2-7 diff --git a/test/built-ins/JSON/parse/15.12.2-2-8.js b/test/built-ins/JSON/parse/15.12.2-2-8.js index 5f57d0c147ef71b446e6fc83a5f743424e35b300..2d4feb42c8a9f769a36d166d07e7e44af69d1b73 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-8.js +++ b/test/built-ins/JSON/parse/15.12.2-2-8.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.12.2-2-8 diff --git a/test/built-ins/JSON/parse/15.12.2-2-9.js b/test/built-ins/JSON/parse/15.12.2-2-9.js index f49db3dd0f13313f8d6b8202a02395ca561d6a72..cbd697bf64d34b722dd6c9be2556cffa6b5efbb3 100644 --- a/test/built-ins/JSON/parse/15.12.2-2-9.js +++ b/test/built-ins/JSON/parse/15.12.2-2-9.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.12.2-2-9 diff --git a/test/built-ins/JSON/stringify/15.12.3-0-1.js b/test/built-ins/JSON/stringify/15.12.3-0-1.js index ab81153c265dfa8930cb3156af00c213002f079a..a8b4a6e75bc68f47e058aa42cbef0f072c374cca 100644 --- a/test/built-ins/JSON/stringify/15.12.3-0-1.js +++ b/test/built-ins/JSON/stringify/15.12.3-0-1.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. /*--- info: > diff --git a/test/built-ins/JSON/stringify/15.12.3-0-2.js b/test/built-ins/JSON/stringify/15.12.3-0-2.js index 02205e139f9c6547f270b3c9a7a3cdc0d7462146..c3c4cad9d8cd119be5feb2c9f295fc92f369ba53 100644 --- a/test/built-ins/JSON/stringify/15.12.3-0-2.js +++ b/test/built-ins/JSON/stringify/15.12.3-0-2.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. /*--- info: > diff --git a/test/built-ins/JSON/stringify/15.12.3-0-3.js b/test/built-ins/JSON/stringify/15.12.3-0-3.js index 8e94840fa77d2aaffe6f37993bb92bcb805f755c..7024cc1ac6733afd1c8010f017e77c8e3dbeef2e 100644 --- a/test/built-ins/JSON/stringify/15.12.3-0-3.js +++ b/test/built-ins/JSON/stringify/15.12.3-0-3.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. /*--- info: > diff --git a/test/built-ins/JSON/stringify/15.12.3-11-1.js b/test/built-ins/JSON/stringify/15.12.3-11-1.js index 83bc3a48b3b418a7a2bac201d2d021d75ba6eba9..09ae2ff2b08007d137d2f04f0485f7ef65106f3d 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-1.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-1.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.12.3-11-1 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-10.js b/test/built-ins/JSON/stringify/15.12.3-11-10.js index c9bc4cba84ae90dbdfcc01416ca79b5b4091fc5c..55e651cd4f8ae32ce3d0b9240ee88259e89ab1d2 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-10.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-10.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.12.3-11-10 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-11.js b/test/built-ins/JSON/stringify/15.12.3-11-11.js index b93bc6ec05e56ff26c16460a3e9590b1663dc2fd..65b7024fe7d940619053e428bc8576022d7ae1d8 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-11.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-11.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.12.3-11-11 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-12.js b/test/built-ins/JSON/stringify/15.12.3-11-12.js index 11650e7838697b9e14afa89be0870eb2ce8c82f0..c09996f03855fc182fd260d32c9bbcb7fa9f1a6c 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-12.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-12.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.12.3-11-12 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-13.js b/test/built-ins/JSON/stringify/15.12.3-11-13.js index 59d3c90d421864f9ec86212baf52377850341a3d..d4a08dad4439192513916667cb27130b534f6a3b 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-13.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-13.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.12.3-11-13 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-14.js b/test/built-ins/JSON/stringify/15.12.3-11-14.js index ccc241d5a3857f16a28d199be4f5f26b2c0d64ad..286960452ab1a60c6a466b63d6f19bae9c57dd5e 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-14.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-14.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.12.3-11-14 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-15.js b/test/built-ins/JSON/stringify/15.12.3-11-15.js index 8c33c7d3146007f30f3b9d5c3ea3d38aef276f31..bfd4433c344bbe7ba639dc685f6c30218f3b9d82 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-15.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-15.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.12.3-11-15 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-16.js b/test/built-ins/JSON/stringify/15.12.3-11-16.js index 3cffa8ce97a90652810f4a77d54de4fd04e2312f..5fa8d0c9536ad50094a2c9725d54886d459986f0 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-16.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-16.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.12.3-11-16 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-17.js b/test/built-ins/JSON/stringify/15.12.3-11-17.js index fa7542ef3cd7dfa076b575859a66565d4fd8a73f..0d4baf82620de4ab6d8067c05bb0a99be3d4c1ac 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-17.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-17.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.12.3-11-17 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-18.js b/test/built-ins/JSON/stringify/15.12.3-11-18.js index aace676bbbefcdc4625c97a7c382d703924d9b41..84d086ae86c26c0c4704adf55769bee09b904aea 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-18.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-18.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.12.3-11-18 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-19.js b/test/built-ins/JSON/stringify/15.12.3-11-19.js index 7e5fe5eb55113685ac46879731e671367bb16ff3..0b909432f83cceb99be31b777bca904ab1ece1b7 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-19.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-19.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.12.3-11-19 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-2.js b/test/built-ins/JSON/stringify/15.12.3-11-2.js index 171d15292f09ed468f10c6768c90870abf10aef5..cfe9b629b24fa92f39deaf9817abac6f4ccc8c98 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-2.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-2.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.12.3-11-2 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-20.js b/test/built-ins/JSON/stringify/15.12.3-11-20.js index ba6b51e3c13c451b277658baecb6c421bfc9b9aa..202b56b12a9658d25029d4f47a931e1217a50589 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-20.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-20.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.12.3-11-20 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-21.js b/test/built-ins/JSON/stringify/15.12.3-11-21.js index ee8e763fba37476288b26cd854000b0a21833fea..31a5b1f4d327fb39c5202ff689789728f6a688eb 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-21.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-21.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.12.3-11-21 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-22.js b/test/built-ins/JSON/stringify/15.12.3-11-22.js index b13a4d505827a1e0f82e507a8fce910e328eb386..ec098fe2cfb716b197a16254b26fa86987ec9ff0 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-22.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-22.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.12.3-11-22 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-23.js b/test/built-ins/JSON/stringify/15.12.3-11-23.js index 457d455760aecfcf22ee578da322b18d968d67e3..1e96c398cf51455889cd61dd848a321889243f53 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-23.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-23.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.12.3-11-23 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-24.js b/test/built-ins/JSON/stringify/15.12.3-11-24.js index 5c176143166dab259e04223953c684d8cbd4bdb2..adc93f6c63896abcf87d930c249e2391d7486057 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-24.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-24.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.12.3-11-24 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-25.js b/test/built-ins/JSON/stringify/15.12.3-11-25.js index fb33f93c608637ed22980a327c676139d83e71a3..73241b44feddd8eceae45ef81ec448938e8fdc59 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-25.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-25.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.12.3-11-25 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-26.js b/test/built-ins/JSON/stringify/15.12.3-11-26.js index 01dd9bb85f5ca2da683778ce1bf9d41b66d7211a..bb4f8b06cd9aacda04758b16290fe700911aafa3 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-26.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-26.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.12.3-11-26 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-3.js b/test/built-ins/JSON/stringify/15.12.3-11-3.js index 309e281785d1cd039d09c6e8c2c7b01ccb041936..f82237319ed0bc654a8a985c79851094092e8899 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-3.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-3.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.12.3-11-3 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-4.js b/test/built-ins/JSON/stringify/15.12.3-11-4.js index 68332a92f2ab3c7681880078e62c954a78d1ab76..2fe1b259483b0cf9365f9d3356ebd36718c4f6ce 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-4.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-4.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.12.3-11-4 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-5.js b/test/built-ins/JSON/stringify/15.12.3-11-5.js index afc6d3c63243236bdd0ee7d11b6eeff3a897be73..32f8cd6897d639b47632256f7bb4f5f96513de4d 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-5.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-5.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.12.3-11-5 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-6.js b/test/built-ins/JSON/stringify/15.12.3-11-6.js index 6bb3f73a45cf51171660ad26eaae887aa6c6538a..10665c4be0b37c692859d8b1b12f0261f4e817d0 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-6.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-6.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.12.3-11-6 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-7.js b/test/built-ins/JSON/stringify/15.12.3-11-7.js index ab8da40028dfb6a285719778155eda2313820195..46ecc1c22a4683a93f3f90df1105c19c776a09f0 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-7.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-7.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.12.3-11-7 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-8.js b/test/built-ins/JSON/stringify/15.12.3-11-8.js index 97b729019fe49a0b7b238cb748c08a3dce4bf834..7fa9d3db0d9160693e8ce9962acaaa06ae7bfc28 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-8.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-8.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.12.3-11-8 diff --git a/test/built-ins/JSON/stringify/15.12.3-11-9.js b/test/built-ins/JSON/stringify/15.12.3-11-9.js index e9e384330b38542271cae6c9c111094ba803480c..e451de11e4cfc5ec00716dcd1134d6971f70d386 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-9.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-9.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.12.3-11-9 diff --git a/test/built-ins/JSON/stringify/15.12.3-4-1.js b/test/built-ins/JSON/stringify/15.12.3-4-1.js index f9add173da14b9c969ed3978abbdd3da5dc241a9..998083fad7ed2057cf447a95ee5f32fd85792853 100644 --- a/test/built-ins/JSON/stringify/15.12.3-4-1.js +++ b/test/built-ins/JSON/stringify/15.12.3-4-1.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.12.3-4-1 diff --git a/test/built-ins/JSON/stringify/15.12.3-5-a-i-1.js b/test/built-ins/JSON/stringify/15.12.3-5-a-i-1.js index 4344e0395b7bf973574826a1b8dd9cbb1863c173..0ba497233c1b853599f497e4c397cbc6d5a74220 100644 --- a/test/built-ins/JSON/stringify/15.12.3-5-a-i-1.js +++ b/test/built-ins/JSON/stringify/15.12.3-5-a-i-1.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.12.3-5-a-i-1 diff --git a/test/built-ins/JSON/stringify/15.12.3-5-b-i-1.js b/test/built-ins/JSON/stringify/15.12.3-5-b-i-1.js index 384bf2680acdd0e36c48b7328f24a403606475ae..4d569cebc0c4818766e1c8303f4026c9e3d20984 100644 --- a/test/built-ins/JSON/stringify/15.12.3-5-b-i-1.js +++ b/test/built-ins/JSON/stringify/15.12.3-5-b-i-1.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.12.3-5-b-i-1 diff --git a/test/built-ins/JSON/stringify/15.12.3-6-a-1.js b/test/built-ins/JSON/stringify/15.12.3-6-a-1.js index d75e10b9b7f955210886866326e93b2dcfd6d245..bfbc96c376ba69a06095e5b8710b563f5f6a6865 100644 --- a/test/built-ins/JSON/stringify/15.12.3-6-a-1.js +++ b/test/built-ins/JSON/stringify/15.12.3-6-a-1.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.12.3-6-a-1 diff --git a/test/built-ins/JSON/stringify/15.12.3-6-a-2.js b/test/built-ins/JSON/stringify/15.12.3-6-a-2.js index d58844395c302fbf06205b5ab92ea28686506399..141f080c9f875d265e9e5ca5478cdd5acba96cc1 100644 --- a/test/built-ins/JSON/stringify/15.12.3-6-a-2.js +++ b/test/built-ins/JSON/stringify/15.12.3-6-a-2.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.12.3-6-a-2 diff --git a/test/built-ins/JSON/stringify/15.12.3-6-b-1.js b/test/built-ins/JSON/stringify/15.12.3-6-b-1.js index efd80b82e9209a12dbc677417e2ab85b22eacaae..d6d96ff336c9f8939a4b0175b08395a74e86ec55 100644 --- a/test/built-ins/JSON/stringify/15.12.3-6-b-1.js +++ b/test/built-ins/JSON/stringify/15.12.3-6-b-1.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.12.3-6-b-1 diff --git a/test/built-ins/JSON/stringify/15.12.3-6-b-2.js b/test/built-ins/JSON/stringify/15.12.3-6-b-2.js index 01ed9435c355efdd6a38ee600a1e0b5bc42f1b6e..925f41bc3170b7db0395f1d1f7ed24827219f26c 100644 --- a/test/built-ins/JSON/stringify/15.12.3-6-b-2.js +++ b/test/built-ins/JSON/stringify/15.12.3-6-b-2.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.12.3-6-b-2 diff --git a/test/built-ins/JSON/stringify/15.12.3-6-b-3.js b/test/built-ins/JSON/stringify/15.12.3-6-b-3.js index af27e88b21841498b9bef2f164b19c94f14c9047..97a087a43b9b49a158e666235cd532e0b7d6875b 100644 --- a/test/built-ins/JSON/stringify/15.12.3-6-b-3.js +++ b/test/built-ins/JSON/stringify/15.12.3-6-b-3.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.12.3-6-b-3 diff --git a/test/built-ins/JSON/stringify/15.12.3-6-b-4.js b/test/built-ins/JSON/stringify/15.12.3-6-b-4.js index fdd6d4e48a3d4420f5f2b72e46c049a439f553f8..8db59f3f4100fa844d6c61fe5a87122a36a3d498 100644 --- a/test/built-ins/JSON/stringify/15.12.3-6-b-4.js +++ b/test/built-ins/JSON/stringify/15.12.3-6-b-4.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.12.3-6-b-4 diff --git a/test/built-ins/JSON/stringify/15.12.3-7-a-1.js b/test/built-ins/JSON/stringify/15.12.3-7-a-1.js index b7ff4935911ed25049c56c8d90a3f772a78147f1..7bc22193826d93f8005e1392102f3e0aaa659cf8 100644 --- a/test/built-ins/JSON/stringify/15.12.3-7-a-1.js +++ b/test/built-ins/JSON/stringify/15.12.3-7-a-1.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.12.3-7-a-1 diff --git a/test/built-ins/JSON/stringify/15.12.3-8-a-1.js b/test/built-ins/JSON/stringify/15.12.3-8-a-1.js index 22f805250780544c6f2d83764790dbe647085756..18d42c3086938cc17c0b51284cae79f7958af295 100644 --- a/test/built-ins/JSON/stringify/15.12.3-8-a-1.js +++ b/test/built-ins/JSON/stringify/15.12.3-8-a-1.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.12.3-8-a-1 diff --git a/test/built-ins/JSON/stringify/15.12.3-8-a-2.js b/test/built-ins/JSON/stringify/15.12.3-8-a-2.js index d18f915bf5ce1a424e63ddf67dcb8cf3d0138dd1..71390ef9e03f723e2b45340e22df6ac2969c00fb 100644 --- a/test/built-ins/JSON/stringify/15.12.3-8-a-2.js +++ b/test/built-ins/JSON/stringify/15.12.3-8-a-2.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.12.3-8-a-2 diff --git a/test/built-ins/JSON/stringify/15.12.3-8-a-3.js b/test/built-ins/JSON/stringify/15.12.3-8-a-3.js index 8c7e29ae1d86e39616fefc7d8b16cd60dad4b7f7..34abae50d519dc04033f6e27cdeedf476b1fbee0 100644 --- a/test/built-ins/JSON/stringify/15.12.3-8-a-3.js +++ b/test/built-ins/JSON/stringify/15.12.3-8-a-3.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.12.3-8-a-3 diff --git a/test/built-ins/JSON/stringify/15.12.3-8-a-4.js b/test/built-ins/JSON/stringify/15.12.3-8-a-4.js index 2c7666f60b51b1f65a1e7a186f25a1e07568ab08..7de51bb5088bb4102accdf39423e1816b711c1ea 100644 --- a/test/built-ins/JSON/stringify/15.12.3-8-a-4.js +++ b/test/built-ins/JSON/stringify/15.12.3-8-a-4.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.12.3-8-a-4 diff --git a/test/built-ins/JSON/stringify/15.12.3-8-a-5.js b/test/built-ins/JSON/stringify/15.12.3-8-a-5.js index 4bc8bccccda815f64e66c2d44a97b21dc227708c..eb1cca478cb1e73aa8d9442345fbf84b58403904 100644 --- a/test/built-ins/JSON/stringify/15.12.3-8-a-5.js +++ b/test/built-ins/JSON/stringify/15.12.3-8-a-5.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.12.3-8-a-5 diff --git a/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-1.js b/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-1.js index ec210b7c4cac92a82c6645cbfd0682ff0875d3e9..c456d0bb657d57e357589ce3a6bdd79f65bd0cac 100644 --- a/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-1.js +++ b/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-1.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.12.3_2-2-b-i-1 diff --git a/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-2.js b/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-2.js index 76ec673a7b58f600e2bc79fadcd2a7681f50962a..3c002421976ab06cd5f4df02a50e0a1bd5c9f40f 100644 --- a/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-2.js +++ b/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-2.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.12.3_2-2-b-i-2 diff --git a/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-3.js b/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-3.js index 5a2eb85e5313b8101b38da0ad3e7f73a7a697555..f6d257d4c5a1c3a09645823e606106c2e3f0033e 100644 --- a/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-3.js +++ b/test/built-ins/JSON/stringify/15.12.3_2-2-b-i-3.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.12.3_2-2-b-i-3 diff --git a/test/built-ins/JSON/stringify/15.12.3_2-3-a-1.js b/test/built-ins/JSON/stringify/15.12.3_2-3-a-1.js index 9bc9ecd89e4a321d59cfa277d3ea57a799eb87f0..eb1ce2fdb0233f385c2230f78a3be18a6e333f61 100644 --- a/test/built-ins/JSON/stringify/15.12.3_2-3-a-1.js +++ b/test/built-ins/JSON/stringify/15.12.3_2-3-a-1.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.12.3_2-3-a-1 diff --git a/test/built-ins/JSON/stringify/15.12.3_2-3-a-2.js b/test/built-ins/JSON/stringify/15.12.3_2-3-a-2.js index 378a5db6c4ab78254207f1d6e29bdf208ea6f471..098c836ec09d6795525067d9ad36ef9feaa03467 100644 --- a/test/built-ins/JSON/stringify/15.12.3_2-3-a-2.js +++ b/test/built-ins/JSON/stringify/15.12.3_2-3-a-2.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.12.3_2-3-a-2 diff --git a/test/built-ins/JSON/stringify/15.12.3_2-3-a-3.js b/test/built-ins/JSON/stringify/15.12.3_2-3-a-3.js index 61997a0475781fc07f8230a1208a2c376977da13..40dd2febd92e094b242c0fc0c36ca40983d1fa45 100644 --- a/test/built-ins/JSON/stringify/15.12.3_2-3-a-3.js +++ b/test/built-ins/JSON/stringify/15.12.3_2-3-a-3.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.12.3_2-3-a-3 diff --git a/test/built-ins/JSON/stringify/15.12.3_4-1-1.js b/test/built-ins/JSON/stringify/15.12.3_4-1-1.js index 48f9fee0c97c101e2a5ede3c181c043f3efe38ad..fc6dd799cefa55889d7e090d6e3250104c8159a2 100644 --- a/test/built-ins/JSON/stringify/15.12.3_4-1-1.js +++ b/test/built-ins/JSON/stringify/15.12.3_4-1-1.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.12.3_4-1-1 diff --git a/test/built-ins/JSON/stringify/15.12.3_4-1-2.js b/test/built-ins/JSON/stringify/15.12.3_4-1-2.js index 45567bf10a3f787fb5fd299bf686ef993093fcf8..9a960b0075a39f390a06b87dd9f387641d852128 100644 --- a/test/built-ins/JSON/stringify/15.12.3_4-1-2.js +++ b/test/built-ins/JSON/stringify/15.12.3_4-1-2.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.12.3_4-1-2 diff --git a/test/built-ins/JSON/stringify/15.12.3_4-1-3.js b/test/built-ins/JSON/stringify/15.12.3_4-1-3.js index 767de08c7e2a1df20470588af5c34d685360bc49..e772cddfdf69c5409800383e3488fec57a8b2f41 100644 --- a/test/built-ins/JSON/stringify/15.12.3_4-1-3.js +++ b/test/built-ins/JSON/stringify/15.12.3_4-1-3.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.12.3_4-1-3 diff --git a/test/built-ins/Math/max/15.8.2.11-1.js b/test/built-ins/Math/max/15.8.2.11-1.js index d3777a1d5c0d29f79b30fa271672bdfaa8574ea5..32848fa09d8c39f8b176e8800f7791eb2396be4a 100644 --- a/test/built-ins/Math/max/15.8.2.11-1.js +++ b/test/built-ins/Math/max/15.8.2.11-1.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.8.2.11-1 diff --git a/test/built-ins/Math/min/15.8.2.12-1.js b/test/built-ins/Math/min/15.8.2.12-1.js index 7eb5d02b6087a925085752108add1e0821af9f8b..5451ebae47f45eaf5e2ce047f79d1eaebb0839bc 100644 --- a/test/built-ins/Math/min/15.8.2.12-1.js +++ b/test/built-ins/Math/min/15.8.2.12-1.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.8.2.12-1 diff --git a/test/built-ins/NaN/15.1.1.1-0.js b/test/built-ins/NaN/15.1.1.1-0.js index 93fc31ee42a04993099d5613ee36e40081d7418a..ef6b2cba7ee319f6cafcefaa8b1c8ce165f8fbe6 100644 --- a/test/built-ins/NaN/15.1.1.1-0.js +++ b/test/built-ins/NaN/15.1.1.1-0.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.1.1.1-0 diff --git a/test/built-ins/Number/15.7.3-1.js b/test/built-ins/Number/15.7.3-1.js index f6b499d3f3c0c7c4267465cfb97b411b3c49ecc9..a1c115b36ae7d55380d22d4f60686946feaab706 100644 --- a/test/built-ins/Number/15.7.3-1.js +++ b/test/built-ins/Number/15.7.3-1.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.7.3-1 diff --git a/test/built-ins/Number/15.7.3-2.js b/test/built-ins/Number/15.7.3-2.js index a4347d415f2d4681087bbbdfdcf3a9b9937ee7d8..032263e8bf16b3c90b579654143ee45c7ecf2456 100644 --- a/test/built-ins/Number/15.7.3-2.js +++ b/test/built-ins/Number/15.7.3-2.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.7.3-2 diff --git a/test/built-ins/Number/15.7.4-1.js b/test/built-ins/Number/15.7.4-1.js index df609fe50a945f8294c31dcbfe13d591bd42eaed..b289681ce8d62185d71bb49350b5a54042b2c27b 100644 --- a/test/built-ins/Number/15.7.4-1.js +++ b/test/built-ins/Number/15.7.4-1.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.7.4-1 diff --git a/test/built-ins/Number/prototype/15.7.3.1-1.js b/test/built-ins/Number/prototype/15.7.3.1-1.js index 4ab7bf7d7ab189e3a858204405066283d032d9c5..a4ae9bf7dc6a625219226a1f98cbe9e551b813a7 100644 --- a/test/built-ins/Number/prototype/15.7.3.1-1.js +++ b/test/built-ins/Number/prototype/15.7.3.1-1.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.7.3.1-1 diff --git a/test/built-ins/Number/prototype/15.7.3.1-2.js b/test/built-ins/Number/prototype/15.7.3.1-2.js index e05e75a1d846f813696708c3377f068172a9c298..836dcdf1d3f5cd87eaf3ac468e4b87937542c96f 100644 --- a/test/built-ins/Number/prototype/15.7.3.1-2.js +++ b/test/built-ins/Number/prototype/15.7.3.1-2.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.7.3.1-2 diff --git a/test/built-ins/Object/create/15.2.3.5-0-1.js b/test/built-ins/Object/create/15.2.3.5-0-1.js index 2f85c1eb2d68e48c61d140791c8b6df1a9fbe7d2..0e0b8faa559b9781920a758cf58b450786355a73 100644 --- a/test/built-ins/Object/create/15.2.3.5-0-1.js +++ b/test/built-ins/Object/create/15.2.3.5-0-1.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.5-0-1 diff --git a/test/built-ins/Object/create/15.2.3.5-0-2.js b/test/built-ins/Object/create/15.2.3.5-0-2.js index a9509895241b973cc3354f6fdb0ddba994a68d0b..5ac3e1cc56473b23c721b3dd520f4c2d9b65e84f 100644 --- a/test/built-ins/Object/create/15.2.3.5-0-2.js +++ b/test/built-ins/Object/create/15.2.3.5-0-2.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.5-0-2 diff --git a/test/built-ins/Object/create/15.2.3.5-1-1.js b/test/built-ins/Object/create/15.2.3.5-1-1.js index e76d5f400245fb4801c466546702ec2f83562411..c5e0b426dedee480bdd91b601b5cec79effa016b 100644 --- a/test/built-ins/Object/create/15.2.3.5-1-1.js +++ b/test/built-ins/Object/create/15.2.3.5-1-1.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.5-1-1 diff --git a/test/built-ins/Object/create/15.2.3.5-1-2.js b/test/built-ins/Object/create/15.2.3.5-1-2.js index c0dda8d822501ab53862a99c5fdd5c76722fc47d..38cccf56ff4b0605b98b845d51183bb025f5611a 100644 --- a/test/built-ins/Object/create/15.2.3.5-1-2.js +++ b/test/built-ins/Object/create/15.2.3.5-1-2.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.5-1-2 diff --git a/test/built-ins/Object/create/15.2.3.5-1-3.js b/test/built-ins/Object/create/15.2.3.5-1-3.js index 20f316da377e1b62857d4a3a298356bed908dfbb..28933d17759298a81f61f0dc42484a8cb2a137b8 100644 --- a/test/built-ins/Object/create/15.2.3.5-1-3.js +++ b/test/built-ins/Object/create/15.2.3.5-1-3.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.5-1-3 diff --git a/test/built-ins/Object/create/15.2.3.5-1-4.js b/test/built-ins/Object/create/15.2.3.5-1-4.js index 5d829f2bb0fbbf735ce8e911ff1de568da2b1746..300289d4c12fdb2dd08a57b91c3f515231283c3d 100644 --- a/test/built-ins/Object/create/15.2.3.5-1-4.js +++ b/test/built-ins/Object/create/15.2.3.5-1-4.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.5-1-4 diff --git a/test/built-ins/Object/create/15.2.3.5-1.js b/test/built-ins/Object/create/15.2.3.5-1.js index e2d619016d0e98692c1bf73fad245a811d95a272..2624275e42e92570ff659c23280f672175eb83d7 100644 --- a/test/built-ins/Object/create/15.2.3.5-1.js +++ b/test/built-ins/Object/create/15.2.3.5-1.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.5-1 diff --git a/test/built-ins/Object/create/15.2.3.5-2-1.js b/test/built-ins/Object/create/15.2.3.5-2-1.js index b1726e7639389b4440d0a72813cea914702dc7f6..62bc8a406b3278e462797a4ce1ccae604124143e 100644 --- a/test/built-ins/Object/create/15.2.3.5-2-1.js +++ b/test/built-ins/Object/create/15.2.3.5-2-1.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. /*--- info: > diff --git a/test/built-ins/Object/create/15.2.3.5-2-2.js b/test/built-ins/Object/create/15.2.3.5-2-2.js index 282a4d92e57e987cf9422170ba6cee03c7dd7a2d..e77abf322bcafb4bd97795830f69758fbbad16f0 100644 --- a/test/built-ins/Object/create/15.2.3.5-2-2.js +++ b/test/built-ins/Object/create/15.2.3.5-2-2.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.5-2-2 diff --git a/test/built-ins/Object/create/15.2.3.5-3-1.js b/test/built-ins/Object/create/15.2.3.5-3-1.js index 95eee6d85466cd40e87dc8b24923484336637426..c6967e6eb0897dff534dea26e538d05483dc9ce0 100644 --- a/test/built-ins/Object/create/15.2.3.5-3-1.js +++ b/test/built-ins/Object/create/15.2.3.5-3-1.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. /*--- info: > diff --git a/test/built-ins/Object/create/15.2.3.5-4-1.js b/test/built-ins/Object/create/15.2.3.5-4-1.js index ce5b3a458fae78f3d1fad03aef853af5b2245a22..7f250d3e97804a6bba7c981b7886fe3b1d35c1c8 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-1.js +++ b/test/built-ins/Object/create/15.2.3.5-4-1.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. /*--- info: > diff --git a/test/built-ins/Object/create/15.2.3.5-4-10.js b/test/built-ins/Object/create/15.2.3.5-4-10.js index a08820f4a07c9ecdf648a83d4446e23d21397f7d..144db6c9b4c3e04f7155a064d691fa4bd9d92088 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-10.js +++ b/test/built-ins/Object/create/15.2.3.5-4-10.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.5-4-10 diff --git a/test/built-ins/Object/create/15.2.3.5-4-100.js b/test/built-ins/Object/create/15.2.3.5-4-100.js index b5348592eb29fc6fe438a254a50624000013e863..17f2ea33b44d2f07f070b3980826e562270f34b2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-100.js +++ b/test/built-ins/Object/create/15.2.3.5-4-100.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.5-4-100 diff --git a/test/built-ins/Object/create/15.2.3.5-4-101.js b/test/built-ins/Object/create/15.2.3.5-4-101.js index d2e625f6b90abe7fe93172ed729b2166a75ff7c4..a1aac19d6984d9bcc8faf306954dffc4a7e7e7f5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-101.js +++ b/test/built-ins/Object/create/15.2.3.5-4-101.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.5-4-101 diff --git a/test/built-ins/Object/create/15.2.3.5-4-102.js b/test/built-ins/Object/create/15.2.3.5-4-102.js index b53dd44076557997aec756e7c34b812f7a8622d0..def14e68851aeebcee5c8c8d8a683a7373da1fec 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-102.js +++ b/test/built-ins/Object/create/15.2.3.5-4-102.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.5-4-102 diff --git a/test/built-ins/Object/create/15.2.3.5-4-103.js b/test/built-ins/Object/create/15.2.3.5-4-103.js index 18d045bad027321ee101674e1d2fefc24ed960c5..6217dc79a4b8ce43e59094ee886346be50b24d59 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-103.js +++ b/test/built-ins/Object/create/15.2.3.5-4-103.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.5-4-103 diff --git a/test/built-ins/Object/create/15.2.3.5-4-104.js b/test/built-ins/Object/create/15.2.3.5-4-104.js index 2904c64460f4eeed2e610072d3eca4e32d77a62d..8505738f010a54ef7a0bfed79447d8c78cad721c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-104.js +++ b/test/built-ins/Object/create/15.2.3.5-4-104.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.5-4-104 diff --git a/test/built-ins/Object/create/15.2.3.5-4-105.js b/test/built-ins/Object/create/15.2.3.5-4-105.js index 0af56dda4e90185317a42c5c9e10951162e1df7a..eb3ad68438cb0167e28a146c0e0f5136efc522ba 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-105.js +++ b/test/built-ins/Object/create/15.2.3.5-4-105.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.5-4-105 diff --git a/test/built-ins/Object/create/15.2.3.5-4-106.js b/test/built-ins/Object/create/15.2.3.5-4-106.js index e43bd8e18a97cb033362cfc2f19fb7d1a9ee1932..ed6221dec2d103377d9d06a2a7a480640ee40884 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-106.js +++ b/test/built-ins/Object/create/15.2.3.5-4-106.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.5-4-106 diff --git a/test/built-ins/Object/create/15.2.3.5-4-107.js b/test/built-ins/Object/create/15.2.3.5-4-107.js index 89198579b727c7ad4e3aab3cc3dbe9617e019759..696cf44107613e3bd9d9bfeeb589ed304288d49f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-107.js +++ b/test/built-ins/Object/create/15.2.3.5-4-107.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.5-4-107 diff --git a/test/built-ins/Object/create/15.2.3.5-4-108.js b/test/built-ins/Object/create/15.2.3.5-4-108.js index ff6e584d61645999ee2ecf67b6e7a488fd39716d..af116897892aa7063058e7858a23f1d7ff758a7f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-108.js +++ b/test/built-ins/Object/create/15.2.3.5-4-108.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.5-4-108 diff --git a/test/built-ins/Object/create/15.2.3.5-4-109.js b/test/built-ins/Object/create/15.2.3.5-4-109.js index 08cd172b857e684f6995b5413dc368f776f6a400..c744dacb9f065f1218959d25efc29af26d7411c2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-109.js +++ b/test/built-ins/Object/create/15.2.3.5-4-109.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.5-4-109 diff --git a/test/built-ins/Object/create/15.2.3.5-4-11.js b/test/built-ins/Object/create/15.2.3.5-4-11.js index abdf0c9c289d23b06abaf81002a2765b73c5bbb7..7c4f1af774ed9741ecd2bdccfbca28c059caa227 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-11.js +++ b/test/built-ins/Object/create/15.2.3.5-4-11.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.5-4-11 diff --git a/test/built-ins/Object/create/15.2.3.5-4-110.js b/test/built-ins/Object/create/15.2.3.5-4-110.js index 61fbe38729f3ea00f0b0b2dac370d60c8d73a217..12e0454defd6710ddda35dede072270fb31d1b8a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-110.js +++ b/test/built-ins/Object/create/15.2.3.5-4-110.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.5-4-110 diff --git a/test/built-ins/Object/create/15.2.3.5-4-111.js b/test/built-ins/Object/create/15.2.3.5-4-111.js index 0735f1fd428be25e568f1fe6bc0d35be1e0b6fb4..2acc75b9b8825be034dd21ec6849ad5fe5475f1a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-111.js +++ b/test/built-ins/Object/create/15.2.3.5-4-111.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.5-4-111 diff --git a/test/built-ins/Object/create/15.2.3.5-4-112.js b/test/built-ins/Object/create/15.2.3.5-4-112.js index 8801531990b3fb297c26dddeff431a83eb8fcc2e..d211e3eff2ce14500a2fc83b17fd5200bbd69f90 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-112.js +++ b/test/built-ins/Object/create/15.2.3.5-4-112.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.5-4-112 diff --git a/test/built-ins/Object/create/15.2.3.5-4-113.js b/test/built-ins/Object/create/15.2.3.5-4-113.js index 9126936e5f3d49df990972662a36bce1aa570caf..e049947523c76cd26bcedaf34c91618d214ea866 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-113.js +++ b/test/built-ins/Object/create/15.2.3.5-4-113.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.5-4-113 diff --git a/test/built-ins/Object/create/15.2.3.5-4-114.js b/test/built-ins/Object/create/15.2.3.5-4-114.js index 6e9ec2f61db1fcee1df3ee6736ce11b8061f047f..c1a7928ba085327e6f78a05d5aa869aab6757946 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-114.js +++ b/test/built-ins/Object/create/15.2.3.5-4-114.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.5-4-114 diff --git a/test/built-ins/Object/create/15.2.3.5-4-115.js b/test/built-ins/Object/create/15.2.3.5-4-115.js index 8552c6d336b5ea5fff6a130385d4d4bd55953ee4..e11ba97053d2e862cb02151d6a4e0966e41a0ef2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-115.js +++ b/test/built-ins/Object/create/15.2.3.5-4-115.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.5-4-115 diff --git a/test/built-ins/Object/create/15.2.3.5-4-116.js b/test/built-ins/Object/create/15.2.3.5-4-116.js index 617816aa75212d336040c64098d1c7775ad196c4..0dc11eeec74ef63d1f66d63040a52094672fe1fb 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-116.js +++ b/test/built-ins/Object/create/15.2.3.5-4-116.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.5-4-116 diff --git a/test/built-ins/Object/create/15.2.3.5-4-117.js b/test/built-ins/Object/create/15.2.3.5-4-117.js index c37de8e66fb1b9426de67256a91d108bfd8fc6ed..346af06db976740b831af78528f1bad2091403e5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-117.js +++ b/test/built-ins/Object/create/15.2.3.5-4-117.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.5-4-117 diff --git a/test/built-ins/Object/create/15.2.3.5-4-118.js b/test/built-ins/Object/create/15.2.3.5-4-118.js index 74821ee454559c2665d2091b4fb6fcafb3616a66..3c5a9093065e8e145233d3b6f5c2fc256288d428 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-118.js +++ b/test/built-ins/Object/create/15.2.3.5-4-118.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.5-4-118 diff --git a/test/built-ins/Object/create/15.2.3.5-4-119.js b/test/built-ins/Object/create/15.2.3.5-4-119.js index 757a2cbfadc8d02bb0854450ccea7879796f80f2..a6582eb7558018c1927bdf15c87f96cfbf2acad6 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-119.js +++ b/test/built-ins/Object/create/15.2.3.5-4-119.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.5-4-119 diff --git a/test/built-ins/Object/create/15.2.3.5-4-12.js b/test/built-ins/Object/create/15.2.3.5-4-12.js index 0c5fb8b345afbf2ba0bc5efee83bdd64d23b2df5..91af8ba5eb5879d6c67995191db1683a34266133 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-12.js +++ b/test/built-ins/Object/create/15.2.3.5-4-12.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.5-4-12 diff --git a/test/built-ins/Object/create/15.2.3.5-4-120.js b/test/built-ins/Object/create/15.2.3.5-4-120.js index 8323b37502fe848c5a6e693ae071fced44db9ee7..d561bb5d0b801a18c789477cbccd07220f24df57 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-120.js +++ b/test/built-ins/Object/create/15.2.3.5-4-120.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.5-4-120 diff --git a/test/built-ins/Object/create/15.2.3.5-4-121.js b/test/built-ins/Object/create/15.2.3.5-4-121.js index 4e4c07ce116929ad80f9c051144c19f2bcba7551..e518b163534b62fe81461cceb29f2155cd5e399d 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-121.js +++ b/test/built-ins/Object/create/15.2.3.5-4-121.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.5-4-121 diff --git a/test/built-ins/Object/create/15.2.3.5-4-122.js b/test/built-ins/Object/create/15.2.3.5-4-122.js index 6f52a36f43ace4643762a80cf16ea632f6360ee1..597f14cfa0b93f9ff9c51c9af3d5554834e107ad 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-122.js +++ b/test/built-ins/Object/create/15.2.3.5-4-122.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.5-4-122 diff --git a/test/built-ins/Object/create/15.2.3.5-4-124.js b/test/built-ins/Object/create/15.2.3.5-4-124.js index fa04470b4226663db515e7a8b4dc8a20305d8e8f..e380ba737cbfe7430dabc02190ca4e04db18e80a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-124.js +++ b/test/built-ins/Object/create/15.2.3.5-4-124.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.5-4-124 diff --git a/test/built-ins/Object/create/15.2.3.5-4-125.js b/test/built-ins/Object/create/15.2.3.5-4-125.js index 62596a5ba14f712d2e9e7c6be80cc9e7162ac1aa..9109a0ca0fca80914f9b9b52d34673ab30db8c2f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-125.js +++ b/test/built-ins/Object/create/15.2.3.5-4-125.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.5-4-125 diff --git a/test/built-ins/Object/create/15.2.3.5-4-126.js b/test/built-ins/Object/create/15.2.3.5-4-126.js index fffac6182045a86327871d32a97d4e966809865d..03d1db1eb5cf7b794fe8551352cb0c650d5d2895 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-126.js +++ b/test/built-ins/Object/create/15.2.3.5-4-126.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.5-4-126 diff --git a/test/built-ins/Object/create/15.2.3.5-4-127.js b/test/built-ins/Object/create/15.2.3.5-4-127.js index 1714eb4c7b432c546ab28eeb6d35613391361067..830718d2c543040916c072591a5320a12c6af24b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-127.js +++ b/test/built-ins/Object/create/15.2.3.5-4-127.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.5-4-127 diff --git a/test/built-ins/Object/create/15.2.3.5-4-128.js b/test/built-ins/Object/create/15.2.3.5-4-128.js index 8c2414388f71df56b8a089c6003d5fed9ecc1b24..3d050079938ab2c7f68dc6d39d91f439cf3d6e78 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-128.js +++ b/test/built-ins/Object/create/15.2.3.5-4-128.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.5-4-128 diff --git a/test/built-ins/Object/create/15.2.3.5-4-129.js b/test/built-ins/Object/create/15.2.3.5-4-129.js index 0a4984091fb60b22ffefb6cb5b5daa2edfba2d3e..11cc44982b85e974a63a31d5752ccb0cffa17d89 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-129.js +++ b/test/built-ins/Object/create/15.2.3.5-4-129.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.5-4-129 diff --git a/test/built-ins/Object/create/15.2.3.5-4-13.js b/test/built-ins/Object/create/15.2.3.5-4-13.js index 429aadce2a098e7b60ac8727d69265eaafe9c73b..6aeabdb622e65aa9aa84eb677a4f5139e419fd5c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-13.js +++ b/test/built-ins/Object/create/15.2.3.5-4-13.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.5-4-13 diff --git a/test/built-ins/Object/create/15.2.3.5-4-130.js b/test/built-ins/Object/create/15.2.3.5-4-130.js index 9443114ed9aa97877fa246c7d9a6eff7a2e55cd5..7bada285ccaa355dc3a2548bb2648f7029637f7e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-130.js +++ b/test/built-ins/Object/create/15.2.3.5-4-130.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.5-4-130 diff --git a/test/built-ins/Object/create/15.2.3.5-4-131.js b/test/built-ins/Object/create/15.2.3.5-4-131.js index 60ca3b7873732b796ac955ecef1f309b88649296..a4fdf40a2be4e19acd132a545dba715a92546d3d 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-131.js +++ b/test/built-ins/Object/create/15.2.3.5-4-131.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.5-4-131 diff --git a/test/built-ins/Object/create/15.2.3.5-4-132.js b/test/built-ins/Object/create/15.2.3.5-4-132.js index fff12ff0ecb1bb950163f9c7202ee40dac521fc4..0377fd5f7afdf60b5df7b107b88250fa4b7373da 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-132.js +++ b/test/built-ins/Object/create/15.2.3.5-4-132.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.5-4-132 diff --git a/test/built-ins/Object/create/15.2.3.5-4-133.js b/test/built-ins/Object/create/15.2.3.5-4-133.js index 910ae0dcd29080524b7d5915dcc0dce2265f18f9..49a36f160e14f0522292e168240892942ca441e4 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-133.js +++ b/test/built-ins/Object/create/15.2.3.5-4-133.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.5-4-133 diff --git a/test/built-ins/Object/create/15.2.3.5-4-134.js b/test/built-ins/Object/create/15.2.3.5-4-134.js index c0bd7edb1a51829fb9c18df56f3cf676ef8aa3bf..438da449ad3a596106c55fea2fdbd91687bc269c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-134.js +++ b/test/built-ins/Object/create/15.2.3.5-4-134.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.5-4-134 diff --git a/test/built-ins/Object/create/15.2.3.5-4-135.js b/test/built-ins/Object/create/15.2.3.5-4-135.js index 64e7fc1ce18b411a0891da82f42cfc7bae22de8e..7b4d6b03f7edacf681c221b3addfd5a5c2b87b4a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-135.js +++ b/test/built-ins/Object/create/15.2.3.5-4-135.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.5-4-135 diff --git a/test/built-ins/Object/create/15.2.3.5-4-136.js b/test/built-ins/Object/create/15.2.3.5-4-136.js index bf4b6cf4e918b5dc9cf14d4500dce339ead8bf3c..8a977d8be1a7ba9b5b90edfe69916b0c13e7071b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-136.js +++ b/test/built-ins/Object/create/15.2.3.5-4-136.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.5-4-136 diff --git a/test/built-ins/Object/create/15.2.3.5-4-137.js b/test/built-ins/Object/create/15.2.3.5-4-137.js index 4b0593660d1d4bbba7d78eb331a919d9bfe628fe..14cd4110b45a09024cb0ee8420c590b77da55775 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-137.js +++ b/test/built-ins/Object/create/15.2.3.5-4-137.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.5-4-137 diff --git a/test/built-ins/Object/create/15.2.3.5-4-138.js b/test/built-ins/Object/create/15.2.3.5-4-138.js index c08f977172cf7380ef5ac88511216d4bb803c740..29913adccb10d863b4414a62390103920c0bd7ed 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-138.js +++ b/test/built-ins/Object/create/15.2.3.5-4-138.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.5-4-138 diff --git a/test/built-ins/Object/create/15.2.3.5-4-139.js b/test/built-ins/Object/create/15.2.3.5-4-139.js index 8a0571239c533ad89879d88dbad3e64bb9bec456..4b744796a6f5f23d16abc3ace70810ad92bc4f78 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-139.js +++ b/test/built-ins/Object/create/15.2.3.5-4-139.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.5-4-139 diff --git a/test/built-ins/Object/create/15.2.3.5-4-14.js b/test/built-ins/Object/create/15.2.3.5-4-14.js index f1d973e33cd81aca1c66e25c524b60efb7808a0f..9955f23ca9a11bf0c43c1eb3b637d52373eb990f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-14.js +++ b/test/built-ins/Object/create/15.2.3.5-4-14.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.5-4-14 diff --git a/test/built-ins/Object/create/15.2.3.5-4-140.js b/test/built-ins/Object/create/15.2.3.5-4-140.js index 43c690d24a64fa164b3de7963830a5542870ae75..9e03d7b3960fa3df513c0b33544a59bdf490e344 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-140.js +++ b/test/built-ins/Object/create/15.2.3.5-4-140.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.5-4-140 diff --git a/test/built-ins/Object/create/15.2.3.5-4-141.js b/test/built-ins/Object/create/15.2.3.5-4-141.js index bb8139e0b5ce5d2440c4c4c8c57dd55d5baace58..384ea672aa0d0d4d68570f9ab661780a4c573575 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-141.js +++ b/test/built-ins/Object/create/15.2.3.5-4-141.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.5-4-141 diff --git a/test/built-ins/Object/create/15.2.3.5-4-142.js b/test/built-ins/Object/create/15.2.3.5-4-142.js index dac9349592bf1f90fe72ef33e9cd65fcfa54781f..7a62935bf85343adc3a2e46f25be40f6fc9e4d03 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-142.js +++ b/test/built-ins/Object/create/15.2.3.5-4-142.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.5-4-142 diff --git a/test/built-ins/Object/create/15.2.3.5-4-143.js b/test/built-ins/Object/create/15.2.3.5-4-143.js index 496c22d471425ad01cd1b6dc523e73c7f34b9b87..1982ea129a1564342e3b08b1ca2747149ea9b18f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-143.js +++ b/test/built-ins/Object/create/15.2.3.5-4-143.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.5-4-143 diff --git a/test/built-ins/Object/create/15.2.3.5-4-144.js b/test/built-ins/Object/create/15.2.3.5-4-144.js index f0fa89f62d8287fbe88fa1b938be99fb02968f30..ba6c9a3af258b6d6ba76c7657305229bbfa328bb 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-144.js +++ b/test/built-ins/Object/create/15.2.3.5-4-144.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.5-4-144 diff --git a/test/built-ins/Object/create/15.2.3.5-4-145.js b/test/built-ins/Object/create/15.2.3.5-4-145.js index 8c1fcdf81de14321584ead36d9d29694d5fd7730..846865c8eae1715a3955b1da72c760e4cb975910 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-145.js +++ b/test/built-ins/Object/create/15.2.3.5-4-145.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.5-4-145 diff --git a/test/built-ins/Object/create/15.2.3.5-4-146.js b/test/built-ins/Object/create/15.2.3.5-4-146.js index 43f15680fa93ac143b6ae78f8af064fdf1786458..6472cbeef9a81ba564a3b9778c645a9ad53e2ed5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-146.js +++ b/test/built-ins/Object/create/15.2.3.5-4-146.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.5-4-146 diff --git a/test/built-ins/Object/create/15.2.3.5-4-147.js b/test/built-ins/Object/create/15.2.3.5-4-147.js index ff9b9909b98d3a209b841f416926ebc9f97c0855..45282a434360918a407b4216c7b8c9908cccf1f5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-147.js +++ b/test/built-ins/Object/create/15.2.3.5-4-147.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.5-4-147 diff --git a/test/built-ins/Object/create/15.2.3.5-4-149.js b/test/built-ins/Object/create/15.2.3.5-4-149.js index 0797e5609d803637bbb84486c96bd1a66ced6683..abe206443942c5fb017d722464c758ae576cfef0 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-149.js +++ b/test/built-ins/Object/create/15.2.3.5-4-149.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.5-4-149 diff --git a/test/built-ins/Object/create/15.2.3.5-4-15.js b/test/built-ins/Object/create/15.2.3.5-4-15.js index 4b88f02726e71fbc8e85043b407f9a74fbe49775..5f6b8ad267b21df18848c1761d45c7b1d7c2f64c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-15.js +++ b/test/built-ins/Object/create/15.2.3.5-4-15.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.5-4-15 diff --git a/test/built-ins/Object/create/15.2.3.5-4-150.js b/test/built-ins/Object/create/15.2.3.5-4-150.js index e0d524ab1d776c3bf450ab296857a3a9e8a6f206..8cf7e20a834731fb47756ddbf6898bfb315c27f8 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-150.js +++ b/test/built-ins/Object/create/15.2.3.5-4-150.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.5-4-150 diff --git a/test/built-ins/Object/create/15.2.3.5-4-151.js b/test/built-ins/Object/create/15.2.3.5-4-151.js index 4e3c5ac5c6f5e1ef138270ff78a8f6b25d6f64b0..7a144fdf47ea13d4e974acfe09180fabab4f95ed 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-151.js +++ b/test/built-ins/Object/create/15.2.3.5-4-151.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.5-4-151 diff --git a/test/built-ins/Object/create/15.2.3.5-4-152.js b/test/built-ins/Object/create/15.2.3.5-4-152.js index d54e2d354839e1e99255ae6b0eb18979c2b371e7..ab81ae4fe7189a69241ca88ddf5756756d2c802c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-152.js +++ b/test/built-ins/Object/create/15.2.3.5-4-152.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.5-4-152 diff --git a/test/built-ins/Object/create/15.2.3.5-4-153.js b/test/built-ins/Object/create/15.2.3.5-4-153.js index 277e5f4d5f146c1fa2e9b3d418902084521021e0..5bed0fbc291b0eb9248e219490253058290201c8 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-153.js +++ b/test/built-ins/Object/create/15.2.3.5-4-153.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.5-4-153 diff --git a/test/built-ins/Object/create/15.2.3.5-4-154.js b/test/built-ins/Object/create/15.2.3.5-4-154.js index ea9faadfd3d67a3ba03c7153a6ad1fc4b36aaa05..f9f98e5cfb645f9c704d9356958d1357335e92a2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-154.js +++ b/test/built-ins/Object/create/15.2.3.5-4-154.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.5-4-154 diff --git a/test/built-ins/Object/create/15.2.3.5-4-155.js b/test/built-ins/Object/create/15.2.3.5-4-155.js index 5d5a1ce59bf69608b8fc200fe88bfdb72bc0ede3..b901fc70d4e560e03539e083413beeeb5a860e62 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-155.js +++ b/test/built-ins/Object/create/15.2.3.5-4-155.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.5-4-155 diff --git a/test/built-ins/Object/create/15.2.3.5-4-156.js b/test/built-ins/Object/create/15.2.3.5-4-156.js index 00dbc66ca967d1f94dabd8d8abaebe4b7edd672f..f4e6f9ab4f775e1d455d3c3f931e6e93dbdce6fe 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-156.js +++ b/test/built-ins/Object/create/15.2.3.5-4-156.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.5-4-156 diff --git a/test/built-ins/Object/create/15.2.3.5-4-157.js b/test/built-ins/Object/create/15.2.3.5-4-157.js index 8c910e0cda077475e37cab5403162ce9177aaca9..f62ef33811b2924b08d248b635afceac8822926f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-157.js +++ b/test/built-ins/Object/create/15.2.3.5-4-157.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.5-4-157 diff --git a/test/built-ins/Object/create/15.2.3.5-4-158.js b/test/built-ins/Object/create/15.2.3.5-4-158.js index 3fa52d9fbbb33b401674dbe7b5b9f23ca986b372..da01c71b1c42049955f0707ba47b28f2fa77ac66 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-158.js +++ b/test/built-ins/Object/create/15.2.3.5-4-158.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.5-4-158 diff --git a/test/built-ins/Object/create/15.2.3.5-4-159.js b/test/built-ins/Object/create/15.2.3.5-4-159.js index 86211a2fee6221f0d55cf0f2b8cabde65396c2ea..d714af6915afc8147594349f94f626e31a4754ca 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-159.js +++ b/test/built-ins/Object/create/15.2.3.5-4-159.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.5-4-159 diff --git a/test/built-ins/Object/create/15.2.3.5-4-16.js b/test/built-ins/Object/create/15.2.3.5-4-16.js index 39373a836d403102e9af45d7a069d96fd5d69db5..7b1dd96435c5f53aaf99e9353121cf9099999c5b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-16.js +++ b/test/built-ins/Object/create/15.2.3.5-4-16.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.5-4-16 diff --git a/test/built-ins/Object/create/15.2.3.5-4-160.js b/test/built-ins/Object/create/15.2.3.5-4-160.js index 4d1af7180605a54bf82894051372f1379142cb4c..0ca0bcd88f579362ed4541c48b136cc5f6f445aa 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-160.js +++ b/test/built-ins/Object/create/15.2.3.5-4-160.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.5-4-160 diff --git a/test/built-ins/Object/create/15.2.3.5-4-161.js b/test/built-ins/Object/create/15.2.3.5-4-161.js index e9b0581bc03a593e96736843d28e3f0140e3f03f..9e34a206f111ed19c0f0e93e5dc4579ebaa19a3a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-161.js +++ b/test/built-ins/Object/create/15.2.3.5-4-161.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.5-4-161 diff --git a/test/built-ins/Object/create/15.2.3.5-4-162.js b/test/built-ins/Object/create/15.2.3.5-4-162.js index 9d138f3401724568a21db2cbedee8e6107d421c2..b9664b94869ac41d36f9133aa0ac1352563a7359 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-162.js +++ b/test/built-ins/Object/create/15.2.3.5-4-162.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.5-4-162 diff --git a/test/built-ins/Object/create/15.2.3.5-4-163.js b/test/built-ins/Object/create/15.2.3.5-4-163.js index 6c89c2752930e4797387e3ac4bfcb69fd5d68130..549adadd64b86e6557d1f6442abb719918f43a4d 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-163.js +++ b/test/built-ins/Object/create/15.2.3.5-4-163.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.5-4-163 diff --git a/test/built-ins/Object/create/15.2.3.5-4-164.js b/test/built-ins/Object/create/15.2.3.5-4-164.js index 7ad81fcec5ae0800a385f7e9d8b443252b424f6c..aac18eee26a5ddc25422aadc2c48295421d6095c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-164.js +++ b/test/built-ins/Object/create/15.2.3.5-4-164.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.5-4-164 diff --git a/test/built-ins/Object/create/15.2.3.5-4-165.js b/test/built-ins/Object/create/15.2.3.5-4-165.js index a5c9c9beb9cb10a2dfd60d6dbdda99a0e13cf737..c6611504b680845f9d55d08dcd02512cee29baa0 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-165.js +++ b/test/built-ins/Object/create/15.2.3.5-4-165.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.5-4-165 diff --git a/test/built-ins/Object/create/15.2.3.5-4-166.js b/test/built-ins/Object/create/15.2.3.5-4-166.js index 7f4dc756de2124beb2ac70908d79d61da309b512..598a6cf6150ac673415dff41d4a6874d90f89c52 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-166.js +++ b/test/built-ins/Object/create/15.2.3.5-4-166.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.5-4-166 diff --git a/test/built-ins/Object/create/15.2.3.5-4-167.js b/test/built-ins/Object/create/15.2.3.5-4-167.js index 7644189ef96e3290774d16cf632778fd522a00e3..db768470e44c63936c87831b9ed3f07699f50e81 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-167.js +++ b/test/built-ins/Object/create/15.2.3.5-4-167.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.5-4-167 diff --git a/test/built-ins/Object/create/15.2.3.5-4-168.js b/test/built-ins/Object/create/15.2.3.5-4-168.js index a79a98d01ed2de0f09d09a25e8f22e18176f3d64..c72c479b008a502449fd91d6680961e3c18dc9de 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-168.js +++ b/test/built-ins/Object/create/15.2.3.5-4-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.5-4-168 diff --git a/test/built-ins/Object/create/15.2.3.5-4-169.js b/test/built-ins/Object/create/15.2.3.5-4-169.js index a40b6d1d947a6366dda07115aad58ac4e2f490e4..c4d40e9b7bb982a8ef4a146bfd93794725e2642a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-169.js +++ b/test/built-ins/Object/create/15.2.3.5-4-169.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.5-4-169 diff --git a/test/built-ins/Object/create/15.2.3.5-4-17.js b/test/built-ins/Object/create/15.2.3.5-4-17.js index 9b552069d25e6db708ce0f26ec07e272f6e8cf84..2e31790ecf21706f7499e44f124b70afe8b6fa20 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-17.js +++ b/test/built-ins/Object/create/15.2.3.5-4-17.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.5-4-17 diff --git a/test/built-ins/Object/create/15.2.3.5-4-170.js b/test/built-ins/Object/create/15.2.3.5-4-170.js index ec2f42c87e69890d5e53ec0c5f2495cc31fc7977..02d511b2fc63742dab5b1aa17fe5fd4fea1a3b63 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-170.js +++ b/test/built-ins/Object/create/15.2.3.5-4-170.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.5-4-170 diff --git a/test/built-ins/Object/create/15.2.3.5-4-171.js b/test/built-ins/Object/create/15.2.3.5-4-171.js index 2d58d2cfa654b3264b5eda3c39065d2bda36d842..a922a08c95f4350fbaf759058b2a991cd6406a9d 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-171.js +++ b/test/built-ins/Object/create/15.2.3.5-4-171.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.5-4-171 diff --git a/test/built-ins/Object/create/15.2.3.5-4-172.js b/test/built-ins/Object/create/15.2.3.5-4-172.js index fc320e2db41b8623683917386048832f70fe7909..e498e09015c15214d7dde259240b3aed489f9d2c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-172.js +++ b/test/built-ins/Object/create/15.2.3.5-4-172.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.5-4-172 diff --git a/test/built-ins/Object/create/15.2.3.5-4-173.js b/test/built-ins/Object/create/15.2.3.5-4-173.js index 442eebc1ebc4b3d5251240cdd5d766034087314f..eeb9d7d783c509c4448030d1e9df3d20253ad62d 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-173.js +++ b/test/built-ins/Object/create/15.2.3.5-4-173.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.5-4-173 diff --git a/test/built-ins/Object/create/15.2.3.5-4-174.js b/test/built-ins/Object/create/15.2.3.5-4-174.js index 7a2a77debd5d6a5dfa4232d60acc69ca72a24151..a093b44647830a8288b61ef41949e82931940383 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-174.js +++ b/test/built-ins/Object/create/15.2.3.5-4-174.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.5-4-174 diff --git a/test/built-ins/Object/create/15.2.3.5-4-175.js b/test/built-ins/Object/create/15.2.3.5-4-175.js index 6fa185eeb308cbc5061698c4743b0acb64dd9e3b..af19ac014e953cd046b26cdcde6937f58ede7fe8 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-175.js +++ b/test/built-ins/Object/create/15.2.3.5-4-175.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.5-4-175 diff --git a/test/built-ins/Object/create/15.2.3.5-4-177.js b/test/built-ins/Object/create/15.2.3.5-4-177.js index 5ab9a11cab4d7076931e5ee4b5b8712795b22f10..4fad22f25c4cd0b0bdd46172a66ef77719601c93 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-177.js +++ b/test/built-ins/Object/create/15.2.3.5-4-177.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.5-4-177 diff --git a/test/built-ins/Object/create/15.2.3.5-4-178.js b/test/built-ins/Object/create/15.2.3.5-4-178.js index b3dade4b7d3c0794e0970dfd40a5792b21f6b9f7..c071a22b22d2871eaf4cb14b5a6b3a40e908a794 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-178.js +++ b/test/built-ins/Object/create/15.2.3.5-4-178.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.5-4-178 diff --git a/test/built-ins/Object/create/15.2.3.5-4-179.js b/test/built-ins/Object/create/15.2.3.5-4-179.js index 1a610893796fafede54051f3399b1be6229eca67..cde7f79f252852183bb15349fcf7f7eb2e8db16c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-179.js +++ b/test/built-ins/Object/create/15.2.3.5-4-179.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.5-4-179 diff --git a/test/built-ins/Object/create/15.2.3.5-4-18.js b/test/built-ins/Object/create/15.2.3.5-4-18.js index 57c965197ed69c0a5c5652b771f8d050248e9bf6..c0fcf7bc2c1e09121ee3c90dcc5c708a8fa1ef78 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-18.js +++ b/test/built-ins/Object/create/15.2.3.5-4-18.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.5-4-18 diff --git a/test/built-ins/Object/create/15.2.3.5-4-180.js b/test/built-ins/Object/create/15.2.3.5-4-180.js index 19cba165ad4db3b3ecf3125ddb20ae82b08d1b20..fe38bb8143a70473ae8966f2915c3a3b14fec0ab 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-180.js +++ b/test/built-ins/Object/create/15.2.3.5-4-180.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.5-4-180 diff --git a/test/built-ins/Object/create/15.2.3.5-4-181.js b/test/built-ins/Object/create/15.2.3.5-4-181.js index 184ec757e3c83e29445e864908942a6837ea0fce..010eecf539ec87c3dc771670a83c5360f2914181 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-181.js +++ b/test/built-ins/Object/create/15.2.3.5-4-181.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.5-4-181 diff --git a/test/built-ins/Object/create/15.2.3.5-4-182.js b/test/built-ins/Object/create/15.2.3.5-4-182.js index a9e8372d5fdf383358316f4ab63677f9b7c12d4b..f08429645cf345dea67db244c4ff4e0c70587e30 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-182.js +++ b/test/built-ins/Object/create/15.2.3.5-4-182.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.5-4-182 diff --git a/test/built-ins/Object/create/15.2.3.5-4-183.js b/test/built-ins/Object/create/15.2.3.5-4-183.js index e092aa698170560aba817bec3bab26051105afdc..92cc346e8a5185182dd8da3e80b579560a226c59 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-183.js +++ b/test/built-ins/Object/create/15.2.3.5-4-183.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.5-4-183 diff --git a/test/built-ins/Object/create/15.2.3.5-4-184.js b/test/built-ins/Object/create/15.2.3.5-4-184.js index 25723716d012df6f2f4ebea9aa530f658b2b05ea..19ed6dd5ece8a44afdc206c250dae10cd6de84bd 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-184.js +++ b/test/built-ins/Object/create/15.2.3.5-4-184.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.5-4-184 diff --git a/test/built-ins/Object/create/15.2.3.5-4-185.js b/test/built-ins/Object/create/15.2.3.5-4-185.js index ca9b8b904e5f338598a7eaf04a78069287e5321d..3b2a8a77d36f9f4d06416c1f577095006a61d17b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-185.js +++ b/test/built-ins/Object/create/15.2.3.5-4-185.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.5-4-185 diff --git a/test/built-ins/Object/create/15.2.3.5-4-186.js b/test/built-ins/Object/create/15.2.3.5-4-186.js index 8912409bb2abf390d0c405aecf1bf0c8e63f42d3..838a7052a2ca6f37da7239fd38ee9c96564cdd43 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-186.js +++ b/test/built-ins/Object/create/15.2.3.5-4-186.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.5-4-186 diff --git a/test/built-ins/Object/create/15.2.3.5-4-187.js b/test/built-ins/Object/create/15.2.3.5-4-187.js index 12baaefbc7f58409f675b296e4b3eada3b3f7a68..460f701ed677cd5364adb313459eb4a60fc7cae3 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-187.js +++ b/test/built-ins/Object/create/15.2.3.5-4-187.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.5-4-187 diff --git a/test/built-ins/Object/create/15.2.3.5-4-188.js b/test/built-ins/Object/create/15.2.3.5-4-188.js index 921ac5cede2ba0a0163fc602fc86682274f71da0..46aef9df2814a14889204f2170d5b6c1958985a0 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-188.js +++ b/test/built-ins/Object/create/15.2.3.5-4-188.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.5-4-188 diff --git a/test/built-ins/Object/create/15.2.3.5-4-189.js b/test/built-ins/Object/create/15.2.3.5-4-189.js index 2c4c3116fa02baa56ea521aebd49337d417cb57b..0ff9668f972149ee8de513b4cd294b7e4d375362 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-189.js +++ b/test/built-ins/Object/create/15.2.3.5-4-189.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.5-4-189 diff --git a/test/built-ins/Object/create/15.2.3.5-4-19.js b/test/built-ins/Object/create/15.2.3.5-4-19.js index eed9a9c13a97e11a59fb9441b22f78b3f79d14d0..9cc5a66dbd729c655390bda7a61f9528bbae8fc8 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-19.js +++ b/test/built-ins/Object/create/15.2.3.5-4-19.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.5-4-19 diff --git a/test/built-ins/Object/create/15.2.3.5-4-190.js b/test/built-ins/Object/create/15.2.3.5-4-190.js index 21c7586e202b41cf89683d17c374d4f2ddc813f0..b58182e55823b2b410af06d7c2ceac1a9bf29bfd 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-190.js +++ b/test/built-ins/Object/create/15.2.3.5-4-190.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.5-4-190 diff --git a/test/built-ins/Object/create/15.2.3.5-4-191.js b/test/built-ins/Object/create/15.2.3.5-4-191.js index 117a7a668a770f315ad1708b2632f32cdeea9595..ad7fde542f0f317539b7b2d483d961ab1201eae8 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-191.js +++ b/test/built-ins/Object/create/15.2.3.5-4-191.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.5-4-191 diff --git a/test/built-ins/Object/create/15.2.3.5-4-192.js b/test/built-ins/Object/create/15.2.3.5-4-192.js index 349b84ce5155ffffc2a1e35a6e21fc196af71dc7..7d8f5981e680f142e6567bab0b0dd42f51084e36 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-192.js +++ b/test/built-ins/Object/create/15.2.3.5-4-192.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.5-4-192 diff --git a/test/built-ins/Object/create/15.2.3.5-4-193.js b/test/built-ins/Object/create/15.2.3.5-4-193.js index 47316fcdd9bd4b1b02eeadd532e764f3200a7de2..777cb3da243730a9c16d4a2e0fb06120acd044d7 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-193.js +++ b/test/built-ins/Object/create/15.2.3.5-4-193.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.5-4-193 diff --git a/test/built-ins/Object/create/15.2.3.5-4-194.js b/test/built-ins/Object/create/15.2.3.5-4-194.js index 5b5282bd57f43b4d978f9c5ff1c2f0596e2c9111..def67f8274fcf0b006b05e669dd50f9f7539b9dc 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-194.js +++ b/test/built-ins/Object/create/15.2.3.5-4-194.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.5-4-194 diff --git a/test/built-ins/Object/create/15.2.3.5-4-195.js b/test/built-ins/Object/create/15.2.3.5-4-195.js index 2a573f1a66f25f18a93d9406e4ade10732fb929e..c1506e722afa62a7369415798b42ea7767203504 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-195.js +++ b/test/built-ins/Object/create/15.2.3.5-4-195.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.5-4-195 diff --git a/test/built-ins/Object/create/15.2.3.5-4-196.js b/test/built-ins/Object/create/15.2.3.5-4-196.js index 29deb76514afe2e4e922f000895b81f4d2d2d833..6a254ac594793a05ffc9f30aa7e398f2e3950373 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-196.js +++ b/test/built-ins/Object/create/15.2.3.5-4-196.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.5-4-196 diff --git a/test/built-ins/Object/create/15.2.3.5-4-197.js b/test/built-ins/Object/create/15.2.3.5-4-197.js index 8506f088b97278b98e05e99da4f8cf489e01e877..c0af3ddf686c2114a124fcf9979f27279941add0 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-197.js +++ b/test/built-ins/Object/create/15.2.3.5-4-197.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.5-4-197 diff --git a/test/built-ins/Object/create/15.2.3.5-4-198.js b/test/built-ins/Object/create/15.2.3.5-4-198.js index 9816b3f25ce364ebf948dac78846faca49916fa5..2f6cb41c78757d24b3576fdb2002aeea5290b2fb 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-198.js +++ b/test/built-ins/Object/create/15.2.3.5-4-198.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.5-4-198 diff --git a/test/built-ins/Object/create/15.2.3.5-4-199.js b/test/built-ins/Object/create/15.2.3.5-4-199.js index e1bbc9784d2a8fe47f36f302edcb5824acae112a..77afd18ae8916e32fc8a21a8e3e75239ccd569a4 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-199.js +++ b/test/built-ins/Object/create/15.2.3.5-4-199.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.5-4-199 diff --git a/test/built-ins/Object/create/15.2.3.5-4-2.js b/test/built-ins/Object/create/15.2.3.5-4-2.js index b640af79bc9f469e4a19b12e2cf96e95a3adbdca..4ccc3d9281d0bd13e0429cbd2995da3c9dd572b5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-2.js +++ b/test/built-ins/Object/create/15.2.3.5-4-2.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.5-4-2 diff --git a/test/built-ins/Object/create/15.2.3.5-4-20.js b/test/built-ins/Object/create/15.2.3.5-4-20.js index 26f08fe705ca1e091a15b65a9ef0dbeccca44b3a..7f066f5c3b8e7729e9281f8c16e725e55b0dd4a8 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-20.js +++ b/test/built-ins/Object/create/15.2.3.5-4-20.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.5-4-20 diff --git a/test/built-ins/Object/create/15.2.3.5-4-200.js b/test/built-ins/Object/create/15.2.3.5-4-200.js index c30e57380d3026779184595e614322ce14775767..2dd3b011b5cd6c0451500dcc63b2e0dd663a5aa3 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-200.js +++ b/test/built-ins/Object/create/15.2.3.5-4-200.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.5-4-200 diff --git a/test/built-ins/Object/create/15.2.3.5-4-201.js b/test/built-ins/Object/create/15.2.3.5-4-201.js index 8cba7dd0c1eb9d4aed681493b3377b6ac71eff20..99cafc9febde6ac38dc0517e9da639c1d5c17015 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-201.js +++ b/test/built-ins/Object/create/15.2.3.5-4-201.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.5-4-201 diff --git a/test/built-ins/Object/create/15.2.3.5-4-203.js b/test/built-ins/Object/create/15.2.3.5-4-203.js index 6ee57c98523d0adeec83ee271e75cb94f9f2c233..99dfdc7b7ef0ea45bb958646b8b0c5e8624edeb6 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-203.js +++ b/test/built-ins/Object/create/15.2.3.5-4-203.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.5-4-203 diff --git a/test/built-ins/Object/create/15.2.3.5-4-204.js b/test/built-ins/Object/create/15.2.3.5-4-204.js index 1ad274d89ff548c0f196aafabc6234fb52419c0a..c887e94efff580e70ae63bf1ea200ffa733b8ed6 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-204.js +++ b/test/built-ins/Object/create/15.2.3.5-4-204.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.5-4-204 diff --git a/test/built-ins/Object/create/15.2.3.5-4-205.js b/test/built-ins/Object/create/15.2.3.5-4-205.js index 75143b36ac930cd94e542a02e8bc209846195a5a..64db1e0ee517f07d90abadd06663b198943b434f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-205.js +++ b/test/built-ins/Object/create/15.2.3.5-4-205.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.5-4-205 diff --git a/test/built-ins/Object/create/15.2.3.5-4-206.js b/test/built-ins/Object/create/15.2.3.5-4-206.js index dc9cdc0ffe4dcb1d0ffc09ead2eb1e94a2fffc23..6f5964bcfec338280f6f66c4ca19b92b438e964f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-206.js +++ b/test/built-ins/Object/create/15.2.3.5-4-206.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.5-4-206 diff --git a/test/built-ins/Object/create/15.2.3.5-4-207.js b/test/built-ins/Object/create/15.2.3.5-4-207.js index 7ce5b9bafaf8aaf9030706cc9150204504eb7f59..96aec207160af3f2d8e6a60b0de3f87af1bb8d94 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-207.js +++ b/test/built-ins/Object/create/15.2.3.5-4-207.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.5-4-207 diff --git a/test/built-ins/Object/create/15.2.3.5-4-208.js b/test/built-ins/Object/create/15.2.3.5-4-208.js index 0830630f0f5d79bb58e30b90764be7589c05ef1c..94ac43212d1cc133aa55094410a3c7419bafb6d3 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-208.js +++ b/test/built-ins/Object/create/15.2.3.5-4-208.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.5-4-208 diff --git a/test/built-ins/Object/create/15.2.3.5-4-209.js b/test/built-ins/Object/create/15.2.3.5-4-209.js index efce6f6fb48d634c08ffab7e006527ed29a75dea..1c256cfe26aefc27598e76cd1b0bd153c557b35d 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-209.js +++ b/test/built-ins/Object/create/15.2.3.5-4-209.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.5-4-209 diff --git a/test/built-ins/Object/create/15.2.3.5-4-21.js b/test/built-ins/Object/create/15.2.3.5-4-21.js index f45b71fc34b277e796dc0e1cfce8c701fd741a74..c223d4dfdfc0b77f537abb8cfdebb2aca687421c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-21.js +++ b/test/built-ins/Object/create/15.2.3.5-4-21.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.5-4-21 diff --git a/test/built-ins/Object/create/15.2.3.5-4-210.js b/test/built-ins/Object/create/15.2.3.5-4-210.js index 3c52f342e3c28ea67f3de701bc441212c555f4b3..3fb67d9674468cc9e7d1e0333c12e0ab6ced649e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-210.js +++ b/test/built-ins/Object/create/15.2.3.5-4-210.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.5-4-210 diff --git a/test/built-ins/Object/create/15.2.3.5-4-211.js b/test/built-ins/Object/create/15.2.3.5-4-211.js index 1e613f058666a0a7a64c0c21c93a3d5a63df93bb..72da9c9d0870fedfb07b5894445b510f13190015 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-211.js +++ b/test/built-ins/Object/create/15.2.3.5-4-211.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.5-4-211 diff --git a/test/built-ins/Object/create/15.2.3.5-4-212.js b/test/built-ins/Object/create/15.2.3.5-4-212.js index 00874f9569bb6cbaa49641db478f21bf624252fc..d742028c61ba73307efbe966ff358c32c8c7071b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-212.js +++ b/test/built-ins/Object/create/15.2.3.5-4-212.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.5-4-212 diff --git a/test/built-ins/Object/create/15.2.3.5-4-213.js b/test/built-ins/Object/create/15.2.3.5-4-213.js index 5fc64d92d2e572bdabc5a864e1369340a0cfc641..0d6f2793d566d91c8a61d5fa975f3869b22b2fa5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-213.js +++ b/test/built-ins/Object/create/15.2.3.5-4-213.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.5-4-213 diff --git a/test/built-ins/Object/create/15.2.3.5-4-214.js b/test/built-ins/Object/create/15.2.3.5-4-214.js index 6ed2f7b4ad034d8c10062c3d28181d47d1e7cf4e..9e82743a1535e05ca60532f2e46a745cb9b05f20 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-214.js +++ b/test/built-ins/Object/create/15.2.3.5-4-214.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.5-4-214 diff --git a/test/built-ins/Object/create/15.2.3.5-4-215.js b/test/built-ins/Object/create/15.2.3.5-4-215.js index 880dafb5076e023151ad13c6e8035419d3329879..e3cacb9c0abc5ea4730994b6c10ef0404fbe26a1 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-215.js +++ b/test/built-ins/Object/create/15.2.3.5-4-215.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.5-4-215 diff --git a/test/built-ins/Object/create/15.2.3.5-4-216.js b/test/built-ins/Object/create/15.2.3.5-4-216.js index b71c507abc2d6fe865f2506d004c0a46e0c946e4..821c410b3a5a3b44419754c4dca788ae0d7c79e0 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-216.js +++ b/test/built-ins/Object/create/15.2.3.5-4-216.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.5-4-216 diff --git a/test/built-ins/Object/create/15.2.3.5-4-217.js b/test/built-ins/Object/create/15.2.3.5-4-217.js index beff5f221499919ceaedcdfb95c76a551ed7c330..270c5ddbfd3d6b3a1efeb64973a6abd053bf4600 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-217.js +++ b/test/built-ins/Object/create/15.2.3.5-4-217.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.5-4-217 diff --git a/test/built-ins/Object/create/15.2.3.5-4-218.js b/test/built-ins/Object/create/15.2.3.5-4-218.js index a600b21021fa25d1fd2a5af03ec5974f4ea23f21..4ebb7993e520dd87801387b6141e3c57eab464da 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-218.js +++ b/test/built-ins/Object/create/15.2.3.5-4-218.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.5-4-218 diff --git a/test/built-ins/Object/create/15.2.3.5-4-219.js b/test/built-ins/Object/create/15.2.3.5-4-219.js index ed0a37e24790e3255b6745f4f722a72316ee58be..ba58108f8562aea38d99b87f6065cc5453d55c76 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-219.js +++ b/test/built-ins/Object/create/15.2.3.5-4-219.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.5-4-219 diff --git a/test/built-ins/Object/create/15.2.3.5-4-22.js b/test/built-ins/Object/create/15.2.3.5-4-22.js index c4367441d26b487caf1c365beb79876d7e6023a4..8d4f10899e62237618a669bdbafceb3ba1638de9 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-22.js +++ b/test/built-ins/Object/create/15.2.3.5-4-22.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.5-4-22 diff --git a/test/built-ins/Object/create/15.2.3.5-4-220.js b/test/built-ins/Object/create/15.2.3.5-4-220.js index 986b718e3def33a0f38708a9a2cab593833a2093..43ac96eb1d6355c41301bc73c145673d1f666279 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-220.js +++ b/test/built-ins/Object/create/15.2.3.5-4-220.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.5-4-220 diff --git a/test/built-ins/Object/create/15.2.3.5-4-221.js b/test/built-ins/Object/create/15.2.3.5-4-221.js index 9924dfbaefca4ebaf65598c910eda9cce2e9e55f..8375c163b274619941090dddddffef585fa10b4c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-221.js +++ b/test/built-ins/Object/create/15.2.3.5-4-221.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.5-4-221 diff --git a/test/built-ins/Object/create/15.2.3.5-4-222.js b/test/built-ins/Object/create/15.2.3.5-4-222.js index 422a19dd5719e9023f5bf444903a10951358cd0b..72c55840ad1c1bce1d0134bc3f9492e1b833a73e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-222.js +++ b/test/built-ins/Object/create/15.2.3.5-4-222.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.5-4-222 diff --git a/test/built-ins/Object/create/15.2.3.5-4-223.js b/test/built-ins/Object/create/15.2.3.5-4-223.js index b31ae98ad80dc412d3580c09fe0dec6086f6f2ef..e58c18b59f0380a91086fd8d96131671c5f6c127 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-223.js +++ b/test/built-ins/Object/create/15.2.3.5-4-223.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.5-4-223 diff --git a/test/built-ins/Object/create/15.2.3.5-4-224.js b/test/built-ins/Object/create/15.2.3.5-4-224.js index 94d6960fc734f6e2734c2424f7723783a16f1634..89b71f225a53bd79fc65088dd5df523bca63f62a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-224.js +++ b/test/built-ins/Object/create/15.2.3.5-4-224.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.5-4-224 diff --git a/test/built-ins/Object/create/15.2.3.5-4-225.js b/test/built-ins/Object/create/15.2.3.5-4-225.js index f866b3516cf574364248277e36f6e096393f2141..08c55f5a732a2f8392122b363c2e420b85ddd147 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-225.js +++ b/test/built-ins/Object/create/15.2.3.5-4-225.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.5-4-225 diff --git a/test/built-ins/Object/create/15.2.3.5-4-226.js b/test/built-ins/Object/create/15.2.3.5-4-226.js index 983b715458f4d4725600fd78f09129e59a24c850..e126f7f51211a04db4721856d53e13d77bd777e8 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-226.js +++ b/test/built-ins/Object/create/15.2.3.5-4-226.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.5-4-226 diff --git a/test/built-ins/Object/create/15.2.3.5-4-228.js b/test/built-ins/Object/create/15.2.3.5-4-228.js index 52981de1345e71b23ddda859c9367ce3eb5b3ac0..5dfeab0eba6f4aa9bd19aee5ba92d2740874cab9 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-228.js +++ b/test/built-ins/Object/create/15.2.3.5-4-228.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.5-4-228 diff --git a/test/built-ins/Object/create/15.2.3.5-4-229.js b/test/built-ins/Object/create/15.2.3.5-4-229.js index afb0e9ec3dd3ae2bbbbf44ecf8189ca2e922a835..a7096016f6f05b27df6ec0a25d376b325558df10 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-229.js +++ b/test/built-ins/Object/create/15.2.3.5-4-229.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.5-4-229 diff --git a/test/built-ins/Object/create/15.2.3.5-4-23.js b/test/built-ins/Object/create/15.2.3.5-4-23.js index 9abad971481631b672ec5f258256da22b69dc314..83be5327d649c671d99b2d82f65d211853d56776 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-23.js +++ b/test/built-ins/Object/create/15.2.3.5-4-23.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.5-4-23 diff --git a/test/built-ins/Object/create/15.2.3.5-4-230.js b/test/built-ins/Object/create/15.2.3.5-4-230.js index 2de33eb4706d89fbefd70c2cca09004da175e1fd..85bf5f66e5db7907d75150f02bdaec172c680ceb 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-230.js +++ b/test/built-ins/Object/create/15.2.3.5-4-230.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.5-4-230 diff --git a/test/built-ins/Object/create/15.2.3.5-4-231.js b/test/built-ins/Object/create/15.2.3.5-4-231.js index 4e61da58924574164bd4e0f2d2df67ca70dfca4f..9b8cb9ee1f918a5ee6c943d10b331cced20de6de 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-231.js +++ b/test/built-ins/Object/create/15.2.3.5-4-231.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.5-4-231 diff --git a/test/built-ins/Object/create/15.2.3.5-4-232.js b/test/built-ins/Object/create/15.2.3.5-4-232.js index 9437b86bc2ebd6565d01b15212b33975f35d3843..b2cce11111012e0fd65073589fa74e5f43786a4f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-232.js +++ b/test/built-ins/Object/create/15.2.3.5-4-232.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.5-4-232 diff --git a/test/built-ins/Object/create/15.2.3.5-4-233.js b/test/built-ins/Object/create/15.2.3.5-4-233.js index 6d000062e3da6c87981c00021affa780b65349db..993a7d567fb67442b67ef07776faf7a5428a01f2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-233.js +++ b/test/built-ins/Object/create/15.2.3.5-4-233.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.5-4-233 diff --git a/test/built-ins/Object/create/15.2.3.5-4-234.js b/test/built-ins/Object/create/15.2.3.5-4-234.js index 739956e84b5c46b20cead4d114ec67ae36eeb6fc..ea566822645332f68b08c364bb7ac341f8c71178 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-234.js +++ b/test/built-ins/Object/create/15.2.3.5-4-234.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.5-4-234 diff --git a/test/built-ins/Object/create/15.2.3.5-4-235.js b/test/built-ins/Object/create/15.2.3.5-4-235.js index c84019de8d2ce0d55fbc82363a6df733be017475..a2918b306c7e4071f8f6002c630cbd64c37f8e9e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-235.js +++ b/test/built-ins/Object/create/15.2.3.5-4-235.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.5-4-235 diff --git a/test/built-ins/Object/create/15.2.3.5-4-236.js b/test/built-ins/Object/create/15.2.3.5-4-236.js index 6e631987807db1a180442d7f2b8009a493825690..0836167dd14fda3fb88da5233ea78f0e89759e66 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-236.js +++ b/test/built-ins/Object/create/15.2.3.5-4-236.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.5-4-236 diff --git a/test/built-ins/Object/create/15.2.3.5-4-237.js b/test/built-ins/Object/create/15.2.3.5-4-237.js index 6353257e94ff08eb68160dd52583f34e47dcfca0..ec76d11a298c6bbb3c66c90a12a32a1dde2ffa75 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-237.js +++ b/test/built-ins/Object/create/15.2.3.5-4-237.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.5-4-237 diff --git a/test/built-ins/Object/create/15.2.3.5-4-238.js b/test/built-ins/Object/create/15.2.3.5-4-238.js index bbe536940c14ef15c10788343633f90fe5a397ef..b80629d8d9612eaeb97488cc3e6f5e614dc82ccd 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-238.js +++ b/test/built-ins/Object/create/15.2.3.5-4-238.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.5-4-238 diff --git a/test/built-ins/Object/create/15.2.3.5-4-239.js b/test/built-ins/Object/create/15.2.3.5-4-239.js index c4af427ec282493de00069420bae981eb8b4a672..2c310851a82392ae0eafb9bc74c71f0ad7d516e2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-239.js +++ b/test/built-ins/Object/create/15.2.3.5-4-239.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.5-4-239 diff --git a/test/built-ins/Object/create/15.2.3.5-4-24.js b/test/built-ins/Object/create/15.2.3.5-4-24.js index e63380a878534182c9350300c205eda876be47af..020269a8e7e185b6afdbaeeb88eb86240cc7bcde 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-24.js +++ b/test/built-ins/Object/create/15.2.3.5-4-24.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.5-4-24 diff --git a/test/built-ins/Object/create/15.2.3.5-4-240.js b/test/built-ins/Object/create/15.2.3.5-4-240.js index d38376045865c703aa18f25a9eb18f9fd44ce279..296e8a6c4b3c1f4d9cf3a3ecb77cd82061c4ff93 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-240.js +++ b/test/built-ins/Object/create/15.2.3.5-4-240.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.5-4-240 diff --git a/test/built-ins/Object/create/15.2.3.5-4-241.js b/test/built-ins/Object/create/15.2.3.5-4-241.js index f969c225daf34eb0d7757dc0a517fc4463d2da34..302ccdda3c3b8613cf65186b6bc30a4e4172f66e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-241.js +++ b/test/built-ins/Object/create/15.2.3.5-4-241.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.5-4-241 diff --git a/test/built-ins/Object/create/15.2.3.5-4-242.js b/test/built-ins/Object/create/15.2.3.5-4-242.js index ca45c97df6b79c475f319f5062b584a2877acc2d..623b388dc226811027c861cb61eb28d9501705de 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-242.js +++ b/test/built-ins/Object/create/15.2.3.5-4-242.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.5-4-242 diff --git a/test/built-ins/Object/create/15.2.3.5-4-243.js b/test/built-ins/Object/create/15.2.3.5-4-243.js index 8fbc695553d9b2a31417affc9f0485a3d54d58ec..ea49b7021b26f61cb4a46d1026fc2fdcfce78c21 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-243.js +++ b/test/built-ins/Object/create/15.2.3.5-4-243.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.5-4-243 diff --git a/test/built-ins/Object/create/15.2.3.5-4-244.js b/test/built-ins/Object/create/15.2.3.5-4-244.js index 7d754cef71b6bb8f4a992c63ac66921826b10df4..692f3dc68b724866060bb44fe6b209e4c41e9a47 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-244.js +++ b/test/built-ins/Object/create/15.2.3.5-4-244.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.5-4-244 diff --git a/test/built-ins/Object/create/15.2.3.5-4-245.js b/test/built-ins/Object/create/15.2.3.5-4-245.js index ff552d133773dc943c7c3d2290fe3965f6a49de9..13eeec3f0cb029b90b7cfff9c799da1f9edb192e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-245.js +++ b/test/built-ins/Object/create/15.2.3.5-4-245.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.5-4-245 diff --git a/test/built-ins/Object/create/15.2.3.5-4-246.js b/test/built-ins/Object/create/15.2.3.5-4-246.js index b9eb074dbebd8b81570cbf3567a8c516f6edf7dc..6eb0d11830a205c88d6c69678f5231497a874af2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-246.js +++ b/test/built-ins/Object/create/15.2.3.5-4-246.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.5-4-246 diff --git a/test/built-ins/Object/create/15.2.3.5-4-247.js b/test/built-ins/Object/create/15.2.3.5-4-247.js index b93adc3db2c355b4a1417312709e350624cc758b..15b4826e7d795400fdb81fbb014b30d7c0bb7a79 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-247.js +++ b/test/built-ins/Object/create/15.2.3.5-4-247.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.5-4-247 diff --git a/test/built-ins/Object/create/15.2.3.5-4-248.js b/test/built-ins/Object/create/15.2.3.5-4-248.js index a6bd34d2bcaa955bd0c052a61b7c4d59b457648f..cf1ca8f2193b9a2cfb92981976f6804225c64a11 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-248.js +++ b/test/built-ins/Object/create/15.2.3.5-4-248.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.5-4-248 diff --git a/test/built-ins/Object/create/15.2.3.5-4-249.js b/test/built-ins/Object/create/15.2.3.5-4-249.js index 6801abc83996f96ac7f1e764f913654222ed7c17..384ed105d282db3211d438061d985dfa805a381e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-249.js +++ b/test/built-ins/Object/create/15.2.3.5-4-249.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.5-4-249 diff --git a/test/built-ins/Object/create/15.2.3.5-4-25.js b/test/built-ins/Object/create/15.2.3.5-4-25.js index 1a71a632fbd5e739530a038551c85754d2ec2e78..7456391d7e91a556552323d59917c2f7cb9da586 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-25.js +++ b/test/built-ins/Object/create/15.2.3.5-4-25.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.5-4-25 diff --git a/test/built-ins/Object/create/15.2.3.5-4-250.js b/test/built-ins/Object/create/15.2.3.5-4-250.js index 6ebdd3ade7b15f6739b54b40019e9ed71081fec9..311c74a9191329511065e4d11b22261775675451 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-250.js +++ b/test/built-ins/Object/create/15.2.3.5-4-250.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.5-4-250 diff --git a/test/built-ins/Object/create/15.2.3.5-4-251.js b/test/built-ins/Object/create/15.2.3.5-4-251.js index b1a07ac91c175e138a4fe7188c106e29bfa023fa..0e151bc1a1ed8764481f8d39afb534229eee3c98 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-251.js +++ b/test/built-ins/Object/create/15.2.3.5-4-251.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.5-4-251 diff --git a/test/built-ins/Object/create/15.2.3.5-4-252.js b/test/built-ins/Object/create/15.2.3.5-4-252.js index bb63a8474fde58c148e4456f9c987c2e214798ee..a83e2bd454df558cf506f86aee4ad87cf2cb360f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-252.js +++ b/test/built-ins/Object/create/15.2.3.5-4-252.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.5-4-252 diff --git a/test/built-ins/Object/create/15.2.3.5-4-253.js b/test/built-ins/Object/create/15.2.3.5-4-253.js index 6e16de5f46b1301fea5eddc5f070c1c71fe03513..e389d33c1f26c237aeff917d9982374ad689f011 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-253.js +++ b/test/built-ins/Object/create/15.2.3.5-4-253.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.5-4-253 diff --git a/test/built-ins/Object/create/15.2.3.5-4-254.js b/test/built-ins/Object/create/15.2.3.5-4-254.js index 237dda4724f0f28f19cb02cb830e4672bceabb2e..ad99114bd6f49deadd0ed9b1341451c28a4d0194 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-254.js +++ b/test/built-ins/Object/create/15.2.3.5-4-254.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.5-4-254 diff --git a/test/built-ins/Object/create/15.2.3.5-4-256.js b/test/built-ins/Object/create/15.2.3.5-4-256.js index d7e9bf5b44d05f26af183f28202ca0e28129bb85..1d7146537816d0d33cb2bb8a7c6ba8caa54ff803 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-256.js +++ b/test/built-ins/Object/create/15.2.3.5-4-256.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.5-4-256 diff --git a/test/built-ins/Object/create/15.2.3.5-4-257.js b/test/built-ins/Object/create/15.2.3.5-4-257.js index 002062cddd1f64d736c709688cf747db1027fc9e..3c5e474ce06a08a441008522394c6cf643ef6938 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-257.js +++ b/test/built-ins/Object/create/15.2.3.5-4-257.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.5-4-257 diff --git a/test/built-ins/Object/create/15.2.3.5-4-258.js b/test/built-ins/Object/create/15.2.3.5-4-258.js index 25eb3a8f769538a6d30a991e068fe774f369a55e..9d9132e5af2e483199436ad1eaddbc45fa6ea0a7 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-258.js +++ b/test/built-ins/Object/create/15.2.3.5-4-258.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.5-4-258 diff --git a/test/built-ins/Object/create/15.2.3.5-4-259.js b/test/built-ins/Object/create/15.2.3.5-4-259.js index f77025c50286d81ceeaa7fc32468b87a2671ff75..6a70c61dc7177d67f907a0c40d0b3b5a53d03952 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-259.js +++ b/test/built-ins/Object/create/15.2.3.5-4-259.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.5-4-259 diff --git a/test/built-ins/Object/create/15.2.3.5-4-26.js b/test/built-ins/Object/create/15.2.3.5-4-26.js index 53a6c5c5859d48abf1bbb3b8b74ffec98c767c40..aecc5f5942393115a6db77a74c7b723e346d4d17 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-26.js +++ b/test/built-ins/Object/create/15.2.3.5-4-26.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.5-4-26 diff --git a/test/built-ins/Object/create/15.2.3.5-4-260.js b/test/built-ins/Object/create/15.2.3.5-4-260.js index 995f7d80c20cef0266dc3630dec9bdb2664feaaa..58ea30579cf3ad005b47a4c4ab29ce5bbeadf9be 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-260.js +++ b/test/built-ins/Object/create/15.2.3.5-4-260.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.5-4-260 diff --git a/test/built-ins/Object/create/15.2.3.5-4-261.js b/test/built-ins/Object/create/15.2.3.5-4-261.js index 7f3b76ce2efa67fdc27ba58c5d561c978714adfe..7b33457ef80ceea7c22e18c9ab1739d7fa8f4bfc 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-261.js +++ b/test/built-ins/Object/create/15.2.3.5-4-261.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.5-4-261 diff --git a/test/built-ins/Object/create/15.2.3.5-4-262.js b/test/built-ins/Object/create/15.2.3.5-4-262.js index 1a38888232150d6300399c8bb94ee4347f15cbf6..1758af3db70cbab250fcc9cf6bde1650a78c8611 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-262.js +++ b/test/built-ins/Object/create/15.2.3.5-4-262.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.5-4-262 diff --git a/test/built-ins/Object/create/15.2.3.5-4-263.js b/test/built-ins/Object/create/15.2.3.5-4-263.js index 12bbe68f87cc743325ea116dc2facb6b89d17f10..2c023f92534a9fb2f249ddbb2b75f1733133e880 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-263.js +++ b/test/built-ins/Object/create/15.2.3.5-4-263.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.5-4-263 diff --git a/test/built-ins/Object/create/15.2.3.5-4-266.js b/test/built-ins/Object/create/15.2.3.5-4-266.js index 0bb633f8dafb8d70227001faa058741f39db1ff8..b37497f5b0c7eb9e3121b0fdaca28b4021b63bdc 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-266.js +++ b/test/built-ins/Object/create/15.2.3.5-4-266.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.5-4-266 diff --git a/test/built-ins/Object/create/15.2.3.5-4-267.js b/test/built-ins/Object/create/15.2.3.5-4-267.js index 247824ee8b3dfde26aaf6afbf4e2d739112bbdbd..b631d8719e066c41666b540fa587d15c0fa74d7a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-267.js +++ b/test/built-ins/Object/create/15.2.3.5-4-267.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.5-4-267 diff --git a/test/built-ins/Object/create/15.2.3.5-4-268.js b/test/built-ins/Object/create/15.2.3.5-4-268.js index fc2e5f4bbf67f5984f080f190a49cb1f99d45a53..289dd4e2b2f07a5f15c5b2e7e4e3e68d17a66f51 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-268.js +++ b/test/built-ins/Object/create/15.2.3.5-4-268.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.5-4-268 diff --git a/test/built-ins/Object/create/15.2.3.5-4-269.js b/test/built-ins/Object/create/15.2.3.5-4-269.js index 4fdbc2a850fbf3e00ef3d7826715009de191a2a7..248c7ef940cdd7a8108e57bcdd7fdd865c5fe432 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-269.js +++ b/test/built-ins/Object/create/15.2.3.5-4-269.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.5-4-269 diff --git a/test/built-ins/Object/create/15.2.3.5-4-27.js b/test/built-ins/Object/create/15.2.3.5-4-27.js index ae880f127359797524b14426167055c5a5883e1b..dba419000c419ca9305bc5331b4f55491cf4b6e7 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-27.js +++ b/test/built-ins/Object/create/15.2.3.5-4-27.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.5-4-27 diff --git a/test/built-ins/Object/create/15.2.3.5-4-270.js b/test/built-ins/Object/create/15.2.3.5-4-270.js index 441f25a086addd51fc2fbbd8ee2ff349b07e4e54..6f435655ec7d6d7cf13e9626fa3570f1708f5e60 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-270.js +++ b/test/built-ins/Object/create/15.2.3.5-4-270.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.5-4-270 diff --git a/test/built-ins/Object/create/15.2.3.5-4-271.js b/test/built-ins/Object/create/15.2.3.5-4-271.js index 49e65b0a0fd617dd07d685ca4c443a30caa5460e..009a8c981cce83c85f2ba2113f763319a0f4b315 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-271.js +++ b/test/built-ins/Object/create/15.2.3.5-4-271.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.5-4-271 diff --git a/test/built-ins/Object/create/15.2.3.5-4-272.js b/test/built-ins/Object/create/15.2.3.5-4-272.js index 1455e405edcae95637896b2bda6eb7727046d471..96ae4d32b723c8d241275f5f64bf12c50114051c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-272.js +++ b/test/built-ins/Object/create/15.2.3.5-4-272.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.5-4-272 diff --git a/test/built-ins/Object/create/15.2.3.5-4-273.js b/test/built-ins/Object/create/15.2.3.5-4-273.js index 2feac78eb194ed1263cca365e4eacb55696dfc2b..3e705ca266e96b12143b9a0cb759fb59bb10a4fc 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-273.js +++ b/test/built-ins/Object/create/15.2.3.5-4-273.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.5-4-273 diff --git a/test/built-ins/Object/create/15.2.3.5-4-274.js b/test/built-ins/Object/create/15.2.3.5-4-274.js index a5787c205615e46ce0074110a5599c4d37a3cbad..b7e2f04663a8904bcc697c5bb5b0eed37e5b571a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-274.js +++ b/test/built-ins/Object/create/15.2.3.5-4-274.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.5-4-274 diff --git a/test/built-ins/Object/create/15.2.3.5-4-275.js b/test/built-ins/Object/create/15.2.3.5-4-275.js index 4aa6cf9f4e9c1d5caf190f2fe386193ee0fcd57b..8770d0c86e1ed0b8a6d6dd20138cd64a57966cec 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-275.js +++ b/test/built-ins/Object/create/15.2.3.5-4-275.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.5-4-275 diff --git a/test/built-ins/Object/create/15.2.3.5-4-276.js b/test/built-ins/Object/create/15.2.3.5-4-276.js index 4e749830e8c9de8dd1f25a99834f72a28b0e4e92..a0630d49e86f60310db06a9c05f344d4edf17419 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-276.js +++ b/test/built-ins/Object/create/15.2.3.5-4-276.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.5-4-276 diff --git a/test/built-ins/Object/create/15.2.3.5-4-277.js b/test/built-ins/Object/create/15.2.3.5-4-277.js index 617248b5403416a56cef51c86de1c34680eb7034..a691a02fabb5403a7a584ef5f7a230444fe75b8c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-277.js +++ b/test/built-ins/Object/create/15.2.3.5-4-277.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.5-4-277 diff --git a/test/built-ins/Object/create/15.2.3.5-4-278.js b/test/built-ins/Object/create/15.2.3.5-4-278.js index 995ab8e1ad8fefa6bcaf8cbe9cbe64ad99643680..16852bc131b648561bbe16265acaff0b74de0ea2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-278.js +++ b/test/built-ins/Object/create/15.2.3.5-4-278.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.5-4-278 diff --git a/test/built-ins/Object/create/15.2.3.5-4-279.js b/test/built-ins/Object/create/15.2.3.5-4-279.js index 966bc06e9d067af4542a78f9fbaac59d9d9d95b4..2ad1ac769147113b528750b4ac18dc1a13e9ad44 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-279.js +++ b/test/built-ins/Object/create/15.2.3.5-4-279.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.5-4-279 diff --git a/test/built-ins/Object/create/15.2.3.5-4-28.js b/test/built-ins/Object/create/15.2.3.5-4-28.js index 7cec3d4b65fa3eb6ed7a83d6a19a7976c138cb05..7faa89554cf8c7a3d91ca088e69223aebb0de751 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-28.js +++ b/test/built-ins/Object/create/15.2.3.5-4-28.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.5-4-28 diff --git a/test/built-ins/Object/create/15.2.3.5-4-280.js b/test/built-ins/Object/create/15.2.3.5-4-280.js index 1ef032c31bac2e1f5806ce81cbe239aebaffdd26..145e5e1e2d0b0f50b41597039bca317d9062f17e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-280.js +++ b/test/built-ins/Object/create/15.2.3.5-4-280.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.5-4-280 diff --git a/test/built-ins/Object/create/15.2.3.5-4-281.js b/test/built-ins/Object/create/15.2.3.5-4-281.js index 6ed87db329c37e0acbf4c8b8e2f87749e030e526..fb738fd774d7025e35fa9b64ce2538e2bdc13a4c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-281.js +++ b/test/built-ins/Object/create/15.2.3.5-4-281.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.5-4-281 diff --git a/test/built-ins/Object/create/15.2.3.5-4-282.js b/test/built-ins/Object/create/15.2.3.5-4-282.js index fd84714731c7c32681e413432bdf81f7b225a648..29b22dd8c6f09aadca370ea0cfb378f741bd2828 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-282.js +++ b/test/built-ins/Object/create/15.2.3.5-4-282.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.5-4-282 diff --git a/test/built-ins/Object/create/15.2.3.5-4-283.js b/test/built-ins/Object/create/15.2.3.5-4-283.js index 58608c317ff8b6cffa73d326ec439171d9be6b32..29f5aaefdcd26ebaa343816b88c1b7d4b9a69641 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-283.js +++ b/test/built-ins/Object/create/15.2.3.5-4-283.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.5-4-283 diff --git a/test/built-ins/Object/create/15.2.3.5-4-284.js b/test/built-ins/Object/create/15.2.3.5-4-284.js index 3317576cedf6fd707b49ef941f1ecc1d505c825f..53769b792c8add69f8f28a142adafb6c370f70ce 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-284.js +++ b/test/built-ins/Object/create/15.2.3.5-4-284.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.5-4-284 diff --git a/test/built-ins/Object/create/15.2.3.5-4-285.js b/test/built-ins/Object/create/15.2.3.5-4-285.js index c68093e82c98ad53d6632892263bd13b2afdf9c0..3fd9454884d89a75d5129234b2cc1be9b1b3c831 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-285.js +++ b/test/built-ins/Object/create/15.2.3.5-4-285.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.5-4-285 diff --git a/test/built-ins/Object/create/15.2.3.5-4-286.js b/test/built-ins/Object/create/15.2.3.5-4-286.js index 12046f6a5efecb875d3541fdff0f45118100458d..8ea9cbd353e29b2db74b5c7bc02a1233bfd3ba39 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-286.js +++ b/test/built-ins/Object/create/15.2.3.5-4-286.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.5-4-286 diff --git a/test/built-ins/Object/create/15.2.3.5-4-287.js b/test/built-ins/Object/create/15.2.3.5-4-287.js index 92d3d4d918aca257b50496f237d2b89261933c3b..baa187b600c456a7804e4f33a167d11bd6438749 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-287.js +++ b/test/built-ins/Object/create/15.2.3.5-4-287.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.5-4-287 diff --git a/test/built-ins/Object/create/15.2.3.5-4-288.js b/test/built-ins/Object/create/15.2.3.5-4-288.js index e4582e3369ae3302258f20578e05f7d0c020e8c1..c36e731f2dd58ee127dd52094534cadb7e70274a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-288.js +++ b/test/built-ins/Object/create/15.2.3.5-4-288.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.5-4-288 diff --git a/test/built-ins/Object/create/15.2.3.5-4-289.js b/test/built-ins/Object/create/15.2.3.5-4-289.js index 0bb66cf58ce01d960fd6ccca30715658645fcd14..1b4816450794f9dcee097152ad087b492f54d905 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-289.js +++ b/test/built-ins/Object/create/15.2.3.5-4-289.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.5-4-289 diff --git a/test/built-ins/Object/create/15.2.3.5-4-29.js b/test/built-ins/Object/create/15.2.3.5-4-29.js index 0da2604bb711d76b3a275fd53c5ca3ebfa218a42..0ca27e2d2190001b14088c530850cc81bea97254 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-29.js +++ b/test/built-ins/Object/create/15.2.3.5-4-29.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.5-4-29 diff --git a/test/built-ins/Object/create/15.2.3.5-4-291.js b/test/built-ins/Object/create/15.2.3.5-4-291.js index 3c7ca7437119181f7902323f9d6b2c50266386cd..4ffc2d5d390e57f0d80ddc2f40d9e0268986ddde 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-291.js +++ b/test/built-ins/Object/create/15.2.3.5-4-291.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.5-4-291 diff --git a/test/built-ins/Object/create/15.2.3.5-4-292.js b/test/built-ins/Object/create/15.2.3.5-4-292.js index 663fd1893cf286209044d08ffaa6746245558b53..a13e18d5b86953db5aad59405210e3fe0fa998c5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-292.js +++ b/test/built-ins/Object/create/15.2.3.5-4-292.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.5-4-292 diff --git a/test/built-ins/Object/create/15.2.3.5-4-293.js b/test/built-ins/Object/create/15.2.3.5-4-293.js index 3163f66e5d604ec97709913123eb6c8a43226434..ee4f14993e6bfe4e33641b654894f59288f004ef 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-293.js +++ b/test/built-ins/Object/create/15.2.3.5-4-293.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.5-4-293 diff --git a/test/built-ins/Object/create/15.2.3.5-4-294.js b/test/built-ins/Object/create/15.2.3.5-4-294.js index 71721d44be0ea7910dea5e7fa3f3fbf9e499392c..6c9e8c333a35746444d3edb7839a53291fe30a4f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-294.js +++ b/test/built-ins/Object/create/15.2.3.5-4-294.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.5-4-294 diff --git a/test/built-ins/Object/create/15.2.3.5-4-295.js b/test/built-ins/Object/create/15.2.3.5-4-295.js index bab792c6638ccbee59fb99fd71f414a2c2a0c72c..4f5553910b8e1a63c0eb13683a77db0f5f787922 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-295.js +++ b/test/built-ins/Object/create/15.2.3.5-4-295.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.5-4-295 diff --git a/test/built-ins/Object/create/15.2.3.5-4-296.js b/test/built-ins/Object/create/15.2.3.5-4-296.js index 083b7346cabd2d323dd341328079850d7595af9d..9ea966b795fa41bc19558d7f8344a79cd80ef639 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-296.js +++ b/test/built-ins/Object/create/15.2.3.5-4-296.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.5-4-296 diff --git a/test/built-ins/Object/create/15.2.3.5-4-297.js b/test/built-ins/Object/create/15.2.3.5-4-297.js index 9b99b2710e4fa5af94637aacb06b1d9ddc6815d5..f5e5883869999d44bb446910e808c8e925563c2c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-297.js +++ b/test/built-ins/Object/create/15.2.3.5-4-297.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.5-4-297 diff --git a/test/built-ins/Object/create/15.2.3.5-4-298.js b/test/built-ins/Object/create/15.2.3.5-4-298.js index a79e8c4f2a335af8ce25deea56bb5d7851c78728..6dc9746e8c22d94f0087027a32e66a29f459578b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-298.js +++ b/test/built-ins/Object/create/15.2.3.5-4-298.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.5-4-298 diff --git a/test/built-ins/Object/create/15.2.3.5-4-3.js b/test/built-ins/Object/create/15.2.3.5-4-3.js index 44df3f38af3a16938b24baeb6d2307b580df4fbf..836a621b9ca2077947061e1459840a3e3d556500 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-3.js +++ b/test/built-ins/Object/create/15.2.3.5-4-3.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.5-4-3 diff --git a/test/built-ins/Object/create/15.2.3.5-4-30.js b/test/built-ins/Object/create/15.2.3.5-4-30.js index b6fa68effb098e29b14d09ccdc3129483603a64d..701ef24e8b066be6913773f5cd2187064e15ec60 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-30.js +++ b/test/built-ins/Object/create/15.2.3.5-4-30.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.5-4-30 diff --git a/test/built-ins/Object/create/15.2.3.5-4-300.js b/test/built-ins/Object/create/15.2.3.5-4-300.js index 7d2ed73dc1f36cc279b43147890b5a35e8f6c7e6..eb7844fd392e4d6a8d3bf088ca831d75c1a0f094 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-300.js +++ b/test/built-ins/Object/create/15.2.3.5-4-300.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.5-4-300 diff --git a/test/built-ins/Object/create/15.2.3.5-4-301.js b/test/built-ins/Object/create/15.2.3.5-4-301.js index 5b61c75e72ced3f348a447a1c4d32a9f55f28214..c7924401392659d5721e93ce048004ef1bac1551 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-301.js +++ b/test/built-ins/Object/create/15.2.3.5-4-301.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.5-4-301 diff --git a/test/built-ins/Object/create/15.2.3.5-4-302.js b/test/built-ins/Object/create/15.2.3.5-4-302.js index d579a52892ba7edc0236ecea0d0b5f31b38e5c83..2df2e86b6a0fcc3108db3659b507926431b7581f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-302.js +++ b/test/built-ins/Object/create/15.2.3.5-4-302.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.5-4-302 diff --git a/test/built-ins/Object/create/15.2.3.5-4-303.js b/test/built-ins/Object/create/15.2.3.5-4-303.js index 27672fdb6f78302820f5e7cc6a38f859c529ef9a..3105350c19c844ee19dc9980770322549b227ea5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-303.js +++ b/test/built-ins/Object/create/15.2.3.5-4-303.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.5-4-303 diff --git a/test/built-ins/Object/create/15.2.3.5-4-304.js b/test/built-ins/Object/create/15.2.3.5-4-304.js index ff6f1c3bdbf6b2b90c95627e6ed5a5704c3286f9..3618ff9d38543469e62767244082e657cc571622 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-304.js +++ b/test/built-ins/Object/create/15.2.3.5-4-304.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.5-4-304 diff --git a/test/built-ins/Object/create/15.2.3.5-4-305.js b/test/built-ins/Object/create/15.2.3.5-4-305.js index 7fbff73df576aab35bed770139a3d512fe882bb8..0e3fe058582dbd3141866a64b9d567a1a351eebb 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-305.js +++ b/test/built-ins/Object/create/15.2.3.5-4-305.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.5-4-305 diff --git a/test/built-ins/Object/create/15.2.3.5-4-306.js b/test/built-ins/Object/create/15.2.3.5-4-306.js index 0508529b5c208b3cd0aaf687c504c845497e3c43..4965a6edf6c3ded415f954db91bf41f3af0b9507 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-306.js +++ b/test/built-ins/Object/create/15.2.3.5-4-306.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.5-4-306 diff --git a/test/built-ins/Object/create/15.2.3.5-4-307.js b/test/built-ins/Object/create/15.2.3.5-4-307.js index e99505c063182fcf0498c1ae5d5e8111a76ef809..3f9e40703bc7c23760aba5be9c8d1de6c22a24cc 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-307.js +++ b/test/built-ins/Object/create/15.2.3.5-4-307.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.5-4-307 diff --git a/test/built-ins/Object/create/15.2.3.5-4-308.js b/test/built-ins/Object/create/15.2.3.5-4-308.js index 2d06988e4587535bca1bc724676a55d51ee137a7..57286d1f46ce99b903100e281ee41aea5c1ce209 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-308.js +++ b/test/built-ins/Object/create/15.2.3.5-4-308.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.5-4-308 diff --git a/test/built-ins/Object/create/15.2.3.5-4-309.js b/test/built-ins/Object/create/15.2.3.5-4-309.js index d8053d1dcf5f89a62a861c6be0c09fed8ed90fd8..98930055a6cc3b59da8f950f1994f2204b3ceb8f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-309.js +++ b/test/built-ins/Object/create/15.2.3.5-4-309.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.5-4-309 diff --git a/test/built-ins/Object/create/15.2.3.5-4-31.js b/test/built-ins/Object/create/15.2.3.5-4-31.js index e9f4d729c9cfd3a6782510a5197a6dd33be188c5..d1b3048d71d57b4505f6bbc70654c0fd234d4553 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-31.js +++ b/test/built-ins/Object/create/15.2.3.5-4-31.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.5-4-31 diff --git a/test/built-ins/Object/create/15.2.3.5-4-310.js b/test/built-ins/Object/create/15.2.3.5-4-310.js index 03688b3827006ae2043319e21a33559963a6b3cf..e91e31d61b14bde3d76e1a4f7f0bca282ce01a04 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-310.js +++ b/test/built-ins/Object/create/15.2.3.5-4-310.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.5-4-310 diff --git a/test/built-ins/Object/create/15.2.3.5-4-311.js b/test/built-ins/Object/create/15.2.3.5-4-311.js index 178b222528587dc40cc7cad866364a5d446e803e..03cce03798813e831bbdb9d3aa73d4fe81aad3d0 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-311.js +++ b/test/built-ins/Object/create/15.2.3.5-4-311.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.5-4-311 diff --git a/test/built-ins/Object/create/15.2.3.5-4-312.js b/test/built-ins/Object/create/15.2.3.5-4-312.js index 95ceefefa61d274ba3bd70f0a7604206bef8b8ff..a5b4197c7d1c382848faa46188d2f2f75db47854 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-312.js +++ b/test/built-ins/Object/create/15.2.3.5-4-312.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.5-4-312 diff --git a/test/built-ins/Object/create/15.2.3.5-4-313.js b/test/built-ins/Object/create/15.2.3.5-4-313.js index d9f098da89e0168467bc4f182020ced23903942e..0a0d7f57e50594b3779312862582163a2796a88d 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-313.js +++ b/test/built-ins/Object/create/15.2.3.5-4-313.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.5-4-313 diff --git a/test/built-ins/Object/create/15.2.3.5-4-314.js b/test/built-ins/Object/create/15.2.3.5-4-314.js index f069e378936fc9b34eb7cfef5a4ecc2f2245e318..cf94ee6c1f4b1f8878acb012b8a5bdaa5a7eca82 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-314.js +++ b/test/built-ins/Object/create/15.2.3.5-4-314.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.5-4-314 diff --git a/test/built-ins/Object/create/15.2.3.5-4-315.js b/test/built-ins/Object/create/15.2.3.5-4-315.js index 0cbd828eb3c4fc76610e6c4e09ebf581705200c0..096ac14adb690d7a4ff69b6a26b24f71cbf30115 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-315.js +++ b/test/built-ins/Object/create/15.2.3.5-4-315.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.5-4-315 diff --git a/test/built-ins/Object/create/15.2.3.5-4-316.js b/test/built-ins/Object/create/15.2.3.5-4-316.js index faa8e32708943ec2a43df63d8891e29f0dc21be3..c8da26432374ea4b58b2105054b2d512d002ef94 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-316.js +++ b/test/built-ins/Object/create/15.2.3.5-4-316.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.5-4-316 diff --git a/test/built-ins/Object/create/15.2.3.5-4-32.js b/test/built-ins/Object/create/15.2.3.5-4-32.js index 41df98bb8ca9d77904f18ebdf5bec2d53f9c9fb9..b6eab8f35fddcd11b77df291fed11c17324d0348 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-32.js +++ b/test/built-ins/Object/create/15.2.3.5-4-32.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.5-4-32 diff --git a/test/built-ins/Object/create/15.2.3.5-4-33.js b/test/built-ins/Object/create/15.2.3.5-4-33.js index 8179a37e539675fde02bb5af0e32a4879c9ac244..66d7d0febaad9536127adb4e4efeeab503758ec4 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-33.js +++ b/test/built-ins/Object/create/15.2.3.5-4-33.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.5-4-33 diff --git a/test/built-ins/Object/create/15.2.3.5-4-34.js b/test/built-ins/Object/create/15.2.3.5-4-34.js index 3dc99420f5f7acbab27d68a5544dca8b5bb8e508..cc998a4e99fe5a54baafba4cae4a026b5c886a48 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-34.js +++ b/test/built-ins/Object/create/15.2.3.5-4-34.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.5-4-34 diff --git a/test/built-ins/Object/create/15.2.3.5-4-35.js b/test/built-ins/Object/create/15.2.3.5-4-35.js index 11d83975c3525db02fe05dc74c3855cbb2aad0b8..9f92d11226d71f4570ac7d5b0fbf092e9b4e8cfa 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-35.js +++ b/test/built-ins/Object/create/15.2.3.5-4-35.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.5-4-35 diff --git a/test/built-ins/Object/create/15.2.3.5-4-36.js b/test/built-ins/Object/create/15.2.3.5-4-36.js index cd851c749b73d42ed7a64543da309874bf81b6ca..09a48c2ef90e3b82cdd071ae45b52551e45e5f9a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-36.js +++ b/test/built-ins/Object/create/15.2.3.5-4-36.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.5-4-36 diff --git a/test/built-ins/Object/create/15.2.3.5-4-37.js b/test/built-ins/Object/create/15.2.3.5-4-37.js index a40de36b59d9be9d21b6107d74ff6dd403895c3e..73be77d039a1e347504c33500be94fffd6964d73 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-37.js +++ b/test/built-ins/Object/create/15.2.3.5-4-37.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.5-4-37 diff --git a/test/built-ins/Object/create/15.2.3.5-4-38.js b/test/built-ins/Object/create/15.2.3.5-4-38.js index ad5d00f03f95428d8a7d122f45e82cc9838d4459..ec131fc01c703d9c716e7a349c9b21c1e7cd3003 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-38.js +++ b/test/built-ins/Object/create/15.2.3.5-4-38.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.5-4-38 diff --git a/test/built-ins/Object/create/15.2.3.5-4-39.js b/test/built-ins/Object/create/15.2.3.5-4-39.js index ebf2f691cf8cd0fe5ce12d774af76586f6c57dc4..251b496d6f2dbe7e70b9541206b0cb99e0c12652 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-39.js +++ b/test/built-ins/Object/create/15.2.3.5-4-39.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.5-4-39 diff --git a/test/built-ins/Object/create/15.2.3.5-4-4.js b/test/built-ins/Object/create/15.2.3.5-4-4.js index bca0958cc227e1b8aa33ee2b7600c0293a2b862f..0f49788184dd539826ee3abf0c073bfce5272c11 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-4.js +++ b/test/built-ins/Object/create/15.2.3.5-4-4.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.5-4-4 diff --git a/test/built-ins/Object/create/15.2.3.5-4-40.js b/test/built-ins/Object/create/15.2.3.5-4-40.js index 7716de7b5b70173d65798e2526a83444bf1920e4..29bbe0a09572f73ca932e0aa41426b74fd761653 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-40.js +++ b/test/built-ins/Object/create/15.2.3.5-4-40.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.5-4-40 diff --git a/test/built-ins/Object/create/15.2.3.5-4-41.js b/test/built-ins/Object/create/15.2.3.5-4-41.js index 9046ba9f4baf9fcd0825883f96a85ce9167aa687..d5e2421d377a00d6a00cf06fb362cf932f8fda67 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-41.js +++ b/test/built-ins/Object/create/15.2.3.5-4-41.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.5-4-41 diff --git a/test/built-ins/Object/create/15.2.3.5-4-42.js b/test/built-ins/Object/create/15.2.3.5-4-42.js index b7248ddf3e5266fda78a8386651ff59b058a7c3c..d52b5a303be58ffc74ba9536041493a8168abf28 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-42.js +++ b/test/built-ins/Object/create/15.2.3.5-4-42.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.5-4-42 diff --git a/test/built-ins/Object/create/15.2.3.5-4-43.js b/test/built-ins/Object/create/15.2.3.5-4-43.js index 1689dcf391e8ceb980c154dbf12c733157b01e29..a01187f38e4fc56a1295debf270f9dca4f72fe63 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-43.js +++ b/test/built-ins/Object/create/15.2.3.5-4-43.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.5-4-43 diff --git a/test/built-ins/Object/create/15.2.3.5-4-44.js b/test/built-ins/Object/create/15.2.3.5-4-44.js index bae77cbd8d5153bf23371a819cc4cb2129b6d255..362e72691369751d37bd4729a1d4662bdc25edee 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-44.js +++ b/test/built-ins/Object/create/15.2.3.5-4-44.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.5-4-44 diff --git a/test/built-ins/Object/create/15.2.3.5-4-45.js b/test/built-ins/Object/create/15.2.3.5-4-45.js index 602c9c6ad7003f0dbb5b8eca71486e7f41ce7927..0f07634c3e0f5cef42dd1c79ee585f430724b598 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-45.js +++ b/test/built-ins/Object/create/15.2.3.5-4-45.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.5-4-45 diff --git a/test/built-ins/Object/create/15.2.3.5-4-46.js b/test/built-ins/Object/create/15.2.3.5-4-46.js index d058fa85cf8ecae601da2c6454e55ece2122d680..5fcb57f03c0b5b4582099b4b2a6b7f93d166de5f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-46.js +++ b/test/built-ins/Object/create/15.2.3.5-4-46.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.5-4-46 diff --git a/test/built-ins/Object/create/15.2.3.5-4-47.js b/test/built-ins/Object/create/15.2.3.5-4-47.js index 5166c7893e37b224b85a0f1a5ef63739a9f1559e..39dfbbfe58db54472ab72399fe70dc262af30caa 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-47.js +++ b/test/built-ins/Object/create/15.2.3.5-4-47.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.5-4-47 diff --git a/test/built-ins/Object/create/15.2.3.5-4-48.js b/test/built-ins/Object/create/15.2.3.5-4-48.js index 78ee05550c218092fa523bc4e4e8e900df335496..879d46eedd4de7b5e725cf7a7b16aa59a845455c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-48.js +++ b/test/built-ins/Object/create/15.2.3.5-4-48.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.5-4-48 diff --git a/test/built-ins/Object/create/15.2.3.5-4-49.js b/test/built-ins/Object/create/15.2.3.5-4-49.js index f00e81467e9bac86264584997d1faaffa13fd811..25ca4bce403ed9dc15ffe23ee0cc89069756ad88 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-49.js +++ b/test/built-ins/Object/create/15.2.3.5-4-49.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.5-4-49 diff --git a/test/built-ins/Object/create/15.2.3.5-4-5.js b/test/built-ins/Object/create/15.2.3.5-4-5.js index b08c56ade8571e0a25bc9d6fd316552c3c1e71af..734a755099922fe94cde855d24575e0ed98a67ba 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-5.js +++ b/test/built-ins/Object/create/15.2.3.5-4-5.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.5-4-5 diff --git a/test/built-ins/Object/create/15.2.3.5-4-50.js b/test/built-ins/Object/create/15.2.3.5-4-50.js index f77c5214b7588d1d37a8d3e490d56a6785fca17e..a030d0009b9ab604a94033b87eb1835855f78c82 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-50.js +++ b/test/built-ins/Object/create/15.2.3.5-4-50.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.5-4-50 diff --git a/test/built-ins/Object/create/15.2.3.5-4-51.js b/test/built-ins/Object/create/15.2.3.5-4-51.js index 5c5310d1be2fcbf182ba4b1910c2e2369c14ff55..58ed9869310270fb7d911f67c30e8910c191c266 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-51.js +++ b/test/built-ins/Object/create/15.2.3.5-4-51.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.5-4-51 diff --git a/test/built-ins/Object/create/15.2.3.5-4-52.js b/test/built-ins/Object/create/15.2.3.5-4-52.js index 46ec44f7127fb064d9c59783c46ed7b2f5e77461..a679b680b6ad689fb6a22d05586f4100553cbc12 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-52.js +++ b/test/built-ins/Object/create/15.2.3.5-4-52.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.5-4-52 diff --git a/test/built-ins/Object/create/15.2.3.5-4-53.js b/test/built-ins/Object/create/15.2.3.5-4-53.js index 29f7aea9e0d3b8046a408cdc62d6c92ea02b34c6..9bb918f11b7cc190a0360fa09fbcd393c1d8c74b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-53.js +++ b/test/built-ins/Object/create/15.2.3.5-4-53.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.5-4-53 diff --git a/test/built-ins/Object/create/15.2.3.5-4-54.js b/test/built-ins/Object/create/15.2.3.5-4-54.js index b0f526204cb5291056cb99279cd21458d8d218ba..4dad563bed3da464d703c53fc15904e83ec8061b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-54.js +++ b/test/built-ins/Object/create/15.2.3.5-4-54.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.5-4-54 diff --git a/test/built-ins/Object/create/15.2.3.5-4-55.js b/test/built-ins/Object/create/15.2.3.5-4-55.js index 0f66ccbf8b72a7c234f428cb029c26b1d5a5a50d..c62e525856d23d292d64b992444d4aa23c2727cc 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-55.js +++ b/test/built-ins/Object/create/15.2.3.5-4-55.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.5-4-55 diff --git a/test/built-ins/Object/create/15.2.3.5-4-56.js b/test/built-ins/Object/create/15.2.3.5-4-56.js index 85537ff87ba6564cf04a80b4a06da58c1cfb675a..0b3ed4f61432d459467228fae6f5e4fbb91ee44a 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-56.js +++ b/test/built-ins/Object/create/15.2.3.5-4-56.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.5-4-56 diff --git a/test/built-ins/Object/create/15.2.3.5-4-57.js b/test/built-ins/Object/create/15.2.3.5-4-57.js index e97fd60847331b7c206610fa88346a6b38ee3583..abcf6e34a35ce5850e1c2e42ab54ff9e888784b5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-57.js +++ b/test/built-ins/Object/create/15.2.3.5-4-57.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.5-4-57 diff --git a/test/built-ins/Object/create/15.2.3.5-4-58.js b/test/built-ins/Object/create/15.2.3.5-4-58.js index 5fbe0f6664438aa995b0ef41c33c9df6a4487a3d..5903a71c65f2bdb7a863b1ea3074d89026b914f0 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-58.js +++ b/test/built-ins/Object/create/15.2.3.5-4-58.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.5-4-58 diff --git a/test/built-ins/Object/create/15.2.3.5-4-59.js b/test/built-ins/Object/create/15.2.3.5-4-59.js index cb7b970603dff0fad587ad24533142bd3e6f6d8e..e3115b4b10a4382a31893d1d9dc2916b9601a05f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-59.js +++ b/test/built-ins/Object/create/15.2.3.5-4-59.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.5-4-59 diff --git a/test/built-ins/Object/create/15.2.3.5-4-6.js b/test/built-ins/Object/create/15.2.3.5-4-6.js index b33e94b4535a07dfa4b43084e9e9636dfb3b994f..2c843f6f9577e20a969f02a15a9b633642e118fd 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-6.js +++ b/test/built-ins/Object/create/15.2.3.5-4-6.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.5-4-6 diff --git a/test/built-ins/Object/create/15.2.3.5-4-60.js b/test/built-ins/Object/create/15.2.3.5-4-60.js index a0434bc71372d47f8a05a4fc857fdaeb965cc675..43ec0a9b62173829cd7c84f63039045d00bc6c5b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-60.js +++ b/test/built-ins/Object/create/15.2.3.5-4-60.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.5-4-60 diff --git a/test/built-ins/Object/create/15.2.3.5-4-61.js b/test/built-ins/Object/create/15.2.3.5-4-61.js index 465ef7f0f251b65c5c93f112a2e9709b8ed2954b..35954e33a999e57f4c5ded92ed63d365c8bd0bb2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-61.js +++ b/test/built-ins/Object/create/15.2.3.5-4-61.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.5-4-61 diff --git a/test/built-ins/Object/create/15.2.3.5-4-62.js b/test/built-ins/Object/create/15.2.3.5-4-62.js index 23fdc6a71e0d90fe7c380cbfadbc53635b3ca929..c962888c0132678faeb8f22dfd81a0ee53af94a5 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-62.js +++ b/test/built-ins/Object/create/15.2.3.5-4-62.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.5-4-62 diff --git a/test/built-ins/Object/create/15.2.3.5-4-63.js b/test/built-ins/Object/create/15.2.3.5-4-63.js index 2401f6ee0c446cd4fe952415406cf6b533ed3e57..e82a7dbfa20c8abc77dad5a860646503bfdfa4af 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-63.js +++ b/test/built-ins/Object/create/15.2.3.5-4-63.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.5-4-63 diff --git a/test/built-ins/Object/create/15.2.3.5-4-64.js b/test/built-ins/Object/create/15.2.3.5-4-64.js index bda625e9af839993d32e750e7e685c140f46cba5..084b73b371c65dbf06dbe37b3f887a146061f385 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-64.js +++ b/test/built-ins/Object/create/15.2.3.5-4-64.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.5-4-64 diff --git a/test/built-ins/Object/create/15.2.3.5-4-65.js b/test/built-ins/Object/create/15.2.3.5-4-65.js index 3051880679a90d538550473337f2c0e9f51749b8..d1f383f4587c49d4b7126254a69e3fb75b70578b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-65.js +++ b/test/built-ins/Object/create/15.2.3.5-4-65.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.5-4-65 diff --git a/test/built-ins/Object/create/15.2.3.5-4-66.js b/test/built-ins/Object/create/15.2.3.5-4-66.js index 0eacc998a7902178cf306799dc36b9dd4beb29b4..1d133f1e341b1bf183878973bff569edc904f970 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-66.js +++ b/test/built-ins/Object/create/15.2.3.5-4-66.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.5-4-66 diff --git a/test/built-ins/Object/create/15.2.3.5-4-67.js b/test/built-ins/Object/create/15.2.3.5-4-67.js index 501d2f1286f5e374f5e5bae6e525356878a2a0e8..ba562de19cdb45c5cb7173a37669a0fde9267f27 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-67.js +++ b/test/built-ins/Object/create/15.2.3.5-4-67.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.5-4-67 diff --git a/test/built-ins/Object/create/15.2.3.5-4-68.js b/test/built-ins/Object/create/15.2.3.5-4-68.js index 96d81c64d40fcad43ae08131886d56eb2c285f41..9c25618353d6b8b2c16f710747e914e74e503c6f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-68.js +++ b/test/built-ins/Object/create/15.2.3.5-4-68.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.5-4-68 diff --git a/test/built-ins/Object/create/15.2.3.5-4-69.js b/test/built-ins/Object/create/15.2.3.5-4-69.js index 9fd4287f142c76f74f549a1159e278e2efa0f584..07be9d58241c96f8a0b30745dc48df0062ffb385 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-69.js +++ b/test/built-ins/Object/create/15.2.3.5-4-69.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.5-4-69 diff --git a/test/built-ins/Object/create/15.2.3.5-4-7.js b/test/built-ins/Object/create/15.2.3.5-4-7.js index 5b9ec0f52f0e27493a5de68b665bad7dd38ad7cb..6876a5dfb769ed566ee4260279f6d4b5966a57b9 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-7.js +++ b/test/built-ins/Object/create/15.2.3.5-4-7.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.5-4-7 diff --git a/test/built-ins/Object/create/15.2.3.5-4-71.js b/test/built-ins/Object/create/15.2.3.5-4-71.js index a380620562130d1b78fdfb2c3a6d8a3758388bbf..c95e3f3c4eb96a88bff3cc0e75a2a5df998a7d90 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-71.js +++ b/test/built-ins/Object/create/15.2.3.5-4-71.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.5-4-71 diff --git a/test/built-ins/Object/create/15.2.3.5-4-72.js b/test/built-ins/Object/create/15.2.3.5-4-72.js index a4bdc26c9c70ad3b5915876eadd5d981a2f43dc6..4fc6e00b0bf2e2b26afa9eb06677f3e9a04e1698 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-72.js +++ b/test/built-ins/Object/create/15.2.3.5-4-72.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.5-4-72 diff --git a/test/built-ins/Object/create/15.2.3.5-4-73.js b/test/built-ins/Object/create/15.2.3.5-4-73.js index b4b11f0c379f5482469d1fa3a9d1c5b3116a0c45..cbffc22e4904b6d30ed32ed1ee66a603c76cc31d 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-73.js +++ b/test/built-ins/Object/create/15.2.3.5-4-73.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.5-4-73 diff --git a/test/built-ins/Object/create/15.2.3.5-4-74.js b/test/built-ins/Object/create/15.2.3.5-4-74.js index b50d5e8c88606dc8a3a6e665ad7826f553efe07d..74af463d73492450f163c75a8a7564e66b41d60c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-74.js +++ b/test/built-ins/Object/create/15.2.3.5-4-74.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.5-4-74 diff --git a/test/built-ins/Object/create/15.2.3.5-4-75.js b/test/built-ins/Object/create/15.2.3.5-4-75.js index d70e8820d03e64351df5d7ffe6794f10701fe91f..bd6124725cd611cdcd3457c1c521deebf70cf3ca 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-75.js +++ b/test/built-ins/Object/create/15.2.3.5-4-75.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.5-4-75 diff --git a/test/built-ins/Object/create/15.2.3.5-4-76.js b/test/built-ins/Object/create/15.2.3.5-4-76.js index 783be0ea585ce3db4b924b042f46d28f29d05e1f..7f6644b4b8bee1e863928babc490cd3261f23115 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-76.js +++ b/test/built-ins/Object/create/15.2.3.5-4-76.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.5-4-76 diff --git a/test/built-ins/Object/create/15.2.3.5-4-77.js b/test/built-ins/Object/create/15.2.3.5-4-77.js index 7cc65029b3c35cebdf5bd26267750ec7443be6ae..0f2a3805ec2d210d39689b1c1be233dcdc387816 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-77.js +++ b/test/built-ins/Object/create/15.2.3.5-4-77.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.5-4-77 diff --git a/test/built-ins/Object/create/15.2.3.5-4-78.js b/test/built-ins/Object/create/15.2.3.5-4-78.js index eb17f5f1afaf747779c0d318cc10fd5755d62740..9a04695b06040c321750d3219ac957ea6e79b4a4 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-78.js +++ b/test/built-ins/Object/create/15.2.3.5-4-78.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.5-4-78 diff --git a/test/built-ins/Object/create/15.2.3.5-4-79.js b/test/built-ins/Object/create/15.2.3.5-4-79.js index 91fd5a9b484b5dcd4f3ea8e990a1c3f75c59af7d..32346e324b426550fe488579e7ed9a6e2282f49f 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-79.js +++ b/test/built-ins/Object/create/15.2.3.5-4-79.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.5-4-79 diff --git a/test/built-ins/Object/create/15.2.3.5-4-8.js b/test/built-ins/Object/create/15.2.3.5-4-8.js index 7d756111ee791deb791eccbc0d5607ad0382e473..de072d645d7684c98c6e9a498ed593894985747b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-8.js +++ b/test/built-ins/Object/create/15.2.3.5-4-8.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.5-4-8 diff --git a/test/built-ins/Object/create/15.2.3.5-4-80.js b/test/built-ins/Object/create/15.2.3.5-4-80.js index cbee2c268e9ff5695d601d8687d30f741d721455..0129c7ecd4478cccabcc310bc95e99c81bd44682 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-80.js +++ b/test/built-ins/Object/create/15.2.3.5-4-80.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.5-4-80 diff --git a/test/built-ins/Object/create/15.2.3.5-4-81.js b/test/built-ins/Object/create/15.2.3.5-4-81.js index 6da1ba895231ec2612074150f73fa4f181f1fb05..55ac7463af6e3cd804182cb5d35a23337a27e417 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-81.js +++ b/test/built-ins/Object/create/15.2.3.5-4-81.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.5-4-81 diff --git a/test/built-ins/Object/create/15.2.3.5-4-82.js b/test/built-ins/Object/create/15.2.3.5-4-82.js index fd7e429a5b92c60a591496f0fb746f98594a696c..5f9219d3acdafd4535b59e995a10a5058c824728 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-82.js +++ b/test/built-ins/Object/create/15.2.3.5-4-82.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.5-4-82 diff --git a/test/built-ins/Object/create/15.2.3.5-4-83.js b/test/built-ins/Object/create/15.2.3.5-4-83.js index a30cf3884ef4b550208afacf2b272f12f44c14fe..58bcd96d39c2fb415eea909348a9b99c22696067 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-83.js +++ b/test/built-ins/Object/create/15.2.3.5-4-83.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.5-4-83 diff --git a/test/built-ins/Object/create/15.2.3.5-4-84.js b/test/built-ins/Object/create/15.2.3.5-4-84.js index b4bf3f1b20d264d2d8fafa6d99efcbdf70d416d9..8e3a4dda0719df2ed17cf25d3911399ac5f23c0b 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-84.js +++ b/test/built-ins/Object/create/15.2.3.5-4-84.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.5-4-84 diff --git a/test/built-ins/Object/create/15.2.3.5-4-85.js b/test/built-ins/Object/create/15.2.3.5-4-85.js index ff30d209892c73377e83f479779b4c78ff1515ac..3baa0d098475d655cc786859f44d2f07dd65196c 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-85.js +++ b/test/built-ins/Object/create/15.2.3.5-4-85.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.5-4-85 diff --git a/test/built-ins/Object/create/15.2.3.5-4-86.js b/test/built-ins/Object/create/15.2.3.5-4-86.js index 7647b6d6c53a6d4ff017b422aa30a007a3567e56..4d86cc767d76ef25cd04f81516b1010f5e0d9938 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-86.js +++ b/test/built-ins/Object/create/15.2.3.5-4-86.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.5-4-86 diff --git a/test/built-ins/Object/create/15.2.3.5-4-87.js b/test/built-ins/Object/create/15.2.3.5-4-87.js index 9df8f3446dd7d0270faae0bc071b24790b213ab5..b4e9d6be55849b057e9810ced34f7200220c4473 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-87.js +++ b/test/built-ins/Object/create/15.2.3.5-4-87.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.5-4-87 diff --git a/test/built-ins/Object/create/15.2.3.5-4-88.js b/test/built-ins/Object/create/15.2.3.5-4-88.js index 711c5f624e514dee8f1916896781ec99eefb015c..e0662910a42ed7bd8c89d55685ec744b153fe5d9 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-88.js +++ b/test/built-ins/Object/create/15.2.3.5-4-88.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.5-4-88 diff --git a/test/built-ins/Object/create/15.2.3.5-4-89.js b/test/built-ins/Object/create/15.2.3.5-4-89.js index 82a1d415f476fd28499dfa1f64a2f24263f265a1..3db752a06a0e6266e18980d020e0887078e428c0 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-89.js +++ b/test/built-ins/Object/create/15.2.3.5-4-89.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.5-4-89 diff --git a/test/built-ins/Object/create/15.2.3.5-4-9.js b/test/built-ins/Object/create/15.2.3.5-4-9.js index 6f0c4b7861d326c6a036a0d312ba5eb7a494f63e..7109345ff03609914eab93fc89d0b9dadd0f99c0 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-9.js +++ b/test/built-ins/Object/create/15.2.3.5-4-9.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.5-4-9 diff --git a/test/built-ins/Object/create/15.2.3.5-4-90.js b/test/built-ins/Object/create/15.2.3.5-4-90.js index ba785b02158f49232c67db5258dc1e5c729b3a72..f5e0c38f0e59a6218b1174e1609b33357d48a791 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-90.js +++ b/test/built-ins/Object/create/15.2.3.5-4-90.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.5-4-90 diff --git a/test/built-ins/Object/create/15.2.3.5-4-91.js b/test/built-ins/Object/create/15.2.3.5-4-91.js index c011a1850cc77ad35ec5c28aacb6fd885733e431..0be6bf753e5ada8620f83445f53edf9b40dc018d 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-91.js +++ b/test/built-ins/Object/create/15.2.3.5-4-91.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.5-4-91 diff --git a/test/built-ins/Object/create/15.2.3.5-4-92.js b/test/built-ins/Object/create/15.2.3.5-4-92.js index 7ada969e2d781f2966d5e881056c34c839616344..44ff8608c4c2448992f69128e3476b8ba980bb72 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-92.js +++ b/test/built-ins/Object/create/15.2.3.5-4-92.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.5-4-92 diff --git a/test/built-ins/Object/create/15.2.3.5-4-93.js b/test/built-ins/Object/create/15.2.3.5-4-93.js index 6e19aafa0a5e5dada6deadf6a83475d9e6bafe4f..deae3346fcf9f35e95520ed320783f321c1cf5e9 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-93.js +++ b/test/built-ins/Object/create/15.2.3.5-4-93.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.5-4-93 diff --git a/test/built-ins/Object/create/15.2.3.5-4-94.js b/test/built-ins/Object/create/15.2.3.5-4-94.js index e7e7b72cbc1334a6587e7cdaf0d7a98a240adb69..d9d86058bc441abb12cf4a5ca3ec0c4d573cf88e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-94.js +++ b/test/built-ins/Object/create/15.2.3.5-4-94.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.5-4-94 diff --git a/test/built-ins/Object/create/15.2.3.5-4-96.js b/test/built-ins/Object/create/15.2.3.5-4-96.js index 666aac5cbf5c394f1e2b611536aca7a2827393c5..93161067c13a9c794e97f2cabd6f090aeed20fa1 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-96.js +++ b/test/built-ins/Object/create/15.2.3.5-4-96.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.5-4-96 diff --git a/test/built-ins/Object/create/15.2.3.5-4-97.js b/test/built-ins/Object/create/15.2.3.5-4-97.js index c4cfe71a45dafcf930522e2b279ba7b2793a56f1..8ee6e3d67cc9907fa868c69aa381bd51746c39b2 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-97.js +++ b/test/built-ins/Object/create/15.2.3.5-4-97.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.5-4-97 diff --git a/test/built-ins/Object/create/15.2.3.5-4-98.js b/test/built-ins/Object/create/15.2.3.5-4-98.js index dbaeae96d680239cbe1d4327861f6156884d9d88..aadda7e18a5ecd2ba91ffb6f5822dc7c974109e8 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-98.js +++ b/test/built-ins/Object/create/15.2.3.5-4-98.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.5-4-98 diff --git a/test/built-ins/Object/create/15.2.3.5-4-99.js b/test/built-ins/Object/create/15.2.3.5-4-99.js index d609288ee20481c6ed8cb79324a1fa1c3c7db5a6..63a0e938f0345ca916c3967e13bed8233f84ae6e 100644 --- a/test/built-ins/Object/create/15.2.3.5-4-99.js +++ b/test/built-ins/Object/create/15.2.3.5-4-99.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.5-4-99 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-0-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-0-1.js index d768f488a8542dd50cd0bb71825ad0f29fb50382..098593bcd3e323514c3719426cf2ed1ba8a095ee 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-0-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-0-1.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-0-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-0-2.js b/test/built-ins/Object/defineProperties/15.2.3.7-0-2.js index 0323b6d9270332759e4f99da94a43116fb149fa1..6f36444257d14b62c34080c0028be2c98f8431ee 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-0-2.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-0-2.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-0-2 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-1-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-1-1.js index b74713265c5b27d06d944ac73ce99599a9d947d7..d94b31b676386a65aeea81f3ace85b1f39813ac2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-1-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-1-1.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-1-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-1-2.js b/test/built-ins/Object/defineProperties/15.2.3.7-1-2.js index 0cee4768ca499fe6fa4afb5dd7bdd5ef02017d3d..e0cc78fc9baa53e228ed8df5a02e843a28dc86dd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-1-2.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-1-2.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-1-2 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-1-3.js b/test/built-ins/Object/defineProperties/15.2.3.7-1-3.js index dc47a003c6edfe71ee63169f82f7ed0bd11c7c8a..eeb85855eef0ebcb696400180cc6f9e00c0cffc4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-1-3.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-1-3.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-1-3 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-1-4.js b/test/built-ins/Object/defineProperties/15.2.3.7-1-4.js index a36d483412b17cdf9ab8decc016e72cf9a90e30f..597c32d7af0ed7b12ef6dfc99ac4beef02474802 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-1-4.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-1-4.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-1-4 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-1.js index d4f5cc12c2a7c817470f0654d4e5188972314601..12c2752a52bdce5d96afeb4a14413dfb98d37136 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-1.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-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-1.js index 40db6d8cb1951db16774839fd9918e67b2ce605a..da621aed45c43b6f3913714ea7f537bc8a5afd23 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-1.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-2-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-10.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-10.js index b4008e4c2ea5d0576348e4a3c46c7d75a94b354e..10b81b7b342d16668c438a52e3045f96967db4a9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-10.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-10.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-2-10 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-11.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-11.js index 5a8941fa349f955209f98d9ed8120ae1a4d6264c..f80dde26540036951e0ddaecd4a1838d284c9bee 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-11.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-11.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-2-11 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-12.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-12.js index 34d26cd13578aa7f704e66aac21dfa3b8816188f..15c164a53cc30c3db408e360859034e8bb6a734b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-12.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-12.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-2-12 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-13.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-13.js index 679e0ec6cc5f9b28ff887b9f7f273cbda743c5fe..aee4ab9b8426fcbb10bc5e5f8ce08b56c7f0a5af 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-13.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-13.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-2-13 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-14.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-14.js index b4b2116f9e3ae8843ca73d994f3ebae3e9fca6ce..bb72313cfe7436006f5fec1a1181c5eb7d8d1189 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-14.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-14.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-2-14 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-15.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-15.js index a37820529cb2cb37dc28929e545f3ebc0f4c4b42..f7ad61dc723e030ed642552082ba9c85b9bb8abf 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-15.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-15.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-2-15 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-16.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-16.js index 574f6a66401ca657243d3f024c370c8dbf6ad46c..3e58899c1fcf5ed56b2342258c263efae9bf745f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-16.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-16.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-2-16 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-18.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-18.js index ab08ca928f4a850846151d35fbb3e7b49744b5d8..afd10e3f1c1aa5c155645e7769309869b3aded16 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-18.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-18.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-2-18 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-2.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-2.js index 13131bd2d72eee119bbc0caa6efacb1c63062756..58d31b83c89fd7a94781bfb79d128902a6562c15 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-2.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-2.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-2-2 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-3.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-3.js index 7400f56a7514b2a54008ab37e01d516b92bac96d..2cfe128d55d519896c26cbe8b62efbe547429f2d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-3.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-3.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-2-3 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-4.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-4.js index 722ec3fca78f0e4d7ae9966cc4fe1ef861e56eb7..3e9e1370593197b4678e28ea00404da11332a093 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-4.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-4.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-2-4 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-5.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-5.js index 46afc30843d2f7735dd756dd9a398541c916d837..ce23e557e71fe3eb8c58f04b9000a10427cc52fa 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-5.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-5.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-2-5 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-6.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-6.js index eeca7b709cc548019375cb58bb9af4655b702e1e..ff55c8196f3b0f0331f195a45131059c8312414a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-6.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-6.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-2-6 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-7.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-7.js index 480fc6fc8126d8fb9380f64c23409e77a6347d52..cf2f0da0c70db6573c4f32ba5ac7cf7659e0680e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-7.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-7.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-2-7 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-8.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-8.js index 09f84735f260e6e002f046793a4d0ca31055340a..4a90494df9e9340d3f0b8efab4904fa0efad6b81 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-8.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-8.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-2-8 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-2-9.js b/test/built-ins/Object/defineProperties/15.2.3.7-2-9.js index 58ef630f8eba51b7643ac196645efcbfa0921df4..23069f8b6ad3e04bd565959108971e2aa3104123 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-2-9.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-2-9.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-2-9 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-3-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-3-1.js index 09cda3f34244fb85824a1d726dc18cd20071a763..21426fa2daafbdeda8322b3594a570f4143a6f56 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-3-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-3-1.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-3-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-3-2.js b/test/built-ins/Object/defineProperties/15.2.3.7-3-2.js index fa9fe59be65c149177eaf2999dc1a58b49090edd..86e16114d5102834775017b3915ef5e770e29b97 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-3-2.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-3-2.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-3-2 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-3-3.js b/test/built-ins/Object/defineProperties/15.2.3.7-3-3.js index 7728d401e5a3797867e5c57be06beca730ae28b9..5053b092b583d6947b2b32695fd62a4a8e0b5831 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-3-3.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-3-3.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-3-3 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-3-4.js b/test/built-ins/Object/defineProperties/15.2.3.7-3-4.js index 3d22659875298daadf78ae0e9d852c6a521344a7..bc5cdf7417d4d21a91d0442be8ad1649334c5ae7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-3-4.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-3-4.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-3-4 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-3-5.js b/test/built-ins/Object/defineProperties/15.2.3.7-3-5.js index f09b305da73b8dd95c576d73bcc995f59b1ad06d..788adc6de7c16e818e201db9e5600d73cfc8a12e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-3-5.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-3-5.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-3-5 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-3-6.js b/test/built-ins/Object/defineProperties/15.2.3.7-3-6.js index ddd5c9bbc70add6978213b29e446ec7578e38c72..20bd7c32e0d524e54a6c27b18603e781e20d6424 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-3-6.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-3-6.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-3-6 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-3-7.js b/test/built-ins/Object/defineProperties/15.2.3.7-3-7.js index e2744f2a06675cf8a54c8da4373d4a51a9032d86..c11f4eede5934ace84750bd3a4a1e9caa5551ab5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-3-7.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-3-7.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-3-7 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-3-8.js b/test/built-ins/Object/defineProperties/15.2.3.7-3-8.js index 156cf58e4da400cc8532c89adb37f435f6c9e678..8db5542a9e655afb549d7583649ef88fca8012da 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-3-8.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-3-8.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-3-8 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-1.js index 30df974e914898c2d657d68d545babc783df8ffd..a9489b30f303f20dcd00e4fdca4e67eb4cad0173 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-1.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-5-a-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-10.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-10.js index 8b1c94690b2fcae2f0475b45fab94cf4c24af912..3ce57ab897be54fe15ec8c86755e9c6b98c84135 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-10.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-10.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-5-a-10 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-11.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-11.js index 2cdc9b531c9d1b3491d825dbd74c2238188f9396..92bfc31c7868d705d6558c75ab51d419701a39c9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-11.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-11.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-5-a-11 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-12.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-12.js index e23f71a3968a394cb6daf8ac59fa0e2cf1c821a6..22d61ff94abdcf773e8c62b6170959f635ecc9ce 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-12.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-12.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-5-a-12 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-13.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-13.js index 788d3913c34c07d4704abcef28b9a277318e280f..2841ce74a5cebbb661c6bff388056cbe0596ebd5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-13.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-13.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-5-a-13 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-14.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-14.js index f08d4ff886119bf525b3a6bed8652d8f73286e97..bf995c54c887928f405488e67bff39097ed9b711 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-14.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-14.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-5-a-14 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-15.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-15.js index 99d3f7b23686d66ae17e67ed2b300243668dbb5f..910a260ecd5261b38c0f0ae8a2cae4034cf213eb 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-15.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-15.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-5-a-15 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-16.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-16.js index b6d3bd74d379adb060118fbfd0909681a2bc99e9..1a96c0f718586e7c26fbca3ac5d51c7161eabe4f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-16.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-16.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-5-a-16 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-17.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-17.js index 7e78b2090a6b17116cab8d13dcda44e3ef226f37..5a2cec327023145f07bcdd657aee0bbcc646628c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-17.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-17.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-5-a-17 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-2.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-2.js index 9a6b6ff6e7954b78824b1e26675d59ee7a7b2ef7..3b4380972393c4fdadf0165f697f3fc06e7b52cd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-2.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-2.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-5-a-2 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-3.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-3.js index 6ce8de7ea102d7acee8ff4a85e198c7c2675e019..cd40eacc10c590eac6e8cec3065a24393109974d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-3.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-3.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-5-a-3 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-4.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-4.js index d8a06ed24173afbf6aaa2f7101f23d5454d20b67..ba4c5523fefeb57c8496d9b58e644405bbd1de8e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-4.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-4.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-5-a-4 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-5.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-5.js index cb9d590bc54d2001f4a0fc71aa6765197d08df65..a5cb3fb6a9720ecd998063b3275e3c3018682907 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-5.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-5.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-5-a-5 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-6.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-6.js index 75d058352821d8531633b4de9e33a32aa674b4d1..5d515db7df29e7fd585fa01bfce3201284a80929 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-6.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-6.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-5-a-6 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-7.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-7.js index 58d57f95c32f8f0fb80807ce1b8c126c5652aaa4..be584631c7e784235970094fcb1a56fc0a9172c6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-7.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-7.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-5-a-7 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-8.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-8.js index 2b6773d90346ad310f06d1163101aa0f970f0c8d..cff93c9da6837898a1554547f54a701c8be3e249 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-8.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-8.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-5-a-8 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-9.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-9.js index d5258158b1cbd489ba594c22de2e8b7254ad8c47..adcc9a5fa153b8ed6c3d36371dbcbfd72b6b0ae5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-a-9.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-a-9.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-5-a-9 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-1.js index 2edc9223bd3e3091e9e8b43a7a9a69633c345abf..9b10cce727b4452f5fe373f3bb3043601af6cf14 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-1.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-5-b-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-10.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-10.js index 822c8a20db6de878046daf8fd2162e90676bf112..8b5d344da309128b62c05d1927e6b6d7b7e5735e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-10.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-10.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-5-b-10 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-100.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-100.js index c0e5356f9fe6b1a0f5d095e25e291515d66dc1f3..5cb561f804b9a8e6a5f965fb0de0ca85bf664292 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-100.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-100.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-5-b-100 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-101.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-101.js index 03b1fb1bfa1b3c2f4dbdeca55755ce1f4524aed8..48125417287257fcecdd22c18c5d56592d5fd593 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-101.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-101.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-5-b-101 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-102.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-102.js index 7e8f22b47f1b2e8f04aae71ddf2bea1507e8513e..4b38d220aae78892a3adc16e732db4ec12f495b6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-102.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-102.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-5-b-102 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-103.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-103.js index 3a8864736a082fa685bca45078ef07434e2aeb39..7e819d8136f14dd5d978074bb461f4d0b1a0a4a5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-103.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-103.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-5-b-103 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-104.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-104.js index e18a2186fa405566425940052da2baf70f776e38..c762d1c11e63ca27a9a3231bc490d3a6b1d08085 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-104.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-104.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-5-b-104 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-105.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-105.js index 38707e07a7a75a81fb37de3354df78c28a23138b..90e9d310f890f2f312ed7888f0fc5d47382e2a5e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-105.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-105.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-5-b-105 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-106.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-106.js index 19e84761e0f214ced70a1f7f76934e1eb4f7ebdd..cbc9e749ee7f9cf8cf8e8a2c0d7bd61d1fcc6b23 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-106.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-106.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-5-b-106 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-107.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-107.js index 7c36792f415814e4fd0f4df8389367fdfbe7d2f3..d42a6d932e47958615fbad46ad3c4d92ca25f20c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-107.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-107.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-5-b-107 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-109.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-109.js index b84fabff74712322840e8329b0184b5a02df83c3..d762c2c8d7fa7e4f5999eb43562d8c3af124b25f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-109.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-109.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-5-b-109 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-11.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-11.js index c75474f93e21c319f75556e183d2e43ce94d516a..341b549ac9b5f18977c3a3c9d54378ac833b7682 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-11.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-11.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-5-b-11 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-110.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-110.js index bec1545e12e5adde1546510987797a9248d218a2..c4544c260b69b2545c5c69d5a2e7859bd662790f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-110.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-110.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-5-b-110 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-111.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-111.js index 40dae3905188e7c85d88147d82b33f705fbcd7b9..b23c4d98e98a73ced5bf5adbdec4280d040d1ee1 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-111.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-111.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-5-b-111 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-112.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-112.js index c2af6381ae04f77da6d693cf5f6b1958aed36c9c..c5bb3bae47f4977ec4dddb80fea9cf83eda9435c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-112.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-112.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-5-b-112 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-113.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-113.js index dc67ffecf01de66609d00335d300e8bd1a82698c..51daf9c6684a7868218b7c94fa93eab679c76b01 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-113.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-113.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-5-b-113 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-114.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-114.js index 601ac83ade514b0cf6b8570300f6ce88ea8552b3..2a271cd85526609c1b5ca9ebb9cc7978221998cf 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-114.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-114.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-5-b-114 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-115.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-115.js index 4500ddb1daaa39102baa0adaa8968aa807b2df75..f2588dd9b4c78eed10477312d9768e5a895df163 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-115.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-115.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-5-b-115 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-116.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-116.js index b9ab1bc8a2e2e4530b7f2fa628033eedfe81e01b..2276531cb38b8ef573792c3ba23d0cb63de3ad15 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-116.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-116.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-5-b-116 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-117.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-117.js index 9c27d879984fac5b04f39e6501ff99f2bb199147..e853b0172f8b85ecdbaf0cc6afd9ecd21692c25a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-117.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-117.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-5-b-117 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-118.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-118.js index 6a7742f8adb7bc8627557443e743c4f59f014175..fc3c93d4007ead462daebc9eaf0ddc26121a159d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-118.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-118.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-5-b-118 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-119.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-119.js index 693c573e57bee618a3aeeb57b6a7082caeea600a..ff29e0f095d3a446ad5e024f1d38da66d144f9f2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-119.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-119.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-5-b-119 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-12.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-12.js index 62b2ad27c3819001f2e14ade30a9799bcbd887b6..1aa390c68321616f0515c4bdb17cf636ee876c2b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-12.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-12.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-5-b-12 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-120.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-120.js index 25cc0fc4eacd5828be80e07f655bb22c3f270882..fcbaef2f78fe0cf628e409df2cd66f83ed9263df 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-120.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-120.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-5-b-120 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-121.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-121.js index 33efa395a492b2967380acaa8aaf28ef1face028..024c1ac6994d3523980716ea740a0e524f684f66 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-121.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-121.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-5-b-121 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-122.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-122.js index e21797bd25058696aad63d9ab51c88e2fa4412fe..d227780d3ab45b287c50ca2877375b9c5001d466 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-122.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-122.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-5-b-122 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-123.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-123.js index c6e232d446eddf23076ca15970a1fe4ee93f7176..f5e1e64a9837393a17a9c8235f5ce738bb08d8df 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-123.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-123.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-5-b-123 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-124.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-124.js index 1265e929bd5c7a5202b490b9cc64db5eb727be8b..335db110ceced9f6e6fc4ce6144a6caeb86e3845 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-124.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-124.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-5-b-124 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-125.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-125.js index 06fcb0f6f2916d483a3b060ef8512d1abbe98869..8288212e7833aa716b7cfba674943ce21e6f5560 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-125.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-125.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-5-b-125 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-126.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-126.js index 8062fd45b2c908c4e67c5c5af6a985e07399cf22..0934c13c3eafc495ae2db3b3a59eb5f8f9724721 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-126.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-126.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-5-b-126 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-127.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-127.js index 8356a3cd68b9a097e028253d09ce078b9113d8c1..6ed09838c247acecf8b62e74131cc8526878c016 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-127.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-127.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-5-b-127 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-128.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-128.js index d40b6db0f66c140d958583079181b7fcc45ce22e..ddd482079c6f45c2206d0ecf297e1bba3f0cffab 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-128.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-128.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-5-b-128 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-129.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-129.js index b08b2200517df248274a9587753b7a69a2bb32da..6eb349169f29030706be00c924b8c370d9ff86d1 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-129.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-129.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-5-b-129 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-13.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-13.js index a8922487a510e9cfc4925ae458a4b8bd382260f2..8367b104f8e07ce4ca1e003166268c08ed8a1cce 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-13.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-13.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-5-b-13 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-130.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-130.js index a6c8df172d55acd8baaff5d417285118d2e79765..93b8a95614011a134cc9a31fa4d70564fa89e8cd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-130.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-130.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-5-b-130 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-131.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-131.js index 929ad5054d56fc818c973856de087c932e36cd3e..64471d4b07a115a360a7cad659acfb5993034623 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-131.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-131.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-5-b-131 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-132.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-132.js index 4d63b2850092e032fe53b0bdded8da270e0f3a68..01d672b7315cf07aa4c765e087dc54bdaa43f2da 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-132.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-132.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-5-b-132 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-133.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-133.js index 6decd3430078e85ab23a883bd2dcf2acf3d469fd..809669eb3631dd542bd5da86570476e706fb138a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-133.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-133.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-5-b-133 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-134.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-134.js index 79bb762645a7bec8106bf03b21807aae6a65ff45..f9608e56bb7492aab48d53772304b61ca588133e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-134.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-134.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-5-b-134 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-135.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-135.js index 01e9404a83dde3819a227cc9f0550d93dcbabaa2..e52e5e47dac1cf45e4d555d991362019d1951931 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-135.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-135.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-5-b-135 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-137.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-137.js index 597f0b2f6d9ef4358e0bd741d03602231ff3492b..a48e632b2fbc1cdae58e9faa73519eda75a04dff 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-137.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-137.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-5-b-137 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-138.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-138.js index 09c82f1055e9e55b881ae31c9a528f5e4983e325..3f8ddb587c0d87f4e195e0e83af3dee64cac894b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-138.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-138.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-5-b-138 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-139.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-139.js index d0401102b8de5491d6ac11699a398ce5430cf7be..c7f832119606bd463ef7bfd467cd6b33fed179a3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-139.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-139.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-5-b-139 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-14.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-14.js index dc9d25d9f4f618ef01359956631746b0320feec8..7681e6bd13348c89602d9a88005a11ec66d1f88b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-14.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-14.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-5-b-14 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-140.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-140.js index fd608636af1f4c2cc433ab3a8d967dd0a546a181..da4ca839d393895a225c788dcaa030c502c1aba5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-140.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-140.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-5-b-140 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-141.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-141.js index a3f2080ad07d117dfe86cec875d1dc3aa4431685..05f254dfb5daed1f30e36b125eee7a245b86a8ad 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-141.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-141.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-5-b-141 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-142.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-142.js index 1de758c890efd9bc48cef72b7808e3c78ecf4db9..3d319e4bb1dd1e2d23f3c4e2b2fe5c194c06ca29 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-142.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-142.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-5-b-142 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-143.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-143.js index 0b4f22455285414e3aa39ab0273d49f9d8e96a5a..64da944b96fca052a42479a3899015cd5951f9b1 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-143.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-143.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-5-b-143 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-144.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-144.js index 337853994be2acf952e0c2733bf39eedda7addfe..80575a3dd69096567a27256f0e68640a15a92d1d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-144.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-144.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-5-b-144 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-145.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-145.js index 4d8c8cd730e8afc1e2893698d1b330d5257bc66e..420816a72571371c5bacef839517e0aa3bfe3754 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-145.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-145.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-5-b-145 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-146.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-146.js index d255ced591b8f6dae8124706510ca58170baf1fb..86aba4c5fde602374e5ca408e818fc1b10233ccd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-146.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-146.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-5-b-146 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-147.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-147.js index ac23201850e13d3478e9ca118a90baf90771b811..302bf7a6f184a33d6b3fac7424e936737979f3f0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-147.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-147.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-5-b-147 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-148.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-148.js index bcb3ad69b7fb6ce3e0aaaf77c7526b23cb4e75f9..45e785054f5a67f0d0b7e5e0df2cd2bf5980a93f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-148.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-148.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-5-b-148 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-149.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-149.js index a2c597412daf8052c23687d1d25a36dd7f6c10af..94501045111bd8f5a09f8819a9d3c0d3da50d3bd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-149.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-149.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-5-b-149 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-15.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-15.js index be87f59c375e84f1f40a5467bd8aec3ddec75406..a6510028c356c01bd13e5e7b6382fc2efcf91386 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-15.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-15.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-5-b-15 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-150.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-150.js index 7ae7e05ea1f9e4d4fd631f4664d63c9108f3f791..882c0e8522cbccb7033ddef03dafd53215542379 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-150.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-150.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-5-b-150 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-151.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-151.js index e2a12fd8010967eaef746a336f42ae1a0af3da47..0fd11782ee4859674938ab66c100687e7a8653b1 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-151.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-151.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-5-b-151 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-152.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-152.js index aefd8d97a652b6baf41e1f1b67e3e8f5d204ba43..1f2af9b85602d7d19063c5a35f2a58f44e936761 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-152.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-152.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-5-b-152 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-153.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-153.js index 959745efc0ed8dcf81d0ee5d0fe0b1a7dc6c64d5..f6d920c94ca7f35ec8786802473c39a157204346 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-153.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-153.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-5-b-153 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-154.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-154.js index 3df5fe79199570d3104fb57692d7cd410d4ea9da..fdcedefc102906f96d5e346183172f49099bb221 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-154.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-154.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-5-b-154 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-155.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-155.js index 5d562bd6d870ff4257c640bc2c9b7ce034ddca3d..31758d4e3319727bf190fc923cbd1361f599557e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-155.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-155.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-5-b-155 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-156.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-156.js index 1219e7dcc14a057083677a6e6c159ad0f00f7d75..107e823c38d3f4985a252552e8395f751135ad8b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-156.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-156.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-5-b-156 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-157.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-157.js index 597476f5475cdce1650165542ddcfdf0ba73630a..d8c78aab4c8069e67ede9a13bdcfd4f01e0e1698 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-157.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-157.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-5-b-157 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-158.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-158.js index dffb8f92428b025d4c4bbd41082707c805686461..76b0daa555f352bc4f8c233df77a5c6ec2679b87 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-158.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-158.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-5-b-158 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-159.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-159.js index 580541232d36a73a67dadd554acf64ee4755ccdd..c7d08c0a2c88cfc01498ea0e9b8e214f80c2fb2d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-159.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-159.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-5-b-159 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-16.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-16.js index dfa20d7c0c70db9e05ffb15730542263b5ac2811..c32d7c04c00375c170cd30ccc6b439d4f7c60d7d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-16.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-16.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-5-b-16 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-160.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-160.js index 548bbc94c6d0caf721dcc09ad2b51229053bf345..800d53d650bb518c7e9b3f47f4a2fc394ca5c069 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-160.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-160.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-5-b-160 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-161.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-161.js index 76004214f3eb3f16f94ad76f4c0eca606230c07a..cb796044891f8110c7b5abc701d85a6e8a4a2967 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-161.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-161.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-5-b-161 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-163.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-163.js index c69d8c0d9430afc3affc31757d642443076ee01a..9806652a95093d1c6daf7a59f97677f77e298c4a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-163.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-163.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-5-b-163 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-164.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-164.js index ed1d34c1d96b0846f2825c6371885c6cd1604023..7d93f439ee7f3801650fa39fb9ae6a378e13c400 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-164.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-164.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-5-b-164 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-165.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-165.js index c3846222833271b1b568b444affc162a30cef141..bd1610aa763bc771af080ed93e952f340f33b042 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-165.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-165.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-5-b-165 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-166.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-166.js index 55243da22b5a23f3b571aefd66030e143874efa8..5317385aa9c68b31e762540aef52677e607379f7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-166.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-166.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-5-b-166 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-167.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-167.js index d4ee02660f961bb3fa76889bdd7f2a4cd255a8d4..bf9e5ac37c3b5d6f6f4fc95ff54ef6689d7682b4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-167.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-167.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-5-b-167 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-168.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-168.js index ac5376010036596fa63d8c31ad4a76c766900442..90488b0124eba05288d15c1b2a016d8b46eb91c3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-168.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-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-5-b-168 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-169.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-169.js index 7cdbb6d904b9993b91ce58b77dceb41fa45dec4c..3b33e4782ce652483ac1c41ec04e261a494bccd5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-169.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-169.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-5-b-169 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-17.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-17.js index 9a5c60eccf558b48f08289f6773808df0bf9521f..a49a7a1140b3325524389ffc4f37878c2c4413b6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-17.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-17.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-5-b-17 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-170.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-170.js index cf22781357d43a8825d8b56303762458236c56be..b7a2cf5a5096df2c659b3c0e6d891791d6634e88 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-170.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-170.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-5-b-170 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-171.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-171.js index 41522f889f4bb8fce2ddfd48d67eb5c0b5304b50..c828a02ac0d41409e875204ad7fe74d1cec71760 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-171.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-171.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-5-b-171 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-172.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-172.js index 829fc7bc45808d4754c7018e6a21f799b68acb47..341a05854d8a2aa5c295e48d00390d69e662b525 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-172.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-172.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-5-b-172 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-173.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-173.js index e4c4c14e9c68244a07a88a5f78c3997d1187b4e9..886b28964631d66a504d270ff496a896548f3bf6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-173.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-173.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-5-b-173 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-174.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-174.js index 2171d3cffbb173dd6ff9d8667c22210e0f0b2cf4..259a2948b3d3c4f687388d86ab23a508732940b2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-174.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-174.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-5-b-174 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-175.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-175.js index 67078b28590fb1544d454e81f00ac6bf2cd8d315..44aa912c205cee5495e96e2410b5da55fc559839 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-175.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-175.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-5-b-175 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-176.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-176.js index 11ef5451043749d7cd745ddefaa6edf6872c4f7b..942d147616b541bbffec5c0ab3e5aa40c352fa11 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-176.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-176.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-5-b-176 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-177.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-177.js index b50419e98f2b2134e3610ed5cfdd4f20901a9767..36bd1b30c3d86503d17593616ae6e273837e5ee1 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-177.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-177.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-5-b-177 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-178.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-178.js index 34ea7c571c2775ea5416158fb164679d312a625c..64913c00b40daca28bcbf5f2db24670a8bfbf495 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-178.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-178.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-5-b-178 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-179.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-179.js index 3542005623a6cad11c3d78ea41b6aff64635bb7b..38fdec0e341399cb7c02cad76b9bb5417e3de213 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-179.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-179.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-5-b-179 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-18.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-18.js index 8595a9f849b099022cc42574eb5ad16b730bb2ea..8c45252af7b865c585c77f1c0d5c30970c3505b9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-18.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-18.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-5-b-18 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-180.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-180.js index 3b53339213868f0fcc4179cba8624acb361eabf3..55a7a0dad2de2b3c386ad324e727530cb97ee48c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-180.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-180.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-5-b-180 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-181.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-181.js index b41527f0ae6d79206dadab6b939f7b6e30f3afba..f7af84d97222ffeeba499595fe28406b8c7dbc14 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-181.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-181.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-5-b-181 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-182.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-182.js index e892fc717be2d3d2e06bad875ab2adbcfe0b5ad1..d76a52485c269e870f784a6002143bd127ad4b87 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-182.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-182.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-5-b-182 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-183.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-183.js index 619b031cd87f40ce855e7acc9060add047719109..74269dd85dd52fe303b8ff204ff15d40da354297 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-183.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-183.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-5-b-183 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-184.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-184.js index 6448bcc9c79a3772ff3409fd7706553294bc446f..cfdebdad293fcdf58b27bd36bcbc1d66ae8a9863 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-184.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-184.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-5-b-184 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-185.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-185.js index 1f2a649ef14cc4627425641211b01ca16e78e958..64ac16754f507a8192137f30abb8fef0916d5a83 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-185.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-185.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-5-b-185 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-186.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-186.js index fda13b1bb98e428569782255451b0d070800f036..d358c22979627b355e49697663e312069dab3a75 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-186.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-186.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-5-b-186 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-188.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-188.js index e7e444b0f3c93b15b76c4b02211f4f7cf9ba0322..fd0f5db0d769c1074d2316eaedd147ac5992877b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-188.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-188.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-5-b-188 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-189.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-189.js index 545ac80c52525b3dda8155cbcd29d3bb0c492199..b3407388ab8597686236d285eabbab78c36065e9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-189.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-189.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-5-b-189 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-19.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-19.js index ec4d725ab7eaff2e49871d978da6492161592008..95873ef72b0822b2a1a79b5a5dcaea99480a1b0f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-19.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-19.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-5-b-19 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-190.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-190.js index 4b17ccc28a5570eee874b847dc4b2291384ecc9d..a43bb6afeeec05742962ae78a2194fce2e4723fb 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-190.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-190.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-5-b-190 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-191.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-191.js index 4b6a36ca3b4c4e09da0785d6406577c04cbcad11..f2982d6d5e615c5177e5955568a58fc1e846bb27 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-191.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-191.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-5-b-191 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-192.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-192.js index 50c7a4d7b55d12756b98a334835e28c3b796ef82..44f6719e902fdcf4c2254cf490db1a5de81d7207 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-192.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-192.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-5-b-192 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-193.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-193.js index 3b0dd89bd43575e7b75594fb0f525614b01af510..8af2a9b688f1fa30933541ed612964a65554e72e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-193.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-193.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-5-b-193 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-194.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-194.js index 71384eb520a9988920eecc58a45c34825850f527..c4cee1260d680ab47a843959bb3563209e9d4113 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-194.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-194.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-5-b-194 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-195.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-195.js index 38dc407e430ee44e26854e5cb11c683d5d41d646..665483b52cbdefe3f008292002ecae916c22404e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-195.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-195.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-5-b-195 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-196.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-196.js index 75d5d61528997040a11fcae3cc2e164bf1373a37..4bd47d97f20b13ecf88aa99beeb8b26c2d89d29b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-196.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-196.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-5-b-196 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-197.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-197.js index 6532a34304d5dada3faba3fd8c6d2501e324a782..c9cbbd4074c02f3b8c39f74e310049397482129c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-197.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-197.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-5-b-197 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-198.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-198.js index a7decfdcd2f8d55b08bb10f994856939cb21897d..79af2fb6883df2486ccfe948a4a25fae0d2427c2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-198.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-198.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-5-b-198 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-199.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-199.js index cfe54839f97f9eb09fec7bec8e18f5f6d552c25e..e9216c35c5ffcf48ff09e4137f2cc6c75e747fb6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-199.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-199.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-5-b-199 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-2.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-2.js index db68a590e5463e5f2e359dd8980f7eb0330f6d7e..768a594be9d99788b7a658624d4845c457e16da1 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-2.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-2.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-5-b-2 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-20.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-20.js index 369365440c128519797110235ab6a6a9654148e8..abbe3cfdbfab7df11cdb630ecdf9fcd42db8641b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-20.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-20.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-5-b-20 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-200.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-200.js index 1bb5b3ce1f6b5ef9178564267bcaccf698006ff5..0b4fc2cc8f84d90b9b8a0e91d80769ce23ac7b06 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-200.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-200.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-5-b-200 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-201.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-201.js index 8c65185fb0705274bf78c58a1fa07f435c23d166..11f6fd0da347291535f50d1748d44d0e1c1b4a99 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-201.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-201.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-5-b-201 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-202.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-202.js index fcff86822602659200fb257a97703dca0556ddcb..3d67e1a1fabc7f5e2b598f8596c492f9081b8d0c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-202.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-202.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-5-b-202 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-203.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-203.js index 9087239e998495415194a8fb6c4f361e18dbc7d1..86c32e9cdb26bc50b6ff407c8ce8f13f248ce667 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-203.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-203.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-5-b-203 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-204.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-204.js index d630fbd2d2929d9405466ae0020fdb8f8ea114da..ca45224b83637bd776b2caaf53a78cbc79029220 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-204.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-204.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-5-b-204 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-205.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-205.js index 4987732f091adc2d0acba1639e4759229953fcf4..441e678c63623ddd7b263c513a4b8c6a675e09ce 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-205.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-205.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-5-b-205 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-206.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-206.js index 282dcb169326e1fff076f5198c38eaca82a299e4..7d191599e520701dd1a234bf73b028e4707f355d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-206.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-206.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-5-b-206 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-207.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-207.js index 2fb34238bd693c0ae0336b004895b94de5023aae..ab4b22f43af017355135dc1ade348eb31475721c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-207.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-207.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-5-b-207 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-208.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-208.js index 06c5c7791327dd302fa9a9a039e22789cd674b67..ce8aa711c686b41f6a76e2fcb17d7e2c29fb225e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-208.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-208.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-5-b-208 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-209.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-209.js index 8d2115fb4a05b1afe3434f05fa27eee6c388b347..1cd1a9b68213d522b38c492616323f51e24b0090 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-209.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-209.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-5-b-209 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-21.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-21.js index c1ebdb36e42e11ec65c97f6ff0403ae47b456d9a..a8936a86eaa261d182764a0efe43c2850fd3bab8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-21.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-21.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-5-b-21 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-210.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-210.js index f212a9840bf6a40692d95fcf1c6674d9112f4f7c..3f316a2170028a0ff9933eeca04ca9e4760cc097 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-210.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-210.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-5-b-210 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-211.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-211.js index 877b4f038bc52b2aba21410aaa6db58e40345cec..0480ae9ea41106732d01a2a400c967d08682c9e5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-211.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-211.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-5-b-211 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-212.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-212.js index fb097bd078dfd155844375ead99ac0f0f694102f..12cb398e1cbfe4fd8b939d85c1985f477d071942 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-212.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-212.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-5-b-212 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-213.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-213.js index fdd80e52a51ee0bec5562f27fd9b770b99946c7b..e5a3ba346a34872264bb71377110da098d223603 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-213.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-213.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-5-b-213 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js index a40095525fae2a9a7d8a5e12f31ce8ee93c63da7..f6a75522ddb4361aefc7126c0615dd3a924917a0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.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-5-b-214 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-216.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-216.js index e86df67efae9ed4de44f6299e8a319aedd36aa2f..eb919238edb30e984f2167de501ba698f50a9384 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-216.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-216.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-5-b-216 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-217.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-217.js index 273ee94c37103e02e84af2446622d4906c9d9c5f..26f5f3cf227b7ce99825fa53248cc484afba1cad 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-217.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-217.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-5-b-217 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-218.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-218.js index b605246423bd74fcb9118b9814fe5ff170aa4c6d..3cef301fb59a4e9c0e6fb3b8fc2af556fe31e348 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-218.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-218.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-5-b-218 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-219.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-219.js index 7db948cb74e9c812fcfb02282240b3dc99e995d4..e04e7147ead89bfc97f936bab4b95a7626b0a4a8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-219.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-219.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-5-b-219 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-22.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-22.js index dbf3e0122fbb56609cb603cc677a7bcce0d29a82..26e3ad9300f21d2459d58fe4dd6192f6182ce530 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-22.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-22.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-5-b-22 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-220.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-220.js index 3e933c0652718cab140f891159467aa5e2f6bda8..ffce3edc5580789945c7a5995b2bf72b56dff825 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-220.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-220.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-5-b-220 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-221.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-221.js index 87547ac121ef8da9b471cf37044ff17ab0cea037..ea60b42e68d299ca8bf990401066e8f41c828f16 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-221.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-221.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-5-b-221 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-222.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-222.js index b71da68bc34ec3815ab6b4c295210d59c04cfa76..3e5cfc2e4a10489352f73769120e40f068405526 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-222.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-222.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-5-b-222 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-223.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-223.js index 1e7f90454f9b3efd9e887a5dc3b5a87464bf86ea..7bc8cc51e2f4c81e8389f47517733db2fe207628 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-223.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-223.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-5-b-223 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-226.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-226.js index b6eeb92aad083069969f2568afd611c8a4cb27d8..ec5d4e079ba9f01078ba201b57e580184198662e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-226.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-226.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-5-b-226 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-227.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-227.js index 287e5d643d0315b0c30f5e667277cfdb6eaecc9d..c7f08514bc6b75526b8122f37520bd9c633d8b33 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-227.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-227.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-5-b-227 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-228.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-228.js index 33f0af8a8008887c381ed8d37794fa21da6ce425..05644f164e998cf67b04d92df52240ac2147abc7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-228.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-228.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-5-b-228 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-229.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-229.js index ad1c3c5b55b19875c589a55568747110372891c7..61abe17c9d7f46e38b01067d882719c02d4e7baa 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-229.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-229.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-5-b-229 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-23.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-23.js index 91c78ed86e27470c7e253bf88a68b008c71b5b79..b9ed981d1940cc5a3dd9527c315c5d571c40c779 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-23.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-23.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-5-b-23 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-230.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-230.js index 3fb18bed744b47f5fc42c67705bdcfcdbc17444a..8bb7bda16847242c36dfd1a89e861f9679086c81 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-230.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-230.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-5-b-230 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-231.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-231.js index d6d5001cd124244980ccff3ec085bf9c77aeab50..65ff0d9fdb9b3125f480d9261de38260430d799d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-231.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-231.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-5-b-231 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-232.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-232.js index 59bbaf06a7601d677b07252ca68834b2bc06a908..4496e4a7a8f7b7d573abb9164797f01ff2321a67 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-232.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-232.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-5-b-232 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-233.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-233.js index a146b6e1a6d1f42d623ee029237f0413a7082b83..550927a618ae4ea8c7f76dfd141ae79cb06e7a5d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-233.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-233.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-5-b-233 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-234.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-234.js index c9da8b4b45a065db99c6728a5685a8f495b05b2a..07ea138771fa5d3b3f66c63940de4100892ecb69 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-234.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-234.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-5-b-234 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-235.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-235.js index 7a4358aade9badd857d1fac07b37ed4e9648b25a..498144735de710e69f32170e47db0dfbbf4d5e41 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-235.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-235.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-5-b-235 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-236.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-236.js index ffb1a7868b8d011a805a969473794ee344c579c8..9f7aef34832008cc461707f1f67a53cbb3930419 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-236.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-236.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-5-b-236 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-237.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-237.js index 7957d29b55e64f96fbf0681d509b3d79a4e66478..5a5f1f77e92accfac944d154fae28e6fad1ae299 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-237.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-237.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-5-b-237 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-238.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-238.js index 7f2df06927f191c7bbf6cb46ecc95067f634c261..58a53b0dab02739906e01ede28c4ee975c2a0b1f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-238.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-238.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-5-b-238 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-239.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-239.js index eeff8198ef3655c4191689523276c5361299315f..70b12b6a5e5b9a872848578042d093b11dc10ea5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-239.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-239.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-5-b-239 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-24.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-24.js index fa7ece60c239a8f2d5c9f38173a859528558a54f..fd15eac7549deb7389fb2dda3ea323c224cb4916 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-24.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-24.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-5-b-24 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-240.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-240.js index 3f73286ef361f80305ac304110948817a0378772..89df034c0a22160cf94cd061c54d8c412f899329 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-240.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-240.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-5-b-240 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-241.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-241.js index f99e8ebd4fbb7b875930c40d4f7429a127e0731e..619c15ff0670e45c54186314fe5bb44b2edef50b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-241.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-241.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-5-b-241 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-242.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-242.js index 03e9806ab3f0dadd04bb65f034cd875ef551fe5c..85fb391c5b40326769c18f9754d3875a2e02048f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-242.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-242.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-5-b-242 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-243.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-243.js index fe8c066eca42110235b8c0903ee315cb19b41c66..65c2d8a7410dda2635baa03e4c1f6efdc072d396 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-243.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-243.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-5-b-243 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-244.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-244.js index b5092399285e860b9bd7756c63bcc62f33482b25..e002547ee668cc698edcfc7f73de1e0c05cd4632 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-244.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-244.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-5-b-244 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-245.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-245.js index 875ed6f60a32c9e9ea82645ad1b598201574c114..671f3f96ed8fbed9a376c7dcf2807165b114cd28 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-245.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-245.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-5-b-245 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-246.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-246.js index 4dc8e6bc8f544e963c6b7d8be4f75a48d24c3c7e..6a3e9cb5b56fcd4d9de13ec1b6f68502378255d3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-246.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-246.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-5-b-246 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-247.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-247.js index 28bfc6d020e3f1cd11760a4e4ff755192a7cd280..b43663fa129aa3a287a89c81b8fed675af967cfd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-247.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-247.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-5-b-247 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-248.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-248.js index 931e0f791ccf1c30766c898310cd249da8ca40dc..f01edf46d94a90da0cffc3d276bac1978cdd10a4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-248.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-248.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-5-b-248 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-249.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-249.js index c3dd05b7d4586c72a0fd6e9b4a9c95b7243c78a1..9afadc46b7dec563720f02d87ccb2d16a3917f77 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-249.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-249.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-5-b-249 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-25.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-25.js index 7ed5150536442e2c2cdc68bba37a0f76ef925f79..81dc74c4b0e4041b9737412855f8d3442976a65a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-25.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-25.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-5-b-25 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-252.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-252.js index 6f6c54047342c42b925759df681565be1b324f1e..ba43a0327daf6ff48b474cf772b40a711b9ff124 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-252.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-252.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-5-b-252 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-253.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-253.js index fa598591eceba0bf4a8ceaa5eab92905b510b6af..1667d76f573c42c0ad30c8d578e674c0b4924a91 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-253.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-253.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-5-b-253 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-254.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-254.js index d763e69e3d26860a809ccd78e810f8962b6f4f29..4dcec66e6897eedfd0cb809f2612839883769f0d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-254.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-254.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-5-b-254 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-255.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-255.js index 7009df2ceaf8fda513f335e8344c05e4880b4749..f158942905db34204cfe9ff120907b44ba24d26c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-255.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-255.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-5-b-255 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-256.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-256.js index 26aa124352805a1d5593fccf14b657c5e70aa51d..762d1ba4cfea7950899afd0c66ff5cbb30df61a5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-256.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-256.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-5-b-256 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-257.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-257.js index 5c04838db48da06916d0fd96508dc2e22d0eb918..22455761be91c235f43b5a6d91be2167ea9fca39 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-257.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-257.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-5-b-257 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-258.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-258.js index 3348ea4a307b7f6797dce36f1b00999f38c3f62b..cc741c889d4aad40ad3dcb52b3c39a06296ad388 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-258.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-258.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-5-b-258 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-26.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-26.js index 6dc192047b50be7d4a97c7ab192977a782066722..9c4a1ddc893a2bbdbeeeb9b2945451c21eccf887 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-26.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-26.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-5-b-26 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-261.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-261.js index d7e9e129ffc37224341b8f676a3bbde56860402e..fc31f20a363bbfce174e12ba9644e59304083cbf 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-261.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-261.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-5-b-261 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-262.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-262.js index 78ce751348c9a867ba428364d4b04ad41201bf97..247f747edb078e951317942539bf454abc1c0bdb 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-262.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-262.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-5-b-262 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-263.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-263.js index ba3fcc54ada7e5a3c69f73029f07fd9821ff6349..9bf35d85ee8d2eb740698824d31556f58b242521 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-263.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-263.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-5-b-263 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-264.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-264.js index 3382065d14047a9028507b49ee4745dbf3c83358..23be87b1826706d1e026572d498e7e20ca57006f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-264.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-264.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-5-b-264 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-27.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-27.js index 2a7a3361f86b3e02fbd2731cd926b2a6785fb684..7c99c4277ba9aac80a56325f91403ae3509c579b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-27.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-27.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-5-b-27 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-28.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-28.js index 53a54f2bf636ac97436d7a8f29efe614c2599610..0912b9e1e5f06fd80bd4c6c9804de11641337df5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-28.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-28.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-5-b-28 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-29.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-29.js index f893bfd17e80b2adfab3ecfe501112428cd5ba29..6a73ddf5dd2ed1607a0535919e0f7e7ebe830d09 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-29.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-29.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-5-b-29 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-3.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-3.js index a1f17f62e72dcad306035d765c0617b1f4d5f8bb..8a8995e292ebd139c902a640928f87218609af4d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-3.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-3.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-5-b-3 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-31.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-31.js index 3b840872e7882341a2211f3e48a85873921f86ae..bead27b7f5bf0b402e91d3204074182c44ec7d60 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-31.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-31.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-5-b-31 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-32.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-32.js index 65429acfc7747fe7677491c0e2814e9fb19598a8..dd64d4174125c9059b5ae7e47004ff68be926ed3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-32.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-32.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-5-b-32 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-33.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-33.js index 1c0b9bf981393b44901352da8a199a0641c9c2d8..989893f1b8a428641d17d71836fcce3aa0e92ed0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-33.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-33.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-5-b-33 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-34.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-34.js index 87e2bac6869f1c4785a68d284c234ae59ef28b32..e839ebce3ae19954f01c1fd26da689187e746e86 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-34.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-34.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-5-b-34 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-35.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-35.js index bba3e0e7cd257a5f6e94f93f5e5ffd66ba439021..276856a728e58849890700e3012d1c286ba437a0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-35.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-35.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-5-b-35 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-36.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-36.js index f38d7a2b55137d324a923f58e76fd60b8b01d2b1..d1bfc3f54683c3ed95dfcafecd8d473d4dff3325 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-36.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-36.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-5-b-36 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-37.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-37.js index 7d8705a6382f99ce4fb8b6af4c35c8545762efa1..c15942ae6c2a6485473ee68136942242cfa3765c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-37.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-37.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-5-b-37 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-38.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-38.js index 96fc6ea9b96112fd620e8abcbf3135748fc95d26..63a7d820afd838b7b354e8876dd6017efc743f94 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-38.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-38.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-5-b-38 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-39.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-39.js index e54355938c7fefc779528a1e56a1037f1d9500ab..d559dbdbb6b6fe0cb7842063db8012b21f39df5a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-39.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-39.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-5-b-39 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-4.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-4.js index 717330adac067e6511600aaa5fb890d81648fd8a..e61abc465393c950a9552ca0d81df3a276a7e28e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-4.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-4.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-5-b-4 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-40.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-40.js index cecc926812ed75559b75e1dc4329f4298cc90de4..f596ea1a8777d6c20425fcb46bf13578d6c4a408 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-40.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-40.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-5-b-40 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-41.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-41.js index 181425fc6fd602be676ef5a524233116674712d6..205665db08a5cd9b9647a2cf5825dd9825063513 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-41.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-41.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-5-b-41 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-42.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-42.js index a090d1fcce07f0dd794d9792cfad116286d1d8e3..6c1f403ee88cc68c11b14da927a2075e140faae4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-42.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-42.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-5-b-42 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-43.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-43.js index 9b061ea0c83c0f8d1a864346c6443b3405f095c0..59a7545ac72496a188c4e6aabf70b124d2f7583e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-43.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-43.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-5-b-43 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-44.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-44.js index 0ddb43bf170563b8b3e658eea60b885d2eda042a..fd110f534fab49114a471885483f456d9431fce0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-44.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-44.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-5-b-44 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-45.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-45.js index 10cb835a6ffb0be516f7341087ef6dd372721163..702294d1e9dc192a1b3f735d48505d8fc6cc4045 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-45.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-45.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-5-b-45 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-46.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-46.js index 2e93acc5225f2ad199bda3360d026c88fdaea75b..296dc7361a0671c5a909ee7d9b489628c1eb3968 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-46.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-46.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-5-b-46 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-47.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-47.js index 5d181fddba904ce05579d0da02faecce109d702f..204c7a678efb91c13afc31d0ee5622e3659a905f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-47.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-47.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-5-b-47 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-48.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-48.js index 6307dc5c645226c71f363a2ef926b7efddfe9708..979d0e017b820f29ce3c9e2451bf11c809074cb6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-48.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-48.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-5-b-48 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-49.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-49.js index 245c6757d63e59dd7b2da8e9f0403e801bb1101b..857b029b4681d20e78fe0ad3e44d64177060c997 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-49.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-49.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-5-b-49 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-5.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-5.js index 46c2b260636e7549c2a136c318228e734d594eb8..c996b48e16847d2b9338579189ff322dc149577f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-5.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-5.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-5-b-5 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-50.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-50.js index 23cda588200be9990698e771bf5ed12455b8bd40..6be9cdd808dad12ffde2863cdbc4b8baf83f4840 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-50.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-50.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-5-b-50 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-51.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-51.js index c0e2ab1c00847ca5677a23be0b772e9fe763c895..5ea5ac4075b2d03732c5976016f5499e502b2e76 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-51.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-51.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-5-b-51 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-52.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-52.js index ff5ccadd8a8de9e1c7087aeab3c3c276116fe503..24555862c10d514c66696375b96d7117cb46316a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-52.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-52.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-5-b-52 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-53.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-53.js index 5f2ef94c2166f9bfb7d47e8012ca4bf7bc55ddf2..b2f2c52b44e8537ec08a1ed4aa4c052e7d3515b2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-53.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-53.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-5-b-53 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-54.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-54.js index e569cd2bec2237a62331be48d78116435577c550..118005de4764f4b6f803496102032e53f0471cfd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-54.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-54.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-5-b-54 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-56.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-56.js index 084ae835e55d293fe22dcf99c366db97c215154b..490860e48f0215bba6b73848a7c8081c9d1ae3e6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-56.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-56.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-5-b-56 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-57.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-57.js index 1dc22b2247fb54d045fbe772e8dab0ad2475bd92..1e942e763ddceb5331a3de0231076598a8c46b3c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-57.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-57.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-5-b-57 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-58.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-58.js index 82ecb0600c09bbff1850a93cb2900c0e6edac3f5..f55cd4bac42e8569ef9c171248644e3de7e2ad13 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-58.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-58.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-5-b-58 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-59.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-59.js index 99a5dbbbb495a289ae1b2b573783ff6c29ecd3bf..ad02b553d768f1f0ba686881e3d4362d34f71b75 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-59.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-59.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-5-b-59 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-6.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-6.js index 1b8f4320c716dd4290e17c9c4d5e3ab7904cdf01..f70ca834e0ea97e045d7a5f975ea4a287ce1a710 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-6.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-6.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-5-b-6 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-60.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-60.js index 8fd7fc9c357c3f4c6c4e9265cce447ede18c7e1a..80c2a5db1ecfdac9441e271eb0759564c4c4cbf8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-60.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-60.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-5-b-60 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-61.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-61.js index 55284e377c57e61e92c83937c63c3654cb8e0561..dcdb74a4d6d6bbcf007a0a25c9eb98703887b062 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-61.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-61.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-5-b-61 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-62.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-62.js index e0f6d570b216b0f86910799649c812f3b8556d26..8ba9e0e4247291b3f414aa5c4123b5a8e1f3fae6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-62.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-62.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-5-b-62 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-63.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-63.js index aab94d98fd074462aba218011cdc9c123234fa87..2978706b4b3b9f5787f1fcadc930ea3db4154766 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-63.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-63.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-5-b-63 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-64.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-64.js index 38ddeec3a1687250dc2bc4fb671b273345819de1..b5257eddc1c86500c10fb7e730a2ce40e9dc4107 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-64.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-64.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-5-b-64 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-65.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-65.js index 9663504925879656529cc6fdf0032222a691ed72..366ad6677cbc42c6de4ac834a1f66512498fc107 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-65.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-65.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-5-b-65 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-66.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-66.js index 44e6ba52a7a38dfa588de7662f75c6f0a4a61130..e322f12d827eae931100743cf3611362826452ea 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-66.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-66.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-5-b-66 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-67.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-67.js index 0456492cca37b6302d61352856e5c322131363e1..77278e6cdac23881e7f5f281803e63aba510c24a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-67.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-67.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-5-b-67 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-68.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-68.js index 83ac7f041acdd53a78be42cd104127f6b57ce92e..9001883d4cf70a0168d523a365bc31ee0ab7b8bc 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-68.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-68.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-5-b-68 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-69.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-69.js index a50f0700b23190a367f2c4ed04c5a5939572ce99..00e4a9820e587cff0a080933af10acccc01295b3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-69.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-69.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-5-b-69 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-7.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-7.js index ac9a57dcc796d0104fcad8fc6a738771375021cb..5c21df2adb5afd738b3d6cc73377fd56114f4e88 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-7.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-7.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-5-b-7 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-70.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-70.js index 56f3a40e24feb75eb135d130853317442061a7d3..148454b1f7dc9f800b7c0156d2215fa1411be8dd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-70.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-70.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-5-b-70 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-71.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-71.js index 8e50e813d9ace4a4120e8fa4b74053e29de69b26..47b64cb9346bc022097e43836591a4c42b7bace3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-71.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-71.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-5-b-71 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-72.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-72.js index 7b1bb81581f1a8826e4e760def63bf1b83f24c27..3b5d88cb18a87302384b5d571dd141e212a4c945 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-72.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-72.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-5-b-72 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-73.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-73.js index c0d581a11b16d5ac1b718e8cf68f7acb44d9d3ae..5b2a2d91fe71fe89044c6a80095f04e8a08c24f5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-73.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-73.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-5-b-73 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-74.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-74.js index d842598a0f6b04e211e328ac8ac87d8af4d4eafd..29e19e2192f8bbe348567a0b879641da10f27c89 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-74.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-74.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-5-b-74 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-75.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-75.js index 6df5e5ec3da8eff0e8388814e45f08a1e1a430d0..77618f5e1dae6eb8cc3fc1252785900e2b79802a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-75.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-75.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-5-b-75 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-76.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-76.js index 7ee1adbeabf2beb4fda349574b882b7a02ea11f0..5afcc665ce38cffbac80b3895df05ae23a6af76b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-76.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-76.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-5-b-76 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-77.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-77.js index 677a8b9009b382347f230227ee9e44994177ae09..f3794aa359dfbd787a32fd30bddf3ec30f0a236f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-77.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-77.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-5-b-77 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-78.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-78.js index 941c0040b93bd7bde9f398375f92c3fd2bdb0ca7..a3b251122aafb6629cad38e2e36ccfa7ae08403f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-78.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-78.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-5-b-78 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-79.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-79.js index 0e110ef73d2a59a28e9f78a3af6ab5ee9ed0a9ef..8aa4f62a3c7df852fba6e87abbdcbf278c636e59 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-79.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-79.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-5-b-79 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-8.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-8.js index 6fc9accab2c20c2026c8a952c3b1297a9f44f932..1a74683934e16ac0f245595496099383b1e04826 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-8.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-8.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-5-b-8 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-80.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-80.js index 7319d2896f93abef4bc4f37c46a6850a52647a8e..a37654d68db4048ffa71a0b99554227baa6377f8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-80.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-80.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-5-b-80 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-81.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-81.js index 4668f5486873ea787e8637838e15b5eb83184929..6061d2369194628976023c47eac53d9af5bcc58b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-81.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-81.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-5-b-81 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-82.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-82.js index d58c12781b9459cc49abc04a5485151593d1b0a3..8bb2df4778788eece91e49e8dcbe076bc0dafdb8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-82.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-82.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-5-b-82 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-84.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-84.js index 46fd4a6e2f0aba63c53f8540f811976dc18a6f1e..ceafc60be8bda61c13e89b35a26d1e5a0037f089 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-84.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-84.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-5-b-84 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-85.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-85.js index 91adb0f85e22a588127f4dbbd1b498fa36c1b642..5e1dada7bc6068753b710e9a1aafbd317a900acf 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-85.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-85.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-5-b-85 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-86.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-86.js index 0873475de444b3ddf12c19722f3517f4935e9fbf..c183338e0f9c6ae3e14c91a75bcef9c4f08dbc84 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-86.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-86.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-5-b-86 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-87.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-87.js index 30772f693706a9ab903367b548505d3bf9e01fde..6203b435c24f1e10f26e57cdc972f7a89bf7a738 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-87.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-87.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-5-b-87 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-88.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-88.js index a774714c8e2a2d9b6e881018d00035b8db0a95d9..a0a3e9f9fc8b9b750d4f3852cd374e1ee17d5f46 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-88.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-88.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-5-b-88 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-89.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-89.js index 74934fdab0f04dab665ef76c003a22777200b82a..7a6bf9f158b55c5dec858d4636626e491d612e8a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-89.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-89.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-5-b-89 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-9.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-9.js index b5d3673ecf5326307b086c96eda0483120ae7044..eb52db3b0403720d947653e705bf134d29d463c8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-9.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-9.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-5-b-9 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-90.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-90.js index fdd4ddfcf70c99e1002b7fffa5d615565676b73b..29c4381b0d20f61436d1a1d19d3c399dc76dc37f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-90.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-90.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-5-b-90 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-91.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-91.js index 514017fcabf4eff4dccb94a70f9959ec1c608077..ee8de8ca54c498c7dd4bce9ba6927520fc346f3e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-91.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-91.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-5-b-91 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-92.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-92.js index d9d7e3f39e6b10ae84578b91e27f30f9f88047f5..740063a78fbe56d4cec15e1b157f0720e175306c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-92.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-92.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-5-b-92 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-93.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-93.js index 34a106021770f29cf7c4d6eb494344e72cba3291..6ab295ec0292e423efd06cadfd60cca0f7ab92b9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-93.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-93.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-5-b-93 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-94.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-94.js index 3972d07e570e42caae36aad11d20667ab69164a7..a02b5e99ee29c493c714aad239a201e49d3b057f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-94.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-94.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-5-b-94 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-95.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-95.js index f7d7ef3a4c7b36afc325585c782dade6fe20ba47..484c74cef74587216bb44adbb7bab2fdc731cc51 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-95.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-95.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-5-b-95 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-96.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-96.js index f1e70898780d9af7a39fdcea02158ddcef2875be..e7ea2cb2949a7072327cbbdb81a6cde9369c7038 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-96.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-96.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-5-b-96 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-97.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-97.js index 55fe64e9e777ac86024161a87da4dde5e654def0..66195f4b3da760a5d5250d3d15590d0e1fcc493c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-97.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-97.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-5-b-97 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-98.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-98.js index 4c3c8dd613d44e0c28fdbca7fe36d312a33144bf..00f8fe18740084541b1a090b6511e26139b458c5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-98.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-98.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-5-b-98 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-99.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-99.js index 4aa080f7f53109080ca8851a7e72ea5b8fd6e0c4..050cdde8bcd0d09d20be8776958410e800fc3859 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-99.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-99.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-5-b-99 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-1.js index 57b356cade8da47670ee0ace0c62ceb79d222721..8532a067fb087aaf7e570ea4031ba20c3a2cb769 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-1.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-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-10.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-10.js index 5b579bab253002ee1bda3f03fb57525c6c88a38c..5ec043573811b9762b5ec8633013514497e9c146 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-10.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-10.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-10 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-100.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-100.js index de537e96afe91384dc6296c084c051b7e17e4e9a..2b9e962db4c7a243690aeb3d189694afdb5e0784 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-100.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-100.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-100 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-101.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-101.js index 2dfc8694a30e132fb3d4cba7cd542ca7b97d1f30..3dc962b7da98859ad78131775670e8e61676bb59 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-101.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-101.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-101 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-102.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-102.js index 9f646a3c6b85f7c2341e5b2cc5ef91560e914bf7..6380660b8da5ab4861b5c6ca4dbac86a99720c6a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-102.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-102.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-102 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-103.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-103.js index f3be9fd86bbf52260de0b790d4e2ce37319b5670..bc9eb4e89c072f612ff8a866d060cb95c7de6ee9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-103.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-103.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-103 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-104.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-104.js index 69d114689db41d729c1512949a52339180e52617..1492ad4ab9fef33df3376f7870cd58c9a703cc14 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-104.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-104.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-104 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-105.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-105.js index 9a2c9f5c407de47efcd39593da9fcdd3a9bb443b..92d26b922fbf965aa2c93c71b0152bf5769f61af 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-105.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-105.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-105 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-106.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-106.js index 1381d45ccfc6dd979a6484f2dd870b186821c65f..325c9d5ed86c7138b6c7b32baa63cef742d5728b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-106.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-106.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-106 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-107.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-107.js index bdd1f2214427c578c97fd67cd8ff38f3507470e7..e87e8bbe037880281637c171345325fe1ea0974b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-107.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-107.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-107 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-108.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-108.js index 75a7f95af8d6a468884f58820663d1904db52085..a848f6f98fae9ca96caf2436667636b67c3300e0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-108.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-108.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-108 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-109.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-109.js index 80da3599a207ef63aa01edcf6154a682606604e8..73cafcb44fdcd08257c0b2c06ce9b5a7c027648f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-109.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-109.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-109 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-11.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-11.js index 0e2dc1dc2e8fd33abed0ad57cdb7a2251b7806e5..f4a469806cdaf241e07aa1c725bf4cb6fa75888b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-11.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-11.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-11 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-110.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-110.js index 839f77cc46662b0245277b9f6c7c6c2e790270ae..2d6dd716aaa1adb8628be9e9aee5ac75c80246a9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-110.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-110.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-110 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-111.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-111.js index 2f1f13c5668a6dee247cfd45ddee81c77ea6e459..7b0e43468c34d36642e29457fcccce5beda3c61e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-111.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-111.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-111 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-112.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-112.js index dea7e708870ee95c4839473024ab791756f6c03f..3ef0d6ad464b71314db9c8a740f87f89043ab381 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-112.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-112.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-112 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-113.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-113.js index a287ac8ca2f4b37eadffe744dc5d828e03d2b860..bad68510e56f098f5759fa2987672dc68773d51e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-113.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-113.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-113 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-114-b.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-114-b.js index fe859b48b77f478c8f11cbe09156457b977de6b7..e89046cadde4a0cd522cc99a74a9f16343938c9e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-114-b.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-114-b.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-114-b diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-114.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-114.js index a3fb021d4976f2f78bca61e253a47e09cdd2ebf2..33e474f2f3497c5e118c21237591d3426cf47d0d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-114.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-114.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-114 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-115.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-115.js index 5b6201274b904513dda6c319204890d4632fb8df..75bde091cefb321902de24c4bfe6b0c073701302 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-115.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-115.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-115 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-116.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-116.js index d63c5d3b7505fd36a36cdb2b6e82eaed6b7dbd7a..8a58af647c54d97ff16b46aed79832c1f2112d0c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-116.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-116.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-116 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-117.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-117.js index 8ec0b45be405f4bfb5c99adbe45cb67f16d71ac3..1ba128bceb3a28e509e9803ba4b6672b5c4647ba 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-117.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-117.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-117 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-118.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-118.js index dd0124a4ec694451d94fde0a9465b8ac2bd8c35e..7dc734ad892aa3d16aa0d13b3e416a35c3051047 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-118.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-118.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-118 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-119.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-119.js index b761b3f93eb7865f0e06e7602eba158dfa1964e1..14cbb248d0caca28453cc2eda90473b3c6d047c0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-119.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-119.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-119 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-12.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-12.js index baace58ec4112caa6d70c6d314cf7632d458d139..c6c089f33873161c1a480d1fe9b448c5b75b2262 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-12.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-12.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-12 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-120.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-120.js index f13c04cd0c7bef5cdc58f95862db85fa30d945bd..f5d279022859cd0efcab54d8100a17fed0b460e3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-120.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-120.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-120 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-121.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-121.js index eb6a6f66abd376e0f21a91b556a9ef45e6f41cb3..3a03bf2664dc8c9b8ab46635c9269fd1fb7b0466 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-121.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-121.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-121 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-122.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-122.js index 73981db22c4c0ad1dcc6a6c50aaad200fdef7aab..031dd3909f2d7cfef23b45345dc6c2ab173fba6e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-122.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-122.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-122 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-123.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-123.js index 599e0d0cc5d000f74d527335469d1492dfff2191..d3998734852051b1792e761d092cf775c22809b1 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-123.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-123.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-123 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-124.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-124.js index 8edddac4239569aac7b1277d9c0cb1b45c4c6875..a19fdd03b17b70c6d83e38ed0834847150db188c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-124.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-124.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-124 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-125.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-125.js index ffbb0d5ba32dc1ab2f91ef160ba00830ee5741b2..488c0d833f9081c5fef4d6ad31d9c23bf3f0d3b6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-125.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-125.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-125 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-126.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-126.js index 0f08400977d97ce3d67160fff6abb5fd87035f96..758f5fdd3cea1417ffd60c5bbbb155ef36d3a3da 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-126.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-126.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-126 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-127.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-127.js index f204b43de77be1ed4e98d85f11ea4b661319f06b..18a8520752397187b3306d9af8d6298e7904e7b8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-127.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-127.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-127 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-128.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-128.js index c39a34c440d69d8a71072c0cdfef15c8b10efcd6..a68d9d625791df8814d901c99c5f51231865e797 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-128.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-128.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-128 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-129.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-129.js index f1c81d35727532b4f3ea8c70a480761c1f06ea2e..5277ce5d97b77b12da4413b09d1648d337bcc9d3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-129.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-129.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-129 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-13.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-13.js index 7025f2fdbcc87f180c7a8b912a81d55ccc1359cd..072e438a7c4757452db25f0bfb37b79e904c17e3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-13.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-13.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-13 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-130.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-130.js index 941761b94be1fd0dd3cb50a59403994e0639e4c8..fc090de0e0adf3c7b0f0d668fa1cc49ee32bb506 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-130.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-130.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-130 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-131.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-131.js index 17a65cfccfa7ada94f7216f8bbd609038353ea5d..e312ce8f9f2f236fe8409a64f880afff9f8362ba 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-131.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-131.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-131 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-132.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-132.js index 924f053d25996960037d67c7e531022e77f2cf83..a8670853aa88850dde022b4a250fad71140cf179 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-132.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-132.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-132 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-133.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-133.js index 41638cfc84a4d04ad3bab8834ef1ac733df69e84..2a874d723ec37d61a8250b5feafc96a92b796cd4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-133.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-133.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-133 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-134.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-134.js index ff233e80d9646549e429196c094330ccef5fe82b..04ccb58edc21e7796df19e2ecde7f9e676b1be4d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-134.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-134.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-134 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-135.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-135.js index 4cb162c7539d5fabcec9d711e09c08ed6d322f6e..1f172e3a1682cf98524fe1ad21f9760397f9f569 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-135.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-135.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-135 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-136.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-136.js index 7c8f263589b22acaa1f080a01a2def56c9b5b223..3c9d497472fcc8267a69dc80bc9fb6f96b2f0e32 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-136.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-136.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-136 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-137.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-137.js index 798ba24aafaa8799b80d4701d2130e11e65277a1..e1d0b07caf970324b1c8b367d4e9b02a4d30f545 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-137.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-137.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-137 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-138.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-138.js index 62f6512102b53e4b913c4e6d5f90e8bd784bb583..0a3dd79ea951cf8929a2aeebbe30c29609155e85 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-138.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-138.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-138 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-139.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-139.js index e5fb9635b8a2ecb96b1fa4d1481c32f55de26130..5cafc552749fed64bf27efbe3e7f44eb5cd01956 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-139.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-139.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-139 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-14.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-14.js index b99a23cdd72e55fb13ed7b09f75bb2775e74b2c2..fe0134274bb71808de16e9bed5e8a39a9b15e288 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-14.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-14.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-14 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-140.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-140.js index 5b4b453a1c19d70661db00540a6acce351c4e328..bf5dea99a89163e9aaf05ac8a7cf009261e4e2bb 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-140.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-140.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-140 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-141.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-141.js index 0b3f110c7e58640b969c6121d2d1fb2e389cb34e..58d5cb72c25eae4e34c1992a536b3b2de221b8d0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-141.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-141.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-141 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-142.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-142.js index 48f1d966aff068a103bd19b0378618abbb6ef699..78411312fa889dc81365051e252744b4e2145d07 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-142.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-142.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-142 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-143.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-143.js index 56d2d4bac15c842bcb0659b569389f1506b85715..3231f5dc3a3d37763d76ba2026a7dc963158971b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-143.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-143.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-143 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-144.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-144.js index 18b614372cfec8c6e3c995944977f0200e1ea7b9..439f77f91d124a4c22c0a62cd2ea3a94a1720551 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-144.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-144.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-144 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-145.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-145.js index 3e6c139d1b4ea5fbb6d91c306e9960469034104f..73377f09e26756f3c6a98b49bc74b474eb06dd16 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-145.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-145.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-145 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-146.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-146.js index cb6242cd6a107dfda6e0fdce7b635ff4f9e56e46..c257c7b6dc95073ed6984b708d5f9ee774d87614 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-146.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-146.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-146 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-147.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-147.js index a4392bbdf9be434f5d62701d406a80883e70a89f..a29bada961d46a1f4a94e65548f6f0755e329591 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-147.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-147.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-147 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-148.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-148.js index e53d756aca0311eed208614e71b5565c63333781..abb7e0c0ef25f5cfe7660abdb36ceeab75f8660d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-148.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-148.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-148 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-149.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-149.js index 5bef4be464b90a7334abc47e934b3fb5c80a4f20..63597a0178f8e0f73b737ef4d313fe1e6ca3a954 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-149.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-149.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-149 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-15.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-15.js index 8f2d5b3254f0fb344fb4e8b16e73be51fbee026d..8a899c662286fbbfb6efcfb877875e34e7350709 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-15.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-15.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-15 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-150.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-150.js index 7ddfb682961695264a71032164c66b95ed288a2c..1f6464a17a56ffa13ec444cb4097d1977afccbf2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-150.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-150.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-150 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-151.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-151.js index 7070c47b1235692fc1e8ea5c0aa30af22ae90736..99292e2897ce237ee56240d658e2de323a75533c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-151.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-151.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-151 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-152.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-152.js index 076fc9286b6049ccea4dc127d43dfd248db88a23..3d8b21eeadc3a5df7a84c6d8ed4227c98230f987 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-152.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-152.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-152 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-153.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-153.js index 88875433f6cc40b2e32b79faff14a5a42a8da0fa..c443613853216a131e8b1486abc3d1a02f8d2c31 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-153.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-153.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-153 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-155.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-155.js index 7aea9dad2437eaaf2a9f2a748d6728ff721b7265..66e8c169580eda613848e35566c44f2ee1803961 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-155.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-155.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-155 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-156.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-156.js index f2a2a5ef88f609e63bd2ee7b5436ac81fe7a7a78..b461067e38f071ca36971d3d44729d608f2ed306 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-156.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-156.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-156 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-157.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-157.js index ebd0878f852ef09e4002a8d11479281b0d07d877..e544d554b3790d6c302aa60be68d69b4a8046018 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-157.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-157.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-157 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-158.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-158.js index 4f406fe7ee56d11af6efce4de8c7fe8759e9b8b5..4c94b0a64c11648a149a8e0910c9af470e4adff9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-158.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-158.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-158 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-159.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-159.js index ad39dbb14e910ec89b108e303ec861461a985cce..b95d3457ad4a83e4af72ea6dc5c400fe1c09744e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-159.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-159.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-159 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-16.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-16.js index d6dfa319a9f8652c0e71d0214b3a7c2747c791b0..450bba1f29056b91998d1ae0f2ad253ff5ed041e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-16.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-16.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-16 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-160.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-160.js index d08efeebc9c22f87f18dbb1471fa155a8fcfb674..968810c4564a22a1d0bfef9fae6f3ef2b2fe0d6f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-160.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-160.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-160 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-161.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-161.js index 4b30d92881cb41949ecefd7bf40a9a1bac005c29..e00cc5b8e2fdb87ab163cc1624e97e5a3e6c88c1 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-161.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-161.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-161 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-162.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-162.js index 82f939a5251d334a1a90b375f3cfad109450a8c8..839e50a8d45fc511b199d32d7074933809ebe844 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-162.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-162.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-162 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-163.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-163.js index 343ea4ce7a931cc246748e5aeefab9fced8a2809..40756f8da9d7d52940056633ed41beeb29d0c6b0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-163.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-163.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-163 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-164.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-164.js index eedc9c6aae13cb82436738978d343a15cc711a0f..ea479bad044744f0a49b6cd0db75b3347f514245 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-164.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-164.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-164 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-165.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-165.js index 365358cfa1918d907699fbda9ad72264af16a509..b1a2533d3d7f11600daa0b2c7f79536632106e4b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-165.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-165.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-165 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-166.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-166.js index 54049f7dcd275adf57c18c8c695dbdf8264ea215..4cf79075c5b74d6ee80eba4c6c1805ab1026a772 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-166.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-166.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-166 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-167.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-167.js index 426f6a714c28a6ead76a9724719143aec2cb47ff..b92b05178f787a82941de554ff98d3959c8d9c80 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-167.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-167.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-167 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 9524eb81ac7b32993b43a8b99d0f6b6b22b0eba5..98fb79d5bdd0a540d139ccf3c6baa56b3badacd4 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 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-169.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-169.js index fed0e218edb33c1b1b214fa778cd72bca623f355..0f956d96d65319a8e4dcea1175cb0b5169c5f8ed 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-169.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-169.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-169 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-17.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-17.js index 8a6603c8929b6552b21b7a6924fc819ed78a34d2..c50f5a9999c0ed8c95f44524798eb6eef5a7a22d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-17.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-17.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-17 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-170.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-170.js index e15ed1ef522e3ca62ce61a6cf1b70dc269ce2856..78ed126d760d79cb2c07550c6832dc5258135c63 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-170.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-170.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-170 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-171.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-171.js index 4f7c446a88dbdcc7f4bcad43503fcb657bff98dc..f18a60dc6c523c6e619de74bf65a060dc825ca5a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-171.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-171.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-171 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-172.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-172.js index 1702466bdaf319237d2a58a13ff3798799aa39dd..cc9e90c154dbd02c5526a94a68a7568880b86f9b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-172.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-172.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-172 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-173.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-173.js index 7fea4bc59a63f2b2f89c70c8c24ad9d1e96de62f..84fba667a231d2f740abf4c290d07d2bf692789b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-173.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-173.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-173 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-174.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-174.js index 6a64e5d7a591a317ccd7bc36b0c07d0049f489d6..a6bb8774ab8f31c79c20f40c66f8100a43cf589d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-174.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-174.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-174 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-175.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-175.js index b84b2f86b39a1afda668fc33e5f42e02f84ad01f..b976470a798581897e9a81c2fa0b5dfa59e1196d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-175.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-175.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-175 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-176.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-176.js index c934263d7d9f1da000300d653dde15f8b63e8314..e5c0147077db3f2d4094a3e62b833bf5aae06f8c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-176.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-176.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-176 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-177.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-177.js index ee384faa5b2a0b6a1577b3f1390591f8a30c1d91..57fb6e284dddf0fc0cb8be2f4442c481f9122d9c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-177.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-177.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-177 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-178.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-178.js index 8ddede34bf7b9bc1d97e7e9aeb24ddcf30f4b736..87af2b88d2d84b4b1b8c3fe39c231df86d3c8fe8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-178.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-178.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-178 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-179.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-179.js index 783d69a24746f7d960cd4d2261e294428d99e751..18a0018898f613946dc38bb3d7d02c771e1b57b3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-179.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-179.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-179 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-18.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-18.js index 0ae37cf312d723b766ce06fc981e96e8413bd52f..57026dbdf37132c2ee832b54c1b4dc462d8ff831 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-18.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-18.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-18 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-180.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-180.js index 812991be4ad7688aaa47b53b08bef56306380b84..a005802efd065996474e1172eaf511511078a4af 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-180.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-180.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-180 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-181.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-181.js index 60047b776f04dfb9e1c635a0c4eadb22571ca5d8..220b39c57c2ca65d99423534bb36aa904afdd992 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-181.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-181.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-181 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-182.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-182.js index f7457f09c6c9a4629340a31c7ac76c3624c7c354..82d1a4a8b7f9b9ccb0809144ce52ee240c99b8dc 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-182.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-182.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-182 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-183.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-183.js index e8df1fe06b778f1dcbfb91267ddc90f217cf8ccb..c886c8be3432a0cfe0114c196fe37f872b890f69 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-183.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-183.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-183 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-184.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-184.js index 58824dfc41662e43df6035dbe76748abb8ec7f5d..ec10693e0d12680a336d2aba65b36f0a881e620f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-184.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-184.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-184 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-185.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-185.js index 87423daf5064fc734a1311f18b96f68f16733338..293ebe520534c7ff7c79871ec404ce039ac913e7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-185.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-185.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-185 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-186.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-186.js index f4877449dc52544de6a969d0ae9e61391aa997d6..78f495b7d45c4096311ca07f0588cc8337734aaa 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-186.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-186.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-186 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-187.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-187.js index cf45cbe65fc246c5c9eca96307d5217df4dd0b30..565775b9a49906055fc7116073113c8672834e5d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-187.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-187.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-187 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-188.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-188.js index d35c05d0ecce02f00bd215c8919d952430428682..604d1271716857547418dc21acb57ff1c66adaf6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-188.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-188.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-188 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-189.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-189.js index 54d1574ba950419276d9fe53bfc85dd4911c16fb..4828ac6a6665a71ffb886c5f42e90b5f8f0570f6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-189.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-189.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-189 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-19.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-19.js index 0b31aaa75b14d8d28c8f0a8084c75800aa925219..255d3fdc685b581248a806d585cf4ab88b522219 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-19.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-19.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-19 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-190.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-190.js index 714dd644558d40571737cdea53901ba40e9d35ad..936a9f811b1323e91a43f1bfbc0c9022be024175 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-190.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-190.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-190 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-191.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-191.js index 9c4292a13361c42ea62b5b4cbc10dfa438b495e8..7a43741be51c1aaee7de71f31d5b44a9b5a4fcbd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-191.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-191.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-191 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-192.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-192.js index 71d5dd9e4dc2b0cc3ee57a16902587b4a0a48f24..38fdf62437fa89de2aaebb15904839e2b6bf76ec 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-192.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-192.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-192 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-193.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-193.js index 1c97e586a719999a44a09d34f4d101fec9da6c0f..ec969403847597ef4da4e950c974924e1d193412 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-193.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-193.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-193 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-194.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-194.js index 69ebd5f234a6d214aae858277909e0e1cf569297..5a1858f962f7856abd9fdd8cb2b6ea3fcec94e70 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-194.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-194.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-194 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-195.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-195.js index f7ed7037680939fef3a1ab035e03e9e119906465..f787b9c7ed5a54e1467dc8e307adbeadbc71b090 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-195.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-195.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-195 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-196.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-196.js index deefffca240cb94ee75b30839341706b7a534050..b2dc231b55247087deebd495d7e2469dbec249a2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-196.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-196.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-196 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-197.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-197.js index c4700d07c60364f1c0ba2354498aa9603d45e4da..20bdac36070b42dfdb3a1920b1f8eef2b974e414 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-197.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-197.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-197 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-198.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-198.js index d79db26a7b50ac0e93745721bd44e8e55e588f93..cb33304e86194da75f5bf15167b916ded033d177 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-198.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-198.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-198 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-199.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-199.js index e54516952e1a2cfc6b5ab1d43625776cf60ef83d..3be40ccde8146c8d7fa1b2395c1620e62a4a95c8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-199.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-199.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-199 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-2.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-2.js index af582925c227eab0a200e2c3004571703536e4b5..4565c67a7108b580b64d84adf38c7f1d8cd75e0d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-2.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-2.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-2 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-20.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-20.js index fea6bec6122b198db9a08483b15cab9475fab229..6cba1a9c3d471985cfb8d6da6141c84d5e5ea3ca 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-20.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-20.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-20 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-200.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-200.js index 62cd8a77bc81d16ea511d12ffe559d044073368b..cc35be1c1aea80c8b903451deeab256e587182a3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-200.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-200.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-200 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-201.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-201.js index 5bda1f8d433c218cb79f5244f89015e6bd9162d3..91cbc681c98cd9c2d2bfa00bf7a03cf06aee823e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-201.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-201.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-201 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-202.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-202.js index 55734c44e251d39a6b7d825266f5ac24f93e916f..355ca15da6ac523de929afa680f7c8a0c0a28f03 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-202.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-202.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-202 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-203.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-203.js index a9f1f97dd1f85ad62aa73eefaeb924a71fc32908..c3b5ac575b564815ea7c9a3d7776a47e659e99ba 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-203.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-203.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-203 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-204.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-204.js index 2947909b4d982c68ec29621a37824f440260bf27..806e428be7eaac10f16260deeb18f18d8a9c6d68 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-204.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-204.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-204 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-205.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-205.js index 4693795186adb48b0823803c4fa78c7e24060629..08243fb84207d5fda495f0847c86c1cd36026059 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-205.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-205.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-205 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-206.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-206.js index a34b317d11fdcee051b50903ddc46eae96fbdf62..850cffa949d9781c2934694852fba57145e8a7c7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-206.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-206.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-206 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-207.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-207.js index ffa8d6cc828dd1b08cbf6beb1b1c978a346409b4..a70e5e30add71df6fb87cdd4fdadc63e48b107fd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-207.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-207.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-207 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-208.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-208.js index ffb7ac7ba11b3631dc474a33912c03b817fdb0e8..e20e6869762a297a1a85ac7e13602fad91ef7dfe 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-208.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-208.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-208 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-209.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-209.js index 1905dc0dc797bcb2e956bb95e6c2fc9025d87378..a7186caa04fa96656783c85c5308d3dccf359c55 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-209.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-209.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-209 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-21.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-21.js index 2c51a333411738048934762ca07d69a326436374..242d0abfa8cfac0435a7e2c8648e2a2d8412ac3c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-21.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-21.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-21 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-210.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-210.js index b228c5a3169763ab8040ab9c1a31dac361f9eddd..ae4eae8af77174139262fda2bbd0167918c3678e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-210.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-210.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-210 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-211.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-211.js index a12e691152d58a35193e838c73ba0ee97aa2d3bc..5264f7457f5a8811b3d0c265497c719bf904555f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-211.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-211.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-211 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-212.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-212.js index 29020dd93a29252c12d51d27182cee0e565096bd..7d734171fe8c451ed0a0f3494bb4eebe33459d7e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-212.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-212.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-212 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-213.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-213.js index 7e3d97463bb4eb4e5ff0ad1e4cc05c9a513e03b8..29609ef25f306fd646c88a3f6e42f7b127fc07f4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-213.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-213.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-213 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-214.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-214.js index 0476b149f46638ba5946f4f12bf3e349960e6427..3efb7835506fb8834a2b7a0eac1a4c6d8092de06 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-214.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-214.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-214 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-215.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-215.js index 7241d777ddf8244ca9ee2e61d0c2cef0eaf48fd7..311a412c6350b82cf07134ccef2b0aace970cdfa 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-215.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-215.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-215 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-216.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-216.js index 6b7064c9ac527c077f7892d0feae238ffd55f2ad..85185125e8afe654e799a445424faf6f361cd737 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-216.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-216.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-216 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-217.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-217.js index 7e29d6ac6e230706f2f4e817fd219640611577bb..1e4cbc9c4fdab837eb4447d50f889978dba64d62 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-217.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-217.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-217 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-218.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-218.js index a354697c59667baff3fe0813cdf57dce2ab8bc47..b0f97e9f3f5f1f2e4089a6c9861756cf9f602568 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-218.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-218.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-218 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-219.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-219.js index 2fef482221a5786eeb928ebb9c8a1186d6f98374..8ad990d37b9c5e9d40cd010f091431e576f88979 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-219.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-219.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-219 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-22.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-22.js index f4e43b93fab30c4b71024c1ba30b0df4acc277ef..83ec6d5b2659a09af210296a794ddcafa066546a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-22.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-22.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-22 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-220.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-220.js index 479f738ef89d3cf84cc853e52ce45f1a4d0dcb80..748ce948fffc95cc128ed42a20d5b9104122c248 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-220.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-220.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-220 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-221.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-221.js index d27e3ed76d43a403113bc24e7622e1553587094b..debb4e15ad34082b3f6fddae54d7661472906674 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-221.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-221.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-221 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-222.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-222.js index 537ec63e1da2821f1cbda80f5d9c3f72bb0b72ee..7d8f78cf7878e6151765252cd6e4d99cbb342edf 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-222.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-222.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-222 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-223.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-223.js index 1dd76d12c99fc1ae292027f525e2ad8ab1db94b3..da7a0bac90620e3ced7164b443721427a73bf99d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-223.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-223.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-223 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-224.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-224.js index 6ce350a6f28881a17ac1c9dd024605f22c4e3bca..70563553ebe6e682e57b95d3ed7b9dd44c920f7a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-224.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-224.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-224 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-225.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-225.js index dbdd70f664f4ad9c63dc977e83ad59964793d767..7c33a656608a2e8069606bddb1712c41eab3e44c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-225.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-225.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-225 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-226.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-226.js index b21715c926a867a14cbbd4f0c0eae8c13c8a82a4..70706f009a5f38e07f78d067c39f33331e745f95 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-226.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-226.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-226 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-227.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-227.js index 21ee69da4be9f58922861b0ed64eb716ec819229..58bdad71459b8c100ca32cc01d4dade86b360d99 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-227.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-227.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-227 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-228.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-228.js index 4149ef4e9756a3200ee1bbdf135488706a0edb27..7eaededb838b5a7c9978c9c3a40fb6d594d369ac 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-228.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-228.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-228 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-229.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-229.js index 2a6e9be262ec5eede98994325d7c883b06c5c970..07f79fba30a4b33bb980b3171b756f4510426114 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-229.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-229.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-229 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-230.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-230.js index be60a5903102005c94ca1e989dacaa190b77f8d9..77e9b5712325449eb31ae3255c5c91c159abb4f2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-230.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-230.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-230 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-231.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-231.js index 09f1d053dbfd0bea7e689565cb27a10956d5610f..5211ef4041fbbc35cc85e6f5a426d4c40a60f104 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-231.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-231.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-231 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-232.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-232.js index 94b01f535378d4bb10701bbb92a966df67ffbca7..8010987b006acce652a1253baee8500f44bb56db 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-232.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-232.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-232 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-233.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-233.js index 3730f47db473199404bd93ffeb8496bb9fd6525e..3bceb0c4d44f0f53dcd0a8d7c9254e5b69bee445 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-233.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-233.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-233 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-234.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-234.js index 272f82d8a8a1d92067f99cb3b26ecdb86c33de88..b7e595b56a21f97e9c8f2ce54bd883e6f57359c4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-234.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-234.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-234 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-235.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-235.js index f9efe097133c25c958aa4906015705bf57fe5293..1d32ba931ccb251fc699883af970b4b05457e2d5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-235.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-235.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-235 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-236.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-236.js index 2b7949e7ae091231e88dee884adcf67fa7241e52..9cd2f3b62b27722d2a64dad3eb302b8f3f3814c9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-236.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-236.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-236 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-237.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-237.js index 748d0f2a63afd1d95792b623ccd011361335b854..ee9913799548e8d85761311830425d3f31e8a4d0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-237.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-237.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-237 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-238.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-238.js index d35c9dc1bdf1be826d788db6eb3c158210f2d343..12f1bdf6bba6a9e773473be80e7aa863210f8bea 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-238.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-238.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-238 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-239.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-239.js index 59747d500be0a1882bc0375c691b62dcf19c57e9..f80453b6b92e28d6bfa25440e9ee38efcd578e3b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-239.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-239.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-239 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-24.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-24.js index 4867fb47550ef535b9d08dd20d85cc69f5f7a343..1bba07061448db448bc71e352e0cf1648642e0a7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-24.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-24.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-24 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-240.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-240.js index 42d173b7ae49e052d66e96e1f3e695a90c7fd175..602c6232eb6296211c5f8ceba755cb0786e08967 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-240.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-240.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-240 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-241.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-241.js index 1f393c18c506bef504ac971e3a8a08d6d8f8a197..79a4db019aadd672006566983cf597f469944960 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-241.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-241.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-241 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-242.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-242.js index c34f8fd239bdf9b63377c82f3b2afbf3da03413b..68874dde0722afcbdd44cf72782bd53111d8ccfd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-242.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-242.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-242 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-243.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-243.js index e04d6537e4dfef78bb82a16f8e5922f2d17cd715..7077984f7b4653852a28c2ccc7a0cddffad3d190 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-243.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-243.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-243 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-244.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-244.js index 607b36218cb8457faedac72fd792017579a418f9..bdc27f3ecdc23852367b4b54b6620eb37416f13c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-244.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-244.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-244 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-245.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-245.js index abf521267ca3e661487fc490fd6315a3ce053c16..f18c954ae1a47e2f6194b3bdbeaac2fcb3f94e37 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-245.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-245.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-245 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-246.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-246.js index 9f76571b1f4f218d92e636d7061b7c177b66d62e..254a77b654ea3bbc2768823de6b576b1bf83235c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-246.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-246.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-246 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-247.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-247.js index 972a6ba753effdbd703dfefd7f0365706f4d0cc9..dde8f16936b9ea39365352907a81ffa44f262edf 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-247.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-247.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-247 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-248.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-248.js index 4f14d5a1b5a80e96c6f273dbede530526f2344e2..8dc6f3b24eae6c2246b24eb62d2fcb827ae4a6ea 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-248.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-248.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-248 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-249.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-249.js index 161ba162cea4f465ac466cccfb1970e5f9c70c0c..1af6dc8477f1c2fe7d6b6b51b14185c7bd7bc0b3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-249.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-249.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-249 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-25.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-25.js index 17bb7b99fb911a787b43723e05bc7a871295c9c0..9dad1635382b260ae9f7eea00ffc0e6a28924c27 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-25.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-25.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-25 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-250.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-250.js index 53b877972323b3010682ed2885f03a558f0f0cef..b9e5ace9ad4a46c3f63107693c725df4e44c99c1 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-250.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-250.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-250 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-251.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-251.js index e6e415ea68ad83f397e9f028c6d29e3ab20b7983..a4f6abd723fef8afc8e99be372756ade851aad04 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-251.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-251.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-251 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-252.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-252.js index 9e1bd03e20912585cac2f5f2a98a8d4f0934a220..e9d04518ace11d12ccdfe4b6c421694ae02bb273 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-252.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-252.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-252 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-253.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-253.js index 6b217ec9d08635f95eb1e7383ddadd2dc7ab4bc1..3d8a8044cf0e85c60a5677374cfdf24a7c830119 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-253.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-253.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-253 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-254.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-254.js index 3b158e5d7958a7ecb68e39c344dea0813cdb5f5c..d97250fe6b6f7d0bfd16fb44c1385b9c6e34b4fa 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-254.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-254.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-254 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-255.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-255.js index 77c7f5cca02c5627d00adf877a09ce919901c951..8321e0c54fc378495c4911ab127a427ddabe439a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-255.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-255.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-255 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-256.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-256.js index 255d4b12ce5bd7834d0ae132bed66b999a921d52..202953c7192b5bb94a7dbf243c8063d2d525bcab 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-256.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-256.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-256 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-257.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-257.js index d311bb83b2c4ed398f3849f5da5e469ac2f25c47..21f3d4fa1cfcb4eb0c69981dd5c8b24d495867ca 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-257.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-257.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-257 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-258.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-258.js index 6bad477779e27fa61a7a679fe5c79ebd64a7c623..be6f9065e6fb16902aa6a26621b09e9bd607f585 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-258.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-258.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-258 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-259.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-259.js index a444eadc9d65bf930f98b998de083b564c15e421..5c9552d4d80de1f97de1bb7110eddf524bef40d7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-259.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-259.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-259 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-26.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-26.js index 0ce274aba7c090864a69106b6d8d64e3cfb86437..9063441d551f09fddeb992be51b2882cc5be55d0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-26.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-26.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-26 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-260.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-260.js index 2bdb0764a11d7bf8d29c08e3905e51eb573a1068..2afcae34b67d7a8b0199718ce424490fb834a445 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-260.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-260.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-260 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-261.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-261.js index 4f40f130ff36bfdf54c5cca5f09e247aedfd11a4..f00373abdc8d1b0f6e1ebb9c18154e2191fa4066 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-261.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-261.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-261 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-262.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-262.js index 915590c2734b50d0c4f16fd16e9e11d9964d9472..c0b2e56007009e2b3db387b4658df63af0b59382 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-262.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-262.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-262 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-263.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-263.js index 65034fa2e2067b400908bf66c9cc8409083a690f..4a54041560335fc64bbd7aee0cbc9f9d3db7f7de 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-263.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-263.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-263 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-264.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-264.js index aa994100455c8b19e43e7cf055fdd1c96b4ef866..bc6b207f864e238ba1e8a2233057a53aa7385cab 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-264.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-264.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-264 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-265.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-265.js index 62ff57b15fa22c014907a795b5614e43403b638c..98efd5960d2e59d2220c564aa4c03d239ee09c4d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-265.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-265.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-265 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-266.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-266.js index 9493d14db2d2df9c08146f9690290d43ff5d8d5b..8183fd327714ad81492901a04d5f437aa06256f6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-266.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-266.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-266 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-267.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-267.js index 7c49813892e5edaa8ec47b12a175a5c043785298..504bb0dd082a457a36052d641bb92553773ab1cf 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-267.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-267.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-267 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-268.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-268.js index d536f06f9fc424a8e4793251953e4deaae03e1f1..442ce615a3c79075e73386386bcc284d76a6035f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-268.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-268.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-268 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-269.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-269.js index 94fea276e27c0a1dcc32bf15d695647a4b5db0cf..fbd5296bc89e38f47f02c160be0391d897a6bae0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-269.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-269.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-269 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-27.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-27.js index 9a7948f91b686f7b0a82853f5e9d3ee702ab5fa5..e6892699f1ad3dd46edc4e5f653c834dfcaf4cd6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-27.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-27.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-27 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-270.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-270.js index fbc9111732f9dd2d17d2a9517382e227abfc5d3f..3d82d94571d53c03ba8109eca0118afb6e35b671 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-270.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-270.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-270 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-271.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-271.js index 1ab8f43ec0c81a4c41da241ce7e1a6c9775fd8fa..a305f8b0e405bebe75fa00258f3ba60bb79272e4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-271.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-271.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-271 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-272.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-272.js index 4cde5138c63814b8055b9f8d778e48fe9ccdb23c..b6a732615dab0ebb360d022fc56b7046c9bf662a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-272.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-272.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-272 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-273.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-273.js index 56c44ea748ad8d7d159919155c04050a09a70035..5a403be99a1f594c41e7939b363d8898eaf383f9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-273.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-273.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-273 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-274.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-274.js index 58ab7473423acafa53a1afda5603e5765ba18d57..8154599e0e737864b3a0d56bead389bf4d3d6eab 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-274.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-274.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-274 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-275.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-275.js index 9a4a3fef0360aaae86981013c79c1995896e7218..8a1dfa710e5a061ea99ccc52230fb9ad17f64b02 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-275.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-275.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-275 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-276.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-276.js index 85471b3f205d9a63a75da7a431f44245b7a3ab03..a185104aae7cbdeaa0406b4a0c95c6519ccbf375 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-276.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-276.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-276 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-277.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-277.js index 58ca3f5b4eea0c0b507779af1438a2aa4070ce1d..13c7086f333872506efed93c8f8f3029affdad79 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-277.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-277.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-277 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-278.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-278.js index 19307efc00403083b1a8226172ca6165a03c2793..b2acfa15aa15ed1a049de55f34ec26c426223ff2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-278.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-278.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-278 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-279.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-279.js index 6d412c21f4e39598285071ecbe0c8743c3438652..d2df5266b8fd96d082b51789d2fae0bfaa50b3c2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-279.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-279.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-279 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-28.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-28.js index f6bfcfbb7a34b122fa93c090bb9096a788f04375..9b31ad36e0ccd8293f6a35da3876f685d710b67d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-28.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-28.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-28 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-280.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-280.js index e47d631ecd14a1ff163fba6982a6036c34e69014..f8511595693eb226012319d2e77f7d25d546c3cc 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-280.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-280.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-280 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-281.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-281.js index 53399652ac3f1e951b017764638e3ae21505d7be..45585e97c5c295d977ddfd682226a3a839de21c6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-281.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-281.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-281 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-282.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-282.js index 3e7f474b693100f4efb47784737a3c74d567b8a5..ab2c2848802e337f5b284cd16d8ed814d2715fdd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-282.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-282.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-282 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-283.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-283.js index c77c987965b440c6c6f519eec706f9c7b16e0dce..151852c146f68bfed4e7ba01286c2d1f33d91852 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-283.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-283.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-283 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-284.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-284.js index a1134e7683a84ac88fc042d80483aead0afdc2d6..dbe08b59f971ab2f73e11a38b1e4928597f5c8cb 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-284.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-284.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-284 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-285.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-285.js index b386f92e081f7ab7da5689ccb359ff74b24e9f41..362cc2dfbeeff4b28daf2f1de82c453cc63d3380 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-285.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-285.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-285 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-286.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-286.js index 362ef9c73692c525156bc3e671ffeacf695ff2bf..38efcf4b75bbabcea5e545def0adcd54edc5fa87 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-286.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-286.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-286 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-287.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-287.js index 4ca7f80cadebf56fb01f397acc7d6472c942a453..d30df0a2958ba2476f55ace625c58b14529e9e9e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-287.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-287.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-287 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-288.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-288.js index 420cd3c838a50113fd98c45136f25b8c1e15260e..b2ed708b420e90658306b66222931318f5125813 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-288.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-288.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-288 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-289.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-289.js index 97c2452b1ac71aea918a1c62e2077fa19c4b071b..223497d044eb53ae2654960701ea685dc8bc25cd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-289.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-289.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-289 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-29.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-29.js index 06a3dc89e917b0b5084d3f549421c6c755f7f37e..0b3ab37f6aac0f1993553255c786be3d0e004606 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-29.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-29.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-29 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-290.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-290.js index d2330a97f8c77da109d43a20fe8cf939d90849d6..3c8440c16774875a162f9aeb13473ee20017ec4b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-290.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-290.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-290 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-291.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-291.js index 3c84949e3eccd8ef1fce1c981dc38cf3d69a2a74..eb1a968f7ce84f32f89cf45636a2793e3e19fce0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-291.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-291.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-291 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-292.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-292.js index d859dba437c3681869faa2f11093e0231818383b..be6a0ea58c3b73a74e0f178e6f111caa1bde1b17 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-292.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-292.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-292 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-293.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-293.js index d567dbb50adc8188cfbf0bc5c4f329a596a90bad..d0f9cc9f8a8408d8c200f4a8d01305117f0944c3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-293.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-293.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-293 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-294.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-294.js index 37e838d50b8d1efcf05f0f0a2d1c5f09d3e301cd..ef8834ed3b289304ced94ff11543abd2d48c95e0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-294.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-294.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-294 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-295.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-295.js index 96d8567ff9353433e6ff0542d5117cbfeaefe1d9..6b23dcafae7c1ca0560e7680187ab2f4d4571e4b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-295.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-295.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-295 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-296.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-296.js index 1f85055de205dc490d164797fb2cc2b15bb0d699..569a0618aaf1485266b907ef027f76d6a4ee319a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-296.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-296.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-296 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-297.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-297.js index 837c19b35bf081d9bf413f8f2dbf1aace9ef2f9a..c481b0d2740e82b1cf42bdec2a6c361f9c7f6268 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-297.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-297.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-297 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-298.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-298.js index ca7724bcdc0d5fc6c898e00fe6d972758c1004d7..82d464a7fc884f601ac8b2777625eef5c98255a5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-298.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-298.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-298 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-299.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-299.js index 25ac42ce31163147178ca7aa9e753ead951850d0..409ca275b778ad604cac3eaf1dc78c013697d38f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-299.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-299.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-299 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-3.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-3.js index a2c2ef6ef29dfefa9624a9a2ba8fb67210efb277..c6b961343f39edcbe322664d073bd06578015cad 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-3.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-3.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-3 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-30.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-30.js index d5d6abd15614f29ffe1b5259c77808be3903455d..2811ce85e0a43401cc53a7da62672cf6b0ff1485 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-30.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-30.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-30 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-300.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-300.js index dba2012e8141898883b5d81a3412cd693578ca53..d49318a5c8ac89a3797f46d2fbb49d7c350f5ff3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-300.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-300.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-300 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-301.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-301.js index 50d1399165c10bb7f31e168460d92d100abbfa95..0a4d2f11712e5627b6006c2577c2578ea3ce5d01 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-301.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-301.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-301 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-302.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-302.js index f0b704f845fc231a58de77ef028c4c377450610e..f327628acbeb867f77fa1df5e7131663474f4a04 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-302.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-302.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-302 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-303.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-303.js index 17f13ad6a59f1ea065076c7fd2e3b902ab158c9c..162369ec91d536382df5e6490396e576ec8429fc 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-303.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-303.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-303 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-304.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-304.js index aa67694eb331cad62b0884c6869cb7aa57e111c1..6de139ec5d97f0d6f4929f774a5bee92624d9299 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-304.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-304.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-304 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-305.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-305.js index 11471d6c42ef018bbad069afe68db42927cd9a0d..a066ade12c4282786809236aab59deb9bec2e368 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-305.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-305.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-305 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-306.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-306.js index 594c661241bbaad776a1c32152fe8b187f2b7950..e1ae25ad5688e8258c3aa45f4fa1c3d4993fcb78 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-306.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-306.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-306 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-307.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-307.js index 203e2469691fe8e0cf861172d117c3d2048b0b30..34fafef04e9e53d4bbc4988c73aaf88b592da255 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-307.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-307.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-307 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-308.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-308.js index 1aaebe4c9929e64956e444ef1e9298ed32049bf6..8e014dbf0d82480134326ca74d5a0b4e0160801c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-308.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-308.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-308 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-309.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-309.js index fa06927c8fd5a34f65d0ec4d792ac275adaec92e..81d10db5a3025f28b8079bbb52b055a11d045d4a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-309.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-309.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-309 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-31.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-31.js index cb36538d0984ca15b075c94230b03e8177f427d9..9666304b4c5dac6ff104ba9c74de24655991a9f7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-31.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-31.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-31 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-310.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-310.js index e8ebe30566e006e4d54e98b1e4f0d7c2df0ba7f6..923709023a5b771344cf3db827d0fbc729e3f8dd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-310.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-310.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-310 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-311.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-311.js index abd4268b533b3d862218a6678ed48239e92b7231..e01e0c624fef80fa03aa19ae632b0a3633f53e27 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-311.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-311.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-311 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-312.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-312.js index e41c8b71e4bf422617f2cc0537875b7a9225cb48..5195da8d4dfd4fa0247360d510a7db3e7fb2b59c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-312.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-312.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-312 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-313.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-313.js index bffe3b3b054a685ef86a7052f282114a0f032601..5e2bbfb0ea868580185f496e06e742bf16e833f8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-313.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-313.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-313 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-314.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-314.js index ec1a271c704aac895cf1299b4e4adbcc847a6a7b..e6c714e85a5469887815d997fa208936cfb640da 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-314.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-314.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-314 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-32.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-32.js index edb2aea63383baeccf6ff0dd8a17bdda8bccf995..ee1d86c65d79035bda6a246ec43953aac7aa6042 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-32.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-32.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-32 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-33.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-33.js index a5f213f354e012a0ca9614c1112055303b123b81..bc699d003fbef73f0921247f20266765d1cde925 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-33.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-33.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-33 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-34.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-34.js index 23d555cbe08a215eb76aba1b832396325ad5a57c..8e0d832d9ee2187b69ba546daa5e793402fb78b8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-34.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-34.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-34 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-35.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-35.js index d0da7577d61eea584b5e4cb22d755911e46e2ae9..49e2d514b83cb170d05bce2a416cd8ae570b8970 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-35.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-35.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-35 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-36.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-36.js index 6eb3036bc054ab809edcf762464ff045883cc275..172e71d514ebc71fadf4dcd835c624877fd79783 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-36.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-36.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-36 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-37.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-37.js index 2dce15e025ae8363dbb0f232cee00ab7bbb566d5..6670ea99c8e8b4bec6c1ab80ab47d25679accd4b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-37.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-37.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-37 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-38-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-38-1.js index 079f8b0e2434224893760c75a70e92d65fe663b4..9cdf31fce5e82e883c20b9cd7f7875aaaf1511cd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-38-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-38-1.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-38-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-38.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-38.js index de529e07f503c3ab4a0fa465f7299294d7fa584e..2ab69a8e83d75e88a8932403a57e674a000858c2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-38.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-38.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-38 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-39.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-39.js index 9c125d9698f74ff1a317209cd23ef202d0927b38..e3659e52d195c5d4e1bd28711708cc7bbb57f31b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-39.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-39.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-39 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-4.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-4.js index 744774231a3def0913a6a744ccfec1c7e6ca16ba..5f2b8c72033fc0677447a5f2cbcfbcbc6242184a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-4.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-4.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-4 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-40.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-40.js index 22ff55e47e04a5f2d8eef71fff505b2ae5af90e5..688821a5336055fdeaa84c89cd2fb0d3cab465de 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-40.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-40.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-40 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-41.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-41.js index a6d6802c42eb13f3c1891b5d27926bb98f49a70f..de330744d9dde4ecb518262841d808d3b13ef9d2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-41.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-41.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-41 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-42.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-42.js index 4a991a07ed733782cb538c5634384cd73549ba22..0c8907b689ec5da31e4c77baedf3311bda6b0fcb 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-42.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-42.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-42 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-43.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-43.js index 39e342997da1f404ebc466f5f8fac0b2823bc947..51c96244c792c7f96bd987af8b58837a410e640a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-43.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-43.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-43 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-44.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-44.js index 3ab8ccd5a413aaa8751828b16d5aa7e38d52d5bb..9ff1d5befd406634a9c0225e22a1f1c9ac84d760 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-44.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-44.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-44 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-45.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-45.js index 2a4cd99aa809cf6dd554491659f72d709d418385..33d369c4acf8320c5c6975b2bcc2764025905b8a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-45.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-45.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-45 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-46.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-46.js index 69bffbd5b2870e01bac81aae6c4081324e72b7ec..e8cc5df2ba8c1ffb4a62612a7dc7c99380ef75ad 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-46.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-46.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-46 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-47.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-47.js index 45db0783e26bd574bab76045dc1f6343009b841b..b14bf503033f09311460bf850e6ae02252747db7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-47.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-47.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-47 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-48.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-48.js index ca627be9b84a28b2f017f7dd93f358a6d108150f..34d4dc158f8d08d75ff28941f2391ac45f5ba8db 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-48.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-48.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-48 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-49.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-49.js index 4a9749f78aced2f127e52827e7c3869c4442f18e..08978d57c582adfef625a512054d21037371a0e4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-49.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-49.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-49 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-5.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-5.js index 5d4ae1bfac4778a6ef85b82d5d926900b713ee2b..3f13a5f7c72eafb4edd3998464ed3cb5df4f5a10 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-5.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-5.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-5 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-50.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-50.js index 466306f07dbde05d0847c721af5e199f80c8233d..96d7b34638b5a112cd0e99dc1e1b731e79a2024b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-50.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-50.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-50 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-51.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-51.js index 7d333d6831ed880dccb312ef6de831d59b014a4f..d05bf78b47d244e735a05bca5bcecd018a6bb55e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-51.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-51.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-51 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-52.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-52.js index a8dd3b2567bf02e43bbd99b815864a54f1185de7..c649cb77af558cebe2d2bd48deb4f25d4b472f15 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-52.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-52.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-52 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-53.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-53.js index 5413e9e68b772b3441ed995541506c22430d78cd..df9ed9f8ea7e8304ed91c4645160c3513f4cad03 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-53.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-53.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-53 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-54.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-54.js index 5de9ff2dbd0acf49248cd2bbcbcd6e3a1346a409..cfbb1fe194f69fd9956c715695861becc4dd798e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-54.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-54.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-54 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-55.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-55.js index d830f0cb3c7c1eab5fda5c1babad6f2d8f266b4e..2037ebf6caf2f9b0c5cfe97753961207221ca650 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-55.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-55.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-55 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-56.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-56.js index b564febb881742bbe3dc28c8d06c93846f300227..f4c47b700b07a77d9e14643d8ec27cb58a29811d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-56.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-56.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-56 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-57.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-57.js index cadd6a94cb5fcf7bc5ec0a84240e2fc1f3c18d6b..fb8470edccc139622ab746d791520cf3e639841c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-57.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-57.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-57 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-58.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-58.js index dc8532994b3cd5c25dccdee5a89d840c09fcf44c..9873ad0378db737106115abccf320e525d725892 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-58.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-58.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-58 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-59.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-59.js index e779a6e35e753bd1cac28e4ed4e924346b01368e..4220a378796bcefadd051ad8d2b2ef72de11c7af 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-59.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-59.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-59 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-6.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-6.js index 3f9916564a9317cee7a02ebeccdb52543d860f73..2054dfc8be71885b0c8b54739409ebad2981fe57 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-6.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-6.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-6 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-60.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-60.js index b44e96b0fa9ea8cde804fefdf586f55887789e48..39e0c2e8ec553d971f113818395da25174a34130 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-60.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-60.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-60 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-61.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-61.js index e92ab227d40703b838ff58f60c9bbd0655110ad7..78d9e185d88103caeef655ef0b8380bc17d798cd 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-61.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-61.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-61 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-62.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-62.js index 482eefbb12470c6a99e86c08251dc8e16c958e67..4c18015ff071bd6bdc34818a6579e6f3cf0238d7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-62.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-62.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-62 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-63.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-63.js index 28fc79612b6c0e5246034d39260c8cde6e650d8a..860effe4e5a7f9b4466ac0921258186bb9bd7684 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-63.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-63.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-63 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-64.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-64.js index 3fa8f7d621eb686edf54cdf388862918e10c40e9..fa18f21d782446e0b4a1934baa033ba9b2f6b48e 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-64.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-64.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-64 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-65.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-65.js index 3359ed8b8e6faf0b6fa7f3da3e76ad2471d2e60e..a784e4fabd2baf5a29ff71c22b262c97488bf9f4 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-65.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-65.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-65 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-66-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-66-1.js index d892a13b0bd9aaec3d609bec931dd0493c2e7fe2..3e068c2d2b5a5c46a610d65137c6599fa0cecf09 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-66-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-66-1.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-66-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-66.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-66.js index b47dda9b7b7283a9e2ac02acbe53545887aaaf6b..3b26b50180f9faea168247e29eca3e61f033eb80 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-66.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-66.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-66 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-67.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-67.js index b24209d857b9e56228c4c8f82948741b90693962..f90e5acd48686fcd75468beae31b656d30f41510 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-67.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-67.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-67 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-68.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-68.js index 42e9bd1165ef23ae3ad480fa6e1a722e4c808b7f..d1615f9748d751b1348ae2228d4ad77bb89fa38c 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-68.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-68.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-68 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-69.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-69.js index 9e89d7547f5810f4bbd14c3e673943ce39aa564b..be7406ba8c228b2193063ab3bb44e7ff772dc234 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-69.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-69.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-69 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-7.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-7.js index e9654946fb59fb69665dd6279e48bfed28776af1..0c746d7d4578eb6a6976c814089845081b759e7f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-7.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-7.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-7 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-70.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-70.js index d6f2a3b9a7c804f24dfa14fcb9905bb48c9c4dbb..63693367ffa7675df7f88cdb8f5636c8e366f235 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-70.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-70.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-70 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-71.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-71.js index 219cd3bad69b0ccf3e4913cba36b6dadc63466e0..1e4ebef1efd650671ac06c2f93aecf1a0fd43cb9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-71.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-71.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-71 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-72.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-72.js index c0ce53c7b6e1a4ead06c4b73a12c4a773bcfc548..a7e08fd5d09e9b2daeabcceb0275df57f5c8bb52 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-72.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-72.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-72 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-73.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-73.js index e6c7139ec55a07aaa320179b23373f3065634fb8..b277a1b1a4b41b379deb171f75e0c2c2ddb3338d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-73.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-73.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-73 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-74.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-74.js index cce4df0db064f1a873d53eea492ddbaf4ecffd30..359fcbffbc029c1861aa48a2337215e9a434ecc6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-74.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-74.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-74 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-75.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-75.js index efbcc15624c56de74dc15382ee90c205c48677e2..7f3c41cb4b17abcb89e306217fca59b3abdfe38d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-75.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-75.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-75 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-76.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-76.js index c390c5e6a30bd24ccae8b1ed013f25b7c7c202b0..8e45b20b1980a018a6d3134d5819a1bdbdc6b092 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-76.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-76.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-76 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-77.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-77.js index 34c416b757cfe40e4b17e96dd670de9caff6b1f0..76e45b219f0b04b8791ee8b7dd63a76584d840a5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-77.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-77.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-77 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-78.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-78.js index ac83877ca1236cabc92bbfcdbdfb095b0ca07458..2a65114e630add2be2806897df20eb4a98c0e7f9 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-78.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-78.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-78 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-79.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-79.js index 9962e8a3b20c2a74be11cd5e48f3b0597a976684..78f718e2f70c5548331ca59192108eb75a4c69af 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-79.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-79.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-79 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-8.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-8.js index 72154627034b565a2cac8d247fb2e772dfdd49a4..6a11a0b30989eef39b471b68449ca9cc345932a2 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-8.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-8.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-8 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-80.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-80.js index a7c1116a48672e9bbd70ed88339b0de6d16d5ffd..736f2945e2682ecbe1eb2025fd79c3baaf2bcfb3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-80.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-80.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-80 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-81.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-81.js index ef2aefcb2b608ff46cacc2f9e72e031a522054d0..f44d56dd5cc538b91205529c067939a9b275f960 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-81.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-81.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-81 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-82.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-82.js index c4780dcfe2d442f11c97c875785c64a3c1081309..e40729c3350f03c57ce45e74374e11c24d5c33d7 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-82.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-82.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-82 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-83.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-83.js index ca5cc8017ea59b5cfc5594295471171d9f52d999..958e08ed9915de7c39f7acf4f57c839b0f6cec2d 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-83.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-83.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-83 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-84-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-84-1.js index a99797fbcc873f97c47ac49305cdd371832adaca..9ccb8b5c0e8492c72e0fa23756f31a534f4f7ec6 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-84-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-84-1.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-84-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-84.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-84.js index eca6d9640c52cc2cc2c7289d87c59f1b9282a5fa..78e078fa7aadacb37efff39000e7a3440bd91e05 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-84.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-84.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-84 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-85.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-85.js index 55e7b0a4c6b32b0b18203fa0b11453d9de95e508..7f5d016edc8b9bbfc299884b6b1d6b3715db8146 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-85.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-85.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-85 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-86-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-86-1.js index 6fcc136ce4d16f540bdd90056b4a20a70e3a0fe5..a6ede93bfc8ae2ae1f1d69b3203f6eb19d59e42b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-86-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-86-1.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-86-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-86.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-86.js index d4c37c42b2c0e7c4f94ab904c4b87138be315a18..4792d6dc781db5768e8612c454b19333a6bf32c5 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-86.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-86.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-86 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-87.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-87.js index e362b223194d84957bd7b1fe3ebd7583038cd5b5..c62ac4b97a8b313a9527cd5f0156db954d7938d8 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-87.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-87.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-87 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-88.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-88.js index ae3969da10cbcb1db5baee29268f2988dcb1aca1..a8ef44e7ff55e9fb669704676a91c8aad3547216 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-88.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-88.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-88 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-89.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-89.js index d2585dbe50e13ef4d78d471b98063bdce5b121db..778ba138b34e905a634de9f23ca90ed532b93eb3 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-89.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-89.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-89 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-9.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-9.js index a969a199b6567e36f25529675c52afc1417c7c24..e5934a5907549aacb5dc5cf369e2b124a05c6443 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-9.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-9.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-9 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-90.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-90.js index 64b2a20c324e63624bdb97b5388714baa318352b..2002a2c7abb7ee130ff5e52ded91ae0ffa11257b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-90.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-90.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-90 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-91.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-91.js index 19eb741305b10995b3e744312ea3da008c431e8b..3698daffbb0cab143af2d440a1d4ba337302beee 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-91.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-91.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-91 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-92.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-92.js index ff7d6d99393d00f8b43272b222145467446957ce..adfd982a3a53b217b8a2acf8333d7d6e619ec57f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-92.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-92.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-92 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-1.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-1.js index a5c1b5d93e32b5c96fae67d6d76b2aed0b46fc6b..50e80f24861f093bc17487d1bdecff838c02dfdc 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-1.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-1.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-93-1 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-2.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-2.js index c0241c48e793b02a725a6898925fa8a41b446dcb..cfbe9f5163ce349e8cc209333842dde70910f4ed 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-2.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-2.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-93-2 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-3.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-3.js index a79690473487b196c5dc6b519caadbd107425eac..ff5d40563257f7d51e12ebf670080edb0836c95b 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-3.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-3.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-93-3 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-4.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-4.js index 2a94d7ae5554984d27a98aafc492ca9f3b20933f..89feb4d5f08eee35eaff477a768cff27d7d931fe 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-4.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93-4.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-93-4 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93.js index 0b6e28ff2c00049461776c15faf06cb74e37d73c..2562a0ad052c2dd99f0a4d10a2ea1a9de0498b57 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-93.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-93 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-94.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-94.js index 540f38bb3e1ebd03ac1b7d77726541c862a963e7..2955e6ff4caf82a73ec0a73966e9a4533a98a174 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-94.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-94.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-94 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-95.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-95.js index b2f1219dc9f8b146b99f0a1828f86b954a277d0f..387c062a1e42d3c49baf529277ca1eca4e2c322a 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-95.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-95.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-95 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-96.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-96.js index 9ec5a182e25a9038570dd440c250be589da1e801..8fec3fa5341a93b78c562b7b19b30f02b80cbf1f 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-96.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-96.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-96 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-97.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-97.js index 2ea879c24d188d257cdd372a7859e7b1c53bbb0f..197be1c816e1133726b01b22092303e52dfa9aec 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-97.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-97.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-97 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-98.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-98.js index c8476cf65bb1a10fd5ac26108fca20f5d3e055db..cfd9cd94cfc089244faedc328302a783cc6adca0 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-98.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-98.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-98 diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-99.js b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-99.js index 43698b62f739a21c51826f010d68a2c50a00fb4a..ce93bc299d6a871eee24963bcbd1a40437f1b4ca 100644 --- a/test/built-ins/Object/defineProperties/15.2.3.7-6-a-99.js +++ b/test/built-ins/Object/defineProperties/15.2.3.7-6-a-99.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-99 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-0-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-0-1.js index 5abe35b1f015d3a1bafd2e6792a1d85b2e47ac6d..bdf7f21508b84b2737732451d7c1078c0e15ae89 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-0-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-0-1.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.6-0-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-0-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-0-2.js index a9b99ccecabeba5690a241fb0b19a47e6e232858..7926f2607dfb68e5bb8f625645efd92b4575d924 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-0-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-0-2.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.6-0-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-1-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-1-1.js index 74fd5c34b2128adfb0bc339de7403434b2ad197d..2e7cae54eceac083a1b95f46185d1a44775bf800 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-1-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-1-1.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.6-1-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-1-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-1-2.js index 4bd68f83cac2b33403b64c7c06f963dcb5f3ebde..e2a39b24692fd2f38ea95c4c8a80751c1c6b5397 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-1-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-1-2.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.6-1-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-1-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-1-3.js index a4c6afd4ba7ff92800fc7cbdea42f5edca85b0a6..b9b43408550947b290c38e4234b7bc2164fad5ef 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-1-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-1-3.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.6-1-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-1-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-1-4.js index e9c8f52960f24e3463aa58b96ce5d1b13e0d5ef1..3c3292f3b5ce97fb401644d953203de163173758 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-1-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-1-4.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.6-1-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-1.js index d6c6792c815fbf0edbe4726b8dfb7395c4839421..c914dc7bccf57ef8834f58147332e940d8a2bef4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-1.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.6-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-1.js index a613839af01cbfc506cc4ba64a64ad1ef6d970c7..a0631bb5ebdc20b9f5b0fc405ca8521277fac67a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-1.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.6-2-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-10.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-10.js index fa06f51a41dce254adedc75989d497015b35ba6d..4ff49adc7123adf97dfcfb26d217fd264d64ff93 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-10.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-10.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.6-2-10 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-11.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-11.js index 955529feac654fd725fc1f4931f258bf4723b0fa..c8fe68d119c94e4c9ba95c63e6b5d2e491e02d69 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-11.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-11.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.6-2-11 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-12.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-12.js index c9ec29860ab55be4bcf7c70678c4ad422835083a..2ed69107c212e53e0fb6435b8dec6f70e4ee19ec 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-12.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-12.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.6-2-12 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-13.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-13.js index 6ead89a9a99ad1389375006e65797315898a797f..6907e660631dbb69cd4c70ef47d6d92a634e4771 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-13.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-13.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.6-2-13 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-14.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-14.js index 2d9fd6c80cf7e86fd03a74e9c31082443c3bae45..8a3a9f98a400f204f053b8f7889d6ce26016f8ab 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-14.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-14.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.6-2-14 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-15.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-15.js index 5d2168084448fd33da492947d4a2006571284cca..4bdbcf11a788d2f22a627805ac662db156b29071 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-15.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-15.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.6-2-15 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-16.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-16.js index d564185091ce0853375e7d9ff3b0138e94b3e764..241268244597d2acb86a23a1465e6b30ecb2bc3f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-16.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-16.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.6-2-16 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-17-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-17-1.js index 5d465f7953fedca8fa73c389adb5464bfa6c791c..cfe656f93aefdc1950622890ac355c7e1dec5ddd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-17-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-17-1.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.6-2-17-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-17.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-17.js index b21ea280010825cbaa6617497fabe05e75bf7446..bda543e71b1153c9f500e34446221758499afe26 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-17.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-17.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.6-2-17 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-18.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-18.js index f9b9df8e72c483da22aa4d054639f9d12be449ee..148e83e8efb358f86ed92d99587c744fe9f43330 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-18.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-18.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.6-2-18 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-19.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-19.js index 2f61b2e3fc4c00597503ff92b88909f1a04a759a..5c7af69e0947b500a55f6c5a9bf0e2072897bfd4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-19.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-19.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.6-2-19 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-2.js index aff23462f670b7c286a71d8c0fe9297ae4b9c59b..eef564186c0ecef631b3a720f7399d79de3818c6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-2.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.6-2-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-20.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-20.js index f76f6668f647f45b8495ad473956cd89cfe7363a..82adc1a277801d71c5c9c13fbbb9d040e7103838 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-20.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-20.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.6-2-20 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-21.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-21.js index c10786b4ecedc56d918804945cc19f28c767deaf..27530001475cd7fd07047a36bae676925f3cba00 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-21.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-21.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.6-2-21 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-22.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-22.js index 2366d032066e96b35120bf1b6d9c34b698074905..65e0add30bbe46ea54a709bafd5d5cf5c7e8a76a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-22.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-22.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.6-2-22 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-23.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-23.js index 5081ea39c7ea45ea90f8ef36184451e980fc2bc1..c558ecfd631ebc3c4e5023afaaa3514f54585c8f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-23.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-23.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.6-2-23 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-24.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-24.js index 45449b570f17bae0fe71658143c3e48a2ad67acb..da8334bf01f9ba30363031bd10e4c804952a8a09 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-24.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-24.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.6-2-24 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-25.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-25.js index beac3bcfc42d389f666f3be2a7fad6c369a88d63..9c9e01d7d9e59641a81599b96739b5e00a795337 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-25.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-25.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.6-2-25 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-26.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-26.js index dd954032058adad702da8e0d1adb45ea2676b3ba..074dee6a29aa82adccc2b05a0abd966691632dfe 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-26.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-26.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.6-2-26 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-27.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-27.js index 957a12e9ced8819aabd4959f031ad1ae5f83ea8b..d231b27037312bb8c0ac1d309f50a6e0f2c61184 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-27.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-27.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.6-2-27 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-28.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-28.js index d7743d43390e0a445a9a70780f5e0cbb0704f64a..44c7dc14c3830755b46fc2f907acb6002be8ca03 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-28.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-28.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.6-2-28 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-29.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-29.js index b3af7b920f05d0320b62cc5feee40e05942aa87b..af37d9a68be3ff219a9134db1d5e5a91d12959e1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-29.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-29.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.6-2-29 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-3.js index c880b6b28dc33f4ccc2d45bdc54fd9cc4c6af168..d4618f927ccd7184e377495b814e3c9be066103a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-3.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.6-2-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-30.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-30.js index f23f8e02b1c5bb69e94f8668784930972455e0c1..50ac0b632cc8e346c70dc36a53eb1834782661c9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-30.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-30.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.6-2-30 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-31.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-31.js index 27435938fcaeccccfd498718d13f329e7ea36e82..39cf4a4ab9c341e69c795c36517908b1e872cb9b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-31.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-31.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.6-2-31 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-32.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-32.js index 50abe86abd4437b1ade83aad9d040efefb9fb9b7..84bde1084c7bd7a686ae1ae7817c6ad1c5e5e01b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-32.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-32.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.6-2-32 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-33.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-33.js index 7d2b21fa5578043815c7cd58f1828f145531c9c7..ecc6eb4758136383a67509d61075137da285f087 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-33.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-33.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.6-2-33 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-34.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-34.js index 6a15ee8a585917e053cf059949ab8c8ba73b6af3..90842848e296cefbe46ebaa70f4584f57d355bff 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-34.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-34.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.6-2-34 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-35.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-35.js index 7157f4297b6a975256a0a9279c2fa50753d1206e..c5723270db9b3c896a2da5b158300e8a74133556 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-35.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-35.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.6-2-35 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-36.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-36.js index 3480258f08ccfb68d94d74fe63096461055e44f1..b6d89dc4df0eb542e41f49c31623baf34a4f44de 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-36.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-36.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.6-2-36 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-37.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-37.js index d70cfb6760c5d5a052ebf40da5b89989a1b6858c..0887d709344c652c1a170eb130a48b584cc3cafd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-37.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-37.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.6-2-37 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-38.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-38.js index d2a17b77ae0d7b61f5a3ead0c6e674558d16c675..51bcb504da0502b3aba601908dd095084aa9e9e2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-38.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-38.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.6-2-38 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-39.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-39.js index d71449d4490061d63c7a0ed58acd59680b7e7561..abcb87224fea87e412ea80b67e8fb9b8612e38ac 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-39.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-39.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.6-2-39 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-4.js index deb854fb6fb52a3e7feb046226632cc0e01625fa..0e88d976be22bcbc4471ea20250a23af35bf50f0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-4.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.6-2-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-40.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-40.js index 19ea0fa14bd8bccbf2924c0b55c2d4e55c3cd1e3..7fe366ed10334d4a4b0e667674e0c9dc85e0b92b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-40.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-40.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.6-2-40 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-41.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-41.js index 6cbe301d251d644cbb9d9fba9a94e92b4240497e..6df269264471d1863e4a6e542c4a4eec2281bc93 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-41.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-41.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.6-2-41 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-42.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-42.js index 37479f10ee663f0417195bf2ae3d5993c151110c..d6ecd16e775b916a7e6011bc06d7193f0932ac36 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-42.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-42.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.6-2-42 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-43.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-43.js index 039ff4aadee583c6dc07b9c7ed92b1875e04e48b..bd37401e8b636d0f67097d91e47c75c3a8bd73e4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-43.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-43.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.6-2-43 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-44.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-44.js index a2047a78930c759e47050195de984dc7e391dac6..7d794be11a5b38f9e938811bb898699f82b7376c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-44.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-44.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.6-2-44 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-45.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-45.js index 3b4cb49aa55ee87a14cd797344d73195e8159732..21ce8fcd9c3305039b157d9d7ef0438a44a69d3b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-45.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-45.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.6-2-45 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-46.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-46.js index fbf51d9754742179f4918a603552a0b0e9fc7c65..6e11faba26131324aa4f815ac71dea766c5b577b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-46.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-46.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.6-2-46 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-47.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-47.js index 81adbe5cc707848a3a5b6b8a9ddb4577e4d24e7d..e1d7435b055d276891c5bf5aabcadb2e7009ff51 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-47.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-47.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.6-2-47 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-48.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-48.js index 321623126e8c73cd048bf24aedba256773d15a47..22b057c712eaf388cc6298fe406c5a28c0e8fbf9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-48.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-48.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.6-2-48 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-5.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-5.js index 954a83b5b68fd6eeb72950f8100ddf0bcfa3664f..7f388236940e45951a6c61376ceaf3bf8aac783e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-5.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-5.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.6-2-5 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-6.js index 8db3c94c061375433ce460cfdf7292df8c9b7f43..f693f300cb11cb07809859fc2f2334666f2c76a8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-6.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.6-2-6 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-7.js index c9788310b7ca728ec9feab8f3d654962485fdb63..e0b07e597734d53d2a9c443f673f93595038c560 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-7.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.6-2-7 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-8.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-8.js index 282e723935362136fe59b2fa430af5af6c5cd466..fe4cbfb5127dd69bbc4945e78e5ee7a821e63c05 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-8.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-8.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.6-2-8 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-2-9.js b/test/built-ins/Object/defineProperty/15.2.3.6-2-9.js index 4f4bf026fe6c4f493924d792aa5896a25c3635cd..fa1ad90e585197b0467d90b6c7cdb5b943ef0935 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-2-9.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-2-9.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.6-2-9 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-1.js index fc532647cf46b9524cab1b9f202edc3a57c2d810..cd3a857fd32fb13acdf61d8c7f29e9cc803ae516 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-1.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-10.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-10.js index 504701c9b52da88685ad42d3b4de22ea934fbff3..d8ac440cf93643f4c9b6743dcb8c363e77620120 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-10.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-10.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-100.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-100.js index 8b2623ece86c1a0afce1f5642877e2b9c29b75ab..a792d3866be539b8fb9b2a24604041ba3267df01 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-100.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-100.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.6-3-100 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-101.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-101.js index f878d1a3f891bd8d1832c41efe11a78ece7cb6d5..aa4e6b5a31c96875bb2fdb2f1fb32bf1a812c1f3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-101.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-101.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.6-3-101 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-102.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-102.js index b92d1772249cae9785fca56f6f74704df3b2a16c..956bdee57065ebc0a490f788df5e04889d07039a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-102.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-102.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.6-3-102 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-103.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-103.js index 019fc5a1ddc563882711128e51a18643693c9700..ca816d3b39dcedaf2478e229ebb7d26325577814 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-103.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-103.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.6-3-103 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-104.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-104.js index 816c19f54ffd4cc271ca687023936108182f7cad..eee093efb9702f15443a7c38ae96d9761a1d236e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-104.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-104.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.6-3-104 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-105.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-105.js index 5ee08a0aa58fdadf77ac18bcb239c31718cd5f4f..a96eceabe37325b9b45538c57675f70252b480cf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-105.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-105.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.6-3-105 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-106.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-106.js index c2433150e175a9e7b22abd57ea6ade92093e8780..35b086b0df6fe2431140996ac7008b6e216ff9fb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-106.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-106.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.6-3-106 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-107.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-107.js index cb8f44dd6e1cda5cbbe855e769f98dc4abbfacab..8f904729d208897b2d607b771fdadcf8b6b0a641 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-107.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-107.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.6-3-107 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-108.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-108.js index 8b8d3d04204a1c91d5e00ea978ae83390ea7a085..83478436345d4352db3d7074ec70fd24f5ba4a0a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-108.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-108.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.6-3-108 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-109.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-109.js index 01c765f036f20c3b590c855e255440572af8874e..ffd7940fe55c1083f816da8aaa842bbfad34b339 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-109.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-109.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.6-3-109 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-11.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-11.js index a879caf094c625de8e9351aae401e03e1ef9acf9..2af0b34957eb5d3e48f2d54a6faf1822b7c0ebfa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-11.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-11.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-110.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-110.js index 225a6518e70fcc1df18ad022d50ad87c313de843..00b6557c9e67490ab3d88863b32642af1ee1023a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-110.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-110.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.6-3-110 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-111.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-111.js index 79fe42fd94512b77afe31a8eea17c7d9aa819aea..d2ed346ca7e9c9f20d356acfcc42855e6506ae3d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-111.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-111.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.6-3-111 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-112.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-112.js index d137fc14bcfe3054f90c7ee27fef649569919dab..725a3ca8f6784e565594ec8d453e712e54adb2de 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-112.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-112.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.6-3-112 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-113.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-113.js index 13aeecc474178ec64de46dba6cbbf0e86f2960d3..1fdc73f317efb1416cfac5ff2ecaf2e39a44e9c4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-113.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-113.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.6-3-113 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-114.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-114.js index 3f95b03456ca27207587325e3e7bf1590f666d76..7b925720c7a72716b66469d5acd33402b7f8cd5b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-114.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-114.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.6-3-114 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-115.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-115.js index dba2c11bd28f99957e9cf74bb83626c629611db9..1a168f5409c06bf84a4289c5aada37ed1ed4e1b5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-115.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-115.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.6-3-115 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-116.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-116.js index 76a21eb47c77e19add6f87e1e2a6655f31797319..562a2a2c9b1f1042da256e6fe8128583fd03f9fd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-116.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-116.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.6-3-116 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-117.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-117.js index 25ddc300f96cf31e341bd2426eaa3c2aa3a52ede..8a89e3666793418d6d75cfba46640ccbef8346aa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-117.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-117.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.6-3-117 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-118.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-118.js index 287b0817f14e39d38427004d2fad16e70bff209a..4fedb8837fdee9ce34b8b5438a6909e7b362a48e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-118.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-118.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.6-3-118 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-119.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-119.js index 07dbca46a4f8fd70939dfe84d8e91a5a1c6f25a8..bb863b556f7dc198f9b76033a45f03432fb2de11 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-119.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-119.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.6-3-119 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-12.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-12.js index af90faf54bbad74b9984e9858f0cdda547e24103..d14a9006e8e3925019e518a15117394b6f7deca7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-12.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-12.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-120.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-120.js index 64ef26ed88395a826f55723e0a65816bd8d14ed9..07a0d00afcede1307f41f2cc4632615d09662f15 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-120.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-120.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.6-3-120 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-121.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-121.js index dc104742ee43d1442d45a10250d447117e2e8440..5eb6cc86331a68c6a8178b68d0e25887ee835915 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-121.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-121.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.6-3-121 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-123.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-123.js index 73a89c462bff254407c039fcf4e97589453c6e58..ca62943698ec8fa21dddbd3845caf865947567a2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-123.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-123.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.6-3-123 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-124.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-124.js index a90e21cb01614e989b2d55cf76869b915f0a9ec2..94f7b350cf207fff80531e7c245206c986c31cea 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-124.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-124.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.6-3-124 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-125.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-125.js index a39811e03e5fe62e30e9dc690de05f80d8cd1bcc..fb6cd7aee29582c99964787e6536895ad24210a4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-125.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-125.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.6-3-125 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-126.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-126.js index fa9d6ff0e4c1152de730ac80ac236f7a9ca879ec..cdf39190fe266813105f6cbcb558e2e1b4b5e288 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-126.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-126.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.6-3-126 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-127.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-127.js index 5191395c3bdb055cd2b4c9b157e7863b30378707..52ac002c7f5d5a641e6e6055dc0b2de29fe6536d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-127.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-127.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.6-3-127 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-129.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-129.js index 69c122c4f61a1e0de6d28a310ae91035007a8239..0b026d85648bb9b14cb017a22046925e32b71bf4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-129.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-129.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.6-3-129 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-13.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-13.js index 9f3c3f861db69f8400f2e5e7b3dd92cb804d76ad..311f910aaddb98d5e2d037e72ba61effcb2eaf1d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-13.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-13.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-130.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-130.js index ed4c549c157d1871f2961e762227befab9200269..f2fe4831ceeb789cd10ef1df984d096853ba5cc8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-130.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-130.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.6-3-130 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-131.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-131.js index 85283b1c3582ea27513e180b3e9980b749813248..e547ea5619af9a9cdd987bc1063e328ff7151d2d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-131.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-131.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.6-3-131 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-132.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-132.js index 11117074ef5a16ec57f0fdfa15a92164e01c8cb4..be9b0f3affeb4523919416fcdc4d8972584a07a0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-132.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-132.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.6-3-132 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-133.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-133.js index c31417353c14e24512f4279fae7c4920849a0ad6..a912dd16884164082c70e12cd58f4a1a523bf860 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-133.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-133.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.6-3-133 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-134.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-134.js index 8114741f6166c4b58b283a921c83917de280a5a7..f6b14974da7d0b098d979d3ed733320673316c24 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-134.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-134.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.6-3-134 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-135.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-135.js index 198d51770f102533ca815442b6db34fbbdbdf863..639aa8667af86eb1379e62d3fb76e448fa14a9bd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-135.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-135.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.6-3-135 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-136.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-136.js index 4c9504301506a9986d1e9aa797c718e4d9db815b..66efebb864ae5302a8ee5a82e654d6a729b8b3f0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-136.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-136.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.6-3-136 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-137.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-137.js index e91218fe5c9f712e0d78fddf3bb6af7b1c28ef88..99f46a84c3a8d591e7c9ce3add716620e2a825e9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-137.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-137.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.6-3-137 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-138.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-138.js index d42fe862f3152949a63031296ccab52eb6b9fde0..86f1242cdd8df5509d903244d42af82ed6fde8d2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-138.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-138.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.6-3-138 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-139-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-139-1.js index 07216abce0ea519c9555c42968bd83b4ebb67f69..55e12b421a87c2310aac8c66628a4f957e517c5c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-139-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-139-1.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.6-3-139-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-139.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-139.js index 85ff4c3c0f6eb05b41def56699b37e0f5deece8e..705be1f2eadc7a7f99a62ddd7514a3ac1ac2cb51 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-139.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-139.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.6-3-139 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-14.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-14.js index a4de681f7b8dfa1d06eba768c3dc5402accf1bdd..e77f34afc90bbe6648879e306ff334b0a9ef3a80 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-14.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-14.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-140-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-140-1.js index e821ab8d064dfee1398ba8a3384335ef678772f5..8ee35ecefaf61fbf2644bb7ec484cdae72119118 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-140-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-140-1.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.6-3-140-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-140.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-140.js index 69dee95952cf6cda96e7f428ae248e328fed5c4d..8240099f421749b658cea7c5f8b1c30f486809e1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-140.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-140.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.6-3-140 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-141-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-141-1.js index 2222e356f86a6a9f0b99c44366fe81c95f8825a6..0f304449242b8f477ac4fffc07ebd7ebe719aade 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-141-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-141-1.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.6-3-141-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-141.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-141.js index 17feb99f14f97bf0c19df5b7c080429fd3f1f729..259c7c438bdd5cf33ef6733150e3920e51726ff3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-141.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-141.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.6-3-141 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-142-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-142-1.js index fe74667331609efa0777ab66d027af587502bab8..c5f7def07542a59012ce18515ff2d5ebbf90854f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-142-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-142-1.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.6-3-142-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-142.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-142.js index c8d2075a493fd4ecf3675e2ad11d5518d9f4d1be..012d079c45ca8195b81d48d08babc044e2661295 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-142.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-142.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.6-3-142 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-143-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-143-1.js index e55b95cfa3dbf4e1c698dcba67b985a0a1e64148..0e69a8849253cc0cf8f7d2f64d96d50a09a6b08f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-143-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-143-1.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.6-3-143-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-143.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-143.js index 6937caacf77728606ef0ed641d68d965f2723441..403b4f32857ebf683922a1826369a2937175c3ce 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-143.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-143.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.6-3-143 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-144-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-144-1.js index 336b7d71486dd5813f91a35c041e951d66c26cc8..96bf1f211c3ae62269b2d2f5f97beea8b9cc5cbe 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-144-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-144-1.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.6-3-144-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-144.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-144.js index 615b8fb1a37562d12c95b14909b6063d729443e1..458e7457f38c751d1ad38bedba3861383838cac3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-144.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-144.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.6-3-144 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-145-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-145-1.js index 461aa00acf2897d15a188fa2963842679c3a92b3..7c09699cf65dde1e0d5ea1638268b2a7df9c4d54 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-145-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-145-1.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.6-3-145-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-145.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-145.js index 857800b2c7421f6e8dc5fe04af630df7c3f62f6d..b0ba8e37881d7f846954b4339cc9fdef8a937e81 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-145.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-145.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.6-3-145 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-146-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-146-1.js index 530b6633811a4522957c8cc8ce4271c01143b26e..4f34ea230806361862b39deb55636cc29e0ac6c6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-146-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-146-1.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.6-3-146-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-146.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-146.js index faca06d190d13d7a963647b45c181843199e1c5d..60ee40575ddf553825076fb4ea3b849c3b0263db 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-146.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-146.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.6-3-146 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-147-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-147-1.js index b617e4d2444db4eb36660898506b69f99a2b5c4f..e0809ac44ad7d4170095f329dcfe15075dfbfd2d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-147-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-147-1.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.6-3-147-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-147.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-147.js index 217da83b41ff6fa5a3e3357e8571946871af4291..89985336ffd56df92554be0eb613f7eda2ed8fc4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-147.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-147.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.6-3-147 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-148-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-148-1.js index 1334a2594c37569693160207f3b66e59c0e4b702..b891ea14369b43150cb6db248b1ec62f4bca929d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-148-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-148-1.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.6-3-148-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-148.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-148.js index e250bc2e5a21800b45b1261c1257c7642548d516..138728e4fc599904502a8e4fb8a355e2e525cfd3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-148.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-148.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.6-3-148 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-149-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-149-1.js index 765b841e81bed0ecadbd5403f49c75ccbb8eb507..94bae256383dfb6aa1f910276538c28e0c30f3af 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-149-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-149-1.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.6-3-149-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-149.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-149.js index bad7cef1feb1db1ad042de37445c0414f4442916..c0544f24dc5ef7b083bdacacc7db2444079b5a57 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-149.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-149.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.6-3-149 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-15.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-15.js index 8bf41e6cff27e560c47d8e24a33f57931e734dbf..fa8505aa046c434f6f66229eb3415b256d9d6bb0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-15.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-15.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.6-3-15 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-151.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-151.js index 777b7cce48338669e563200e9d78fbf1727efb30..ea7a65b543a6117509f1a27970c844d2bf56ce95 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-151.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-151.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.6-3-151 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-152.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-152.js index 56762ac69babefb477a1a5cd93e99fadaa63d7ba..1b9eb1efed4704441d2472b839d9a382708a5c78 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-152.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-152.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.6-3-152 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-153.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-153.js index 0be434d96456f4557cc6a49703db35d9416bd059..d2ae3647f134be69f1cea155a1a9e573f448e693 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-153.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-153.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.6-3-153 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-154.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-154.js index 97cf1abb0c3ef67410406b597c0c91181c82608b..a571a877abf3e3f8a53bbd7237ec2ad061f84d65 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-154.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-154.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.6-3-154 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-155.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-155.js index f8afd363f07756f2cac235a088f08d9f441cbdc3..e970469949126806129e657cfb24e28707923045 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-155.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-155.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.6-3-155 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-156.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-156.js index 6518cd9d1a2aaf4e9df6b07dddb74592a9d60e37..319598ed3242a4c932c920bc3291422a420b3b90 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-156.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-156.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.6-3-156 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-157.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-157.js index 80e05f43857bfe01b07bdddec2015a0e1196a19e..7719052c1ae234d86aa6dbeafd32820ed3839de7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-157.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-157.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.6-3-157 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-158.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-158.js index a5ff86524e5bfe56af81ccbe70fde536aeba04fd..b1c62bf818d1472013bfa516d5a09cabbc05c907 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-158.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-158.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.6-3-158 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-159.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-159.js index 42740b6d01b2000861b8143bce58364baf0d7732..58a8c55739763a8e5be2800817625408f299c41e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-159.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-159.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.6-3-159 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-16.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-16.js index f9aba0242605b77ced6aaea085375969c3c02b43..f69e46b1b88687e1173632cff2cc15562e4d2df1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-16.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-16.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.6-3-16 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-160.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-160.js index 02c75e5237dd4f4bf7ded67a858fd651806867aa..5d8269ebf8994f8b6e7aa12aade9927366ac95e2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-160.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-160.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.6-3-160 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-161.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-161.js index f5abcd741c935965e74f318c823b810a1e9f0cf7..9c1eb9e6b5c62642c3ddfadd8dab904fe00f39af 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-161.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-161.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.6-3-161 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-162.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-162.js index bbf29fbb8d0e3cd17c2c4ce11129446b7b4c24d4..1c3b3c7e9a772eec6ea866a2b7f6bad6b19a859a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-162.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-162.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.6-3-162 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-163.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-163.js index a06ade9b83d8756144dc1a49259ec937d6773a7d..bbdf9eed722f6cd988e482628bd6f3fe13fe0514 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-163.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-163.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.6-3-163 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-164.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-164.js index cfffc62d077700d21eded3fb8a1a170647dadf21..4c5e7b06c2565f6a387cd4bb4df074243d8a753e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-164.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-164.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.6-3-164 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-165-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-165-1.js index 574adf5c88471736e30562e04c8783ade45ea65f..9ca90dfff746f0446233b786db8e89d900953e26 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-165-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-165-1.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.6-3-165-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-165.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-165.js index 39d52f48f13b0203f0788f91f199deb987547719..89b249cf85c1584bca652e4ddd9fe6b8dfcc5b10 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-165.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-165.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.6-3-165 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-166-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-166-1.js index 880f49495f77393ce5492cb88baeb05959bf6567..6dc54828a57b94f415ed575a6a2d58f7f455e5a7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-166-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-166-1.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.6-3-166-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-166.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-166.js index bbb4491df7c07edb8eeec5da9bf46dafa7f90feb..234489a79ee6908cfe5fcdefe0a2581ae44969c8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-166.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-166.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.6-3-166 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-167-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-167-1.js index fbb04eafdb14c029c62d23550ff29c46e5670f79..5c2aff8b25e31d33fd6febe934bbd7982bd2cfe7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-167-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-167-1.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.6-3-167-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-167.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-167.js index 59fcde077be0651ae101abf87b40cfe0999f20fb..2f07f91a8d20b70693395a3e1e26dbf51e7c2f97 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-167.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-167.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.6-3-167 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-168-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-168-1.js index e9e7f015dc9f7b20d4aba9ec895a563b7ba4c65c..5870b54ae8d4861347d3303bdd281612fd4cd441 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-168-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-168-1.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.6-3-168-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-168.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-168.js index 26b35c38b7b7d018750c6db6046c06efa554d1e5..7c0e0b78b57f2203b84bac63777ab0fde054d3bb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-168.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-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.6-3-168 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-169-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-169-1.js index ff598320a7216122cfc72d3b34abe6b767575890..b4a10345af0c56f139efe837e162920b35af47b1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-169-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-169-1.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.6-3-169-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-169.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-169.js index be7edfa5540920a3de44d289bb6ea9ccce05f5e3..c041e1663b9f20dbcfb5ef5a9b5261a722e575e3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-169.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-169.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.6-3-169 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-17.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-17.js index 8db2a2edfd813c3961c4e1d57034e74f3dc463f3..21e9cf4d29e38bca31c3bb870930b1b075d7f74a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-17.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-17.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.6-3-17 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-170-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-170-1.js index d12a0035afe57b09a7a7de8bd3f9859115e3f8b9..0ac85bc9056ac83fc3b26baa3d30e08184354cd4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-170-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-170-1.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.6-3-170-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-170.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-170.js index 1ccf6d913efd3b0b44fff650b48975204264822c..38bdebca8e98eb89282a099d44662365dcc10fae 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-170.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-170.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.6-3-170 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-171-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-171-1.js index a91b4e92c889fd75533f64b7403355f135689e03..a10aa1b7d4ed3a48f822e57a1dc81340964002ea 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-171-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-171-1.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.6-3-171-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-171.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-171.js index c36513312228ae745383293a575daaa066769e85..6320fd4649020a7e705270df23c8f0639e6eda55 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-171.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-171.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.6-3-171 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-172-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-172-1.js index 5b6e15c9c44f7387ad0c72c2398880afe2b2b8e3..444791cf8e1105e1bfb3f0e7a071c66387a964da 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-172-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-172-1.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.6-3-172-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-172.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-172.js index 3a53ac2e20d5fd6cade5ec4435e719371f63583c..93c6043103fbbcdf78a09ae163311b3b67ae970e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-172.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-172.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.6-3-172 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-173-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-173-1.js index c3f7e388e186de09c67a306ea817a131d460267e..170c0bed6253363468c244e41d068fa68ae37a64 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-173-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-173-1.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.6-3-173-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-173.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-173.js index 4b1183d15f826a0ed32a2952c0f004a3a06b632a..b488a826217843c63a826c11a21254163aaa6ea0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-173.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-173.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.6-3-173 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-174-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-174-1.js index d24d8f9e94fbb2b4e341ae3f14a92a84ae1e20aa..b17e2fcbdf5b28f1b09a185ad68c806a35a56c60 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-174-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-174-1.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.6-3-174-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-174.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-174.js index 39b9474f76c53b3e3d475318b0ed56ddf94ec41f..d92558c7f44af750e46f58a612eb3caa111b2b7d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-174.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-174.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.6-3-174 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-175-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-175-1.js index db69c508902fa569fc5ee434677ab8bcb78c849b..7a75d3321fc0c00eba789ff231183f96dc487ecb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-175-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-175-1.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.6-3-175-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-175.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-175.js index 5c2c13e441b3015c28d534040f753a8d87fe1ace..3655f5eec84dcc3f4af1dece63353a6bc562a2fe 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-175.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-175.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.6-3-175 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-177.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-177.js index 52c950e05f1e52342d420933efca1ad790bdc45c..2452d47fcf4f83edc6b73739238c253e431fe8a4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-177.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-177.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.6-3-177 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-178.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-178.js index 93f5dcb54c0a10cc7173e6b0735eadb3e45cc0c0..77d1123e1e92c7e04ece1e908ac6b35899b7dd26 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-178.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-178.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.6-3-178 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-179.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-179.js index 2ef1f2af28929510988010f524756b12297e520b..ec43702bc9b0d5f1f6f4e847d1647218cc21c176 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-179.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-179.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.6-3-179 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-18.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-18.js index 7f729f33636e670878c155e07c93d4653f7f23b7..b3cb2ae4ee721a947c82a6056392d4fd99c7b47e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-18.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-18.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.6-3-18 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-180.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-180.js index 1ce28f162b98caf6e02abaed93713065fb770738..f2f00c7cf744496c730e97d51aabf8a11cb8fbb5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-180.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-180.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.6-3-180 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-181.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-181.js index b7e9dc0d4086ae7faff3966f1992b7f6d44df05b..dba19631028ebb4053efdbc6b411e9e2abc721b5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-181.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-181.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.6-3-181 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-182.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-182.js index db24b5f5d860702c802ddc4a3b5e2a76fbe7db1e..559b4e64da6f90fa67a4c8415db100076e1375d5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-182.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-182.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.6-3-182 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-183.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-183.js index 8526955aea92496ae9008d3455c6d8b997915466..815482b166c76d008caa91570d918d9807b27f91 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-183.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-183.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.6-3-183 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-184.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-184.js index e0e457498ae8cb7711add3c3b1168d3aac0323b2..a7829b76605b20d039c220db235943e299da3e69 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-184.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-184.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.6-3-184 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-185.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-185.js index bb86206ed127d8a3afef926ff4350362c548c17c..3e057091e690b2b2ec7c8e5844b3ddc32e1df3b2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-185.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-185.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.6-3-185 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-186.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-186.js index d7bc611d9e34e90a20fa3c1c11ea6bebfb3c1858..641a8f703636b7febc4fa87b937079ed518695d6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-186.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-186.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.6-3-186 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-187.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-187.js index bfa8aae75f2d2a1dda66a7c843a2bc524f7bc216..6cc0843a8299638e90f503ed88f9f4e0942c78bf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-187.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-187.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.6-3-187 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-188.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-188.js index 1ac28aa86473368ac82258e82949628c2d89219d..51fca69ec6381eaa71ef1eb673896fc19f18e75b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-188.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-188.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.6-3-188 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-189.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-189.js index e635ca535d65e5129263deee2e8a12b30dfa0c1b..e533cc62bbf286964d6fdd6291874540a9175d20 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-189.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-189.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.6-3-189 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-19.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-19.js index db262402cc9ed57bd0ce2de55e89abfd31e8c497..4ea8af8ed578b906cb336128be2d1f28e69c65e6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-19.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-19.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.6-3-19 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-190.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-190.js index 5355e4bd4d355e5c9c35a6d0de3ff59087600a85..d609930a68dc623641052c85a759569e13604f88 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-190.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-190.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.6-3-190 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-191.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-191.js index 38c25b82416e53eda7f8a78f7352728e8fdaebdb..abb0f67295c0d301dd53889d9846b458ad7ae03e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-191.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-191.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.6-3-191 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-192.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-192.js index 51585f2bfa2d9df271dfc67b766b6bd34761b00a..e3137fe3ddbe5702003538deb6d3893384b39139 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-192.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-192.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.6-3-192 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-193.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-193.js index 57939425b24d9fe1e007a0cf4ae774f4bcff392f..bab0e5c305ebb6ccf4cf96e03b5854a124f3631a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-193.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-193.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.6-3-193 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-194.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-194.js index c4722b0573823f065ee7fba84d0f648bc9d8b3b5..8c1013f03ca4d87a50ebe86d6b90dd1d46d60e80 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-194.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-194.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.6-3-194 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-195.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-195.js index 3a7eac3808908a4c070b9774dae244067950a7bc..68c0226d824286bbab6236287886c8bc6bd248c7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-195.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-195.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.6-3-195 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-196.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-196.js index 8beace03156b95943a762d6b65262d0397800478..1fed11a0f8ee81bd9d6f13e1bf09daf831cfda1e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-196.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-196.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.6-3-196 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-197.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-197.js index 003f77a682ff95ff8d8d5626713db6052ef924e3..1b7d2416e5cce490633bd522b55eeadce0a6229e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-197.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-197.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.6-3-197 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-198.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-198.js index 5df98b3631fbeac9f463f9c49629cd40429da086..dbfc2e6436e127af14464e71679c0a16cc2fe96d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-198.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-198.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.6-3-198 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-199.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-199.js index a6381a5834035f46a0af35d1bf04d8e1003efbab..c3bbdadc062b2c933dc860ef16dfad4d1890997a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-199.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-199.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.6-3-199 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-2.js index f430e7db03b8f234472af234dece676bcf6ba4c4..c42ad2d38408eeabd2e488c38b4482d995767a60 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-2.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-20.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-20.js index 110bf12aec94a3389aaa0b3584c4ded7198d0ee3..6fb998df078dc234d2f36d5e898fa9fa278598bc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-20.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-20.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.6-3-20 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-200.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-200.js index 93aaaa52fbaf62ae541a11b769351e5af3bcf433..d744016c760e9086e7aa353ffb66a76da80eaefa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-200.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-200.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.6-3-200 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-202.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-202.js index 333281f47c7a5f07a6651683e9c479614035ee5d..c48f399e211248cb669a1acf951902bca4e74eae 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-202.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-202.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.6-3-202 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-203.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-203.js index 5f7c4575f27061d722ff3fa63d5942578b9348f2..d9485f69e6b44f122acfc03e65a6e9a84e650811 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-203.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-203.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.6-3-203 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-204.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-204.js index ae2fa7d11ed545598fa5affbd60e245a1da1337c..f1d9360652d0aacaaf07eee3e297d064888460ab 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-204.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-204.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.6-3-204 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-205.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-205.js index 59f1d1f9b7b8cb9e1e318d45643a08cc34af4ed2..d8ee0f61b8a99159307b5f72c4771a20cadf5008 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-205.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-205.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.6-3-205 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-206.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-206.js index 6a288e537e477bb3920b3983619816f2cd364b4f..bb8d9995e16132fdd10a32910d742b6216f242c7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-206.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-206.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.6-3-206 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-207.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-207.js index 6f22d7fa7d1e8c1b30c8a730793f0f8917f6cddd..954ed3da21122c363006ceb587e72f123c7ae3e5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-207.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-207.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.6-3-207 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-208.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-208.js index cd3284d041bcd35962d68381c0063629619aa2d4..f2effda83f917cd9b5bd0b7a5b14d189f258c2db 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-208.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-208.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.6-3-208 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-209.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-209.js index fafd672b08adbb444e99d09643c4c41960dbe808..4ef877274860642d74083114e40606c5068dacfd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-209.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-209.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.6-3-209 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-21.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-21.js index 80bbdec5537f7d4ff7dd39a7945377a4ffeaed1e..700b211e0e4f0bcac30a3df8877e86c6283d06ce 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-21.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-21.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.6-3-21 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-210.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-210.js index 830356e7b4337f66c256ea2d456e5b1f4d2c4c88..c94409911fb09c29ae4adb0fc6e705b83effe699 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-210.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-210.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.6-3-210 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-211.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-211.js index f2551902df181f98bbbc77516f1d746305852989..ce1254ff13e9b6563fd4cf2dd1af68e4932490aa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-211.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-211.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.6-3-211 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-212.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-212.js index 8785daea7450189a89a4a2ca4e71840559b6e2b7..7ec4f0f1e108721bf8f9b2b10575d46f592aa828 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-212.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-212.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.6-3-212 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-213.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-213.js index c9af94d774b99290d772bfdee96019a6c203016e..3793e6032f151ff07187cab1268270ec86a2a91d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-213.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-213.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.6-3-213 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-214.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-214.js index cb3f2452277fd61b99806e3883649356a1984b22..a2bfe24c1140b0dd56abe98d73de814cda812352 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-214.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-214.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.6-3-214 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-215.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-215.js index 036a6fcc5fb76968067bc2b03342ff82e08340d2..551e510b7e718c2cf77d4e8597d851cf33772e3e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-215.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-215.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.6-3-215 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-216.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-216.js index 68669270fb303feae7a062e495b90038dbc18b74..b866c74316a205853d6f8efe42dc3e343f5e9c7d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-216.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-216.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.6-3-216 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-217.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-217.js index 106e414a838fd00c4470a0dfc57d5d8c20766155..8eb3942d62ad4ca8f89e4fa4ca4490bd50ceb6bd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-217.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-217.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.6-3-217 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-218-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-218-1.js index ba50beae943836e63c508af66eb8dcdecb1da6b3..7fd8a49ab5980c2b9e34b151bab82dcf4fba3729 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-218-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-218-1.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.6-3-218-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-218.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-218.js index 16d2e51e01c61b28c80ea9bfaaad107e2692b56f..813608010e7103fbe34ee0968f81561b1d654515 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-218.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-218.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.6-3-218 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-219-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-219-1.js index fcb2e5fdd7c858524349c1a91dc512bf87c0b64d..33c27f2631d74454dea4a2e24bdc09da68a40308 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-219-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-219-1.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.6-3-219-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-219.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-219.js index 6a2fbd6fc2ba1d86e974b25e587a15a5db5d1e35..d424bd86786c0b0f6512bddf055c5251ba51e892 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-219.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-219.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.6-3-219 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-22.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-22.js index 0708943417f2396939121672333566efde10977c..18c385f654a25025001cd460f432ed6a08077f11 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-22.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-22.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.6-3-22 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-220-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-220-1.js index 8511d2a47470963974a4b84f2b29ef527ae58f7a..af410bfe68f2db8a5693ece9ec7569e1c7483e3d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-220-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-220-1.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.6-3-220-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-220.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-220.js index 68f4034c3e2ee0684e34bcae0f6ca2a1ce3dbbd2..1388b6ef45aef6bda8285e47fe83a4beee6f426d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-220.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-220.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.6-3-220 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-221-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-221-1.js index 9d755fd7c0ccc5eeaf5c73b641c118c943183568..0d1f6512705abde534cbe2e2966bff87c202d788 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-221-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-221-1.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.6-3-221-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-221.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-221.js index 45b1ad045e626d1429872eaf4ae56a8c065d2014..c3a6f5464c1d38ba58f895e4dc7f40774d9269b6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-221.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-221.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.6-3-221 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-222-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-222-1.js index f9984b44d4c34f1ccd61898e4c8ba75bc2867c69..73dd3b73f34efc7ff83b7fa17ee67bc2e4703521 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-222-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-222-1.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.6-3-222-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-222.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-222.js index 2fd30d7a7ecfa86691cf38c2c00dfd14b5fdaabf..a2978c19e91563557eee997fc587950f6e62cb49 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-222.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-222.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.6-3-222 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-223-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-223-1.js index 9255a0a6846ab301e42dd6315e7fe4b41e0c2c07..4b2dc0f76e7d22bb15d1b1933872b388600b02da 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-223-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-223-1.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.6-3-223-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-223.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-223.js index 0ffbe18038c78fd018689abc0da34b5a6b6887ff..2db97c35f659a4a8f370faf13f8ffc605852c52d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-223.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-223.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.6-3-223 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-224-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-224-1.js index c7a1ca80e5d7634e140fa8235dab5670c3bc3753..cdf29528e68f85e55d4a2f3091c16972779c6fcf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-224-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-224-1.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.6-3-224-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-224.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-224.js index da2d0ebcbf484e12391013f842ba7bb8fb0053be..bffc291f59deab7ebb05dbf086c6fa5c88e5376f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-224.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-224.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.6-3-224 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-225-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-225-1.js index bc853d3170a4a9e28dd892b69ef7726d9b09271e..c8caf8bec5adf3118d711ed48948d59f932a90f9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-225-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-225-1.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.6-3-225-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-225.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-225.js index 3ce161a4116b898c78c1dfa1be207fc72ede14a9..05e477ab963b8ce0b0dba2d2b141a38fc55634d7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-225.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-225.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.6-3-225 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-226-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-226-1.js index a2f82da72501310c67438dcc2dff367a6231e44a..910c8d4438b5f9ef8fe3e52604e5f28c46b397cb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-226-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-226-1.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.6-3-226-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-226.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-226.js index 0be0001c7a2a14542204c503dda024869ce3ecc1..982a667569a1eae5cbde2dd93bb3eef7eb761aa4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-226.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-226.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.6-3-226 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-227-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-227-1.js index 365226562fec7958c32de2aba0618b5f4b923175..a512eb5b2aa398d27673ad11d08d16dafb66474d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-227-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-227-1.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.6-3-227-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-227.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-227.js index d98536c160b2622f214e11439e0190497a1c30b8..c1c524dd5df10f8dff8698607a0838631a43acd5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-227.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-227.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.6-3-227 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-228-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-228-1.js index b8b1f8a97bea675f290529e8c65dc330c69154d8..602bd59f215f03d5cee3324756edc320879ed6f1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-228-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-228-1.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.6-3-228-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-228.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-228.js index 4e9cd5c5b434e71e16473a162cb62520da92efec..15a13c135d2b66ba6107b07fe846d28432b7168b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-228.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-228.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.6-3-228 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-23.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-23.js index b744be26d93902609b8c1cb2a3ff9f48fe46b663..ed712ea3ed310c4a484848a189b95820981e107a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-23.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-23.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.6-3-23 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-230.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-230.js index 3c3b69917c2829850f21f2f6dcc91fc8504f177b..e5e6e3a49a768cfd638b8ae6afeb4688595e02bd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-230.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-230.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.6-3-230 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-231.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-231.js index 94baa6923ddb0a54e683d4d6f93f606b7102c988..a323fbfff81719d10c8ff18b427b0d69101b2d82 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-231.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-231.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.6-3-231 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-232.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-232.js index d5d0225d7eb1e6da85bd07de19e77b4ebdfdc769..6aa61c6540c35a8cbbf43e261aae5436844cecda 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-232.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-232.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.6-3-232 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-235.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-235.js index 24ab8476f7402ba2241dd8d7ab6f370c822d0783..cdfd17885d66a965d8f7048240fc711e42f90e81 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-235.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-235.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.6-3-235 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-236.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-236.js index 52adb58d5e545e8da7c7ea903e770d2c6a01cdcd..8a09f51b059cbe1dc01fcc965f8e9efb059fc663 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-236.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-236.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.6-3-236 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-237.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-237.js index 4d651c25edd5a1d9f5074ccf91e6766d037d7ddc..3606bfd82adf2453a3540a899b14db003fd28b69 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-237.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-237.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.6-3-237 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-238.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-238.js index 5c715694a8c656b22acded47ca5bf992cb322b84..688f18d70fc73bd4730e1277c79e916c9f9ff62e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-238.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-238.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.6-3-238 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-239.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-239.js index e273421dc0c64d5395ba0a14b11caa73ff4f2b8d..c0ad75f037d6ecf0cb7bd61d19b65b682363810d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-239.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-239.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.6-3-239 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-24.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-24.js index dd718a1b6710dad38910d426bcda475ad408eee9..a3221c86f8627493ad3eeb44a09f97f7cc70fc96 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-24.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-24.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.6-3-24 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-240.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-240.js index 5b022ac34d1f1362b2f91d752d73713b2359eff7..fdd1ac00f1a1ad26811e1f726c2d87d9df7c0eb9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-240.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-240.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.6-3-240 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-241.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-241.js index 9c1aa076452c4de85affa5fd1c27646907ece61b..8811a220b8ba2c37adfb623ca1dddb2e50ea3266 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-241.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-241.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.6-3-241 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-242.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-242.js index 3e18d219da2b8e9913cb154ec7b827bf2408c8a3..6ea449a3750db3eae6ad1edebf2eedbd3e5a56ff 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-242.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-242.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.6-3-242 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-243.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-243.js index 1c5d7d984a2adb664f297f1e7783e155e76c8879..507afc20cd7119830188b9f2647481170d97f699 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-243.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-243.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.6-3-243 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-244.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-244.js index 6a163d0725dd00ce94e20c1661c89501b2f5afc7..1072ac07c958c6e38f5fe999114da93c19a9bea0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-244.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-244.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.6-3-244 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-245.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-245.js index 0cec88d659fa676de29a498318aa42c66b43d6f5..5953cc76feb7f592d23243ef29ab807904fa9345 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-245.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-245.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.6-3-245 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-246.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-246.js index f82005d54d2e5d242c72cfe7b29badad410431ef..d3c9b3b051264cc15bc9e4a33d7f9e57179564b1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-246.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-246.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.6-3-246 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-247.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-247.js index 8550fbed812bf6721e42b979f55b26c17edbe8de..7de4f4b3fd5efcedda588968867ab51efb2c1ab1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-247.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-247.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.6-3-247 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-248-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-248-1.js index df9f87ad828a11d722c26e657511d3f4b31381ae..d346c55d77ba9c7611f812f2b88e947f2278c109 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-248-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-248-1.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.6-3-248-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-248.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-248.js index 981a0749abc4c8e892751bfcb26cb031691cba4a..2bcb5703db48b77f3f7b6b7b3010fd9dc733491d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-248.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-248.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.6-3-248 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-249-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-249-1.js index be9dba07b47931ddc2e3c33149a673d9125ba9e9..6c1c71c298876113b444df2d4be70c7181732061 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-249-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-249-1.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.6-3-249-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-249.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-249.js index e5e7f5f130b931ba3c113dac0bd3235590bed654..b05b8c0e426a31171e0e498db5d7857bb33241cb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-249.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-249.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.6-3-249 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-25.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-25.js index 841cf97af4207250d6ac45b8b4cb90ab8fc5f165..e5ed357aab37961aa288acc33b47368f34753878 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-25.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-25.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.6-3-25 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-250-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-250-1.js index f887079ae03a767b880518f719377a21a1ef3e95..c61187c539022ce9960a4289571bf4b6fb4cf4b1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-250-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-250-1.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.6-3-250-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-250.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-250.js index 364959c0fcd338c117d8ea183b32b43509c7df9b..eb7197b0acbcf98242f1750641573f267d1f3766 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-250.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-250.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.6-3-250 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-251-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-251-1.js index cbd9292b4b9dfaf952bda8ad9d1aeb491c06d379..c28602cd3b3b225cc73703c875dfdc8ac5e1e9e4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-251-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-251-1.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.6-3-251-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-251.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-251.js index 1b7fd522c1bb9d5708420731eedccdafc1b33d99..f36d1c305790e6e36f521a0cc5be21b85fb3758e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-251.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-251.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.6-3-251 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-252-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-252-1.js index b426331d4b67162e60041ee41d73b5923740cfbe..1961cbddce2725dc3d490decae9ba20b2a85e987 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-252-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-252-1.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.6-3-252-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-252.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-252.js index cc9a6111e257938b1d020c0511da1cf22bc51551..f30a42abbd2f05135469bea03f0110f895261ff6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-252.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-252.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.6-3-252 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-253-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-253-1.js index e8ddcf3e27d3e5960ea1c37de475b51dd8afff92..acf887909fbb6121efd06278a2ebcbf5fb5d7006 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-253-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-253-1.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.6-3-253-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-253.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-253.js index bf9b2cd3d4d7aff4491bc23a6c940641b397671d..d9e66b08f7612ed941b08a7abe2619af4ea9b18e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-253.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-253.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.6-3-253 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-254-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-254-1.js index c853f4fbef13dbc7a546e077139005c41a61abb5..33b696c2a32dce6d1a2cc56db2f849eae0cd759b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-254-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-254-1.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.6-3-254-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-254.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-254.js index db72fbe593d97885ed46b26b1c498c8a1c29bde7..32c2e69beabe60dc28db267a2312e83f40f75771 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-254.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-254.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.6-3-254 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-255-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-255-1.js index 01e5e803a2a9628772356839991e01e6e915e299..7d9ae47424030827d5f76043fe2669fd1f30d1c0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-255-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-255-1.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.6-3-255-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-255.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-255.js index 1b2d7169c8565c691954b5cc1749ad6b84968b7b..521f12042112316d8c10618296df8bceb74a0003 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-255.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-255.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.6-3-255 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-256-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-256-1.js index a12061e2208f37e59a714c7f6219be063cd3020d..1512bc1f7c1286e576a5f0d10607677aa15a50f5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-256-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-256-1.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.6-3-256-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-256.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-256.js index 1cd8fe501ed5953ffe54b370da97710018eefd8b..da7043199e5b4f08b612f6b95799715aba5dd3fe 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-256.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-256.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.6-3-256 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-257-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-257-1.js index f91bdd905d4a6d4535345639d29cef45b8905a6d..037898c4cd0ec117f31c7fada472275f0312617e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-257-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-257-1.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.6-3-257-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-257.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-257.js index eae1f677bd10edd073ba87c5075c37f266a4cc90..731d5dda8406ee10ef5036c0b2e5f26216a24cdb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-257.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-257.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.6-3-257 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-258-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-258-1.js index 1afdef74c4d816f48a7a5b7168cd3ab17e83ffc8..0d221547138f1997cf8007e0f410fced2e8196b9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-258-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-258-1.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.6-3-258-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-258.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-258.js index 9e3194043970ea4dc3aff06e19283b7191c75e5d..5d21ad400f6e95b6f2516ef224f9e7d57e3006d5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-258.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-258.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.6-3-258 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-26.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-26.js index b7536414c071745808f9a30c79495b20cc6c5751..e1e5334765c2fea5cde7a6f4168a5cfa2f098429 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-26.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-26.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.6-3-26 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-260.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-260.js index 4e4815d0815c0f424702eb1057b24c4ecc138078..24c3df67fb7993490cf058fe84dd6b4a4e03cc5a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-260.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-260.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.6-3-260 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-261.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-261.js index ec3f1aa963bf7b5ea24016536934e2662cad6fa5..517fd80674d4467c89be085ad44c56b0d4d4a009 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-261.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-261.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.6-3-261 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-262.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-262.js index 3d5e8f557e741ad12a7d6b9c0591ecf7d74468c8..c37a166aa8303cad64f354a9497922677c2c21d0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-262.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-262.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.6-3-262 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-27.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-27.js index e9aee6bbdee89f438687a819a834875222d11510..b8b99e547a4f4852e0fcbbffea0862675f6e9f5f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-27.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-27.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.6-3-27 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-28.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-28.js index 66b133b0938e4e1c46ca3c4d30fa8e93dfb485fb..651055fbdd13895edfc9fa22789789b5a8f41aca 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-28.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-28.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.6-3-28 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-29.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-29.js index e03b4fd16be319147369d517756c6cef483101a5..5c54d5dfc8ca4b5e19a9ee37745d70aa482d79c6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-29.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-29.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.6-3-29 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-3.js index c009a0980ced77a1916f591d005e2d8d3f1e8bad..a3a8ef7d4484ad56894c8ca5a504453d79c1b413 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-3.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-30.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-30.js index 8b9254a5302ebf7a870450604d6f5b83eb93818a..0c0925fd9731aa2c2709bfc101a944a606551409 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-30.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-30.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.6-3-30 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-31.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-31.js index 2d30f945da4d59865ffc60f507970b4cb0572eee..6c1d1e2d4eba0d0dd03c2c6e7dd192f5efa58718 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-31.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-31.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.6-3-31 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-32.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-32.js index 7ab0760ac2007f4499b4405d9d2325b97e8be07c..4f7ac85ca60af58ebc2cdfaf9b07a3a3d2bc0295 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-32.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-32.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.6-3-32 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-33-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-33-1.js index 4c4553c31480fe0080547a404701250d47898d81..74181ef23df9820131bc8ccd4ffe61214f9121f2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-33-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-33-1.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.6-3-33-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-33.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-33.js index 195848a601c5e8ab146a1746ed86c9bb99495d0e..3aead0fa95cb25e5e85b0e6fb80b18f832601265 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-33.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-33.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.6-3-33 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-34-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-34-1.js index 917f3f3e1bdc6f4192821320744e274ce7b46236..b41c1fbb6854de1da096acd5e4bcaae0f1ee7c79 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-34-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-34-1.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.6-3-34-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-34.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-34.js index 57042812c722b33dc7ce57e072fabd8896ab96b0..94014a32d274445712a0183e78c72f9efa47e325 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-34.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-34.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.6-3-34 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-35-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-35-1.js index 5e2af073d22d81f84360ab90366a224a011d127f..867bc4412326ef1144fef2fd87624a16ccd150ed 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-35-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-35-1.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.6-3-35-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-35.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-35.js index 43a21e380ac795b7cd4d34725f387629c2951467..c465992ebfe117f347270a5b6b86189500d742e5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-35.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-35.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.6-3-35 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-36-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-36-1.js index c2698558de1bd4b0c53cd1f53723e9009d789451..f62fc229ef1fd3d5b79f8c3817290ca48bf14e39 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-36-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-36-1.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.6-3-36-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-36.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-36.js index d97cd1001d22aa98084b5841e37c6b8b4492105f..974b4997fa907d83e021578cf96bc69c47642c57 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-36.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-36.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.6-3-36 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-37-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-37-1.js index 8ccd27c659769845e66b9e46780fef423546a3c7..8452d007f243a7f59ff4e934b7d9963c484500f6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-37-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-37-1.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.6-3-37-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-37.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-37.js index 583195b9b974b5fe119d85ada786380bd399a5b2..f30fcb24136a27cd4576183d59ac0a193dae5198 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-37.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-37.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.6-3-37 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-38-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-38-1.js index 8faa8c4b5808c62a508d9705a2d718382f305ac0..eddd64c11dd55b3a18de841f14837ce24124b088 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-38-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-38-1.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.6-3-38-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-38.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-38.js index 0c9201f3e6fefb646ec216baf4c5850fbc038671..65bad194f89d1eca2f8ab340ef5df1e4969e36a3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-38.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-38.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.6-3-38 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-39-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-39-1.js index 691155c7f729be302f42b46793ad082d7a4a4ea7..ac30e2ab207820c2530cef72c4def474ebb39f7a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-39-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-39-1.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.6-3-39-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-39.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-39.js index ad288ba8b69049ea38f830baac19ba61f546e5b1..cd25ba56dffecaa4c70ebd1cee7bf8269f8122aa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-39.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-39.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.6-3-39 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-4.js index cce3292f2980350ee45ebae8107b0b12d7a1ecb7..85fb4c81181ee1713e72422cf0f26025958129ec 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-4.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-40-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-40-1.js index c65d5c8dad3077416b4e2bf8d5ad997dda7df571..697f697f0c1c646f69b715be720540f36c516940 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-40-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-40-1.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.6-3-40-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-40.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-40.js index 3d5ac51d84e8edd355417dbb9937beab27b992bb..b3e4a16d46bb3144e494be8740c21deec40731c6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-40.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-40.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.6-3-40 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-41-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-41-1.js index 9ccc757161a236fc8d4cd5f588ff383cd90de212..c871601d68a0c9ed2831e7646f70124dd72b58f9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-41-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-41-1.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.6-3-41-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-41.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-41.js index 05781766ade5e93a297815ce023a183c74da716c..381fb50bdbdf1eef17ac5d92e98310c27ffc491d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-41.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-41.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.6-3-41 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-42-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-42-1.js index 54b9a60ca4a6a4919c21e4365c117a352e64a364..4ce09b5e3c4f6133fafe86773c04c551a837f191 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-42-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-42-1.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.6-3-42-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-42.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-42.js index 34c0c0d0e0f3ccd3339764cd7bc85ed3816784a0..495cbb94fac05eaecc4a3ce3e60313ca083830af 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-42.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-42.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.6-3-42 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-43-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-43-1.js index b8417a6334d685a063e5e75d1c422105b267f577..7e0325f17e9b198ae6864bd1603e25a57e43a204 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-43-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-43-1.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.6-3-43-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-43.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-43.js index 624ce9c697771c25a7e34196f9729d87170e86c6..2481988a408a0c78980eaf92480b13acff592e35 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-43.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-43.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.6-3-43 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-45.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-45.js index 4ec9cc73ea80df6980f75872058ef51e344ed527..ed034969fad7676b4606803daf66c5df92904c67 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-45.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-45.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.6-3-45 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-46.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-46.js index cf17818daad29f5efb6dd223c30f903087b95407..dadd58c569250b1d69ed133065f0d78d4fa9c5a3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-46.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-46.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.6-3-46 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-47.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-47.js index dbfd70d320fcea5506cf58604682c69a2048b2cc..97daddb856bb34583d3717ee9782cd5f52c6d9fb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-47.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-47.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.6-3-47 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-48.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-48.js index d5d360a70529b33c0de437e8fd76a8a2dcf51e52..0191658ae7f8551c933221930486240332a5e60a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-48.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-48.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.6-3-48 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-49.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-49.js index e6cfa951a821ff0cb0e01f2a49431f682ed45da6..9bf3ba1cdda10d2658fb51b40c152c72f0f3735e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-49.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-49.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.6-3-49 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-5.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-5.js index 31e4cb352e0f7a82c46ba53d99930b75f24caa65..6d9530c8833246b2b7b1a299197998e6bc6ca86f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-5.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-5.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-50.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-50.js index d30205574cc2c746dadd484440516b04d0bcf16b..0664c777dde44e9d4d316825b325113ddc9b1ba4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-50.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-50.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.6-3-50 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-51.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-51.js index 0bbb24a4831f496383a058fa0ff63c23486e75b2..f255817dca4c24a8d5984fafb80f6d401663960c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-51.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-51.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.6-3-51 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-52.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-52.js index 96d80e13f7d36ced5544a8b6f7111d7313086946..111a8524bfd92b64d484d6b672d6ed4db449ba19 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-52.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-52.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.6-3-52 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-53.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-53.js index 39bd6bf3f1531adc6e602b9d907f08683a24dc44..618eb75bbac191698179cbc42b1c90050de8d5a1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-53.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-53.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.6-3-53 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-54.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-54.js index 86bcaf283dcc9d45a41d6ab7bbf483fc117aba89..8f2fa8511d68d24ce28ebf21026ddf53b035bf39 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-54.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-54.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.6-3-54 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-55.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-55.js index 2f3169909dddd11d9d3f109197f5c0f411517d31..51bd1b07da5ca92c12d4c9b703e9b1ab1195bbf1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-55.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-55.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.6-3-55 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-56.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-56.js index 88bf5497aea2758be70f3aa392418431e1b13651..246958d8eef3cf8044a6692222e7dcc7e68754fa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-56.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-56.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.6-3-56 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-57.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-57.js index 7543d989028ec23de1cbe4d4c6366a160f38f5aa..941d043d3c985278c281176a69e70ad01d0ea35a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-57.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-57.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.6-3-57 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-58.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-58.js index f1cf83c97f3ba357cb3b0b9311d3e6fd35600e79..4b981b5b2812056ea1e5391bd04a36200f83fe18 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-58.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-58.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.6-3-58 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-59.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-59.js index 843361f33c98c8622a8a441dbabe69631b673928..3fbe67f5177d83a243dfd50645e55477ee97cb05 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-59.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-59.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.6-3-59 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-6.js index a3f8321e05a8d9152405386e1acf51c7b277ba95..8580c10ff167a24e8f5913b83b13cbe5d9064247 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-6.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-60.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-60.js index 0adbdc0e9b515a80c0e320e44f7a170b7da8ea28..e3034bca40104c6f947574a1caafc83137be9665 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-60.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-60.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.6-3-60 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-61.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-61.js index 40fde5cf2493c346b5858abba8563d3cf002bcb9..ceae035c1b8d7aa00cff657518399e60c016fc71 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-61.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-61.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.6-3-61 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-62.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-62.js index 0ce1aea12cd42e3b8d46b03073f935b2a0296def..ee29f6ca9a2d0aff373abe6e4bbd9434db19892d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-62.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-62.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.6-3-62 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-63.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-63.js index ae08144efdc7bc409d1283f8611a5c446229341d..45d8c53cc01f4dd3447498bf7d49e896fb8b34a3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-63.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-63.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.6-3-63 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-64.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-64.js index 59630e6138857fb003590cb172f82366daa04d78..b82227c840e9db32ce03e41df02ad42d194c00af 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-64.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-64.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.6-3-64 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-65.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-65.js index a32c4067a61d13c406b8029b32f63a5af167fa1e..3318fc2c6a50e49ce67b16b59b80e0146000e883 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-65.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-65.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.6-3-65 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-66.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-66.js index 9605d4a690fa9e7c1932fda59c74722a6f5c6c4e..aa47477ab4b6b7ce003f3ee0d8a8627a1a165a04 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-66.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-66.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.6-3-66 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-67.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-67.js index d33f30b22e98309057c474a6c7d47981b754af80..bd30d6be2fb98c4731a303b221b34d6898b34381 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-67.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-67.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.6-3-67 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-68.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-68.js index 50db61d6675f7ab65a0613c73e31999fe9fadbbd..4e5670710be5f7993edfefe526252eb63ad5e2ba 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-68.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-68.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.6-3-68 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-7.js index ffa6ac7e89183c9e88622e7d7f846167c9fecaeb..e048b74ec172d82a244f49cf6d0b337e178a3677 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-7.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-70.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-70.js index 740b2aebbb54a9f67f52e57a19eb64d69c8a2968..e42112860d4f66d2cbc2058935b6926a0bdc31dd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-70.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-70.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.6-3-70 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-71.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-71.js index ae97884ad73619b18b1eb6523770d2c1b4cec5bf..475e786bb5aeaacb958b32d12337b45fa384022e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-71.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-71.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.6-3-71 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-72.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-72.js index 241cc177bc69b38a59e82f98b6efd9891780bfc4..854ab849f4d5b5885ce6189363a762f5f498aaf5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-72.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-72.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.6-3-72 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-73.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-73.js index d024f3877eb3cc7f37776f244431bac46efed9a8..baac16ea65df082178d229910b1eed35d6250d51 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-73.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-73.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.6-3-73 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-74.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-74.js index 8b8e00e29d095086b9d2f6df4c8229226c90d0d6..c6fc62d8207677131f8ff14904618e48b3a07f4a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-74.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-74.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.6-3-74 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-75.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-75.js index 968151cac0bdee47e4508934f129d7ec522e67f9..5dbc2670600b0052d3313ed1885cf957d63817dd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-75.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-75.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.6-3-75 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-76.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-76.js index 0b26e26038afafafe17917586a514fafaa88db06..39e2e863af079cbdafd95524cf0722eed30924a5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-76.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-76.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.6-3-76 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-77.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-77.js index 202b96fb996c068433b3f5e6f3918236a946288f..aef4406562b15e32b210b829dbc4cefc32b4e6c6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-77.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-77.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.6-3-77 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-78.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-78.js index 3d03d1df983baca641d1ddeb33c5861c5b4129d8..558de6488c6f2b23ee7933d26406d937cb1606e3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-78.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-78.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.6-3-78 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-79.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-79.js index 4d192ace8dc0215b2f77be703347b477d72d207f..27aad60b1ce55a05b51a5068518a0041d957b7f4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-79.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-79.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.6-3-79 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-8.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-8.js index cd3fc63e9a03fa364e4769ffa4b81068cbe1dcad..70e9387f02f2c6e7bf92c523b1339e2239c64477 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-8.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-8.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-80.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-80.js index 5f6e1aa21afde30bf19a3624231db95d9ab26713..9174edb632399d4a9040365d8e930b87d57759f3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-80.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-80.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.6-3-80 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-81.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-81.js index 416f8eb5a88b084e00b1bbd0602487d3663cbffb..225758235b8091ab4129754809e40e19ee8a58a4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-81.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-81.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.6-3-81 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-82.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-82.js index 197b248522c3230e5ac011f043060e25eb4aaa0d..b6ffa2939fdcf98f740c06f654ca209bbfe4e15b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-82.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-82.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.6-3-82 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-83.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-83.js index 55c2301b70f2ca4d88d0e9df48ddad27190bcd64..a11deb24a530a66d68cd9c705a83bfcf8e7433fd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-83.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-83.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.6-3-83 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-84.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-84.js index 55a01485d2896a075ac0390b0d8376f606aafea6..5b646c9ad35909932f12d365d35c9e87a814dc25 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-84.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-84.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.6-3-84 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-85.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-85.js index 45e84f808ebaf20b44653cb57bbd478160f60123..0d4c6548c1ccb8c4aa8bcf79dfc9733fc1178bb2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-85.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-85.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.6-3-85 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-86-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-86-1.js index ac8f8379c1d65475496927f326bbcf1797d6253b..894f753f5ae1ddce6f5d7e4e8da15b2146d13859 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-86-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-86-1.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.6-3-86-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-86.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-86.js index 3d27461caaf03f064176518e2f446b1f5a928377..1fe52cc2e2980ee5c4f0c4603cf8fb70a84c1979 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-86.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-86.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.6-3-86 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-87-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-87-1.js index 33ca3b94ae05f00f1b698ba75d2b03afbf0f52de..2b22af147353c4cf7ed5b9620d38651beb452084 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-87-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-87-1.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.6-3-87-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-87.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-87.js index 7ac351e7d4f702910eb08fe72a0f6fc59f7d3059..5108d59d0d4ee0c85657c8778ce74cf1beeb4037 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-87.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-87.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.6-3-87 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-88-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-88-1.js index 665887839a7fa6703ff22a796abd9455c12db871..374e43db0fd257a9b23803f839dd176eadc31173 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-88-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-88-1.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.6-3-88-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-88.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-88.js index aeb35afeb4cd86f809e6687435bdcfeba729a1b3..c196bf2b6f65c48ff4a975e97a8377e50fdb1cf7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-88.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-88.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.6-3-88 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-89-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-89-1.js index f873aea0126e2019497cb5748aefa8313e6e18ff..d5b1212f6575fdc0793fb44117496d27dc0b1a80 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-89-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-89-1.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.6-3-89-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-89.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-89.js index 791f85732cd1069516741d58ee21086da1a3450b..d741fb1e9643bc68fd4d28b27546b685117efe6f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-89.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-89.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.6-3-89 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-9.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-9.js index e448503eca2d24f0e8e02f1b3d745ad8a6757b35..2cd8c3e6a5964e1eaafc7a3db6570595eaa45d32 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-9.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-9.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-90-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-90-1.js index 6c401934b215cdce6463e9553a3197f37e0e1dfa..4d9174d19aef4d813b00e4b741938a478ac30027 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-90-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-90-1.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.6-3-90-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-90.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-90.js index 36119b5341b540d4829075198a3500a5b8c3a7fd..5bba7fe0cbffdd4ce71ff9e3f24013fda8f1a150 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-90.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-90.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.6-3-90 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-91-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-91-1.js index 0256ad79c5dd35dce251435cfb10af10a1d789d4..29f44fddc53aa91efd50dbc9bc3869a1eccf4bfd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-91-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-91-1.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.6-3-91-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-91.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-91.js index 9aec7133588bfd081ebfd7a48d1fd83445a406f4..9eb1e64dd98721c9d82ff92ca10b0130c316a2b8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-91.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-91.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.6-3-91 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-92-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-92-1.js index 25c435b0f9d8e45338da40c6135e12bb20c91344..4a25c26e655a819ed4a43d1ec7c792425a30c440 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-92-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-92-1.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.6-3-92-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-92.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-92.js index 71221188e37dcd9736b77c3de29bd2e14c6068fc..a3bc8f14d1d1479e335d02ad8e12df77e3826a68 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-92.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-92.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.6-3-92 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-93-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-93-1.js index e145d94cd4bb39ae6dded0d1cc0c6c215c4328c6..aed55e537de7e5417ee6cfd8b73bf68e015ecab5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-93-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-93-1.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.6-3-93-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-93.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-93.js index a81542c4c98d3f3ba47383f789eab49b8300673a..3cc358ef3d8d023b705d89370f6d58a1e1f1e13a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-93.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-93.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.6-3-93 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-94-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-94-1.js index a83d013c0359cf27666aa7248b1957f815ad75dc..e382a33f6f22ed6a8f91ba295933ee8478d77119 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-94-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-94-1.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.6-3-94-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-94.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-94.js index fad929404a86219e1fa9f33cd3669d66b683b421..ef9206b3dd6cb6b266e4262d24bdbbcdcad4f1e5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-94.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-94.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.6-3-94 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-95-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-95-1.js index e07c4543defbd931941aaefedcc2af7ca3f7dc6b..8947f2118b9117e1062f9fa7c90e6d5ee0bb7070 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-95-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-95-1.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.6-3-95-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-95.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-95.js index 77c9b6e5386580389356a972450b90090e381dbb..a804fa36419287290c6dba6556464404f47a62ba 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-95.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-95.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.6-3-95 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-96-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-96-1.js index 1d0dd4d83ac1a85cafe7f0100e07049332838de5..743adb65077e850b8bd8ee18f257f0fff5359690 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-96-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-96-1.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.6-3-96-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-96.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-96.js index 757eaaa9d807f7d39e81b2522c759ccb4ecf2af8..8cb7faeb031596e68b970bc3e3074624838a5e02 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-96.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-96.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.6-3-96 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-98.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-98.js index 7c43fed5bdc9c62b549b4df459d6de79d9dde700..79c8a99e032a1ccb93f9c1e8c02ed68e6f37c4eb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-98.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-98.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.6-3-98 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-99.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-99.js index 0bd100d3056da75257a478056e592d2c6508c941..f78b899c82e1bca3e1a09f734e8ab7afa5326cc9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-99.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-99.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.6-3-99 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-1.js index dcb70479727e95ee6baee572d6195d4269c9320e..92413a320fa4f513fc7afd99e2cb51d5d19a8610 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-1.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-10.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-10.js index d3717718205e1af41c40e8a750595ad84dad6bdf..c8c916b5be4053a86557b4c6b9c897c73b3df2ee 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-10.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-10.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-100.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-100.js index 9e89261a0676a56fc301303cd4bfe0308af46865..b3d524226ad6ed12ec10c252dfc16249465e907f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-100.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-100.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.6-4-100 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-101.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-101.js index 47f463c45e4bc7b1545dc043622cd527acd58811..2d32ed31df6e1cbe3a7dd3768ee4a31195e89e32 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-101.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-101.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.6-4-101 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-102.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-102.js index e3e4e66a79879b714d2417dd984e3f8942f2b3a2..01fd9bdb50f403440eb26a34425e025e11ecc109 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-102.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-102.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.6-4-102 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-103.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-103.js index 0f166f326f6587a074afb7d23f877716b24033c8..9a082b26af945dbdd33dc1b74d016c739305814a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-103.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-103.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.6-4-103 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-104.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-104.js index 92d14c428b3f52b37383e62d44066fe4ab988177..74fa125dafb31bf11f664c4e2a6dfda1485bcd6e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-104.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-104.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.6-4-104 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-105.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-105.js index 0ab2b1afe418bf36e10103bff4d382d9c514fe61..67a9b88f01cb50fc3ab1136b902d07ecf2506dea 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-105.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-105.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.6-4-105 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-106.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-106.js index 95cac3bf107750b9bd9697ec14b6474dee2718c3..598d0a06e82d55d3d1a051a71b164b242484cf47 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-106.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-106.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.6-4-106 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-107.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-107.js index 92bda0373bec07cf95173484bf4f7e9944e39224..ee85f3e499dc956c8763604d30e3bff10ca67d33 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-107.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-107.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.6-4-107 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-108.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-108.js index 73dfa3dec90937d70c8b5f9e291d0fa2d3ceb198..2e967e1cb7b225bd2fb9e8c91b817de4e100d45a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-108.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-108.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.6-4-108 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-109.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-109.js index 35bcf73bd708070b7e203b7211d7f7e117651caf..80c2b1ce4777a72deba393e6abb54c15f1d39df2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-109.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-109.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.6-4-109 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-11.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-11.js index 1a294a84d79aa356225a44693b96f20913ae34f0..c2e53cabbfc16dbe0845a0f15154361c25466fec 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-11.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-11.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-110.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-110.js index cf5f75b6fdc2e2e8a2a974d4d4ba645ebda70ef8..834b0959dedeeaa0eab6ca243f27ec065d8bb90a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-110.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-110.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.6-4-110 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-111.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-111.js index 2e940544b067c191b7a78b9888df9b6b40a96258..97562c8c07187ee3560274a7de6c0528677d4b7f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-111.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-111.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.6-4-111 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-112.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-112.js index 993240de38f088d0ea6122a91d1ae66d6ae1560a..1b0201c108bc2535a991e07ccf2b207414ffd2b8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-112.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-112.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.6-4-112 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-113.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-113.js index 30deb96057b81060cd5fe8f003a0be22dd8fe2e9..a40b2b65280f784e4bba284b44df076932cd384f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-113.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-113.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.6-4-113 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-114.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-114.js index bb9e4ad3fc3d297431ea014c377d49f9085d09fc..c1b9f17741e90c31be5da5c4aa406bc4b9fa8f71 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-114.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-114.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.6-4-114 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-115.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-115.js index 2eb0e428cdcaa0eb7a3b3021f59322a92a8fa953..5cb28ab762ea1a2b98e554a562f773768fc99542 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-115.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-115.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.6-4-115 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-116.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-116.js index 944cd50fc7454487f10af560e66e588901bc431c..90730a1bbf2c733e4479545e298ba565e29c6c69 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-116.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-116.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.6-4-116 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-117.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-117.js index 86bca3d95f98bc267e97b20a0038520b6ba54c05..f80cb57184bfaf257ffd5a0bc70c11289aa7750d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-117.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-117.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.6-4-117 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-118.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-118.js index 334cd6f00385f5520f5e64806e12e3fe9bd740ad..9d6eac00a243792a70c5aa12af31e22ffa2976e1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-118.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-118.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.6-4-118 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-119.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-119.js index 27c99bcc10a0815023b2db73318c2610df9c4484..6890b115a856009c5097bb1a0840693bc9028daa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-119.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-119.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.6-4-119 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-12.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-12.js index 572e3173694aae329eba25331955e5a428de37b0..ccaee1e473bc3cd61804bb649828eec824baf141 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-12.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-12.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-120.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-120.js index 8df298fb39c1860b4387aa707637f0c0cc8a7b50..1c4501485fc9111cd36524f799fd8170e3253908 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-120.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-120.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.6-4-120 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-121.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-121.js index bdbeabc1c622c24cbe206f3837b5174bdfc1d5a8..6449cbe9d2a6a625498dcefd2de263b852107a80 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-121.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-121.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.6-4-121 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-122.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-122.js index 686f3a09170f5a3cf16f80960623f4e17a4ccd1c..0a7961a318ea2ac5193b6d9abf91caac3f7112b2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-122.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-122.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.6-4-122 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-123.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-123.js index 11d08fa64dad28fcb67e294fb757edd6789b7145..c4bdd45b4489c208998e75c519086e51930a4ffa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-123.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-123.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.6-4-123 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-124.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-124.js index 7e787f5859f8f9f2a04ac71dc9ebe65cc8650cd3..b178a24d399b848f4aebd072a3d3640135aad336 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-124.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-124.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.6-4-124 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-125.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-125.js index e87b2f67c02ac7b4b8773e0c5a333832221e4691..beae885f572cbabf48ace3f4e1f288a46435fc7f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-125.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-125.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.6-4-125 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-126.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-126.js index 6902ce11fdefd70926d484bf7bfc9fc76033068f..1315a184cebc2ceb968048802ddac13dea0f7884 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-126.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-126.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.6-4-126 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-127.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-127.js index f0311c2e777fe8e71d3c29b9c669126840e25791..418e14ad0be2718909aa15aaaeb8f95aac4bce17 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-127.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-127.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.6-4-127 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-128.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-128.js index 3496f96eba2fd2b1e38d54267819ab503cf5f331..a1f49d180b9d3b23cbfc8d3cc7e02208b07992f0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-128.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-128.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.6-4-128 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-129.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-129.js index d9213a9676e8cda2e90cbdc2df8248abb8b94e0c..87b6a515e0e9f6813edb0b61f673b1659b8297df 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-129.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-129.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.6-4-129 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-13.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-13.js index 0d8f509c1e2b51cdfac4c3fa0f2dfbe7ca16322f..f815a71f59e6be37396b5b9ed6677d8f1d5ac2b8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-13.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-13.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-130.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-130.js index e497128c75b6b95a5d8bf0fcc0b82409cfb11d99..9abd25c2b3a4f726694b8c799527bddbf383a957 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-130.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-130.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.6-4-130 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-131.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-131.js index 4b2ae59551d462cb55151714b262a20bcafad24c..33ef43f418bce0bcfb278753b2aee7dfd1dfd473 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-131.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-131.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.6-4-131 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-132.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-132.js index 7c144ffd6767352257c24e16290fea01483bf479..c1a02d42ada09398224bb59c1441d2e03ac68e9a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-132.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-132.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.6-4-132 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-133.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-133.js index 4211658bddc1376d1207dfe7e2ca834ad71a5193..a9d8b98258465102ad2f932a5ad5b3ccb375c5b3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-133.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-133.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.6-4-133 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-134.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-134.js index 6676aaa53b11dcc075c2b4c13d720c3d96325e98..ec83b561cb6c8b39ca207d374bee4cd31b2c14ba 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-134.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-134.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.6-4-134 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-135.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-135.js index ecaf993d1cae0673246f47d7309e2bba05e6bcec..4822a5639588db5ed35aff5cf529800ca7d737cb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-135.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-135.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.6-4-135 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-136.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-136.js index 37bc7061720b2efa97a43a56b4892b97a4449c22..2aac312bb18e5139d5ff3535bff6694dbb4d72c5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-136.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-136.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.6-4-136 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-137.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-137.js index 26f64669bfc67a8d7203e31d96b23699831f4210..d7463717f12aa99cba979e2d1f9b8831d7b18c48 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-137.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-137.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.6-4-137 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-138.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-138.js index 2b298db2b7857a1d78e24b70cc3347cec7ef911d..0cc3097626768ee8a0de7bc09e56237f9cc5d51d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-138.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-138.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.6-4-138 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-139.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-139.js index 3578c060e3fcb331c760ea15b9d84c71ca82f207..f1d0616bb9fa47778c850820da2fb867260e8032 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-139.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-139.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.6-4-139 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-14.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-14.js index a0a11efaf72377b22f70e0c5c893c5886740f4c7..cb5b1e859aae490e83b4ad82b5005a5f52bafe0c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-14.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-14.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-140.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-140.js index 85c3fe975173b55d0b8010bc1c9fce954cedaa7a..d34bb0a5e4502f2e1f42d55f3bbe1801cdd038cf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-140.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-140.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.6-4-140 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-141.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-141.js index 0767e650caddfc522e0e63e3e81d77e8b3230d3a..b6627d57d68050c427a7cb3c929e7bb110b707f4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-141.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-141.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.6-4-141 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-142.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-142.js index b0dbc01100e3d05910854ec6408a08a8a91af957..b58401faa7ba243adb2db6c0e98582e2ee3d172d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-142.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-142.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.6-4-142 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-143.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-143.js index 7256ee28df63de423c5d4fc6c06aa9afdfcffc3c..22814ff8d2778a70d9d31b2a7e68a4dcc6719c88 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-143.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-143.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.6-4-143 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-144.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-144.js index 0488e3110dd17a7ee8cf8c85a68c8c39832619dd..1a2dc2f8bd643a1b087029a3131ba08e38aca905 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-144.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-144.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.6-4-144 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-145.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-145.js index c5259757e1d26bec4181c118d43a9470cb9375ff..d8aabcd36fa876412c73302a17d5082664ee589c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-145.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-145.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.6-4-145 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-146.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-146.js index a3f19850716e335f1e573b2b2d6fd7be35351205..af9a768ae4cce88da0a8b3704c447a3d5655ef63 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-146.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-146.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.6-4-146 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-147.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-147.js index ccd655932fc63903523f0f7e0865a640e8eaffec..67b40a9a10f1d4e9d4840e52d98bb0d8010b6e0b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-147.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-147.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.6-4-147 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-148.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-148.js index 2ff090b27c9139742da80c78549cd0b045e35c17..24784a4d6978fe5734ec389a40d6e5733d46d280 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-148.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-148.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.6-4-148 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-149.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-149.js index b87adea7f099b71b671e7081789a60669686875f..86c1df18bafa8650f13af15ce39cde317690ec59 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-149.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-149.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.6-4-149 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-15.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-15.js index fb693d89a76b7e158609e05d24ddf78d55ae8b01..578e94d50f1db38e1fc642f7bd67922b5d4285bb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-15.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-15.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-150.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-150.js index 2ba3bf13b00fe3b653f56c5310cfb6317936b7d2..38ee2aad7627840b961346e7da81247958ce56d7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-150.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-150.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.6-4-150 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-151.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-151.js index 5c6fbc0ece88ec88be6c834518cc58f5dc8d4474..c92b6deda6c924fdaf3d501319a8d5642b790c80 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-151.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-151.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.6-4-151 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-152.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-152.js index 8bdfcf32b3a1bdb843f78f2f64eac0e9db178fcb..b06f8237bf23e915cf99ebf8b013c483a6694567 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-152.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-152.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.6-4-152 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-153.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-153.js index cecf00720bd276c3690d2c542f4a9d3ebc394f75..fd3320eab55b95a31819d68171d1e1a8306cb000 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-153.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-153.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.6-4-153 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-154.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-154.js index 4f812ea419f3bed06e1f8cf14bec8e8a58097da3..5291e5bc39174d7f255bd7ac4d5e26f5f9b9f5c9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-154.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-154.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.6-4-154 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-155.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-155.js index 9cc721722ed60bcbd9c5877659d9cf59ddf9fd42..c47bb2078705082be7a91075029ac9f001e6e501 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-155.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-155.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.6-4-155 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-156.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-156.js index d03503c13ec3b7d1b7dcb84786ae4cdaf983b5d7..2975917f605d4128fe2c17c5f0a4da61f4da6d8f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-156.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-156.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.6-4-156 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-157.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-157.js index 4f1c95151cfbf03fda16046b20322872b3bc09ea..10a0fa812259295f6de1d3a2be7911fe57027d1e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-157.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-157.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.6-4-157 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-159.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-159.js index 303bb463e300dfa12258c7f9d9316d1b162efa07..df937e2312fa080fbffeb3854351332d42983213 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-159.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-159.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.6-4-159 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-16.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-16.js index cc0df59ace4eefbad509e70dc232fceaaee49e87..740c359d3e025090ffd98309bd4ceced93b1e737 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-16.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-16.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-160.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-160.js index 45306ab8b2ddc07ad3dfa2dfae45122ca40598b6..4b301bb7c81352274d63a944a4b95975e0a7e698 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-160.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-160.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.6-4-160 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-161.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-161.js index 066943f2cc75fbf7203f688ba44f2dd560734361..a68df7536b16fd907d0057a95bfa92c97a2d41ab 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-161.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-161.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.6-4-161 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-162.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-162.js index e0c74d72744cf76e7c984ee95c098522d42d8b81..d0e9c25b97344670f24e7034282dff9247a58741 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-162.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-162.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.6-4-162 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-163.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-163.js index ec8d59ce45190f3ae2ce1078aa65931e75007eb7..20c373a46695b70a08cf195f539c86b1890d3555 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-163.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-163.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.6-4-163 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-164.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-164.js index 24d6829a08acf294b789c14f4e12cff0dfad37ee..89837ebee04e2cad5568a090d89f66f9e1f475a4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-164.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-164.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.6-4-164 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-165.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-165.js index 6689b10a702368eb4fde9bc7da734c83abe0c6d3..cfc3b4c200a593f4e3063708f3bb306d4b5613e0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-165.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-165.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.6-4-165 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-166.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-166.js index e0158fed133e2d4757dacc50491c15516494f428..51d7c9acc5e7aea4d7f2a55fb0121033b26a0bef 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-166.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-166.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.6-4-166 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-167.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-167.js index f5d83c2ed6d201c06b93b3db2495f279fdd4d748..0a481d5c741876b6e10dbefbf2da7697af19d09e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-167.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-167.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.6-4-167 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-168.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-168.js index c4e0fe9b91c8b9e356e1aa0aff266fca82d33bb2..584c171fc00d89a312bcc8d0b44b2a9fe87c0aff 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-168.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-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.6-4-168 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-169.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-169.js index 883f5e441ab3b4af5a8c28e6abd8f6c9f8a1c2d7..2244260fa4db4457368c29611c826d83e1890c15 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-169.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-169.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.6-4-169 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-17.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-17.js index f08f108dfda7ee40de7dcbc942ab895ba1e43e6e..4303b1ac5aae72fb019f2d3f02414f2c9f59ae06 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-17.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-17.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-170.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-170.js index 43cbc6be34619b43d2bd8277dfa57ced126d1337..276000567731213b43ee4e324a7889d4803460b0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-170.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-170.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.6-4-170 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-171.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-171.js index c379fbca6c9c816e4bbe8efe91370d087973a7bc..b3c686930a5efd0e6b6336b1a5aad40aa3104e9e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-171.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-171.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.6-4-171 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-172.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-172.js index 8718db87e1221ed41c18941daf56064cb83116cb..94ee183d5d6abbd91f8d7e141a377d5d810e8b39 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-172.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-172.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.6-4-172 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-173.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-173.js index 313e530f16133833a704d5df60d590ac149ae508..ed42fe5988311a597b37f5c8e8284e761147ca98 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-173.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-173.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.6-4-173 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-174.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-174.js index f0a9e37343942f3f184c154f114acd1e428f587a..4563a5da4fc642cc5d172a8d52750b0a06a001d9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-174.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-174.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.6-4-174 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-175.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-175.js index 0e96b424117876a5e23978aaf1a765daf5492add..79b35f0d3d835d1b5c7e88f8d309830b3cd6ddf0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-175.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-175.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.6-4-175 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-176.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-176.js index d6d6a7415aa0904f4a68330a53f11b275eca6151..17dd6a3e4281df2abb8baeea1e531c4bec3b28a0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-176.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-176.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.6-4-176 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-177.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-177.js index 8e9fdd7317e38d7990fde143239afdcfd76ff39c..f3cef92f5e0785154127efd197e678c8259bac0f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-177.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-177.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.6-4-177 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-178.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-178.js index b1e06fc34033a0390c43299673127c13fe517d77..44e9feb3da00b1ff151c5f37d25a4a5fc81b0809 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-178.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-178.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.6-4-178 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-179-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-179-1.js index 5d07d17b20f798da3dd97f591ea2519681f979ec..059f46325c2d6d3ff0d822213145bd1621c05dbe 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-179-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-179-1.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.6-4-179-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-18.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-18.js index b25e7785f17d9eb1f5c77fbe2568db428941a60a..f9f358abfd6baf176824563c565de4ff64d31b8a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-18.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-18.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-181.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-181.js index 3e13b808eb9f49f6510251d701ba043267338352..68b0f0daafa7c25eb80c90260970881856b35cb4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-181.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-181.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.6-4-181 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-182.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-182.js index 73e8c5cf25d24799545f4a2638d97ed13fd9f979..bf54ebd0ec1ebc6fad45108352ddb6882266d20e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-182.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-182.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.6-4-182 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-183.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-183.js index e5d1c01972a6ed1946139a51d79884a31935474f..161afe732dc07dc67c7336e07a0a2ab8d33f4937 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-183.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-183.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.6-4-183 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-184.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-184.js index 709e4d74495041776457dd27bbb942bf35b3345f..208c85cadace7f6d9516ee71ee172ab87505c4c0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-184.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-184.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.6-4-184 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-185.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-185.js index 6181ff399e01c90d155230df124a974afe5788a4..18d3c9093d6e2ac7f5d3fb1da465ff2b5b7a4410 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-185.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-185.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.6-4-185 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-186.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-186.js index 6cf69fb5f38c7de6f55b91208c961d91acaf6a59..9ae21fb2bca7092cdc9fb2ccc25e9e21ef525b8c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-186.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-186.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.6-4-186 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-187.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-187.js index 981ebd29ba391fcffd4a95ce5a313dad99ece023..f1580d62b889fafaceec39acf427fccfc6952219 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-187.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-187.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.6-4-187 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-188.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-188.js index a9b92e7e44d4543add6424473fab4aa4fe1c6f61..83b2820194763c3bbbe6a889fc3617474f0ede2c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-188.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-188.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.6-4-188 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-189.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-189.js index 2011c141123ccf434678e308739b48eb4117dc8b..2308e831f8e4171b9ce49a115adcb3393858de6f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-189.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-189.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.6-4-189 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-19.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-19.js index c08e31581c2935c5a6b73c7a2cf05381893ba080..1278e03a09772cb778041694dfe447ccc53faedc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-19.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-19.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-190.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-190.js index 30e2c59bb2e543c851af55317f1fdd3cabde3f66..438fe21f4b82a6eb2416d7b1f6ff38cc36613edb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-190.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-190.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.6-4-190 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-191.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-191.js index 9f9d54f4cfb81379cb9e4497df719cc5d8566d6b..6f98b428d30e49123a45befc00ead521b4ecf8a0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-191.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-191.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.6-4-191 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-192.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-192.js index b5e1f72214fd288a53f7efc77a97b8d51f0cf4b6..c99967e9f7ad9686fe6fdd8e147c0ad5ec1c3284 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-192.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-192.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.6-4-192 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-193.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-193.js index 2691fc7d55712635604857d0136d40d357500f28..c7ea6830d76c374cd99bfcdf56791bc600284d95 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-193.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-193.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.6-4-193 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-194.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-194.js index baf3ec2eb7eeb8af3eb3eddf5c351fa914107644..7cacb2d47ca197d1cfd68d481606a05913759b0b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-194.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-194.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.6-4-194 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-195.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-195.js index 2abb5b0e52a82c6e7c826d46591683a88a1753e1..4181928c0f624fe3ef111a4ad230d7b22a1ea5f8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-195.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-195.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.6-4-195 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-196.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-196.js index cc33a638f00b77a11ae4766a3fc014c6571edee0..f6ee1a4cc06e5e469b897761baad33154366ab41 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-196.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-196.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.6-4-196 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-197.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-197.js index b1153b1d8625332db5e5110f582c12377db9f54f..0dfdf81c90c36a3b854b6457047bf5cd5cde8aa5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-197.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-197.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.6-4-197 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-198.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-198.js index 2574bcf51653459f94f376a658446adcfa7dc162..d10e7f75efafc7c9c1c6c3e9335f099a8cf63d2f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-198.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-198.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.6-4-198 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-199.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-199.js index 42156b5ab143840223fc25361c76845dc4575a13..5052ac886123fd111819aa421c0a8aa568cd7614 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-199.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-199.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.6-4-199 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-2.js index 78a3362e20340b38ef58e9c1b25e9c11cb87b765..392cff8df4c614111d80691430ca2fe9e8acbe1d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-2.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-20.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-20.js index 0e351a1fbbce6a7f7b30e2a81e67f8fc6a2ad448..490183f734683e141978cfd4b161d600f447c192 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-20.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-20.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-200.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-200.js index 3f2c3a64cc5e5aedda1d2204430422a44a99625a..63077a0cbe7a50cf1400ee81d6e3088fc8fd180a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-200.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-200.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.6-4-200 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-201.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-201.js index d08ac93799951a536965703d172954f3bd8ef196..7b3f9f33a7d592766277d9908497a84e0626ee67 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-201.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-201.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.6-4-201 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-202.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-202.js index 169f5211e1d27ff9bec7b392e1bed5bf77869428..0c987dfff27c9a479d505116d0e488f229288aa5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-202.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-202.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.6-4-202 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-203.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-203.js index b4f2d9b37549e5b8059ba9ebd924959cbf5a5b8c..82a8aeb457de62fe519d2c905c1f349002e1f110 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-203.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-203.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.6-4-203 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-204.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-204.js index b681d90b4739b4acbe386c9da14d477ede9b455e..899fc6f99d4d314f4f1c2afea1fd7070a6e52623 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-204.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-204.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.6-4-204 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-205.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-205.js index a87266087b770a2d7fa448bedaf27dbdf77df9ae..58020eb3b428f039ceae810d93bc61d2d3c0bc3c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-205.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-205.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.6-4-205 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-206.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-206.js index 52104a020367863939beef549db70e13579c152d..3ac2e464b6f5854f3b231001d17bacfe64a60b7b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-206.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-206.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.6-4-206 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-207.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-207.js index 571de2095cfd5df0536d8e5f8fbe89eee0dc66c0..8f9c19117adbf29485df6c510637c3d2a6480e2a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-207.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-207.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.6-4-207 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-208.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-208.js index e21e28f90b30a07d0c3fff7bf5d2eb4259f620d6..6c3814e9da0a5132917b6296e1b3907ff2328e93 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-208.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-208.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.6-4-208 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-209.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-209.js index 25930ae34a006756b642f790f9713242a4c08235..d9ce590c6531414e64a1b58df2f1e25af8223b3c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-209.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-209.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.6-4-209 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-21.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-21.js index 32732961173d04172bdbf68e30d3bc7645023aba..d2111326e7014280ac9f862a747c583aeca9340c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-21.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-21.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-210.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-210.js index 5f7a355000052fb0b13ec7b3f1ce5b57f477fa4f..2c9c13ac61c08101e1401daa428fa7e7e1481097 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-210.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-210.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.6-4-210 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-211.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-211.js index 59c38fe57ecdfef5616444ab3e2a203725e156fb..e02b3584cfde05585c39077ea74d3729880418d9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-211.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-211.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.6-4-211 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-212.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-212.js index a8181602517326e30460336111462fe10cb8b002..1ba66515598aee137904d79628ff1de2b4023e83 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-212.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-212.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.6-4-212 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-213.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-213.js index ef396030568ad5aa3e14ec5511faaad7c1b1e99f..96b57c408afcd346656d5c9efb929b5a07a1da13 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-213.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-213.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.6-4-213 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-214.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-214.js index 837112c141e10aca49c1981ff57628579369e9f4..ec961abded61638dfb1365e6b41754b6ca633ef3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-214.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-214.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.6-4-214 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-215.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-215.js index 7d44cc4ad399fed5ba182fe5ab9562822aa735b2..1ed17f2be0a609e6996c8fff3ac3c0eb3695817a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-215.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-215.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.6-4-215 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-216.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-216.js index 080eefdfabc18161b32e3bdc1ae69591fdfba147..b5efb6f804f709699c94331a5d98bfa7b4366db5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-216.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-216.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.6-4-216 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-217.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-217.js index dcbf272d3ad04c114298069650f192c3e03059bd..c57e94ea6c038c5f81f525cec04fcc64a418568e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-217.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-217.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.6-4-217 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-218.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-218.js index 7c2be01d5e43352d3e80723526beecef2df50b4e..c393a72a739643b8de8062af6ae12d65df752ae6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-218.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-218.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.6-4-218 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-219.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-219.js index a391b96a994235483bbcb20e9612f7937a4a98a5..3e9acbdd01ed8632b25713f2db2ac7bf485a7506 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-219.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-219.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.6-4-219 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-22.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-22.js index 5e9f476b54b2b5503a5fb8277b6c760d90c2b9c5..7a536dfc91a6521294e17d41dc3ae707c706235c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-22.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-22.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.6-4-22 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-220.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-220.js index dc727304382f4acdb0aaa9e2576106b0bdfbaebc..e4a6b3aa38729677b6efb948a4b8b112284e9f65 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-220.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-220.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.6-4-220 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-221.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-221.js index b0065a1c2e3726bf112fa0744131db6d200b7208..aff5f3150b9f907f3acf6a30da6e3f8bebb893a9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-221.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-221.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.6-4-221 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-222.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-222.js index dc9f8112fa13b356f1b150918da226a5810d8b7c..f2e6a291b0b4ddaca5542563ab919be32490d26c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-222.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-222.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.6-4-222 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-223.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-223.js index 8cf2925fc5c10cf315d02108df546f266504d6b8..310795319bacd20c5698474151b6e2042ba71f76 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-223.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-223.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.6-4-223 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-224.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-224.js index f99e33c4b299cd52667e5483a14f264172f90443..1751ddc12e9ce14bfddf482e2c3e1eb7952b6e61 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-224.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-224.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.6-4-224 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-225.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-225.js index aa26f857bceb3d5facd2955e711ec6f97782ca93..a9ccc96f42d6505867a68d7f75f90c2b14dd1a75 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-225.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-225.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.6-4-225 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-226.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-226.js index 41a7d59b53907b6aa73162e23e9199cc2d14576c..eec15afe1dbc4b80b0b28f388ec47b61ebb9dc6a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-226.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-226.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.6-4-226 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-227.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-227.js index 159c41f79e86b2cef9ea43ffd8c4d5aa6eccd942..59184c3880fd474aef7386d776af4531399c8b02 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-227.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-227.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.6-4-227 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-228.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-228.js index 0608409885da906a715ec2ebfad90584b49532e4..4ad03d8e76bcb2776676dd971c14c6740c388679 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-228.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-228.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.6-4-228 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-229.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-229.js index 981ee7d12a3258e3812051981c23c186b5361430..90ece61c74ba1d9ebc649f0382754c578869ab12 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-229.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-229.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.6-4-229 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-23.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-23.js index 189d8df875dfc59883464fb2c967e8371b94200c..d1f70c8553c50f1f810473485f44d6d5471984a9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-23.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-23.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.6-4-23 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-230.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-230.js index e9e48f1c013016c977045fec4bf0a6cbd7e7a71d..4f70bbbdc2fdeb79a35c6eb57a6387fecffddc2d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-230.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-230.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.6-4-230 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-231.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-231.js index 2e68e8b0851978f410cbcc47632d3cd357eceb19..ed12f8ca58b57dbcad0aee18f562585be425dfef 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-231.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-231.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.6-4-231 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-232.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-232.js index 906183a7ba89fc1aed42cccf3bd5ffb124cdee1c..b814729f43c863533bed75ad7ff9b4299029683f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-232.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-232.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.6-4-232 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-233.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-233.js index e4fc9c0fa9118c6f0a91e99a6417f9c205c19dac..e6ebeb8044a9470b60fdc39e159ce260643803b3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-233.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-233.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.6-4-233 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-234.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-234.js index 7844538c9b07d4e077f02aa4ddd47bc1fbb97b26..4c622249d8872eb8dd4bd616c4050ae23cead976 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-234.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-234.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.6-4-234 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-235.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-235.js index b5589fd9b107aa869198208fabf3446ca1d81005..06e3e2c7b541ed5a2b856a1994234555e726b210 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-235.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-235.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.6-4-235 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-236.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-236.js index 675fd9e46312fe78b83ee6b984a472e73e2bbc61..29fc96410d56547474ae0f800e16b19f4b45acf3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-236.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-236.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.6-4-236 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-237.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-237.js index b8c594548ae9f406d2b8fb0a3ae0eb330bca7561..5b17acde0e09344a4e4cc20b1ab8ec9713aaeef2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-237.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-237.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.6-4-237 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-238.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-238.js index 47f4d9991dfe5d97346b1dc38ac807bda64c2060..abdca9f4fdaad967c021c8101f709debad69ece5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-238.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-238.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.6-4-238 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-239.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-239.js index 1b51b2d640559a5b7269d0df9d6565a97163e054..c680ee224c4ff5da8dd3c84395713c51e74f04d8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-239.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-239.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.6-4-239 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-24.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-24.js index 778109a0e6e69f264fce5d0136368d354fba0720..7ffd5748e0b135fb5f58ed6842d01c40c4e81288 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-24.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-24.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.6-4-24 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-240.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-240.js index dc6e35f5d21c8a28c39058ed392d61211211200d..b5b0993cf69434a4a6a21fc39894ffba63d23443 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-240.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-240.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.6-4-240 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-241.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-241.js index 63556e2b2c016a9fb10849d7eee3c822d0a7433e..3615552c35af2aeb3948b7846e876de88036d0eb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-241.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-241.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.6-4-241 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-242-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-242-1.js index 555ab8914591576ce3e85a7f9d820268adafac83..796c4d0bffbd0bd8f71da5c65444ff37a16c33a1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-242-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-242-1.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.6-4-242-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-242.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-242.js index 30306ebd2265e9b4b40067a9508c8644dc307c42..249a4b0ec364a0623fa0f6654e8ef132919f598c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-242.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-242.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.6-4-242 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-243-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-243-1.js index a3a5a639465dc0077ce61b7deb6ffa3f2787c876..0f8a8ab4bd755ed4ca2b6ad991366147d7e2fd00 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-243-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-243-1.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.6-4-243-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-243-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-243-2.js index c158aba3968b648631bc4b8d5dd596c9c8d1710d..94d5e325fd3827382fd31da8e0ef285a5f62ad5e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-243-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-243-2.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.6-4-243-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-243.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-243.js index dd56d69bf29ee947427f1b40c37a56a4d8ad3e64..993eba0fcab67fb87aaa74c75dddc09f09583c1f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-243.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-243.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.6-4-243 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-244.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-244.js index 1f2d865e01db138a3fa079a87d98cf21f8eb8d33..44106866a0631b71305a584cb5767b7b326f775e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-244.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-244.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.6-4-244 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-245.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-245.js index 8a70e1d30196087d74bb0a754d38fb7aff3a24a9..ad2a61ac94c3df819b391dcdd630b199da5e80bb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-245.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-245.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.6-4-245 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-246.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-246.js index 50f518202a6e347e46dc283088e7657446fff9a2..3d26d0479a59ab9ba47a3ab0c191f5a98aa540ed 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-246.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-246.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.6-4-246 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-247.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-247.js index ebe4abfe811ab12c4d27adc1b07f2dc581ae7e9b..91f7cec22c9c5653d3331786887426216985a6ca 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-247.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-247.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.6-4-247 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-248.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-248.js index 8476bdb89c957c5a0c702f7ede3e30ea4392414b..e30b88ebfb3d6ae484a0ad701b02c9fec48b1d7e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-248.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-248.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.6-4-248 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-249.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-249.js index e8da0e5fff2f6d6b4cc0a5e9bc6a4fe8709f8de1..6b3c2a88482ae1bdc10be3d5045a4b706dfd0e0c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-249.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-249.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.6-4-249 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-25.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-25.js index bf3baced5c12a165d4012492045d1e6ad34ab3a1..ef42415f1544653263f38ce70db6facfb9748f01 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-25.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-25.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.6-4-25 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-250.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-250.js index d7235a4f3069df19cacbcbba165acc40bf40c076..9a50cf7415ca45186c23772ad228b76de18bf433 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-250.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-250.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.6-4-250 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-251.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-251.js index 0afa71a425b06d45bda805957717db41dc97e5df..6d5de034372804e045c1bd08475b15717eeab781 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-251.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-251.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.6-4-251 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-252.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-252.js index 4f4dc16f7199b218b39577226385c63b7170399e..3454a5e9c5d2bccb9a54f58ef37a445767410acb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-252.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-252.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.6-4-252 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-253.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-253.js index 325da9709539b1b72f061ed125f10f90f0792114..be181bb018f85bea052abf53f733e6da6ca4e2ab 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-253.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-253.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.6-4-253 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-254.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-254.js index dbd799d01fe7e8ac042c7641e5ae3a573b2677a7..a12ad1cc8a5395ad3c5f3b049afe6d41da8e4f1c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-254.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-254.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.6-4-254 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-255.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-255.js index e2f40b48d1736aa0900fa63a0d295a38989bb7d5..b82ea6fd240fd69a36cdbbcfddbce5d6d0762afc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-255.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-255.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.6-4-255 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-256.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-256.js index 62e570692c835ad57898648b6c8813c6ecb999ad..b362fd4c1f19c27f39316a96257428958fde6869 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-256.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-256.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.6-4-256 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-257.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-257.js index 475da8ecd1f6f02bc28a034bba2e1bade63ab3d7..37aafce3810365d240000e7b01a512b117776513 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-257.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-257.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.6-4-257 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-258.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-258.js index b61831d416723bfdd02a2cb194543f7b140e5058..53d53f56ea3700738ebd6a531b69aff6395bcfbc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-258.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-258.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.6-4-258 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-259.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-259.js index 88aee4f4dcd64dc452f425e935ffbc78183b9bee..d7d3f6160da00b86c583ab06c35abf5dc437897c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-259.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-259.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.6-4-259 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-26.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-26.js index 69c34cbec12c14af1dbea1ba26f07306f94fc84c..ec2e4c818a2c4b80f66fbf40a609aa74bf2e1d50 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-26.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-26.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.6-4-26 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-260.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-260.js index e3f41ee669b0ca7b235936cf3bc0576c542650f6..53b6be800d5d324d203133e748a92928c917b987 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-260.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-260.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.6-4-260 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-261.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-261.js index 39add17472f91706e5b287f47279ea8f005c69db..22b6bde12f89a431424f11ba75037f6fa809d7f5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-261.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-261.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.6-4-261 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-262.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-262.js index cbca50654addbbeb83f203ecbd3a0b1eaab85b3e..200656186ff4db8422a15dc8d1899b6b8ee87bb2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-262.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-262.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.6-4-262 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-263.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-263.js index 4cc2aae0c96d26c3f94b28d201ca5c1325f5a4ff..9572c45b8740d6d82637c2b315b0d3e35149ea4d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-263.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-263.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.6-4-263 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-264.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-264.js index d8522862028e03c9be8b836ebcf89d78ca184d49..68c0c1b6b0e9440bc6c30aab903852d6dfd178ae 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-264.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-264.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.6-4-264 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-265.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-265.js index dc9d0e4d40a9eeee8cda19c8c970fb9ffc1d5050..ea1fe6a87b6441f17bd37148984d020b126750c5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-265.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-265.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.6-4-265 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-266.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-266.js index d6fd1826f5b41607f163821cb7c8b6b0c925e46d..58c677ac68a2809191be12a621b4f7ce0a33a867 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-266.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-266.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.6-4-266 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-267.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-267.js index ddca9e2e3f8d589407f9fe9452359a0d1e0ee92c..22929edfa5090bacd2431c8fef91e13cec71514c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-267.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-267.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.6-4-267 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-268.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-268.js index 5f5124f2768b1872351aa1da25ec1434997380dd..065e96b8a7f7a1cc644c6c26800c53264e5a2cc1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-268.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-268.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.6-4-268 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-269.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-269.js index c7443ae582af567a6473558d3f0e8e30078455a7..377757089d804c1178be19c98c348f5aaa007df2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-269.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-269.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.6-4-269 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-27.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-27.js index 6628efd5924d6cbb6c1c03bb2ca53318243f9a47..ce7d3e345d01ee849d3c09f4f0a39df314ff1050 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-27.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-27.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.6-4-27 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-270.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-270.js index 595a006f448f7b1cd7b8ce25956372ef55dd4c28..dcbb818968852982acffd5e513c2c52a4cf70a04 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-270.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-270.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.6-4-270 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-271.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-271.js index 3ff40cf0efb7a408f265af420323c4861a557e41..f61deec360f4d9489b8fb5ef71155c75f3e05435 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-271.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-271.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.6-4-271 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-272.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-272.js index 15bf2f351c783f59e6af3419796ec4fae69d44bc..9e3f26cc6485d0a0afec7134ea0d84805e6079ec 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-272.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-272.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.6-4-272 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-273.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-273.js index 51df8990e54d1914e5663a1070ea2a49be3d2ee3..bf3d1c439ed4b081b7b49a4335f3e57556a15c62 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-273.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-273.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.6-4-273 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-274.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-274.js index 7399114f921df4bd0d62ee38d17e78b65cd4323c..3c89b165c20b7732811411f7fca9e6c9934a453e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-274.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-274.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.6-4-274 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-275.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-275.js index 31106b78258fbcdfbeb92056157dff3169d721bf..ed9f39accd79ab4efd01c479e487d3ffe445fb65 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-275.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-275.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.6-4-275 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-276.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-276.js index 319d7244e1418620ac9f8e007d7525bdf8698669..efa4becead0f99426766175598a7ef45bbd9e8f8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-276.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-276.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.6-4-276 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-277.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-277.js index f017d274d11c349e479197072258ecd8b41f9566..63ad1e663704fea2a2776e908489abeef61fdbab 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-277.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-277.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.6-4-277 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-278.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-278.js index 462bbbec40fb41b16471774edbc1d915be1e0a6e..663a41f2b3b99baefba51553e782f35c5efcbb76 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-278.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-278.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.6-4-278 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-279.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-279.js index 734a243445f76c82614b2180ecf33940bf91d9a0..38d117e60ce850dac5d130c65f20b993dd767680 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-279.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-279.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.6-4-279 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-28.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-28.js index aa439eda4e5e1fc833d9a22d5f7f522be8e1e8d6..c3b6b50192e128180cc206c0de66538913dac17e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-28.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-28.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.6-4-28 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-280.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-280.js index da869b279ada99816a876a836e2da7ac930aebac..49ff7a9284bc5e32421f418f150821f153f5821e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-280.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-280.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.6-4-280 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-281.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-281.js index f4309fe251e36971d8cbb7255bc4f207f391ea3d..8d56e858b14124d229d5831a7e0cd9d0f0b4ac44 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-281.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-281.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.6-4-281 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-282.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-282.js index 807545446e354ad6df3ef1af21075755dae6d75c..0d374be65f211e914e1f9afb488c3cd30086ba37 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-282.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-282.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.6-4-282 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-283.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-283.js index c918fd7365b66db70fcf8d38aad37911a4b6b119..ecc7280f6be0d7ba0f20ea47d5c65a62269a07dd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-283.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-283.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.6-4-283 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-284.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-284.js index 0492a581e3163cbefd1bb80042a21d5ee5e64da7..abc5fc8c97261aa75b3eae66f4c90a0a699b0b6f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-284.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-284.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.6-4-284 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-285.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-285.js index 88de722520b8c588db3db6bad01a16028fd69a83..145ce3c7bd88850cd90e2b17bfb432f95f5f6640 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-285.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-285.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.6-4-285 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-286.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-286.js index 5c0884c0661f41e7914b70eaf1af4322330ab4bc..89daab9eb9d66f079db897c83874bbba3fb595ba 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-286.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-286.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.6-4-286 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-287.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-287.js index 474e8d5c7f7ce1fd31aa2115ab632af574e14326..e1f3ffda4dc95d1a2efbc0a2e6e46a7aeae64629 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-287.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-287.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.6-4-287 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-288.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-288.js index 41212c239f594f06059a2cfc44d5235449d7479a..0ab89201ae10954463399c163dce3a3a5aead60e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-288.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-288.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.6-4-288 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-289-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-289-1.js index 15cae2a8b89bfa412d5e0c3280a1552b89994fdb..1549e47f42c4f28ab5797b09708e62fd2c7347b3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-289-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-289-1.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.6-4-289-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-289.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-289.js index f66c10d37c50fce1570627600a5a4712b295250d..084dc93ef0b8ba425d9caccb47d110fd17adead0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-289.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-289.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.6-4-289 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-29.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-29.js index ce4fdb0e142148015cbd6779363b3d241859a016..0c11ec0bdc889e55aab02347fd9b5f9f8b791791 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-29.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-29.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.6-4-29 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-290-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-290-1.js index 515c5e98560e9d6e3c164e775cac4c9399a85267..303a2570ddad4793eb904b427fc4b2b9c6799a64 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-290-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-290-1.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.6-4-290-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-290.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-290.js index 87fe260e043f7b23741c7f70360673200b6f2b3b..6214d72d3d84acdb530abbc597379e00bee55282 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-290.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-290.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.6-4-290 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-291-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-291-1.js index 17e1248af3b18a705fb863ab21eaab42ca659bbc..bbb1c94d7d7acd658594dc14382cadb59481632c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-291-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-291-1.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.6-4-291-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-291.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-291.js index be6a157310eea47cbc3ac81b0d8f211353f77038..d63f267c7fb5caac73f6bdebab37a7692650aedd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-291.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-291.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.6-4-291 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-292-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-292-1.js index 81810554bdbb241fb10729b00f321343e8a651f4..a3d45777b96f8eb5561ef4971a5174b3f4429dc9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-292-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-292-1.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.6-4-292-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-292-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-292-2.js index 88cbd5f44ba28846472522c66e89181041a9f1ac..d76c7156d0bb4703ab42fe9f7a34bac9548ebd8c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-292-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-292-2.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.6-4-292-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-292.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-292.js index 6aad654c369e50dbe8aa9196182ab07f267733a6..7af204af1daeb7276b26909e17d16f5e42ffa8a9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-292.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-292.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.6-4-292 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-293-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-293-1.js index f8fb8cc926e0b8396e632ccd1989265383191fdf..34617245be7b736a4eaa18441696ebc6b68f095e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-293-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-293-1.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.6-4-293-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-293-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-293-2.js index 5cfdd482b0048102c7d584349ad74caf8c392646..d994ce03ee8620323ce3073d57e5979225655633 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-293-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-293-2.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.6-4-293-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-293-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-293-3.js index 1f51f9870bd95534faf4187c7e97e43a643a5d1c..20aa562ffd43c73f5a4cbd79802e0e174d91556c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-293-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-293-3.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.6-4-293-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-293-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-293-4.js index 5296f3f3f9aae4fcf57ec5611599f9159ec49bcc..2396c2d7be5c52f153ac8adc2f9f805e2a81b05d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-293-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-293-4.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.6-4-293-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-293.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-293.js index 767d9653159a5589831411fccf183ead45281b72..14c60ff602bb21afe16f4e246d99d732b6506019 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-293.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-293.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.6-4-293 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-294-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-294-1.js index 4bc30b1f70cef1a7d5733e4c558b7159cee189b1..ad6a9bd02064e1991b11e33e65bf68a831c4d1c8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-294-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-294-1.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.6-4-294-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-294.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-294.js index 44566f5ce4d391b967e69404b8c7a67081618d1f..e2447d157b018c71df0d0942f4773de4c76d9aad 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-294.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-294.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.6-4-294 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-295-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-295-1.js index d8c53d426344854d1f6963dd825c620f3b46d190..55fca4ff6435b32b1dd37924d015cc54068b14fb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-295-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-295-1.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.6-4-295-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-295.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-295.js index a15919c64dc1004234c113fd1aa54d830033fbac..0b224a8cf291ea2d45931c4bb126c4ada8b9e9c2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-295.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-295.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.6-4-295 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-296-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-296-1.js index ff03da1019a03a755e7ac1e4b05d54a894506e18..32abc599d4dab6c5ceac36e6eb246197af051060 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-296-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-296-1.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.6-4-296-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-296.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-296.js index ec812f9c1a9fa55cf7831fafbeba2413227765f2..0903bade78b0c8f9fb9d41e41d506140e9721302 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-296.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-296.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.6-4-296 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-297-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-297-1.js index a5ac8f3510f76293c8eb6f5c3c87a4941cb4d22c..f5236683fb0626202cdb35946a442db66a264698 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-297-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-297-1.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.6-4-297-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-297.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-297.js index 7af355e330e3d08af74ee506b9e500d62f1fc201..55c7428fbec422b7b44d8c18421db3cd0f5ab7a4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-297.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-297.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.6-4-297 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-298-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-298-1.js index 8e6244fffdf09dfa80910326f1a69a01e2752374..bddc9dde731cd73e639cb22343b8249cc9625c7e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-298-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-298-1.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.6-4-298-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-298.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-298.js index 628dd20af7380a08b56cfa19ac59df5f6732d5e4..1036ffbd67f2cfb7dd967f9e8b19eb73c6cf3a53 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-298.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-298.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.6-4-298 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-299-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-299-1.js index 160f649efdce1cdac2155d088a2042d681030336..544a70266341214fdf137a406e666959b4f7ed3d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-299-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-299-1.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.6-4-299-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-299.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-299.js index a6721b999556b1cf29a2a3a872e2f489ed065b65..0075afdc5e2203af12c41fe3213ff5f75d46ea8d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-299.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-299.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.6-4-299 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-3.js index 7300c7ea037cdf33eebf5c63b59947a61ddf0587..ffbfc155b7c80e5ece62102c5c233d4be505f9b1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-3.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-30.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-30.js index c26be3784e975f25b06bb143c1ea69c276dcf019..a30d3988412312e9ba7da98d3100ca48797177bc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-30.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-30.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.6-4-30 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-300-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-300-1.js index c48975ff1e81fd702f7bdfab7403454c0b6c9941..4f28e9379c8e795782f1cc19e0658631261f43bc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-300-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-300-1.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.6-4-300-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-300.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-300.js index 61f4ecc5aacd6c5ae1416a88db195e89ce9eb61a..2b7c8baaf88cedad55ad2ac7f7dc499b81933e1f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-300.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-300.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.6-4-300 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-301-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-301-1.js index 10b1e63eca660990e641a7230abc57494f6698a4..205a5dc25e75c2276c3c309ae6812b9fc3e03c21 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-301-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-301-1.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.6-4-301-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-301.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-301.js index 1708a50cd54f114b17541bd23e087963bd16e3bf..8bfc2369c7089fffde152866a320a965191ae3c6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-301.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-301.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.6-4-301 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-302-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-302-1.js index 86faf6022276220361718a41a545828581a61367..6d81eb5f81aada8295f6927e03ccb6f05c66b4d6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-302-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-302-1.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.6-4-302-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-302.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-302.js index cb92c27f8a7d112f78635b854837778362ffeb4b..516c7d377d44be736b4941f270f26863c1e45caa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-302.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-302.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.6-4-302 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-303.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-303.js index 215818404a98807ab90de7addd95ae9a94d75a2b..2b8de6f016adfedd1210f7c1c5f5f1033afb3729 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-303.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-303.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.6-4-303 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-304.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-304.js index 5bf3c965bc3cd4e5036e7e98f36c43a579eb467f..0700b56e08c386146fc1ffd63901d311e45b2f65 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-304.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-304.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.6-4-304 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-305.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-305.js index 1d788184b3e3836d50cb20c52c340a1d7f3560c3..4c719320148f092527cca2b22c404f3902b8c45e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-305.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-305.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.6-4-305 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-306.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-306.js index ba9d9b1003a5945524c1d74007e61c9af4245aaa..93ba566f100383ee486604259091469c276811a6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-306.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-306.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.6-4-306 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-307.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-307.js index 3a63380cca80c6d47d05da24c92a72012a4ad7ac..82bdebdbffb552491544cbaeb0fa25f7f235370e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-307.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-307.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.6-4-307 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-308.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-308.js index 54c2560ebab8cebf3bd4e5fb480977581c29f148..d38bd2a2a221e52cbd4fc4671a529388670607a6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-308.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-308.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.6-4-308 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-309.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-309.js index db14b5bedb82999b845f844cbdb8a3cf92633787..cc26f96be10cca6398e29d853a920d52f1f005d3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-309.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-309.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.6-4-309 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-31.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-31.js index 9dd4fd4ee9c09ea4faa78630af8fb5c54e993773..c3cff89f916dd2d2ed2d9ab5e10182cd6fc4294b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-31.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-31.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.6-4-31 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-310.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-310.js index 6d82c2650fae414c21b15f492890b1ba6bdc0eac..bc48c6d5ca25b8b0935a7a68b1cb76709a712bc9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-310.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-310.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.6-4-310 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-311.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-311.js index 55652b21cf44d496be94737a77b2f15c6f3a79e3..ab56a5addb7729714647c3246e3e107e90d47ffb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-311.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-311.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.6-4-311 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-312.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-312.js index 779971a74e6ea01f90e19727553dabc52705cc9d..68a0e447978efb943c53c3b67662b77d39aa0d95 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-312.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-312.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.6-4-312 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-313-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-313-1.js index 48f7ad4c5210c99128aa398608bf2f6e33a163b9..7385b374df3782d4b845460ea61c4b80df259a22 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-313-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-313-1.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.6-4-313-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-313.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-313.js index 3157bc48abff4f2268e6329b1d788a2d44e75851..cbe180e1701e6f01e5a9da3cd349272580ddac10 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-313.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-313.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.6-4-313 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-314-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-314-1.js index 26d60af348b317b0b2ad8da8418bfc5a041015d6..97b466ce62ea7dc2c73edd82ff509413f35e999c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-314-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-314-1.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.6-4-314-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-314.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-314.js index 1072420a05f0f3b4746807f751aecd46ec9a932d..a7ea9e9575365edaf7578feb73e952c821f7bad2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-314.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-314.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.6-4-314 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-315-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-315-1.js index 82c7cb3605b3495d78246437508c24efc489e456..d809fe96babb2c47d36d54783daddcacaf768911 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-315-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-315-1.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.6-4-315-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-315.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-315.js index 980da213fba58cb0fd673660fa1c28f4c379c34c..a6986d75b573cf9da11db299cf250df175939478 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-315.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-315.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.6-4-315 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-316-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-316-1.js index 5ffa599e02fbb297fd5c07a96871be9cff97e654..e412d2e31252f4e66711f6145c6aadc115747cf5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-316-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-316-1.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.6-4-316-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-316.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-316.js index f72c0bc9cc0cbc3c6795195a350179b305872788..0b80a5b244c83901f5918d85e1a1e25528b3b87d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-316.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-316.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.6-4-316 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-317-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-317-1.js index a518f7efbee9e164262c8591b4ee33352c960365..542b7ca837e30be2a960284bb2df63d9a6b145b8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-317-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-317-1.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.6-4-317-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-317.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-317.js index c3f3d81409b2bd3bf25a26d94bce3b7832131d96..829f23872d102b30f11c2092443b9bafd57cba01 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-317.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-317.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.6-4-317 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-318-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-318-1.js index 95ab97a734473118bc2425f011cb8bc0c55ca9f2..15a8a573a03101a08bf2de98e2aa6f2b9efe245e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-318-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-318-1.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.6-4-318-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-318.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-318.js index c09bc868383686654c4c71883f09a742dbd38f53..68dd7dd69be1f5d4273a0b7655de3f972fd64cb7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-318.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-318.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.6-4-318 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-319-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-319-1.js index b1615409b18d078417abd10347aade1ea1239461..070ea10a95d71826de0ebfeb472483212357f87e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-319-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-319-1.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.6-4-319-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-319.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-319.js index 0811edd624d7d3ac93a0a008d7ab248dd9a5c18d..50697d9d29ed244473f9680dbc3c5ea2f26714ab 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-319.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-319.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.6-4-319 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-32.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-32.js index 55b06bace392d024f823309e8932c75c0aad73d0..33715790646668533f184874ba79040b793c913d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-32.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-32.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.6-4-32 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-320-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-320-1.js index c1c9a1790317ec269f925774bdc34403c7bccbbd..aa9cb3e7f95534ec192659a8ebec89fc74d66ae7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-320-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-320-1.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.6-4-320-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-320.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-320.js index 32d2987c11d25f5d63903dffd89fd0fe5fe87ef8..a1d0b731802613ecff6f5871ec6cf84802648b2c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-320.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-320.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.6-4-320 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-321-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-321-1.js index 323460968f64e197d63c28adce75eec0d134cdc9..5b8195c0f0c07f2805ee92d092675dd5b0fc0939 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-321-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-321-1.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.6-4-321-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-321.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-321.js index 4abc7358d695d8e84494f55ff26974d0dc9af2c2..66a537da7936422cc7672375be17354afe3d8c79 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-321.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-321.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.6-4-321 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-322-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-322-1.js index ca8a2ebcc933b2727b23ac1196da0c2ca17a1db4..16a87c95484ec26352f8b4de218e705f462f4790 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-322-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-322-1.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.6-4-322-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-322.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-322.js index fdb86cd9b18e10d82c6a1b35c4a15606e841d706..f8597ced1d3f2d38c52929e0ab61e5469814dec3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-322.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-322.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.6-4-322 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-323-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-323-1.js index 9f6d38845bd908822ad7f9e40ebbf52a1a1dc46d..14ce76e95bb093f631cbb8424ed805f677dd14a5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-323-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-323-1.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.6-4-323-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-323.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-323.js index f353c688d253effff647ebc3c6f86209c93632d2..905770f05338e7c7cc9ed69d18a12aeae69e5810 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-323.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-323.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.6-4-323 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-324-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-324-1.js index 821ebbcab12d417db5421238eda93e19ae21c98c..846f093a5f4772c3937a600116c78a8d23b167fe 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-324-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-324-1.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.6-4-324-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-324.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-324.js index 6fdb4a774976eab7020c0b436e65c9622f09a377..7d5eacf71256661534e313e090c20944a55f6d21 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-324.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-324.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.6-4-324 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-325-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-325-1.js index 29eb269d6360322be0fc8458660eca5b62fffadc..08e607bb4915ebbc3dff91799eee3f399ad0115b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-325-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-325-1.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.6-4-325-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-325.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-325.js index 19051ff2bd03dd5a75f355d5945758c8349ffc45..5c32e40cc450d31fcbe90278203de5a54db70955 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-325.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-325.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.6-4-325 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-326.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-326.js index 9e8844a564aa13169fb113065a91d531acc5d9b7..464a6ead9741fa2483445bb00fe3d29add8aa7a4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-326.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-326.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.6-4-326 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-327.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-327.js index 02846c078b166923e64fb8fb035a167309e9cc0f..787aecbc3e63357e6c3445636df1ac2a1bd80427 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-327.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-327.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.6-4-327 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-328.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-328.js index f6248ac5fd518b8bb82f34b6ebd4894268422e00..5d8f24047cce31e61dfecd879215d00c3b6afdc0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-328.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-328.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.6-4-328 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-329.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-329.js index fdcd3c343f7cb5dee9fb4922aaf616f8daa20f93..f9ea888a49aa041a6d9d0a21bd8adbdc2af4d9cc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-329.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-329.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.6-4-329 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-33.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-33.js index 1f0a634e82f79f7eda65b8bbc07495f77a245a4a..1e0a8118620707b3b6f8494fd85459665f181211 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-33.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-33.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.6-4-33 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-330.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-330.js index d8997ae1d14d370ff0266f089a52215f7b31fc1a..7d552757d25ef3a4214f1ad768bb87e0f6159b77 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-330.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-330.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.6-4-330 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-331.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-331.js index 56ffadbdec70e4a7277c4aa4ee7a6e6820d64358..058e2f1996d8a6fd7e6a8e81da36d4839ede25a9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-331.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-331.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.6-4-331 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-332.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-332.js index b5f14565601c732d2134d14d15a39f302bde507a..9cb151d78ef0ce388d76a681bc833a5e2db6dca3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-332.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-332.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.6-4-332 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-1.js index 9acb30ee41f04346065fc8cda82d1fb75a14727d..b67a2a2e225dbe7b6a5a4133f8466b3f901d84f7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-1.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.6-4-333-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-10.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-10.js index c6a0187ec7efdfa3a90ef726d764d17f51fbf2b9..b59c4120518ff05cbfca4eaad4bda292db2e0432 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-10.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-10.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.6-4-333-10 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-11.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-11.js index 37f217f7383ba35e2cd16cdffdf15b5c3277758d..5d27bfcd515ec8b2c6bdf83a78accb943ad26831 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-11.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-11.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.6-4-333-11 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-2.js index 9bba5f341d38cd3ddcb745d4672970acc0330bec..d9129278862a4872a2702083ecc72b253c4b2752 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-2.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.6-4-333-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-3.js index a5501e2d1352f5ff26301599642471610485f936..a74dc8fdaa18b40670445d3e67ef160b120b8c40 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-3.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.6-4-333-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-4.js index ee97ff9f8e4ea2daace49f0d6eb1f202681cf8b9..bd07a4bfcc7e05845d0f0abff6a8cd21dc5b7548 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-4.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.6-4-333-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-5.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-5.js index 5a0f4ccb5943d453bf2aa77439ab7f52eee63944..8dbf20a18c159cd006811e1ce64e0801a4ea702c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-5.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-5.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.6-4-333-5 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-6.js index 4655075d392eb474ee247eea4533a4c55fac89dd..955b03487ed2155133ef032ff4d28a5af6e3e6bf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-6.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.6-4-333-6 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-7.js index fd7dcdef7ac7b93e7ff3607dcd9c89dbbb4bab81..128da1b7dcea2cbc9d42167a5ae39bf5618740ae 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-7.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.6-4-333-7 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-8.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-8.js index 14962c467245b98758197666e1594c4fa776fbde..da792059fb3456bc37d2d00972ca1ab9be77084b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-8.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-8.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.6-4-333-8 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-9.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-9.js index c1397eaf78efe4aab6ddda751c91b19c5db5b2e2..94a0c67d28c3a74a1ab6c0fe43ef2530d51b18d8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333-9.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333-9.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.6-4-333-9 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-333.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-333.js index 7f4b2a8ba2662806c79ad50213b4d73ce7920564..01f827eac0a553d1b01530bfc5edc2874291c083 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-333.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-333.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.6-4-333 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-334.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-334.js index b63bf105d80a3f16dcf9d277b0f680538aa4c3e8..851160e7aa9de2358bd594701dab223ca15d6959 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-334.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-334.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.6-4-334 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-335.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-335.js index 67e027ed82d2b755eacf29cf082ac3d1549b04af..d7a4f1ec51113e3c1350be924727e903041534e2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-335.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-335.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.6-4-335 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-336.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-336.js index d17087b16c9c48dc454fa217e5305f46e8195be8..7ac3e195ac71d78e40d24ecfc6c3d5894e4251a7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-336.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-336.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.6-4-336 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-337.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-337.js index 141b8a73b74b70019fbfafb8d79bc625dfaefd0a..c91bd20ac9faae8cc45b76734d60a94d92d57206 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-337.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-337.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.6-4-337 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-338.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-338.js index 139fcb254150dd529d71e170b300641c05cefd2f..38f563aa0f812e17a84261fb9ff6e8f18e592f49 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-338.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-338.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.6-4-338 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-339-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-339-1.js index 5f7e72685ef5c934fe27278684208fb028a646dd..01b6f0230b47f7c5cc4c8f764d7020aa36ce2e8d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-339-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-339-1.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.6-4-339-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-339-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-339-2.js index 93c9505010d03cbcc9a0fbc8d051a0d1f89e3de2..428e988e3b49e784fd5fdcde55003ecfa11e2f40 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-339-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-339-2.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.6-4-339-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-339-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-339-3.js index 6688b6bffafd63ae27ddaec91281a3a467096f63..eea47783f2dce7f012ed2f665dc2546a00261b19 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-339-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-339-3.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.6-4-339-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-339-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-339-4.js index 8e81ff6af2b3764bcaa060d543b10237eee6e48a..92a20998bde05111b66cb2994b78fb32b578d7b8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-339-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-339-4.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.6-4-339-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-339.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-339.js index 9d36f53d883401bc55cc648429ffc35c0220bab7..ec5daa537a9bfb2ef96f02effe4815bed2098bac 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-339.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-339.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.6-4-339 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-34.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-34.js index d0b3545eae98faaf32e351780456ddf4765976b4..dfa637d260fe713d260ae71764436e964a33a74e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-34.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-34.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.6-4-34 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-340.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-340.js index 8a071c2d9b9e1f9bd2323cee199bb2d1edbeff63..8067fca02275dde99c42b2043bc31f5ee072a015 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-340.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-340.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.6-4-340 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-341.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-341.js index c6f2fdfdab90d975d1a1a83443eb942612cf49d5..87bfe85388ea89c243289c4686e2f878f804d693 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-341.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-341.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.6-4-341 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-342.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-342.js index e1514ce0b13fed85a4c75ecdd2fe2aed1d077617..271ad2ed2b51553bc5aec6ac51e90e9dcd5200ba 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-342.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-342.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.6-4-342 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-343.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-343.js index 3095e6b321ab9969279b97be27b2714a70a5d09e..c18a642edd72d4e5988e3025dae6d9e8b76ba540 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-343.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-343.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.6-4-343 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-344.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-344.js index d8921e120f67a79fe93fdecdc6543bfa333548e3..60013370eddb53c3a81c78e614b3891a75826316 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-344.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-344.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.6-4-344 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-345.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-345.js index 20c769f35911338d665c8f4b6161b5152156b70b..5e66b6160b60611ec13b635a21bb37e44745c857 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-345.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-345.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.6-4-345 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-346.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-346.js index a520a5d881db5a7fd5826a30c5f362bfb958a84f..7f1ef0421bc81387114702e9b522b8b6a8f89ae1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-346.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-346.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.6-4-346 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-347.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-347.js index a1345d6795723c2620eedca111ea12fa569683a2..339697f368c0e95ff9bbbbf171f12b90e2a3eadd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-347.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-347.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.6-4-347 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-348.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-348.js index 7572ee58131ee09abdd46aa33c23757f01e1633d..701a132fb40d05888baacfd9d05ce10299756627 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-348.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-348.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.6-4-348 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-349.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-349.js index 829845ea37c3d4198cf4d1bd308d37c107074c35..5572ca864cb1902263c42f118d937890fa63fab9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-349.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-349.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.6-4-349 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-35.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-35.js index 38fd9330693318527c38e19f0058bcc6c268afbf..e19b585b678c845bed6c5ea57b28a7585eee8b41 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-35.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-35.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.6-4-35 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-350.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-350.js index 8b91f28d43a61164af1d0f13ce68b282b32cb937..7a80aa8c76b437e736e9c556b5275c9edceff8b7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-350.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-350.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.6-4-350 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-351.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-351.js index 382cfcda9e70c07a738d7cb00e0aee0a5571ce28..72da60ce6000f87d482347f475bf728bf6b1196e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-351.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-351.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.6-4-351 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-352.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-352.js index 84457200926c3975580cd2554de77d772e388aea..fd24809f32878ff6b9c4f3c709ce3af304184af5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-352.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-352.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.6-4-352 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-353.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-353.js index 439a296ebd5545bf43df8163a5dd680ecf859c40..98c28a86c6530606ef4ba211c03159ed7e3b5dea 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-353.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-353.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.6-4-353 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-1.js index 8a0ec1cfe8f04b16ab8843167277112b0f5d6233..ec5df9f4e6db4a71c3366bcd298cccf4f14b4cd8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-1.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.6-4-354-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-10.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-10.js index b888037735b1d57c845dcdb74d96816946c301d7..6d6912d72e096985ec019e0881d027e6254fc0c2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-10.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-10.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.6-4-354-10 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-11.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-11.js index c82f6340f1e91dffb5cf11c62d50478827b744c2..1e2c2184e04ffc5d5b4ca766e7ce004d2745b6e3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-11.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-11.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.6-4-354-11 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-12.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-12.js index f0381b5f90750d70b5f02ae317e876c984ea99b9..ac85dafe09895d622161e1cf03581ce401ddf8b4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-12.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-12.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.6-4-354-12 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-13.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-13.js index 9c6c7f1010d383da09e715e8359c2d65bc27a585..e4ea55dc5ecee9cfdca83af9f4288ebbdd915dc6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-13.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-13.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.6-4-354-13 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-15.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-15.js index 81b0734317c6c3899871c86730230788865143db..597b7454a96f1c705117e64d1f4d01fa28da78ea 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-15.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-15.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.6-4-354-15 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-16.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-16.js index 64569999012c1f3446303c5391719470a0ce18a0..351aab70e0cb39c51b23bfdb90b93ffe596e4602 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-16.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-16.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.6-4-354-16 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-2.js index ce4b5919ca47c810d05f82f4cb8b75cfbe6161cc..fc2713ea4ce7e6ba13dee21168d909e088eaed23 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-2.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.6-4-354-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-3.js index 5e824ae5c98b8cb09ea2d28e433b39efd425aa3d..6a32d0ca0e90373aec6c2ede1780cd6d3cfc07e2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-3.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.6-4-354-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-4.js index 0958aa32dd31f81d7212a65148f92f986aec46d5..6b5927f4a14f6c08bf4d91e148f010b73dd7c6ca 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-4.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.6-4-354-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-6.js index 96d9d15175c613f8c75c0f1a621d2abfbad32717..641f44ad276a7b568b7cd81f7b3e00475c50b7e8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-6.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.6-4-354-6 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-7.js index ee05bdf73c11afb7447026d2195c5d0ab42d5e31..5755ad6d15a483b7bf6e7e29e09821834a1ad8a7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-7.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.6-4-354-7 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-8.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-8.js index 03a4f7472e319e9830001a7b4d45627085c1c328..fd80a39e1907d66f41c80ab99d8bed1c675c6779 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354-8.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354-8.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.6-4-354-8 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-354.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-354.js index a40e3d8ba262f3cd8d2a569591d3baedc60c74b6..ffe8e1a3ba7ebed80b5c3d955ea9c5bee3c5ee14 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-354.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-354.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.6-4-354 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-355.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-355.js index 5c2fc05d1c12ed297e3d042cf6ac199bc91de6e5..b5d9f515f7a70b17f427808e27864d1817758b5c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-355.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-355.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.6-4-355 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-356.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-356.js index a7d1c27ba0bc08bedf8e1da62e998623edf4581c..c9d8d5b40a8bfd858fc034016b620a892daf0418 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-356.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-356.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.6-4-356 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-357.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-357.js index 5570996f9a3774d8b0aae5e936980671e44bcfdc..2af6a6a6ce163283dc20fbc5daf077206fc9c1e0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-357.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-357.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.6-4-357 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-358.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-358.js index 2c5f6ee0db9b167e2d9479c8e4d4405032e9e4fc..2d0ba0a8eaff91187c2d24df54d498c5dbf91405 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-358.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-358.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.6-4-358 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-359.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-359.js index 4d0775fc75cfea3aafe7b2837ec8dad0fc5a4692..935276fa5a6a1c514a672b04dc3ff3229c130fb5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-359.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-359.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.6-4-359 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-36.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-36.js index 579aff5660a5d8f2a486ed13814affe9042cefc9..2efdb845370416499a0d90058f7a0f3d5774aa20 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-36.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-36.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.6-4-36 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-1.js index 048bcb8c7a9b0c32e5600ce370e9e3abd8e1890a..40e8c8e0fd45edb8de42620bd2ef4f75074f5ec5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-1.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.6-4-360-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-2.js index e8bd7484576422415ecffd5ecfabec19f840f2ab..36a28a976dc371f43578c3ec6c4ffb0756e1d76f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-2.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.6-4-360-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-3.js index f4e07e9137a3f04a41934ae41e913d94582ccec2..1aa14ab705bd45791759558c4d2cc2b7bfb3220c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-3.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.6-4-360-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-5.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-5.js index 0f8399146574cc0cfa4410b626582a72b4fe7305..ecb2a47dbecfdff96f9ebb0428474ae6625638d3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-5.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-5.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.6-4-360-5 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-6.js index 577a989597ca7a4e9e7140e082ab1b80a62370e9..0c9d0dc1639098bc319deefc474aa228d119b812 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-6.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.6-4-360-6 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-7.js index 909ce5308b1eb7c700ba917b16c245e05afb73b1..b6c0050b9a584d96b83c36306b642aafc19da239 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-360-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-360-7.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.6-4-360-7 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-360.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-360.js index 731238d046d408d45e5826e603309d382e1bb0c1..6df3b6d44f4d06294b1ce711dbcf4fcf449e5ce2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-360.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-360.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.6-4-360 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-361.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-361.js index 7ca59c68d9a261fe30e334070708f38cc165cf2a..72b34e7d02d6962dcb5fe1cd5a0d4ea2ba493fb3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-361.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-361.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.6-4-361 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-362.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-362.js index 7d8c8f15022869292a846a8cf479c0516cee55ae..b829fc5a0d6aec63c5b7892be6c579779288b5c0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-362.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-362.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.6-4-362 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-363.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-363.js index 83400ed2bdcd8abc9e9741a6c2d5175f8ec1338b..0a34bd053d98cc7c2b44c1f11d3ef739bcefe5f2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-363.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-363.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.6-4-363 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-364.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-364.js index 15b82bc3be094aa19dfc06520a3ed922fb4eab58..dd02213bd48040e2bce5fcc2022c41d87c756652 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-364.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-364.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.6-4-364 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-365.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-365.js index 1819daad56c73f980239e792765d854aca329efb..ccb73b470ffff8a8aad67e785e727a452117d1c8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-365.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-365.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.6-4-365 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-366.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-366.js index 94022c0f6b887a4c3cf5f68fa115de0b600f5b38..4d81111716ba720b7ee089620c987b08260bb659 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-366.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-366.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.6-4-366 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-367.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-367.js index 7c05ae9e285a7be9ea05b1ab080d3be875b238bb..e7152981d37cd0b3b59add82cc07ab47e3e54412 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-367.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-367.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.6-4-367 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-368.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-368.js index 5767e030fb62aa71d63633f372e94a599578127a..a9caeef642fdc93b21766d9cd3901f83ba27fca8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-368.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-368.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.6-4-368 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-369.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-369.js index 3c9ce77e96b71434ab6c14400023c0057326a8ce..3104d404d8cd4b9899dfe56ba2f3021f6f33e6a4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-369.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-369.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.6-4-369 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-37.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-37.js index ba28df25a79c0308081e5929e4f11c3fdfb54fa5..09d3cf9169a22efb7716b13ec0fe632a68875c99 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-37.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-37.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.6-4-37 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-370.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-370.js index 33122718c4a24ee239788b56bd5aaef3ae628eff..9c02b500489d2562ff9cc1c90c94eb35d3051116 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-370.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-370.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.6-4-370 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-371.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-371.js index 990a6e44bbd3f337785733fd267c5a429bfbbab1..14aff6bd39cd2f85fc2e5ec1ea9cd29d489a6496 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-371.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-371.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.6-4-371 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-372.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-372.js index 0428495e0521a75546f82842be2b8d8f0c1a378d..f3b3bba74e83dfbbac2997652cf1c95bd3e04c5b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-372.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-372.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.6-4-372 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-373.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-373.js index 4d0b945e491d8bf4b4483f76dd59aeb3ed824df6..5a59c165733601b2b580f31e1b735d0220bb8222 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-373.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-373.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.6-4-373 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-374.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-374.js index 428ced7a0ea7a3a5d79062967993759c3dd3d195..85ea01fb892de41a1f60b10fd38e218fb95d04fe 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-374.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-374.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.6-4-374 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-375.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-375.js index ea72408ae6c0268368cef1f19843dd531863ef65..1af36793208caf580c029ef54396f1bb292f9420 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-375.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-375.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.6-4-375 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-376.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-376.js index b0212432bc005d19a140f092c09842047a148738..bffdefece35d2ceb299b993ace515e9e6347126b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-376.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-376.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.6-4-376 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-377.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-377.js index eba2a095c4e9d66ff7b599368c897e5bdbe572c8..068452b19a316713b090520f86be4c690e1d0d53 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-377.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-377.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.6-4-377 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-378.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-378.js index 747eaca732bb78e12a0734d059eab51809ed69ca..a439572238f74ba7fb686b2cc6f0c245aa801ecf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-378.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-378.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.6-4-378 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-379.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-379.js index 3e13a1cfd2114f5ce7814d3199c962485448921b..ba16519f42dea02b4e76f7d8dbdb8da598ff3984 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-379.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-379.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.6-4-379 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-38.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-38.js index fd2189dd334c5bbe8871af910eaf4131a4a78dae..0489a3548d2d56b6d74de1b0e4cefd2e89928db4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-38.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-38.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.6-4-38 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-380.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-380.js index 96b15decb20b2df852b0a2aa45b704208f5084ee..b47b2906a6d959394c76f56afb0b66f0f692f791 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-380.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-380.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.6-4-380 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-381.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-381.js index d6f865f017fba6fc74c614d223b95b66242bc70d..3ed7d37a4b75310c761e05bf9be62d56807279cf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-381.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-381.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.6-4-381 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-382.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-382.js index 0838cbb57d527b8879e3e436804029b0e275e7a0..811b6c54b0c9f2d9c81e354dd9498bbd7919ea82 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-382.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-382.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.6-4-382 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-383.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-383.js index 9d8536283dc5ff69135c92e2753773ccdab8d30e..f986cb4d93b0189a5ba3e97ee079a8a39a9b76ff 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-383.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-383.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.6-4-383 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-384.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-384.js index b196bb1246bc4271755975617f210888528fc41d..b349dec25b562d35c1dbb0341b957eac128bbeb8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-384.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-384.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.6-4-384 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-385.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-385.js index 1445d46f4bf09f7177a021c16f65dc52d44583e3..008a6de7577cb7f569efb2456a97764ed1d1a490 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-385.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-385.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.6-4-385 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-386.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-386.js index aed8b6f48e71bd1a354b4452d278f2288cda646b..9756ac528a3684bfc8481cb3afa538de27be4677 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-386.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-386.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.6-4-386 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-387.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-387.js index 6a397026d0b35769777abc1a3c48ef00e1db8601..b6d28dd2987f6766ee7d99a31dd38c6226ba6a63 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-387.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-387.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.6-4-387 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-388.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-388.js index 788c93ce5fa82c13ce81cbaab01cda8302368f3b..aaafa8975b5e48aa4ec55ebbef24a39bd93018dc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-388.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-388.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.6-4-388 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-389.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-389.js index b066e1b47f228e01fc5f8d123f19845762a17d09..21bbd4e67bf418fee70544f2bc707ac9020d0455 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-389.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-389.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.6-4-389 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-39.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-39.js index 4468b9da3de93070070e39ea42a522758fe0eb6e..077cbfe4f92f37181ec1e74db999289f6876d731 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-39.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-39.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.6-4-39 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-390.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-390.js index 64e26f0752d6085577c31656ff4050b165bc7333..e5ec91a843d0abb44475a2b52111602933452592 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-390.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-390.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.6-4-390 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-391.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-391.js index 44947b38eca5ca1852f7c894b00526199b7ff395..ca1ee5dbb63aa1aabd4ca694df111d03695ceac1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-391.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-391.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.6-4-391 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-392.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-392.js index ce1909bf6eb89537847977f785113549b4d83cae..c9b9f832b347b2346c660e758bf00daced59f822 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-392.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-392.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.6-4-392 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-393.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-393.js index 2edd5dcc95fda50caa7680f266425c11eea52854..3b50f25f7e2a5fc169929a5521c21c0327b29c51 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-393.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-393.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.6-4-393 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-394.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-394.js index e600e04af4230cc146b0a298203c507ee1b26bd7..b17e0128de11dc88d46321e907fe3cd4588e7fbb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-394.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-394.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.6-4-394 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-395.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-395.js index 1208bebd748c52f7c8ed1f084dd50d4490281144..70f59193ac43861c281e531e2e10f33649a46ee9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-395.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-395.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.6-4-395 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-396.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-396.js index 4e8a11c3650f50ca1300d28b0da98c19c2432811..d9490b158654b56d563e36cb34f7c5561f12de8d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-396.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-396.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.6-4-396 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-397.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-397.js index aa909d9ed978f98696816b38d0f70d7da60bad0f..733ad03db0ffae650ca6023e8a5a531dee1b577c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-397.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-397.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.6-4-397 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-398.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-398.js index ad82c3f949c3c749dd0d4aad260f069f668dc337..1e930b39fd92c2e7416661d55dd3780f3811e376 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-398.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-398.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.6-4-398 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-399.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-399.js index 08b047fd00a69d1eba327e383bdbafd802a62dae..4a2d76e55e4c4b8799c923c73c0f5a8ef6e478f1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-399.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-399.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.6-4-399 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-4.js index 2c521f9015fc045fa3ee74c51476030751d2eab2..efe4a2288f901b4ac2c4120893b3fb3719272cca 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-4.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-40.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-40.js index 0ed4df5497b1f7e3b2454d6664bc55b77a17a03c..e5541472a9c3f10f2e1e13b83bbf5aff9ce80d4d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-40.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-40.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.6-4-40 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-402.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-402.js index 738322542f3ed8fd798d406f5ddc45d42a120e7b..976842919fd860be4f0aadef172859fce5039131 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-402.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-402.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.6-4-402 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-403.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-403.js index 4b31b066dfd0c804a6b98ba9226ba49be5439665..c19ec0616250fc2920f6d9cfd0cd8d22679a3d40 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-403.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-403.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.6-4-403 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-404.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-404.js index dc23d169aa451d6c2a73d7ab806d63c681326cda..c65cd138d341603748f04df37e1b3b6c0eb6de86 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-404.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-404.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.6-4-404 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-405.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-405.js index 50cdc93ade32e7246be585225b5abe45e664a984..7ff234090abcd861b54f85e27433b5d07ffd8664 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-405.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-405.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.6-4-405 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-406.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-406.js index f13cfdfea2c32bc71ead44666cb17d0e973e5740..cd6ece4e6562bd05051bf9d985810d4b58cf37c0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-406.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-406.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.6-4-406 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-407.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-407.js index 3cb71e564883cfdb583ed7061f3b051d2d79003e..4e4f2555b802362944ad8f306818a2004382253c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-407.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-407.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.6-4-407 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-408.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-408.js index 0c2dd72fe153d9b4c6ad0199f929412251827764..f25895f3207032f427bcab6e94dced4c5f710d28 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-408.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-408.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.6-4-408 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-409.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-409.js index 4c6b876f303feeb481c323433a7476d49ebc469f..2b48ac1e03bfb2cfc1089de6c4aceedd43aa7c51 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-409.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-409.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.6-4-409 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-41.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-41.js index fbf40e15c6555876b5594dbb86cb3bea4beb7f80..83b86dbd76850bb2a2fd97ac74ec9c3e2986092b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-41.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-41.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.6-4-41 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-410.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-410.js index 8834428730b7f0ef16ba79ca86e8b6ed57a328eb..be87243a76ec84767cde1e3e46d541ccc548f281 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-410.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-410.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.6-4-410 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-411.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-411.js index 7e68e449151b2e5fee7b19563026ff763887ad32..c22e5c0f36054136caa52adf89e07e324a526796 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-411.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-411.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.6-4-411 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-412.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-412.js index 08b905e1dc617c0113a04619803447bb2449799c..c1f192ad7f2a16c2cff05f86396dad06c0bc60cb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-412.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-412.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.6-4-412 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-413.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-413.js index 454faaf5c78f0e044cd7f22da42205912db1a9a6..981370eeea60f3348eab4690b99d9bee5e6a8d40 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-413.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-413.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.6-4-413 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-414.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-414.js index 478ea974c800235b7dfadcf73463141db5484cb4..92c8ed22dffa70d2d74e181dcab3739535acac1c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-414.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-414.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.6-4-414 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-415.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-415.js index b49cb548d2db2bcc457029ff72d78b2a597deb09..fa7a07c407b976fd7d6c3ffcd3ce62f602dbd841 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-415.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-415.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.6-4-415 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-416.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-416.js index c637139aa1aec927fee4399d17c5e27537b77d0a..e584b67635cf3b72ee3e966b8c0df0dcbd03fc07 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-416.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-416.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.6-4-416 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-417.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-417.js index df05c133ae3f7aea799d9f555a38d0e5ea77eeb7..15fc5c5a5fb2b1dbba2c59346c97dec945f8da10 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-417.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-417.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.6-4-417 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-418.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-418.js index f5f789a4a662062f54637fdb1e9db62f8023b88b..4e04e0352341731ecc1f20f3e08fed7069027576 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-418.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-418.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.6-4-418 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-419.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-419.js index 3122c68f731bd8ccb3e8f2cf2e584546e13f7f75..5a707bcc0a146e965c8981a29a55caf12613d165 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-419.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-419.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.6-4-419 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-42.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-42.js index bec9abc58624d021b78a5e3c2b65423677ee9d30..4c5524806cd08ebd59069783d4724dcb46e806f1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-42.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-42.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.6-4-42 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-420.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-420.js index 69c075f867114b60de9da887ceb2cd568e5e7a43..9c192fd4b558786c4f999739aff5aa224ac37a37 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-420.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-420.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.6-4-420 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-421.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-421.js index eb630ed4cae4b6c690f51e4d563045e4be1fa584..adb3af77332054f32bc840ea7ae12a7c6867361f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-421.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-421.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.6-4-421 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-422.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-422.js index 7573daa6e97f4ef9d8ee854249e090dfaefe9f9c..3c440e553f43d3c7723c55f1b1f2c0f1227487f8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-422.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-422.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.6-4-422 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-423.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-423.js index 33360568ed303b2415ecd8c0f9b0f4d87804ef10..1eeb87f0c91c3dbe753f45529b98b58851aa200e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-423.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-423.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.6-4-423 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-424.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-424.js index 82242bf593a90eb09a880c2504cb55e527c73f0b..4d09765c28d5401f38c2ff438e3f2c687fcc9e72 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-424.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-424.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.6-4-424 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-425.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-425.js index fcb00fb2a7bbe7a00ca26500eb50dc62e471eaf9..58fc8af08218efde2ea1c0d0e4f9c7b07a0a71e4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-425.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-425.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.6-4-425 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-426.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-426.js index 6b91cbb13e1e68ec9b02b1866b135560f200832e..229688a85730a8a1f99f9c716974f6879868de1a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-426.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-426.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.6-4-426 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-427.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-427.js index 7d4f5b8d4ea80f6aba71705aa5a8e168cb7ea980..8f1dd630f20eb84162da2542cb28d53ea1e97946 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-427.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-427.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.6-4-427 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-428.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-428.js index efe78cf4f80c213efc83b8e5beb73c83e99e5111..ca3d2ed4c001c6135640ae100068faf0626864d4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-428.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-428.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.6-4-428 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-429.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-429.js index c7fd376ce226c05f89a66e96311796cdc6e280fa..3501ac6691c16e2947fd656ddc96fb9834b6bf17 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-429.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-429.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.6-4-429 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-43.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-43.js index f09a8958a38134b19dd4023acb4c2c34f95d7184..a0ad64d78074847953c67a76cca2be6d1cda3bd9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-43.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-43.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.6-4-43 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-430.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-430.js index 63c0ca51bfc5d7be201ab443873b105629f1ba81..bd232972ff20b7c7fb449715ee2232f5fd6f2f64 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-430.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-430.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.6-4-430 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-431.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-431.js index c3a0c23ed2e24063e712487449b0c214d2f61d79..0ce9f526c785434068a1e1aa2ccf3ca25bf677c3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-431.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-431.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.6-4-431 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-432.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-432.js index 1ad6a7a489e7edfea82a4e7714a02d3b3d0bc64d..a39238a4c2b4f7a2cddf82f3cc79a45deb4bb83e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-432.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-432.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.6-4-432 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-433.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-433.js index aef5ca61ff2a4ede566c00c556d1c223c66b5966..225bf4f4bbcecf437154a2fef041d7a039053aec 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-433.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-433.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.6-4-433 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-434.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-434.js index 2e42f98db2fe111ece3e566e9d179b0288059a4e..b767db80106aaa9be4bff0d3f271840d80cb45f7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-434.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-434.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.6-4-434 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-435.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-435.js index 331dc0cb4853bd9651c7344fafc3caf0198411a0..11576b55fe94c5debca6fdca59c5ad6066a4fd50 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-435.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-435.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.6-4-435 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-436.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-436.js index a8503bc1ea6d02b023365649f018692deed18dc6..84804edc66c6f6caca70103dbda52788b882a244 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-436.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-436.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.6-4-436 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-437.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-437.js index c2f11136dda8bf6ddd3dd6c08a9ffa70a73a6863..cc31175c46d68cd584efc8bcc99346af17207cb3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-437.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-437.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.6-4-437 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-438.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-438.js index 615ee2c0aaa352c7c912fcb8016ece91d6590e41..54ea036a574620ab74254af284ab65bdc1ff60f5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-438.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-438.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.6-4-438 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-439.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-439.js index 1c54048cc07aa963bf94e86c2848d1f67ef5b036..0be18cdb8bf261a9c4fe79c85d70a9ca7ffdf3e1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-439.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-439.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.6-4-439 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-440.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-440.js index 1f7f48d3e54a3c3e280eb77505fd4e23620a6779..e1d09f964f4cf49500d75d502b91c3ce158a2b77 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-440.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-440.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.6-4-440 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-441.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-441.js index 4f6c93b4aa34ebd2ea3ef6a8fad45eb094fc181b..12fe8dc327260f81050d83c9a49a1b9f6c364856 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-441.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-441.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.6-4-441 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-442.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-442.js index be2f8ab9922c2af9ef5addef965751cab149981d..8ba4f14f5dbbbfe884c9dfe85fa0e229304b8900 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-442.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-442.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.6-4-442 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-443.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-443.js index e2f647a2df74b1f932e867042e109afb7379a301..69893b1b916c4e051b3189a9ee396c25594192bb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-443.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-443.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.6-4-443 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-444.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-444.js index 80f684819acef5111bbf1b6f01355ed09e828682..8236e86d13902341066bce06538534aaba87b364 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-444.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-444.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.6-4-444 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-445.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-445.js index 03f58f85d45f05c4d2ca7b0926c8670e0b888499..f1a96669b600f86400e9a8fae42dedbb4328ad3a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-445.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-445.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.6-4-445 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-446.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-446.js index 858bb8776384f7a6845da8f71e6324b3d6027e56..dd61f38df99bf4e015e9ad232c3feb8255c6b7c7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-446.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-446.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.6-4-446 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-447.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-447.js index 15d771bb79135b0647a1afcc2cde9f01179bf517..9e464a5eba92e259259324df36d251f8037aa5fb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-447.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-447.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.6-4-447 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-448.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-448.js index 57515598d9b17bf6263336fae00e391a33619d9f..a8970332a502bad4027d41b19e50966e9bfe4a02 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-448.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-448.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.6-4-448 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-449.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-449.js index b6d44a88693fb14c0d22b434d976ed85a62b6ae5..3b623861f449debf5ccd4bb920225f5a7c02942a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-449.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-449.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.6-4-449 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-45.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-45.js index 337ce1e7dbe1d6bdb04c85874be4d2749dba4900..128c2e32fdbc18ac188ba3e92209600d2630ba87 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-45.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-45.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.6-4-45 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-450.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-450.js index 8d6192cce115622e5c312ede9b56269603db7e8f..44411c65bff438ec2d4ef5865a4400c93d90e413 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-450.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-450.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.6-4-450 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-451.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-451.js index 197767c79f6b10cda5be5e4d66e02af2eaa95dcc..538b67f16747a5dd79114296e5b0838df088c786 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-451.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-451.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.6-4-451 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-452.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-452.js index 232a23684232b129cf7174211708df47226cc13d..c673a5394014d1ea7b9b53c033b4e17c3c631b49 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-452.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-452.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.6-4-452 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-453.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-453.js index eb6b117e0521485df43b222c90158336788fcf9f..dac2a2b3397d858c576d664bd4e0abb8dde19c8a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-453.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-453.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.6-4-453 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-454.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-454.js index 05b26a07d0b11f7e32067714f825cec9ee818f68..1c1b6e852b52e700528d1849b4fa2992ccb0e90a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-454.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-454.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.6-4-454 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-455.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-455.js index cf805575efda4ead9108f6ba3b01f16cea0b486f..74a99987d22c2d5368c536e92a79f1e70a28468f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-455.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-455.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.6-4-455 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-456.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-456.js index cc16bf883ce95c8e7f54bf32b248d6e68d867754..d909bfd1dc1dac45ae17d6220f949468dd8898a9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-456.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-456.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.6-4-456 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-457.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-457.js index ba2784b6eaf22b6fc112899cab23f1305344d183..9bb5c03abe68ac0cdbcee7f791c297b7ba9e761c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-457.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-457.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.6-4-457 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-458.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-458.js index 3fe70fb82a795ed799ac24ea7e13b84815029990..ed84cf5533ec5801ded8ac455b34c636d7bed637 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-458.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-458.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.6-4-458 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-459.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-459.js index 2f3839c106839452569fc56252de27b3a5a1b12c..dd1db334d4c0b3268138880af287d284a4aebf90 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-459.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-459.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.6-4-459 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-46.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-46.js index f12b3b64f11cab9863c87606f64be9730b9a8522..6cc0343bdedcd0df671a488c6e111e86319b1322 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-46.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-46.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.6-4-46 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-460.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-460.js index 5fd1af4052d0f0dff2ef4fb2807d369eff4fdeaa..17bb0bf7f571dd44decae625524bf6cc1514a563 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-460.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-460.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.6-4-460 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-461.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-461.js index dc9a6f616102335d3f165cb7a3bd54b33b401bd5..45241ce3c7484c761c0c234355d0a1a59dd77353 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-461.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-461.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.6-4-461 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-462.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-462.js index 384e9c2901ec3e912b171e526c38a79fa4ebae41..8ae6358b9d0e06ac5cca39955e5cd6aa288261ac 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-462.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-462.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.6-4-462 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-463.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-463.js index 4e59aa49322065e7c965aa17cb65f7eab33778bb..ea7144dd2890c2714965656ee12b5857729cf68f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-463.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-463.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.6-4-463 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-464.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-464.js index 42475b55ccddb4e0030dad877c3a1a3a4200b132..0cf890bd1e00ccdb74dec73410ea8b2c239af54d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-464.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-464.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.6-4-464 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-465.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-465.js index ce37aecd3fcb39b2af058853e920ec8fecf2e9de..a3f5ed2ea19153d47fa03d34cdce59e54bfb2905 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-465.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-465.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.6-4-465 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-466.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-466.js index 8cc835069e8ebd1a18364319ed26f5582916fc03..0687dce436cc8efced100c886fe138e868a9def6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-466.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-466.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.6-4-466 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-467.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-467.js index 736658cea0f6620e69290107e23a217064062d5d..a6f0ca3d5fbcc2bc5a81b0b70fda7de2ed185369 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-467.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-467.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.6-4-467 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-468.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-468.js index 54f09a1110f61d10e806e2c7a6ef3a24a62827f3..998de8bf6448d875d05e92593d8f45c527bf7a24 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-468.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-468.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.6-4-468 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-469.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-469.js index ff845d3ef594201520728c0ba2b36d2a5293e060..1b7d816c257bfd9de7362bda98e2d3bf7ee77b56 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-469.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-469.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.6-4-469 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-47.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-47.js index b5d193705d55e2c898a43149c03e27aeb8410984..2dc07f0c544aaf1594e3eb764019bb61cae79a2c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-47.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-47.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.6-4-47 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-470.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-470.js index 852fb772930ddef58eb0cd272f7fc08b8659395b..9686379c521591176d3c54408477c3022285af33 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-470.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-470.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.6-4-470 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-471.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-471.js index 5f7515434e21c97b710628361a9482ec338b5692..58813e18ddd8df2d203e43b3a1f5f25e2c707a8b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-471.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-471.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.6-4-471 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-472.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-472.js index 356a17197e368d4cb77dc8feea961c0f0d1ab006..b19d317601aa6c8b5baf942991b3dcf67b348929 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-472.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-472.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.6-4-472 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-473.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-473.js index b0c0932bd3d6a1c549916e82459289080af9dfda..a004a0e6868304ada860ad1521590354cd70c7f2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-473.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-473.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.6-4-473 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-474.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-474.js index 5847d0173f435ad0c0208b454f628a443ada3d96..c3b2af60e7a15d4380386453dd2cb605be085fde 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-474.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-474.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.6-4-474 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-475.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-475.js index fdd5eda79c8851109476afa7c6229ead20283cf0..63827bb2dc8664822fec7143b97805578e65837a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-475.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-475.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.6-4-475 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-476.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-476.js index a2db321cbd773c05c311ed97de81ca1b3e33f867..6cd24bf84c16cd7d18554edac0067a411d04dbc9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-476.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-476.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.6-4-476 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-477.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-477.js index 3189d0d62b69c0f540772f87f1228412a04bbd5d..60f23f248bff99d5c6d98a5385bf8ab917a1b934 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-477.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-477.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.6-4-477 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-478.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-478.js index a711bc5e0ece95d3948348b40fabf86be05d70cf..62d633da0b70813672dc2792d8b7dff902e2a794 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-478.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-478.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.6-4-478 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-479.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-479.js index b8e04234267479bca36ce85bdff2242aca80cea0..d15251c9b5b8cba68eff6d9ccd8d752f20f6b31e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-479.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-479.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.6-4-479 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-48.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-48.js index 6ce013387ba12461010167b29a6afc83b39d0095..6b57a7c2c851bda39f5d4465204bd9f8128956d2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-48.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-48.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.6-4-48 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-480.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-480.js index 6ce7cfa438a72ea45ba02befe9a11dce1183f163..9cd8a7bc10c9e75faa6bdaa70b89d8f25def8cf4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-480.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-480.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.6-4-480 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-481.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-481.js index 1b619c4de0a7cd68b79a568332724fa70226e84d..dba549c6b634cc3c3ac24d2fbf80d275829b27aa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-481.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-481.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.6-4-481 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-482.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-482.js index 7c59d1d74f5e10b90e6dcf0b2b3638a488c14655..3c81c784d7224c05ad25dc070a5616f5fc574b31 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-482.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-482.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.6-4-482 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-483.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-483.js index c00f53f2451d18f5bdef0810f22d2320b7734f49..5ff0c4423eafe4055260d0a68e84565e4e0eac73 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-483.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-483.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.6-4-483 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-484.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-484.js index f856deb54058d535a181a46bcb3e5211f0dbd651..63dd56eafe77c1c11eb6c33909ea37fded288560 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-484.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-484.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.6-4-484 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-485.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-485.js index 0ba85b5f543c2bec2468954ac3f0f2b71dbbed58..6dda9a64e41e2603fafd5e35ec23953d59b23574 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-485.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-485.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.6-4-485 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-486.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-486.js index a05f242d41987ed889237f7a7bfe087ec094f0bc..d5d4a35c3e23fcafccd72bbd9bd65ae7a65e0b7f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-486.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-486.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.6-4-486 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-487.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-487.js index 8a713bad4369b95d7080e8447a89418d4c78c508..a9595e09459c9cc8df951b3468acd8e9c0bcdc4c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-487.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-487.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.6-4-487 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-488.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-488.js index 838b51ec524e9161362959501e372178c3ce739c..1f310fae32952c28d39958cf3137c7ca350839fd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-488.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-488.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.6-4-488 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-489.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-489.js index c5d3406c4b8cadf5267682e4a6042c9f0ed27add..d6a8997ed3be6b87f014b951bf7bb77a8c4b4a8e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-489.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-489.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.6-4-489 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-49.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-49.js index e55dcba156f1eff86d7083f5a69a5fee7729e809..8bbe80ad43032d05f17f711dc789c13b39372f28 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-49.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-49.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.6-4-49 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-490.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-490.js index 14b6b37574a7bb711feb500d5734d10c1dd830fa..ee9586443a169149089b6a4b4a12325d72858bc3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-490.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-490.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.6-4-490 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-491.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-491.js index 55f0c60e825dde14fbe496b524b0629cbbc94089..a382a2d6b7bdb58b29e183c6b45a3314067c5b70 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-491.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-491.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.6-4-491 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-492.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-492.js index 222db68787000af78163d51efe2bce7a03de58ce..8365a46aac30335e0a550223812d21783456b642 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-492.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-492.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.6-4-492 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-493.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-493.js index 3e35f2f1bbb53ced88e7fbba7ecb5dabaf4c547b..28b9d24b899d41864c735b0698996e702c212d1c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-493.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-493.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.6-4-493 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-494.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-494.js index 7fc84bff6c2c027a47c7a92008ec532ef95e4c7d..09fa65ca1653f78c851987d93627b0e58734e6f4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-494.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-494.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.6-4-494 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-495.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-495.js index 620e83ab6dc45d4fc4bc91901b9beeb94fc8808a..b972b527fad564360223e26ce8c96a3dc761bb42 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-495.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-495.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.6-4-495 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-496.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-496.js index 20806d6bae99c234500cdbe10f8386c6e61fc009..9610f8355c2288e6d9c502f12c31491f4aaeceb1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-496.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-496.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.6-4-496 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-497.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-497.js index a350872455c6d806efffb499a86a48bd73662f29..dbdf0613571196ba3b68174e3cf71868aae38c6a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-497.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-497.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.6-4-497 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-498.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-498.js index 84708ab36b602b81c1e4146cf27a7bc22dba1f93..f5ec0fd22389c124ff0c3950ab1ed8fb7e7a55f1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-498.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-498.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.6-4-498 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-499.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-499.js index 9e79446baf20bb58788699b4a3e5a08e317be7bd..d7f753530192151800814bcfbd6c446caa796186 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-499.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-499.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.6-4-499 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-5.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-5.js index 8dfe0f5c0a62bb1355c1eb2a69923a8e0411d0bd..ae1760003ae099a70cad992559d0c6fded3e107e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-5.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-5.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-50.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-50.js index f983d627210743d363db84bb16e1944d422c0dcd..efe6ef67f21b5de0b911fccdfb03e8595f3cad18 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-50.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-50.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.6-4-50 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-500.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-500.js index a0b466ee7664fdaa2e9e4f98393300c920625183..000de47426e5835fcf2d53d79107c90b1da4f72b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-500.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-500.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.6-4-500 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-501.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-501.js index b65c6cd59cb9c5525d78b1a33dd7f204fd68eef9..6e0b509f6d0b4bd6d1fb6b951a2fbfffd64399fa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-501.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-501.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.6-4-501 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-502.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-502.js index 57870b7e4a4b8b6e047519fa0ebb95b30ba0ba1a..7318fb4b65b62ef1a3011fffae01a9421927845a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-502.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-502.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.6-4-502 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-503.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-503.js index b3bcecc03c0debfe0e921c346e1ebb8289c1a2a8..75b213af16feca6fb4f99344650c60bf9849a040 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-503.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-503.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.6-4-503 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-504.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-504.js index 85ce1bbf5795e9308a1d17519bd2bd42e774f969..a2dae491d518327c0aa65a8e8e3cd7759257266a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-504.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-504.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.6-4-504 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-505.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-505.js index 2f9c8ecb10aa34d6634400d6a9371a78638acde3..aa37ba9ceb4b01fe5a33688563d448de8d6db28b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-505.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-505.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.6-4-505 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-506.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-506.js index 5797cb158ae49466884784a2d506bfc105ee8f2a..402a338618008ba222c8918b89efa8a1be4cda54 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-506.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-506.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.6-4-506 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-507.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-507.js index cb5929f429fc5283a9cf29af5a5294ed8771baf3..e04445694c1fec9e3380914adfe3a5dd7d45ade1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-507.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-507.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.6-4-507 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-508.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-508.js index 5023935b4162900859230825396f9053169e60a4..cb784f209c5462deb6aec1849e4230902ebde0ae 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-508.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-508.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.6-4-508 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-509.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-509.js index b6e79edc6c48d17d35c5e04ccef17b4756b232be..fb4dc700abab08267d2d3e5d86f22dc2f5f1c82a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-509.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-509.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.6-4-509 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-51.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-51.js index 87cfab043882968ef8412a01831905b1921e49ee..c5866cbeed2c15e931371ecbd978a7634f24ca58 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-51.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-51.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.6-4-51 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-510.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-510.js index 246b4fcf2b5dcd30f1073f4904d10dcd37630cce..41e43cbeb1f455f24b74687c90224745abca2d08 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-510.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-510.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.6-4-510 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-511.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-511.js index b2a05a7c112abb86c8f8a706caa7faa0b902863d..b6289d44855bc059aa444a56ac1a6d3c248e6433 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-511.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-511.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.6-4-511 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-512.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-512.js index be2781e8fb994d5a2240fff9a8b10fc38cce033b..5280b06c4f444947c785dd78d3c032a16c0d5c15 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-512.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-512.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.6-4-512 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-513.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-513.js index c49b2c767a26e7fc1dda997cd1f447f024c4eb68..54d430ebf9f8808477c0a24bb22aedb5b846255b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-513.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-513.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.6-4-513 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-514.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-514.js index 27f0c2b913a77cb187087e8fa66ec612564124ac..b611b187e595022a2a199cb430684d74fa61b47e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-514.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-514.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.6-4-514 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-515.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-515.js index 2d4bf7c544d2e34439f66dd9f6700d73861853f7..815fc4b4077b66cd4b834d7092de26d429f874ff 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-515.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-515.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.6-4-515 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-516.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-516.js index 90fbb22ee1e9790a4f0c4075b8dff91185c4e873..e2c1ce01a41785477e18296ddf0535f8825042e0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-516.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-516.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.6-4-516 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-517.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-517.js index 01d1a7e604be2cc045e3fb12deed398dc09ea49d..2eab38ef2f5a1b29efbeb64545d2739cf790bc99 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-517.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-517.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.6-4-517 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-518.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-518.js index 94dccc300f02c1c37d190169df3539d7bbe5892a..322f5c331f0e9b980483871aa3f9b5201d23cd22 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-518.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-518.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.6-4-518 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-519.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-519.js index 2eb0f0e6d6c5f8a26a5bab330c688abbd99c5d7a..ee0a43eab3690a1924c7fcefb412d71b0b99b718 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-519.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-519.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.6-4-519 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-52.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-52.js index cc6e4b8c9c012033579cb13387c9de343375bc0a..171df640cde658069731003cb2e4c363c8c718b7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-52.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-52.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.6-4-52 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-520.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-520.js index d3fd2b4bb4148b2c8107280a51559de010262295..e37e0c3b19962a0de088292b1939bcfb6a1c2364 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-520.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-520.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.6-4-520 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-521.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-521.js index d6373cca7a23d6c4c345adbe57ee2b52eaa1be63..e145f2622e6afac5622a2c8ad0ed8ed072f6a0e9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-521.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-521.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.6-4-521 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-522.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-522.js index f573b38474facea81133950d8314b22e4303b3d0..4874b59445ea56fa4c9c73d9cc46de9bc153f6e3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-522.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-522.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.6-4-522 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-523.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-523.js index 5bbb48cd00426bb72b81ba1396f1a35e715566fc..7355599c5a626db0e60fc18c191c0032db6f55fa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-523.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-523.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.6-4-523 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-524.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-524.js index 766fbda131b956fa78df10d7d0f201c525b7fc71..2bdc20ca6e3492dd9afc60ca6c3fff172ba0653a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-524.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-524.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.6-4-524 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-525.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-525.js index abbc05a98300e2c799be97135a83b0c625da0d89..55bc619abbc54d215b1db9b8b6305ad6985593be 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-525.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-525.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.6-4-525 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-526.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-526.js index aa0ffb950951ff3bdf1bcbac4695823e91a48996..92edac2a66ece4150053b51444e77f88652cf65c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-526.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-526.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.6-4-526 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-527.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-527.js index b2fc44c8dd5a0933c4b132d1bcc9ff69dcc77b07..efa02dc5dd22bd8dafb1241398c3ba3872595c53 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-527.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-527.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.6-4-527 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-528.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-528.js index f74a380e42ce62019877e34d6493ff331bcae2eb..31510895a25be58248c2b721437bb279aad645a9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-528.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-528.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.6-4-528 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-529.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-529.js index 0fab958b4d1b5ccad607c61da88aefc8bc4b1504..299e5651778b3a5ed1f1db499f8f5de2c132e94e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-529.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-529.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.6-4-529 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-53.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-53.js index 79784c6b73c821c3961469b8dd44da77726e728b..784f6499cacce2d225715125d4964586cf44e09f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-53.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-53.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.6-4-53 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-530.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-530.js index 4754137291074480394df31e23131b6944fb8e74..735130c6dfa4d50d13d11ce93a3d33a7a1d2c8f3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-530.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-530.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.6-4-530 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-1.js index f775b7597feb18261cd54594472ec6135d6b1f2e..aec2d504de03c64776bf4301a6debc9eb407e8bd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-1.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.6-4-531-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-10.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-10.js index b849c330a51142ad6991d837531dd7c9f880b499..39aec7cfab0e74bfad9291a702b7202392cbb244 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-10.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-10.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.6-4-531-10 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-11.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-11.js index 22b4b2774e938b7a130a93f16c3a5a0e3ac98e84..006eba6b0c9d4688c615f910a8c71432f67e19d7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-11.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-11.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.6-4-531-11 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-12.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-12.js index eacd44a572eb0131546c3f1e10ecb892e5678156..ab79cd60ebe2f2c3de9ff6d8d7ac7fcb94f15f5c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-12.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-12.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.6-4-531-12 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-13.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-13.js index 440b9c107bfd48d0da433cc9a621a1541b8a8c1c..5b9a758998ca630fa471bea96aad0796e823b6f4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-13.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-13.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.6-4-531-13 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-15.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-15.js index 132ae375a92ea9d70cfaca894de83d574b25e24e..3a0153c3749a80ba184ec943471af090e5652aa7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-15.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-15.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.6-4-531-15 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-16.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-16.js index ac266babb120f410ca4f6248bed38cfb9e95979b..4e0b37710fc644136250889d491b5968fdbedcae 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-16.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-16.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.6-4-531-16 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-17.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-17.js index 25de8f1e78e8d701d830aaaa8799fcb57fe61682..84835f3ca294d33140ad4e5adcb04b533a0bedde 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-17.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-17.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.6-4-531-17 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-2.js index 15baa9b12eb4694083a5c2b00d803dedec3cb4c9..e0e3eded817018f741b76b9e6df87c1366eef685 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-2.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.6-4-531-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-3.js index 458556b0da05ccfe1fba397e72e1a55411ade0f3..8f6b3eaa06d565b3b42181cebc350ee5c89e2308 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-3.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.6-4-531-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-4.js index 54a4956613752b8f0f65beea9813cdc47eb7207b..beb1f6b47b2b0bb6f7373c9ec45f4fc24f6ac969 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-4.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.6-4-531-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-6.js index 9adc3865c5c80581b8d851825fe4291a20764700..8bb261f1fd39e5be3ea3bd3d141333e8e43b0612 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-6.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.6-4-531-6 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-7.js index b83e4bba8cd240b4e77fb1e18c7915a70327b7c8..ebd0d7c6cc00822d0bc801aec914d1346dee729e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-7.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.6-4-531-7 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-8.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-8.js index b5abfb0784eb32063b6bb06a5c97247dfb80fba0..a39afa763d9901d7e5d64b853a5ad61697ad4087 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531-8.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531-8.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.6-4-531-8 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-531.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-531.js index 1b6764a4c8fd592773a746da0046228fb5144bfe..914744482fa687d199fd26335a82a77e2cc62b9d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-531.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-531.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.6-4-531 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-532.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-532.js index cdd4f577fb9898565f3f6659179376752568dd61..2dcacdd230eb9e9fa869f3172424996b61a22d85 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-532.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-532.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.6-4-532 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-533.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-533.js index 6ed5437928350797f075b0c6a60573995c17dd1d..a09d53a9cc7759f422ad4e133d1c64ae00683e13 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-533.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-533.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.6-4-533 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-534.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-534.js index 2ae5c60820e5a0ce6349d7c7f6c561f01b75cf37..7c226448e6eeb174637252cd39ec22e892031162 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-534.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-534.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.6-4-534 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-535.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-535.js index 003af03f8a754e1f5347a2eb6a1313d69aad46ce..e07b16f2a52c9715873f44ce2bae9b145238a127 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-535.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-535.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.6-4-535 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-536.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-536.js index f128a0c08af632d35580e2257db3749fc2b32edd..c3bee8e3c1b8b0f6b24615e988ca10e85f68bce9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-536.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-536.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.6-4-536 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-537.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-537.js index 8a888cdf1d3a1e88615d426d1911c75c96f854df..06c2d5faf156e25ff13e5fc9e0ddee5405c8b9df 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-537.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-537.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.6-4-537 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-1.js index 99918d563452400a21c1a0e870938aebe1a4339a..21426bfe9a170a80da29a3e32d888fd0a3ccd31f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-1.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.6-4-538-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-2.js index 86e34a4f324d0567a4d8c0732a3c1a8e01238866..e33824934ebff0909ec57d41c30820083eea76bb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-2.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.6-4-538-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-3.js index 2f247104aa4d6aa0be59a4f798b4565132ef547e..5b3943ca00a37d3ca3cddbab772b74c5c702cf49 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-3.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.6-4-538-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-5.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-5.js index 4cf7c3c4e4fdbe5093247880fb9ebed282596731..010ad008e7870e95d557251399ebd7019c7142cc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-5.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-5.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.6-4-538-5 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-6.js index 3d61bc301cbff12f37bbdb4a813783dd68b10991..c991bea6277e48cfea9f3b7bfe2c0b0b7870099e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-6.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.6-4-538-6 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-7.js index b7c43a7dec02bcd59de86048669f85a39cfe7518..3e2c36f474fbc5bf693c1bfe3040b5823c7518aa 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-538-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-538-7.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.6-4-538-7 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-538.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-538.js index 19eb123e4c1800e1dfdcdb9deb3f0deb0351547f..ee5808341c1adc5427fdf110031bb4ec66e7788a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-538.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-538.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.6-4-538 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-539.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-539.js index 448140a80c48de9be17c657f035804ed8a7aeac9..be71e264165834a0297f445ba796afb00741a908 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-539.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-539.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.6-4-539 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-54.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-54.js index e58352f118e77f78034e6410370791926a8dc6a9..3d6c34dba3ef5e81cfffff786a93dbcda8b3a069 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-54.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-54.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.6-4-54 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-1.js index a94d61d7ff7915c9165fe85ee11b9c3ddea9c5af..65219f6d34470b39a7ef6ea8217d6a9586a15233 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-1.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.6-4-540-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-10.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-10.js index 624bcf53bd96b38a44083ae196e61206dfab002e..27890310ea11b270f69f5fad307badecc58ddb56 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-10.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-10.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.6-4-540-10 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-2.js index a4bb927b8719118b11ee82ff4f7954cdc744f601..52c2bfe09dd900531ff6b8f9c45401c8b5fdbec4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-2.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.6-4-540-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-3.js index 53abf3c1c876294ee90ecd05770e6c7670194919..011fb4fbb58cb919190e608e38dac9b8dc387fcc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-3.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.6-4-540-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-4.js index cad9c57d3cc0925fd4c7a87bb716bd6b993e5462..fd639efc4c004d62be799017be87a48102bbcb03 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-4.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.6-4-540-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-5.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-5.js index 89d4b92819c64961d2ceb12d3ffa56a47213182a..9c3ab6420514188855497c1a8be57da3d48a867b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-5.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-5.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.6-4-540-5 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-6.js index 86b70029cd5f8845bdc00ce6a7cdf6bd7755318a..26a9524cc8510d671199ca19e0445bd862e9afb0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-6.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.6-4-540-6 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-7.js index 930d477ca524388a4f85f40a9531a0262c48f5fd..c67b0e58166fbb12c26d008daa6cf3210e4a3b49 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-7.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.6-4-540-7 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-8.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-8.js index 5049fac765ec8776ebed39468feb27b301e7b7c5..f59421aa93261bf1d0116ded347635d0c4188540 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-8.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-8.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.6-4-540-8 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-9.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-9.js index 1adf5ef49a0c399ea05c0af8f97ac97a427d8c03..664ffecda8cceb8b2667016f61efba49fa9a3505 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540-9.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540-9.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.6-4-540-9 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-540.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-540.js index 0101f79fb7354d4aa234e34805cd6cf50cbfeabc..55d0186ad55cc25bd1505cc72fb66ae4a4802cd3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-540.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-540.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.6-4-540 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-541.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-541.js index f72c21cbc68dd45120031458a27f8bbf7aef31aa..d340a4fdf827294bceec4c97e9517c7819dd2301 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-541.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-541.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.6-4-541 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-542.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-542.js index 2411ec5f3e51832d9d7e2f112a9d1d0d6280f4c0..8382e3cec14886951c7b5f0cfca636f325f56ac6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-542.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-542.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.6-4-542 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-543.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-543.js index be0fd55645ffaee840a6483dd56664858f324eaf..b1f5f55983941ebfc99662379439db02befcbf65 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-543.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-543.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.6-4-543 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-544.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-544.js index b62cfb321dc78c8449462f70089e2a3cc8072ba4..6f75dd0755fb2eb47178ba1f099b0aad674ffac6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-544.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-544.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.6-4-544 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-545.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-545.js index 9eb04547b8ae2a6a2b8235494bd4e4341d68ddd8..da86a84332aa65b78efcf5a55abd58eb180dfa17 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-545.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-545.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.6-4-545 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-546.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-546.js index b26eeed897fe6f47248f920fdc4ffb79a5fe6e8e..ce460d2c0c1a47d37c00d2023799541224100422 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-546.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-546.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.6-4-546 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-547-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-547-1.js index 64f55d76ac1f5b16822b2e499daa0dabbaee4089..9c0d1cc4c0d7985b96f1f10dc7ffce8cdc67b1cf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-547-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-547-1.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.6-4-547-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-547-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-547-2.js index 6fac38d037179246d41fe7502060663183be6f1f..dbb08ef9c6d15797d1584011e0473047bc9d32b3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-547-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-547-2.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.6-4-547-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-547-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-547-3.js index 621b573af8435777bc5bdbee92eff0064be53772..3caf081e495b329293befbbca2eb61f6e392c29f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-547-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-547-3.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.6-4-547-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-547-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-547-4.js index fa7f964d19f47a3b65f92b187d54302584ac37e3..c7ab2851c387964d5bf2fdc6e7191499ab094659 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-547-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-547-4.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.6-4-547-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-547.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-547.js index 9a303093e90e4b8d5db3fc7e374f836071edf78f..8fb4ec5f0373cc38623006b6bff790ab8dc4135c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-547.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-547.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.6-4-547 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-548.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-548.js index 25cb80e653c4efe6c6c668c9a628cc1c556709b7..60b2c751abfce88a98f758882669ae9bd6ee4492 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-548.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-548.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.6-4-548 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-549.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-549.js index f6df5209d25659eba6870776e901c8c07b7dee2c..a6388d439f0df19209fc534185901f521d8569e6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-549.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-549.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.6-4-549 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-55.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-55.js index d4afddacb3e9ca0d139b6774eb69dec5fdd167d1..4c3747d7b34068c6e2c36a9d653173d5d84fc23c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-55.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-55.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.6-4-55 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-550.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-550.js index e6ee700f4dbb69de8ce8c08d1a3ae416a84e9365..85840516a254c2a8719bc73616401af83d727f28 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-550.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-550.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.6-4-550 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-551.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-551.js index 3fc996d7aad9ba550a01abd505906880d95199a2..aa76b6fe96f6b3325b358e974f67c08af850cabf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-551.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-551.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.6-4-551 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-552.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-552.js index f9f1ffb6fbdf2d521881182eaffa8c205581b1ff..df1f5c22df4653d01ff555ee19c1b50201935e5e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-552.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-552.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.6-4-552 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-553.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-553.js index cb9e0744b5bca67a431925e90849367684fa1648..17524df72957236079132e51f2e0d4fbdf5b4111 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-553.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-553.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.6-4-553 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-554.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-554.js index 04f5f19fa6291d8c687028ac6290f4d06b3d8a8e..f3414191c4f3c5a013a025bab51dc0ef2e858f33 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-554.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-554.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.6-4-554 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-555.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-555.js index e052a0811b39a502940631e5c061188891f7b158..aa5eda936dbe97c70f03fa56bf439b860bad91ee 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-555.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-555.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.6-4-555 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-556.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-556.js index eb0aa485604e4d1b2b109f2792404adff92a37cd..a52cd765caa4b207fa4514da102ff56120505819 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-556.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-556.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.6-4-556 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-557.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-557.js index faf06bf10ed67d6a49baef456b95b5759c8d1351..049529f7fac5527a54fd19864cade53567431178 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-557.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-557.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.6-4-557 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-558.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-558.js index bf0ef620f09b44077291c24bbbcd50c2d0f78b8f..f9c0761d9f4dee9a91e5f5305cd820b912b1b4fb 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-558.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-558.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.6-4-558 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-559.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-559.js index 8076ec257a76d432fdc88ddac180d6f4cec734df..40bbe96d5211d4ccc3553189c9c7615441d81fa7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-559.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-559.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.6-4-559 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-56.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-56.js index c5cdd6a3879b751882a07397ecaa1a7d2863a608..dd42a9569cd65607c874aff418c6de25d2098b29 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-56.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-56.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.6-4-56 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-560.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-560.js index 878e10213175c8bcfcf622e89fca1b204e87b95d..40a31583ec77962db601b4e399cbb6e45812f802 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-560.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-560.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.6-4-560 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-561.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-561.js index 5ae3eef61a0000ea974e58e0156327031a43054e..2e4cdac50280a6f12adba3d5066d06c9008549f8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-561.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-561.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.6-4-561 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-562.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-562.js index 1f4e78050f57a61b822ad897412f7a272adcdd54..c299ee088f187b3bea7fcadf358b98d7316f6066 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-562.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-562.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.6-4-562 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-563.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-563.js index e7cd88cf9893a42b070effe98ad8f133182976aa..921fd22d6ce84e9536965ab2d39942cd956676fe 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-563.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-563.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.6-4-563 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-564.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-564.js index 8355e7d2954930b709d8e284c141c44dca5e9054..6b205e636337b1ca8cf3b4a9bc10c5af8743a1df 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-564.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-564.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.6-4-564 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-565.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-565.js index a8c115370860e446b949ba04ad9f0bd7e2b489ad..d52f342c55b353b06777208ab477186452ed9a0f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-565.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-565.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.6-4-565 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-566.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-566.js index 4c64428aa288b7b8ed28cd2f59c00226b6d16cf9..c2e268bfc4cab70b79f87e5cf63365606a739fe5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-566.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-566.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.6-4-566 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-567.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-567.js index 52af0c8f51ecaa70dd6edcfd09ae5b4e29381cac..65a039a0bfddccdec841298610000ef42ad915e9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-567.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-567.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.6-4-567 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-568.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-568.js index 50309a83005cae1fbea2ffeeac6f06e728ad20f4..a3aa983fd1aca2ca18a8fc1aa38dad084002ddd1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-568.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-568.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.6-4-568 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-569.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-569.js index 05a4ac76fc668724ed822f88bf096db22df083c8..b7bac598d9a96ae3c18804223c0b62c54324700e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-569.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-569.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.6-4-569 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-57.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-57.js index 7c6dcbd630a8b677dd95f661a309a91e1564f52b..dc56011a0f909a8942e36e415e17b3a4ed865eb5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-57.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-57.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.6-4-57 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-570.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-570.js index c63ed73be4c240c35cd775e5b0e68fd821da7e00..8bed118513e7ad04a0232271ee4c8babff009b20 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-570.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-570.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.6-4-570 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-571.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-571.js index 8a1cb12c9592f3e519da428b5530d26b64866f45..3b94fee9e0e09135f6611195624de39605de6969 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-571.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-571.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.6-4-571 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-572.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-572.js index 203464e9c6d896244c3f2776f0c8cc87c185b98f..4606e17c140d2cc708064a8676216fd1da587036 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-572.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-572.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.6-4-572 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-573.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-573.js index 0a163fb046b3b67d12524838128a8022f8297685..b6bf86c2221e588bfa8d04c3e588e4f5a671d109 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-573.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-573.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.6-4-573 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-574.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-574.js index fe75f2a2700f58d47a1bec092482d9f257d4fcc1..e68b6098f6282e8bc767b2617b10ebeae4db7e82 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-574.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-574.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.6-4-574 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-575.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-575.js index 6ba5e1a3b601910b83f9fed3bd96bd93ced2a094..886decb1c69080044aaccd19038ccc2ebf0e19e6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-575.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-575.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.6-4-575 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-576.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-576.js index 0755f0e2da9880957565a501ae6f82a45524df04..73c777777c58a7ff59cb1c2917603765fbc11ec7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-576.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-576.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.6-4-576 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-577.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-577.js index b34505910328c291d8e4b7210d6b9aed33c59a0e..ba79be5903afc6edfa3ba14ddb80f80d5429966e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-577.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-577.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.6-4-577 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-578.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-578.js index 2dcb6a16464dfb57868565fdb279aa3164db2f5c..f90c6ff42b7f722d25daa58273cd4fb0c4c5fefd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-578.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-578.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.6-4-578 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-579.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-579.js index 71b6717d89bc1b8520d79a4c1fc8d49e1f692851..dab54da1302d28d2295414c7e6634811dfb05d58 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-579.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-579.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.6-4-579 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-58.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-58.js index ceb2c87f1d0da9c1cba36245c55609a3266feb2f..2870587d239de301916f8710b968eb09fa8e1387 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-58.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-58.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.6-4-58 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-580.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-580.js index e9fad5a57278077b56d5e6a94c0d1ed80a10e35d..8fd5bd6b1ddd37a7ea20f4445b336f1f2413ce0f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-580.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-580.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.6-4-580 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-581.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-581.js index 17f85963203424f54d9855c6ac6e881cb425ec12..478e76009eed0c359b6c5546269941af8cc0a58f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-581.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-581.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.6-4-581 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-582.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-582.js index 1af5b62ce87a66ef0a80e4fbb3d595f4cbf1c814..ee7a5d0c9f16feb61efb585a299ee4973a5318f7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-582.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-582.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.6-4-582 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-583.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-583.js index bab9d13948bbff3699415db30caed8a83e826ad8..4c765944c6057cadff47b00e9c830fda5c5e24ca 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-583.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-583.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.6-4-583 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-584.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-584.js index a63f5874705d3a9f6b1b29ef694ad721ec92fca8..7b8241f0f8c863e88680c788d76fc32a14186648 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-584.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-584.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.6-4-584 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-585.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-585.js index 8d33b1e58bf79e4cba95018d49e2e1121bc4c65d..4b06990223528bd0ce2ff3b270a24d20fe75bf6f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-585.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-585.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.6-4-585 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-586.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-586.js index 4cc1115a88b8712c3ee6644e4e2ea79d2552d8fd..f10dbde3ad3c1e0b4aac8e08501f700e8aa6829f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-586.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-586.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.6-4-586 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-587.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-587.js index e9f85d9b3c67a757c8c9ed17d75d1aac14913411..911768de1212a590efcf2e870b147c1bd89f4b09 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-587.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-587.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.6-4-587 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-588.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-588.js index b660a5f784339ba05ebfd428d06e862712ff8770..2cb8f361af386b6c9333da875cbf51e0912183df 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-588.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-588.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.6-4-588 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-589.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-589.js index 1ca23b7c678bc914f57a68b86fcfed1cf7dc9afd..1ef73419cc4f3b0b61ca62635b14562dafba6344 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-589.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-589.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.6-4-589 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-59.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-59.js index 054f51fc19cc0e3ee747eeabc907dd1496314e45..f8928ac1f1f4163f32727b6da2f58cdcc36677c1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-59.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-59.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.6-4-59 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-590.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-590.js index 9369330a98db108204fd1ccbe82cb3156d4bbfc2..a58a90d000f1389c2f328b2244f78f176191d639 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-590.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-590.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.6-4-590 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-591.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-591.js index beee5f163d220e043965d7ce4e39b37ee6f661fd..fd0e921993ff66cd3851eb4169b14d3fa9677864 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-591.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-591.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.6-4-591 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-592.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-592.js index 13131c8ccefda083e197f63204b10bc0e61e2f28..a59653449c3d9e52e4dce4ba4ecc3ed68c4d39e0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-592.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-592.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.6-4-592 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-593.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-593.js index e1dcc0cb60db0c3d742ab3c1776421cd6a790999..558c90b472e9c24bd8d30520c2d01dc9e8ae821f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-593.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-593.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.6-4-593 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-594.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-594.js index 0784e1c4c6d31a5e2d77b18f61c28a3a1af7e505..6fe125ff174b7ac668e0f24345a696c4efa66b6c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-594.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-594.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.6-4-594 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-595.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-595.js index 6e67ef2203c8690aa53c4c0c8d4b7672722923ff..30be14f7a26a5cdb61228a426e7c2be5fc850486 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-595.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-595.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.6-4-595 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-596.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-596.js index 5755af04ef2535f61399ca89f800b81700585e7d..8c99225e05ec1762d5d908eb51f34bdc599a02ef 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-596.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-596.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.6-4-596 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-597.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-597.js index 7cbde1e02762decb3585dfa29f91f336c6d6c81d..81c4daa170f0014bda97d9a0dbac2e2d968e14e3 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-597.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-597.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.6-4-597 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-598.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-598.js index 822d105d1c1d41914ebfbcb59dd0851b01ee2c0f..640eb9e6ed517c6c11ca0e9ef69b2abb6cd72322 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-598.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-598.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.6-4-598 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-599.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-599.js index ef604a512d10474d311987a505b6dc07e45b6f8d..03b2f21f712fd47ff0f0df8df0726227d39a3ccc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-599.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-599.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.6-4-599 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-6.js index 618cb337da7f2659c75b3c2071a70e371bc9ceec..3b34efda697f09bd09c8db172435df64a3a1b652 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-6.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-60.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-60.js index 404aeac3283ab00ef0573c91b0ea5d44bd27bf24..906ae5460753077191737648f575a216bb799eca 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-60.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-60.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.6-4-60 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-600.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-600.js index 2b2f2f7f0fa3bb3eb2c585a1e835b78f0eea1253..ad0ab1994da1c9e970bc53573d94db4244246f29 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-600.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-600.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.6-4-600 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-601.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-601.js index 3d5f2bd6155a2865e1df32c865adfe05e219d2ac..52108e4df44627808adcdbb6e051f54ab0863b79 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-601.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-601.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.6-4-601 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-602.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-602.js index b119e99a977cfb56a5749a8311cb3937af6bb111..6fd4a3d9580566fa7edd986a95e956b9e94daf7f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-602.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-602.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.6-4-602 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-603.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-603.js index 327cb0dd6ef935e58242c6abc2bb39d5a13f3f20..542f3b58efe04f33638f8594265b51b1b2d86eee 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-603.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-603.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.6-4-603 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-604.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-604.js index 50221479471e5954ceeb0068f29fd58221c75d15..c008b7363ad185c8e44463c649ace037e93b6aa8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-604.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-604.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.6-4-604 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-605.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-605.js index fef986e3d5fd948e620df0e0ec525d30a4621a18..a9a897e8ffec3e6e4a38111480e432fe861f182e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-605.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-605.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.6-4-605 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-606.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-606.js index f7d808edea2056977f065d17bb70d440458628d9..471a8a7db5591407a4d8a739ccdd3a75673a08c7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-606.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-606.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.6-4-606 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-607.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-607.js index 9861bfc552fb4a6ef82c5db2e73576721d9e0f9e..58005230005b073cd8d71cc04da18a40b1916ad1 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-607.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-607.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.6-4-607 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-608.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-608.js index a247ae8407e9e8e0d3e10858f5020b12e767f126..cde4a901bd5c31a8e5631f08e42ffff7df51abab 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-608.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-608.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.6-4-608 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-609.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-609.js index 3acaae55dc8788cd65ebda13498d74462afa9c8d..43ad1010e1479de3de5646bc75b36683bf83afdc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-609.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-609.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.6-4-609 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-61.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-61.js index 64ad1de97a6c00f4be3920b30d806d6bf1bef8fe..a07c7e4dd8f2ea2a0b8111e6b94f0bfb5c3a49f0 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-61.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-61.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.6-4-61 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-610.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-610.js index bb8a1d36ff83ac4e046cc82eadb008f1cee279fc..e8b2403df667c022283d242ef29820d4c7a153d7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-610.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-610.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.6-4-610 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-611.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-611.js index 3b57df4d1ee042ce5535438d632753c74127711c..949e52fad84c0938806262c11578757f33b11ba7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-611.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-611.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.6-4-611 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-612.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-612.js index 8bacb041084771f49cdc0a05f9c218cdf73df739..3378d14975752343ef58ab31eff6abde8ba58079 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-612.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-612.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.6-4-612 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-613.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-613.js index 8fa1ecfa20143026b23ad3c3ad215f1a27c4f048..8d179d0b2ece2b37f58de114e5276976b41defbc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-613.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-613.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.6-4-613 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-614.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-614.js index a9f2bae48e0c9a83ca8995a2cd29e6b538e2c8f5..f4ee4f5886c81b13a33fb6243ac8f63c266b2e7e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-614.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-614.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.6-4-614 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-615.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-615.js index ba81a2a33101331d51d733c1b3e1619082ace932..c93ce2921127ec67d6bf25c8d6dc51c4a389937d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-615.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-615.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.6-4-615 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-616.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-616.js index a5a27a43cf725b091ad0f66c0905c1aef4e394a0..e922be1de2d8b52fc02d6a90c21ab6fc3498c569 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-616.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-616.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.6-4-616 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-617.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-617.js index 64b86a657d102a5f0413c01b4d9b038c85840184..e361a7aeec1b1c45306c1d71c8bf428439eb1e60 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-617.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-617.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.6-4-617 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-618.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-618.js index dacdd16afa695d3bb4f0b8f26a59240f124576cc..6685458f0894b273b4926e3c5158fbe3a60960b7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-618.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-618.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.6-4-618 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-619.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-619.js index e47dbfb2ed4e8c268bbff69f675213e8268fbf5d..d0788918c76bcc0af18ab5961298d29f80141262 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-619.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-619.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.6-4-619 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-62.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-62.js index d698a3405b9f38990dbbeb123df8baf4f731f6f5..6e1344b5ba77d0670e2d1f181073307df7f3633b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-62.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-62.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.6-4-62 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-620.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-620.js index 19f8972d395a2fa82ea2a76ec58d7bd23c773d2b..8afc75751b2f03ea883b2c7f0ade00e51f373506 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-620.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-620.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.6-4-620 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-621.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-621.js index 8280c687878890d45e32c10f2a0a9f0ae0c6c56a..27316878087c682fae89d6fee4dd428837e2d28b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-621.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-621.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.6-4-621 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-622.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-622.js index 23fffd9574ddc5a2bbbded54e4948cbc68c8538d..6ca6f94cef78429da53ddea7c7032b7109239c72 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-622.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-622.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.6-4-622 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-623.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-623.js index bb7cc9f811a6b7e9c31e7b38ee76c25a6f6e3fc0..d1374fdaec95a4e21d06849c4422ce645203add8 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-623.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-623.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.6-4-623 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-624.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-624.js index 68d0a9da51565514cc0c7f17b9b9d2ce780ffd62..c8515ada10dc541b5a83cc04b4769b05c110c11c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-624.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-624.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.6-4-624 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-625gs.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-625gs.js index cabdf81e6885e0d492ed6aabcc96959273ddfcc4..e5285a4b9b3f44b2074d2883c539415f0304327c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-625gs.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-625gs.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.6-4-625gs diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-63.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-63.js index 770a9f5807068d49023784e94a48011e11c75051..53c841a934516f43347a7bdbb8bbad6d66b82178 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-63.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-63.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.6-4-63 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-64.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-64.js index 678dceb8ee46e9312bd538ac44312c3a2ace8d03..05cf0f67d6320f591783f5b282acf1a04e32091e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-64.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-64.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.6-4-64 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-65.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-65.js index 7db408da3d0186fa3ab74574343088dc245de3d7..329a9293a86f44713d0894cdd6fa30ab038e772b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-65.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-65.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.6-4-65 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-66.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-66.js index afec0349e9c654df59ecc70ec7bf65d77fa55985..128e8a6071a2ce5b36cccf89d5aace9e1dc73d36 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-66.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-66.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.6-4-66 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-67.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-67.js index a63499e38a80165af23a6b07e471add56225dcc5..b681149f407750d15f6393462447e8d888fc5248 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-67.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-67.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.6-4-67 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-68.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-68.js index ebccee0eef3888e68a0735a6ac1fff2afc97b47c..b2892e41b77c0eb69b25e39eb9fc78a1f01622f4 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-68.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-68.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.6-4-68 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-69.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-69.js index e5a0fa95b4cc61712f6bf5adb9de4c2e7c576c5d..ca1faa8681b41bb0fc6b3b2176b4b07db5adaab5 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-69.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-69.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.6-4-69 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-7.js index da21e20d4ffe587680d172e4c8cd0ea85675e8b5..d874014a575889a317f9aaae275de4752ffd3212 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-7.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-70.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-70.js index d9ce9ebe518596b1da6258d8120674b3729ef1db..cc5354fdb2e12abfa418695fe07d3b83c38d03dc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-70.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-70.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.6-4-70 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-71.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-71.js index afbff22e4b62e0b19025f7b970a249d733b8ca04..e2d5ae2e378bdcc2fd5b7e3fbe546daa5a6ed89e 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-71.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-71.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.6-4-71 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-72.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-72.js index 1ed53cee5e8bfa59543bd341b59417eeca26181e..1ee4fd7e515e785a6190d0a92f4839fcdb655571 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-72.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-72.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.6-4-72 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-73.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-73.js index 8a56f3c836673f2a85049fb0c21abc3767ca1433..0a478b234a942c47735f33161dec8b5b50e4bc82 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-73.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-73.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.6-4-73 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-74.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-74.js index 2cd82baa85a06af4687ddbe91b872ae3361601dc..4f20edeeec4728c189ae96075eb70a32af48834b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-74.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-74.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.6-4-74 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-75.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-75.js index 699f3e6db543cb13a56bb587d31a9e316e3e6a96..ab6aa88b3af7f12b353faacdb3c9f85a187a53a6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-75.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-75.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.6-4-75 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-76.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-76.js index 3fed2a565b58001486f4d6b19f80201c376f8d22..7be62f266c6df9f120141f00b341885a73004506 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-76.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-76.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.6-4-76 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-77.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-77.js index 6a9d4edaba7444c95495a1e96b3141f26494c6f9..2573a5b5884b4276ca18f321423577f58a5ae38b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-77.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-77.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.6-4-77 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-78.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-78.js index 5c354a07bab9d9b9831b54a8a3241817629780d6..773592d735f3699d913d7821e6a0139b28ca9b1f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-78.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-78.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.6-4-78 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-79.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-79.js index 652528224a10f6581888a42bb33d0d21db8ee84f..b88d4b83940e81f068b5a0355b7915d21d90c62d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-79.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-79.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.6-4-79 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-8.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-8.js index 3469d1cf1c89c3d5c7b9b2ea94187fbd8e91a131..43c626922baf288810d9dda9a5a90e15dc82d56d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-8.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-8.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-80.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-80.js index 8655a13c223aa345ac2f252c930d0ab1f07b0045..71050073a5b8cb594b635f575660282f8f9fd1e2 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-80.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-80.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.6-4-80 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-81.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-81.js index 2c49e9198da05616b1dd9566977ff3d3a9f40cab..5a7c25ec97fbd828adec9e3d344b37ae1b45d163 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-81.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-81.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.6-4-81 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-1.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-1.js index d6ad349207ce2b60f5b9afae309e79dda85eb270..7cafbaa6f098977005e4c1f8829bc70a54f42f69 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-1.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-1.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.6-4-82-1 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-10.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-10.js index 6da0583fe5465abdd3cf30485f9e6c21fd7120a6..ff1075e574ef5e214f0a80f538e86d874e283219 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-10.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-10.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.6-4-82-10 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-11.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-11.js index 1174d879760667dc0733571994ffdaf787e201c3..e4f8e8ce9345a0b7b723795454a57f7802ebbc4f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-11.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-11.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.6-4-82-11 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-12.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-12.js index 873d8cbfe50dae901c997b36dde24492006e16ba..34294da076279bae694523ab62ba54d1426cd762 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-12.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-12.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.6-4-82-12 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-13.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-13.js index f6915786b9bbf24de4ed6fe3824d3fe6a932b581..120a65e49f1abcaae90ee651872f8b2ded6e1bda 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-13.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-13.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.6-4-82-13 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-14.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-14.js index 5622180a1499dc4360bf4171a7393a4b2f735eec..c53a47d8446e59cb9edbc916dd54628933edb985 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-14.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-14.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.6-4-82-14 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-15.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-15.js index 6129570988bf9660fbafe75fa04d36e633955f3b..fb191540cd82f2420e70e1cf69044445393241f6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-15.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-15.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.6-4-82-15 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-16.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-16.js index a76d1ad43f96509b01c11a44f3065c5748f683ab..c3362692ea0e20eecf29214cf219c7b8c505d32c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-16.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-16.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.6-4-82-16 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-17.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-17.js index dc78b88c0bcfd7f680743f48d5db3a7e9e10d472..608f07aee1ac3493cc980657ff158a1430333f31 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-17.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-17.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.6-4-82-17 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-18.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-18.js index 2cd3041a9f81c325fb1f18f3924f416b13749989..80c1c7ce0dc886c1ffe64d8c2391aa5e4922249b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-18.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-18.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.6-4-82-18 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-19.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-19.js index f4322c4b0c5004b440a2dc7adbfeda8909db1600..6e704bbbda497b54ff4dfa29c959b56046e6e683 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-19.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-19.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.6-4-82-19 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-2.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-2.js index 7c7eec05bd1941c8f50b2ee5908ba4a281b09852..9eead22a11b6b8fc6294e83d12270ba3d754ac4a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-2.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-2.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.6-4-82-2 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-20.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-20.js index dee406ff9182d6cd89c17a741d202d07dc97f70a..89e42a486dd75bb4980a12a1cd63607774be2cdf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-20.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-20.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.6-4-82-20 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-21.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-21.js index 95b1d148621a54794ef5c87e0c99be559a296638..0aa8831138ab63fefade3b394d5ab401f97cd17a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-21.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-21.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.6-4-82-21 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-22.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-22.js index 531055dc447081d101c2a7cf7e35061460c25526..d0f960060e3b987242cd5f098d052fecca0e570a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-22.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-22.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.6-4-82-22 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-23.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-23.js index 276afbcf466e91988c0d6fdf438cdc1ad0e518b3..1fa1daa88d975fe8c8382b0fbe94fd6629c0ccb7 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-23.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-23.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.6-4-82-23 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-24.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-24.js index ffd239946a0f44a443a0a34625eebc340a37c2e7..676cd48a58d817423131cc4fc7e43fcdbc055e98 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-24.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-24.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.6-4-82-24 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-3.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-3.js index 218a93790f0b2de3e57acd57781c7f79bbe5fe06..bf0880cb3a17eea469977a43d1afdfe415c2b668 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-3.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-3.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.6-4-82-3 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-4.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-4.js index 5f298622310b59a2d09fdef49fe75e129b5a3a4a..5a3da0fb0d5a23cafd8046b2cde2db5319922faf 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-4.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-4.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.6-4-82-4 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-5.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-5.js index e94a7a31995a41f06c5d2acaa268ec5bf82fcae3..86cb8b09bb12c91aec4f0b555745dc6bb431eb7b 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-5.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-5.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.6-4-82-5 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-6.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-6.js index abf5c3424f0ad6ab7c0950287b563568b532c840..818f0afebe6ceb33e6a3be7f08283cc563175f70 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-6.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-6.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.6-4-82-6 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-7.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-7.js index feb76fbd3d0c6c074a7ee301bc338c084157836c..a18058bdf488feb90c470ddddaf647ad6bf497ae 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-7.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-7.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.6-4-82-7 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-8.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-8.js index 483f2cbd24d847dc033786cb0d1ea8b321447ea9..56794eab390c65949f885e479f0bb848ee761616 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-8.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-8.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.6-4-82-8 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-9.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-9.js index fa40ce3520a81af6e59cc193bd0b644ae07aaef0..fd9beee2c099275c613f56a755a1c149f008ad77 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82-9.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82-9.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.6-4-82-9 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-82.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-82.js index feafd69efaa9120a7a98ad93096ec27f695860c8..ceb54f6c440196e7847415a7c7c6d38e1698133c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-82.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-82.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.6-4-82 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-83.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-83.js index aaf98d3c6a63eb1423741f5f4b9eb2dd10b8b2ad..dd76c7c3614a66e6671d6ccc1a7435bf37a71c2f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-83.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-83.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.6-4-83 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-84.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-84.js index aeb9af2480670f9e668ce1794d659011903eec57..1fc19e563420347bb5b6d95b164dee482ab377c6 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-84.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-84.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.6-4-84 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-85.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-85.js index 3a9484adeb74ef8184d38b2c799632b73e564cad..22192ade30b7eb82fcf7d5103effef1de0aef33c 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-85.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-85.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.6-4-85 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-86.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-86.js index ad4017d4feab4f4e74ab82af1408c12a54c8d1c8..5d58e5e4a2365d09678216bb24611c91fd14f12a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-86.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-86.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.6-4-86 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-87.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-87.js index 9bec40b886027cece0b1b74167d1d6b7f0131e51..658c02738172275c7e48e12cb2fdc59cf378dbbc 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-87.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-87.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.6-4-87 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-88.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-88.js index 8e4b065a13017c0455021ded5f7c76496a9fd0c4..df0b9cce9fb31b8fdfa72331e03b75436c7bea8a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-88.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-88.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.6-4-88 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-89.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-89.js index 34d7382d3a2ec465a1bbedf046febe0094231dce..84efee09b7f91deab7b14f45be8e4fdbd9d74804 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-89.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-89.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.6-4-89 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-9.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-9.js index 9e2335b11d6033370d25864f186f1b96f8ab19b7..97bb0005ec74f8263e0972dc646361d72cc08241 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-9.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-9.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. /*--- info: > diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-90.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-90.js index 28a8a31869d31a30697593e0ec713c51d4a65839..76fd36ba7e38b430f02f6006eec977ad36881b22 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-90.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-90.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.6-4-90 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-91.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-91.js index ac00eed1c406aee2c28b94014dd6603183b62362..22b598ddb6732440c9b50c5379a5f20ee749df3d 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-91.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-91.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.6-4-91 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-92.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-92.js index 22b1ff168931353b5979afae7c21a498250ba1a9..407a8636588ca8526307c69abbf9c32b0edacc30 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-92.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-92.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.6-4-92 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-93.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-93.js index b4a045220b2f3cb9de69c68c35d0133730397076..d9cbc756321fa27b22a3a1e7957ea850112da9ac 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-93.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-93.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.6-4-93 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-94.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-94.js index 54fb888f5c5f9af6a1171fa60f7ca0e94160969b..d348eb05a91a4e4585ebb9df7ad0b6a8b020734f 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-94.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-94.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.6-4-94 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-95.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-95.js index b715972438b8076cd5c840aa9ffc4ac0ec226117..593676afcf42800b4ca7f956621725b91b0c49b9 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-95.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-95.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.6-4-95 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-96.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-96.js index fdfc645d6bd7e51d8c03ad3bbf14f08f325bc67f..db6e38287f34f270a02587c445fdceaaa7e5a192 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-96.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-96.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.6-4-96 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-97.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-97.js index b9f32c469469d92fecae6bbfd3150e5c79f9f90c..4203a94f07c0f984285921c91e9fd54f9419f4bd 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-97.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-97.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.6-4-97 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-98.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-98.js index 95e7080053e4733692df539cebd6950f3ac92e07..b849e29703a0606768f4baa4dbca269150d110be 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-98.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-98.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.6-4-98 diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-4-99.js b/test/built-ins/Object/defineProperty/15.2.3.6-4-99.js index ddcec50625ee964d0227f5a66ab1063c18071eeb..5991d786c8a5fb38855f84abc78e790109668960 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-4-99.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-4-99.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.6-4-99 diff --git a/test/built-ins/Object/defineProperty/8.12.9-9-b-i_1.js b/test/built-ins/Object/defineProperty/8.12.9-9-b-i_1.js index f857f76c6c291052a62be7a0775c287774c1ee07..77adc834da2d9b445a2d3aa600dbc03b4d89f6e2 100644 --- a/test/built-ins/Object/defineProperty/8.12.9-9-b-i_1.js +++ b/test/built-ins/Object/defineProperty/8.12.9-9-b-i_1.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: 8.12.9-9-b-i_1 diff --git a/test/built-ins/Object/defineProperty/8.12.9-9-b-i_2.js b/test/built-ins/Object/defineProperty/8.12.9-9-b-i_2.js index e0c90bc8b5c77f3fe2e51dbb62ba1d63bbce2bd6..f1a11ac7a389ae7bc963adff946503d303b3cb85 100644 --- a/test/built-ins/Object/defineProperty/8.12.9-9-b-i_2.js +++ b/test/built-ins/Object/defineProperty/8.12.9-9-b-i_2.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: 8.12.9-9-b-i_2 diff --git a/test/built-ins/Object/defineProperty/8.12.9-9-c-i_1.js b/test/built-ins/Object/defineProperty/8.12.9-9-c-i_1.js index d314ec77aba4ff472a741a470342c1eebaadf686..8f27406723ecd7b9dfda595d49aec797f426f4ab 100644 --- a/test/built-ins/Object/defineProperty/8.12.9-9-c-i_1.js +++ b/test/built-ins/Object/defineProperty/8.12.9-9-c-i_1.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: 8.12.9-9-c-i_1 diff --git a/test/built-ins/Object/defineProperty/8.12.9-9-c-i_2.js b/test/built-ins/Object/defineProperty/8.12.9-9-c-i_2.js index 9d8ead4d41f591f26a37e3ca0da42af1516e216d..3bda5a8cebfc68a08c277c697c929ee12c748e7b 100644 --- a/test/built-ins/Object/defineProperty/8.12.9-9-c-i_2.js +++ b/test/built-ins/Object/defineProperty/8.12.9-9-c-i_2.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: 8.12.9-9-c-i_2 diff --git a/test/built-ins/Object/freeze/15.2.3.9-0-1.js b/test/built-ins/Object/freeze/15.2.3.9-0-1.js index 3bc7fd3facb0084326d472006084f93bff888866..7503e7a73ce69ece6f6f0e3f8c324912a5d7cc07 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-0-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-0-1.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.9-0-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-0-2.js b/test/built-ins/Object/freeze/15.2.3.9-0-2.js index d03f57c30a45f13bb1db0e511851e475a631705c..62b03c23482c20469eea68a3fcfb6936d6ef9440 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-0-2.js +++ b/test/built-ins/Object/freeze/15.2.3.9-0-2.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.9-0-2 diff --git a/test/built-ins/Object/freeze/15.2.3.9-1-1.js b/test/built-ins/Object/freeze/15.2.3.9-1-1.js index cf944436557b6d19defebb7b756eac53c93b6d6c..aed0c67049b1f6197ddeb2bb9354f34e93ae0a75 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-1-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-1-1.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.9-1-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-1-2.js b/test/built-ins/Object/freeze/15.2.3.9-1-2.js index e5838965fbbd803763e660bbc1a88a9ecbdcbfdf..e6856029df5eeaf907b0b9d4e18eecdeb51812d4 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-1-2.js +++ b/test/built-ins/Object/freeze/15.2.3.9-1-2.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.9-1-2 diff --git a/test/built-ins/Object/freeze/15.2.3.9-1-3.js b/test/built-ins/Object/freeze/15.2.3.9-1-3.js index 04386a2598f94421c9352b748e52f83a3b7a3b20..e6347e3cbb3423a9f8d849ad170b32e22896965d 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-1-3.js +++ b/test/built-ins/Object/freeze/15.2.3.9-1-3.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.9-1-3 diff --git a/test/built-ins/Object/freeze/15.2.3.9-1-4.js b/test/built-ins/Object/freeze/15.2.3.9-1-4.js index 5280d71fa4f6d4d41cd88a858a0c6053546c57c1..93cd969d55d04563da55995182e858142e34b08b 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-1-4.js +++ b/test/built-ins/Object/freeze/15.2.3.9-1-4.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.9-1-4 diff --git a/test/built-ins/Object/freeze/15.2.3.9-1.js b/test/built-ins/Object/freeze/15.2.3.9-1.js index 0a6a42e71ce64d77ea2ec74b4df6d55548246970..c85c2dfa730d7985e676ceda4e17e3a6e70a7303 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-1.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.9-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-1.js b/test/built-ins/Object/freeze/15.2.3.9-2-1.js index 7107c8d95f8a380ae30bcb71ae5ba7fb6d81daf4..306ae959bfd6a63f519c1e62112cbe6fb44b06bf 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-1.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.9-2-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-2.js b/test/built-ins/Object/freeze/15.2.3.9-2-2.js index 6ada162584d4438b3ff017c9372f8343e603f652..1f19dfe258e538c0b5e8635868c33cf3f8149a98 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-2.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-2.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.9-2-2 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-3.js b/test/built-ins/Object/freeze/15.2.3.9-2-3.js index c7790b3f1215ac75cf86056cd73a215eefd5eb4d..0bbc8d6b325ba451d408fd0fca98527436cb338b 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-3.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-3.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.9-2-3 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-4.js b/test/built-ins/Object/freeze/15.2.3.9-2-4.js index e050791a7f013c4e9af4ce9411a304b7f5e8fe0c..2de41643aa52aca12aeef861012928d6b4ff0425 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-4.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-4.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.9-2-4 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-1.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-1.js index 7a154ca5883f7f83d113f37437102a67ee5ab4f1..b63d6ce33949ad0b462457060497e0eb0bd4a3da 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-1.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.9-2-a-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-10.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-10.js index b90f54fd113b039101f050334249de777462da92..fc408cffb9ab05be24f5fc64281f3db569b80f54 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-10.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-10.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.9-2-a-10 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-11.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-11.js index 47d8a95ba47122c530d4f998952b831485232af4..91f1c1a01ef0ce47884f15071ad83fa8e59f7651 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-11.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-11.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.9-2-a-11 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-12.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-12.js index ddc2745a60044ad26158c492b3ebe31938ef1b3e..e6f8d02e51a071d6d67928ba4fec0cfe54f78e0c 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-12.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-12.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.9-2-a-12 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-13.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-13.js index cbbcea544d8c32e826218f70ab392e6a369b3d38..1abca86d87d4c12818fb52ef61f06c0177f2fde9 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-13.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-13.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.9-2-a-13 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-14.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-14.js index a6cfbe08916023b270460854227e8ae062c7f6d5..da9173b9ce8190aa2d176efbdcb8373623a77f23 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-14.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-14.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.9-2-a-14 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-2.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-2.js index 71ce3cb7c54bcc5e8152e69bc0602518bf6078fd..b5a0f75369d5eaffc4cc3d924cfe3cd447f51601 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-2.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-2.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.9-2-a-2 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-3.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-3.js index e31335a797d5e65acfe91dcfd9b9bfbd72633e1c..f623c5e935a8d34e1f8a2f3b676fb5923c49a22d 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-3.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-3.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.9-2-a-3 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-4.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-4.js index 1b80b962aa32e92f478012df875457ac4650ab99..6a5212d0233cb6f10654b013453e65390712d2a1 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-4.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-4.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.9-2-a-4 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-5.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-5.js index aabde94c920dd5e2aa235b732add32d5fc702bed..1ffa486a134634caa5a53552f50ce8c3ab75fd49 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-5.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-5.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.9-2-a-5 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-6.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-6.js index 000bc5cedbd8e51c31d39108d1fc73669dee3406..3f5bb5c037de6df688adb878966ec6d1a3d668d4 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-6.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-6.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.9-2-a-6 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-7.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-7.js index e33cfe1b79488fe4a465d13721b5dca4f94c90d3..4f24b0f6322e4fee52ac3818178bef14e9694ffa 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-7.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-7.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.9-2-a-7 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-8.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-8.js index 2e0e0e6145d5ac3bf2915c476bfb9eb692e7ad25..972fb0263abcbd040b5082dfab4e1688dce9b0fb 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-8.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-8.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.9-2-a-8 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-a-9.js b/test/built-ins/Object/freeze/15.2.3.9-2-a-9.js index 3816dac9bf2d1e9a15a93c65c5510a58ccbacc15..c7dcdf73c331931c4d9cacd4e4506e9c49c3916b 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-a-9.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-a-9.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.9-2-a-9 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-b-i-1.js b/test/built-ins/Object/freeze/15.2.3.9-2-b-i-1.js index d921745ca7d228e6fc63c3f32e11d6a86a5c5537..46362bcd353e0e9775ce3b29d2c680cf20e69d5c 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-b-i-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-b-i-1.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.9-2-b-i-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-b-i-2.js b/test/built-ins/Object/freeze/15.2.3.9-2-b-i-2.js index 561832fa2d1cac67655c2625a651d08281acc79c..5c6f4c28a5d159c37dae1d1b91eb57b9ec2b6744 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-b-i-2.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-b-i-2.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.9-2-b-i-2 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-c-1.js b/test/built-ins/Object/freeze/15.2.3.9-2-c-1.js index 6a8a544c4fafd4ad2e3da36d9c1e2c3782ff9573..12bd46769e57d6a8c4243263ffbe5e4644a42b7c 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-c-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-c-1.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.9-2-c-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-c-2.js b/test/built-ins/Object/freeze/15.2.3.9-2-c-2.js index c6f61e6d0f956ecbc1877283358436bcadff2b7a..e40f69a8d237600916ec8f19ca48f89b9a961acb 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-c-2.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-c-2.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.9-2-c-2 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-c-3.js b/test/built-ins/Object/freeze/15.2.3.9-2-c-3.js index 69135e6c5e8942f3d3020017c7f700a24ce94be3..06f74d5b64be209c0186ea5d568735bb730b6f1e 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-c-3.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-c-3.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.9-2-c-3 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-c-4.js b/test/built-ins/Object/freeze/15.2.3.9-2-c-4.js index 7e7a2c925e8d7e2a3d801f1cd03f96f1217ee3e6..53cfacb6502f8b563a7c1fd9eba9dff8bdc9ec79 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-c-4.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-c-4.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.9-2-c-4 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-d-1.js b/test/built-ins/Object/freeze/15.2.3.9-2-d-1.js index e090c6f17460f54d5212484a7769637174ba59e9..38cc7516f6a54481f3d6990a38addfe0b54bb502 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-d-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-d-1.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.9-2-d-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-d-2.js b/test/built-ins/Object/freeze/15.2.3.9-2-d-2.js index 40be24937aa28efa2ee5dda6eb4669d638907535..7f8397e15fba0b5bde4c6c608162ff6b173c5a7a 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-d-2.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-d-2.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.9-2-d-2 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-d-3.js b/test/built-ins/Object/freeze/15.2.3.9-2-d-3.js index 8d9c48bf42da94810439e8ecd63369dbb1c9cd49..56fbae266c53169ddb3524f6d1228bcd60f4d247 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-d-3.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-d-3.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.9-2-d-3 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-d-4.js b/test/built-ins/Object/freeze/15.2.3.9-2-d-4.js index d5c41a9996d8771e9ee8ec90b39bb1dca4b8f1f0..fc7c46a2d4606405628e56409d7fdb8cccd5cf28 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-d-4.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-d-4.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.9-2-d-4 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-d-5.js b/test/built-ins/Object/freeze/15.2.3.9-2-d-5.js index 8445bec774f2c526811f25e811af9813f69ab49b..d84b2284eac76a0361c96a9db1d4f38dfde639c0 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-d-5.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-d-5.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.9-2-d-5 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-d-6.js b/test/built-ins/Object/freeze/15.2.3.9-2-d-6.js index d47e9852b3b9aebc7587bca0dc0d47c51fd9010a..90a483a1587d209fcff48707675706b0fd4ec805 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-d-6.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-d-6.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.9-2-d-6 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-d-7.js b/test/built-ins/Object/freeze/15.2.3.9-2-d-7.js index 15f1628dfcdc9a236223dcdda419cb302d52f218..2dbf345e1b56b5e88c7a78e045c7b15594615261 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-d-7.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-d-7.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.9-2-d-7 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-d-8.js b/test/built-ins/Object/freeze/15.2.3.9-2-d-8.js index 3ae9e879928786a9b4668411e9d676f6db510298..37723e9a607e1485b1e09c89ba47c3b87912e674 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-d-8.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-d-8.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.9-2-d-8 diff --git a/test/built-ins/Object/freeze/15.2.3.9-2-d-9.js b/test/built-ins/Object/freeze/15.2.3.9-2-d-9.js index a30c5d79f3ef58b397501091c690ed733f895311..1b582b27a88a345358811f1ea72aaaeabd37aaa5 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-2-d-9.js +++ b/test/built-ins/Object/freeze/15.2.3.9-2-d-9.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.9-2-d-9 diff --git a/test/built-ins/Object/freeze/15.2.3.9-3-1.js b/test/built-ins/Object/freeze/15.2.3.9-3-1.js index 82c17cc4092e27b3af0f7a4e3126cbbf2ad0102a..d2c2a2b267484d60036829195e32492d23e8e8b9 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-3-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-3-1.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.9-3-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-4-1.js b/test/built-ins/Object/freeze/15.2.3.9-4-1.js index 2df7ac68b79cc33c08b440f05f5668acb3770f91..bec7f485022a2764103da2ef9c894a4243ac366f 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-4-1.js +++ b/test/built-ins/Object/freeze/15.2.3.9-4-1.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.9-4-1 diff --git a/test/built-ins/Object/freeze/15.2.3.9-4-2.js b/test/built-ins/Object/freeze/15.2.3.9-4-2.js index 80d93fd688d0c976ba9b4b5c25c1e4071392efc5..f94dd003854399cf289cac6e4cfb0a42652ce0d3 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-4-2.js +++ b/test/built-ins/Object/freeze/15.2.3.9-4-2.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.9-4-2 diff --git a/test/built-ins/Object/freeze/15.2.3.9-4-3.js b/test/built-ins/Object/freeze/15.2.3.9-4-3.js index c31dbcef5dd46a6819068bf98f730999d00358de..e825f4691a1d82739b10f9757745b22190778aca 100644 --- a/test/built-ins/Object/freeze/15.2.3.9-4-3.js +++ b/test/built-ins/Object/freeze/15.2.3.9-4-3.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.9-4-3 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-0-1.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-0-1.js index 5fe38bf39129f50015ddd217c992611dd084ea25..76bc2de0bba7d1e0f652253189f7b3c50ed603b0 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-0-1.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-0-1.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.3-0-1 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-0-2.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-0-2.js index e63e8ad232cee1d37937ed19132067d654a9ff83..1028ef79900877b899bd4f2e630eb9b12752047b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-0-2.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-0-2.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.3-0-2 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-1.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-1.js index 379fdf9fecb5d9bf8b392920bfdaf0da926822a4..35ddf60308ab1cb44f44f3cc8e5ee3bb0266aa29 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-1.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-1.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.3-1-1 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-2.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-2.js index e14a5856bf87fbd3e56e41dac78f83bcae2be9f5..1a6ba1417c4f4fa702205b2f7e975cc405033ee2 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-2.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-2.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.3-1-2 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-3.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-3.js index b8c8a53bd232e3a8a373f472056b1d35b77c5379..ddff2a7bacb38f4606cf6434a0665effa0717f4f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-3.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-3.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.3-1-3 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-4.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-4.js index 1ac7505d6366b560ab2a96b0d32bfee9ad0efe1a..9a7ba3e54f1a0bf594828dd06f37a6580ee16e75 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-4.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-4.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.3-1-4 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1.js index 85d46a90f021fc4aaf6c2dbc98cccb269e988f27..9be2f0e215471f19a0939b46b1db5d71ca6e6685 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1.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.3-1 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-1.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-1.js index ad983fa19f94a55fab530eda2378b7f6f80d0042..815781b4b273828489833ecdb0f737ca3545e27e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-1.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-1.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.3-2-1 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-10.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-10.js index 4000fcecdda9b22870e7fa608e9d03f1fe3089c2..18d10079561ae521237e4e7588342d7ea8ec83c4 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-10.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-10.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.3-2-10 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-11.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-11.js index c7469b4f65dfce17ffdd5a4246ca6ed4a7f38c99..ca8936c082075442f198f0c87c62ba116ab035cc 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-11.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-11.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.3-2-11 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-12.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-12.js index ea476e1cad25cc59a92bef69542042ccb36cdebb..ceecd8559b10f141d41f7da3e087a8665423dd80 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-12.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-12.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.3-2-12 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-13.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-13.js index 1817c788fecd4e8c1c8fa428d9314ee6752ed097..cdd9bbe5e6709d83b8e07f788e198f3a0732e218 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-13.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-13.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.3-2-13 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-14.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-14.js index dcc445e664c14f12d95cd6eb1c362ee368490267..a33eaf8dfb371209109b63756c4cd4a155838f08 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-14.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-14.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.3-2-14 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-15.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-15.js index 1b997f174c4606ec6cc67f4739a1a0b0f87e881a..7ed0a7f704c3f405fe0464db3523d9b4e5fdee24 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-15.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-15.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.3-2-15 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-16.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-16.js index a7d90c2154728ff6a1129950fed3e48a00d05edc..4e714cc8588bf1b6e8fa723f8cb23107c8be0746 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-16.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-16.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.3-2-16 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-17.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-17.js index 427ddd378d9611e1ede501868b657a1f50da254a..1e10bd9f5cdd8c3ccbd1476ea89b7608d43125ea 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-17.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-17.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.3-2-17 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-18.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-18.js index 87d449dffaa51d876f0daacc47fc6eb5e4c10068..d841047ffe1365888ef2f473562cab5bbcbd6d44 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-18.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-18.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.3-2-18 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-19.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-19.js index c5340c425f81a117a878adb0264cfa78cbd71b85..aa2b652ed1a6b8cc8d385a7eaced1e1a40240dcb 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-19.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-19.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.3-2-19 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-2.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-2.js index d1b3a4e78caca1ca6c524e31eba862f81c8fae5e..e945dbae1e2bb635940ff680bd95516e0b4995c7 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-2.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-2.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.3-2-2 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-20.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-20.js index 84b8ab139d827b2ba68df94900b4c8648b742145..3c5a8ef8b1b357e1e1736680e72ef35759907d54 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-20.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-20.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.3-2-20 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-21.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-21.js index d3c182c4e9a2884ce777e4fda0a8deb5f2c4a02e..6df59ba52dfad3086ca943757cf0638a4c2e7cd6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-21.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-21.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.3-2-21 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-22.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-22.js index f29c810b985fb19f5497c9e91cb6c083dc76a523..6a1c19879994c77bbbb816e3bde4a4464820f9a8 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-22.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-22.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.3-2-22 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-23.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-23.js index 18481ea990ae5581301faa8a780fa51da1e3def9..cf92865c49d6e5226ad46cc0d6aafee643abd8e0 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-23.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-23.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.3-2-23 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-24.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-24.js index 7b8050da892a13f107ee4ed57ccebc2b16424f7a..0f4c9abb8e98b4aa6639fa5b7d80254d08521749 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-24.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-24.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.3-2-24 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-25.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-25.js index ebbf3ef136feb14d1c961270b22dd73aaa919ba0..90e75880631294af830730504ab1dfe03545e39d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-25.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-25.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.3-2-25 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-26.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-26.js index dd8f7de527f6ce3752a6f924bc1b424315724822..a3694a895c25587f49813490e979c14588bd09e0 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-26.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-26.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.3-2-26 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-27.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-27.js index 82aa632ef07d78bf8cc7fd9ad0d8a6cfb8e235fa..d03264f2be0ac08ba29bffc4e784dabbc3d39d46 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-27.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-27.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.3-2-27 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-28.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-28.js index 117f3c1fba309730d288c3f97eccfdcbc9e8c8cc..0387fb63f861d7006729ff757dd4a16a0456b80e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-28.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-28.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.3-2-28 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-29.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-29.js index 2661296709752c7e9d7121a62e423ee8fea43b59..2d7bed668814d6f86eeaa1dafb16216455cb2625 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-29.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-29.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.3-2-29 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-3.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-3.js index 65807fc742e4afb6f7b1dab769980770731717e4..23f98e9db3ac168fe69aae1b01531964480b2915 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-3.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-3.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.3-2-3 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-30.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-30.js index 395128ccf32e69d72d176380b7d25b542c20a6cd..77cafa54f4553907fefd7c9a28a8b54419eaec59 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-30.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-30.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.3-2-30 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-31.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-31.js index af4852f459129612d32ae4b29c67b31fbfd7bea9..1b06f55c3fb1aec683b5b1a44447bf311663f8f8 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-31.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-31.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.3-2-31 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-32.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-32.js index 657944cae05213ad684489dff32392cebcdc3309..53e886b9e70b09f6ca503644937a71c29c0f2deb 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-32.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-32.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.3-2-32 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-33.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-33.js index 4610a7a28071c4a0a88666e5350cde1480654588..5e965d8f9511066ed257e6f6a677d5521a066116 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-33.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-33.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.3-2-33 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-34.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-34.js index 8a7a659836f7f925bf18122e7b37fd156a094ab7..c7a8c935ed03ced158c5a32f341d7785b26df039 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-34.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-34.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.3-2-34 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-35.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-35.js index 005a71093e2df366ca1bec1a7faa915043a3fe46..815ee9bdef799e27efa8ec5f4702dc79ff0888df 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-35.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-35.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.3-2-35 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-36.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-36.js index 0450a464d3e76c7bbf0917971cf204e275f4e4a8..72365e37671d8db51af73e5f80e1cb62c6bd2e17 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-36.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-36.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.3-2-36 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-37.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-37.js index 11aaad7160c2de13e6cd751a29a3fe8f7e2412de..44dd472b15f56be50898910f0692d43c20b6bcee 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-37.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-37.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.3-2-37 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-38.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-38.js index 0ed945a3b26e3efbd601d344fea62367d657d71a..855ec7182a8ae788a66a6d2a26b0a579cde3968f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-38.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-38.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.3-2-38 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-39.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-39.js index 330775bf4bb26bddfc0d0f381aed963a38c42476..cc755566c45e7844c278e7bb470c619aa24a346f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-39.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-39.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.3-2-39 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-4.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-4.js index 30f47cd9f8e805fc288198963d2941867ad8704f..baa55f2a0c7d7c6003109e97b80311ab304fa972 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-4.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-4.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.3-2-4 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-40.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-40.js index 2970763d7108af7db0156faa53b6b2b5b926ef87..ed4aef702a1e85b97f5a2256c4340d9930e83843 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-40.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-40.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.3-2-40 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-41.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-41.js index 39756df6ca47c5726c51a478cab2ff38a16642b8..a465304c5f0bf63022d48aef6576bf861b11a95e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-41.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-41.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.3-2-41 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-42.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-42.js index d3194dea26e23bcecff1587063522c81318503fd..ce284a69b33b3f62829786b64ba2a3d04e144380 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-42.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-42.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.3-2-42 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-43.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-43.js index ddef5b78a9645e4753fe78624d9f80926d3799b6..97cd703cbc4412c4a318d10299b53a3e7d6e7aeb 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-43.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-43.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.3-2-43 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-44.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-44.js index 405ff86e6728624f01051325bd2ce661dd693846..a41b1818eb17396b229b1d5eb3b65a615fcddc6c 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-44.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-44.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.3-2-44 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-45.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-45.js index 83185528de467388b53766058e7a5635242d424e..87ce669e80786032c09cc4aec5eddecd644d4af3 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-45.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-45.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.3-2-45 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-46.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-46.js index 1750a272799057b7491691c44fa3e53e2ec33243..5c894608aca831d9be588c6a0a62768d7f94e799 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-46.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-46.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.3-2-46 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-47.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-47.js index bece99aeb8fa4ba66bfcfa6f5d9dcd6792c2c2cc..d681477e7e551872f9ef19e587a479b7468d713c 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-47.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-47.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.3-2-47 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-5.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-5.js index 01c2d8134e8be20c11af5badb154ef9e4ecabe63..92c775642ab5a47fdfc6a83d498895dc584f9e87 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-5.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-5.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.3-2-5 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-6.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-6.js index 369bf0dfa7a2aa6bb23aeeecbe4868b02464d28a..a022513b7ad3951903c63b9c248244e37df46fdd 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-6.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-6.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.3-2-6 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-7.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-7.js index 8da7d1a010135972a39e1e2b5c80c4afb402fd3d..6321db6c9617e678099e81d7f9277f99e02452a5 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-7.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-7.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.3-2-7 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-8.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-8.js index 0c57b0c97ea26a01b5ac9d0976f29a9c364df42c..08b7014ea6d6dc4a25717de7d911f71e1219c9ee 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-8.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-8.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.3-2-8 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-9.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-9.js index 4fe661759dd6a98bb68666e5035086a513faf057..78ac4e7326690c714113e7475140d535baf69039 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-9.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-2-9.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.3-2-9 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-1.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-1.js index 3f17c0fdf68777c16ced264051f147b88086ed2b..7b123b8ffd7c838523bd07317abb4f93f034727a 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-1.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-1.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.3-3-1 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-10.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-10.js index 6becdd7485f2ce8f7cfbb5affd6999e546b80739..bab5bcb63dc01f7cbcba3531f9a2f7dd7f63325d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-10.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-10.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.3-3-10 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-13.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-13.js index c075fa76866045f5d59c64044fcaee0f6df3bcdf..b3306779e1577985f6a27a81decf8ab8a36d9d1b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-13.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-13.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.3-3-13 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-14.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-14.js index 8852aece7a548552cbd7f507e81e2dec72aa1f74..3119ef5424e117a637ba30a755b43662d6abadb9 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-14.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-14.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.3-3-14 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-15.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-15.js index 1c8de7bba83f665f9caef6d1622f6b3a4b9ff408..cd126daf52bc853909ac58cb8128a46b25bca3eb 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-15.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-15.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.3-3-15 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-2.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-2.js index ef7ebaf503740a889128a643151cbe99cb35f3d1..819d647af14d7ecd3490e08f609ad82a2ad36a4b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-2.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-2.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.3-3-2 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-3.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-3.js index ae1318b2a3d611a2515c83f6d1eb981adee6b22b..a845b75188fd7c72fb04794ebb82d5d9c7c7dab7 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-3.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-3.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.3-3-3 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-4.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-4.js index 9ddb13f3a048f72de917b0c328efb73126026008..78a403313905763fccefcb3ed0fca0049e5148c4 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-4.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-4.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.3-3-4 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-5.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-5.js index 752ceacef274f24e5d63192e99c14171fb74c808..8886a5652c0f375d6dfa444119d4b1f35d1a72e4 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-5.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-5.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.3-3-5 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-6.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-6.js index 07890882c3edd396ee8bc26cdcb6f79f2a5527e5..b4b11b526838f1a671b8e28244d786e2096873d7 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-6.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-6.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.3-3-6 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-7.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-7.js index d5905e5fc068d1777eadc75616156f44e3f204c4..ed7a6e51fc6951ce0763ec6bb6ae83e8a5ece326 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-7.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-7.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.3-3-7 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-8.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-8.js index 8cd29395db68ee67a31e3fb89b930a8f6c36f6df..6e958918df47f371abeb2e590b1c57309acbc558 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-8.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-8.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.3-3-8 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-9.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-9.js index 98a1fc9e8a10e2d7023a1b11aa67a278625e29ae..d39f43296a21806a5c9569a835f9549bddf6c7ce 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-9.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-9.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.3-3-9 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-1.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-1.js index 62a9a18a3ca6f2d8ec463c0638568c8ae7eacca8..f72e3cace744d853e1f68329061bb72e6f3a2dae 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-1.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-1.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.3-4-1 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-10.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-10.js index 6e5409b0e1c7a251500160ac1da0c753ce6570c4..95c7740f7d3d18a07bc47a1cd178c2cd68580871 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-10.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-10.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.3-4-10 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-100.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-100.js index 520557023c7b71700753a6d418e2f6687708c03f..ab801b4a07891b0408dcb188fd3b3b9e3c903fb1 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-100.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-100.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.3-4-100 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-101.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-101.js index 77fc7f8a7b46fd57c3a22a6317176f1adefeb25c..b87ed0be85f1f71a182f1ff8e4defc9ffc574345 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-101.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-101.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.3-4-101 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-102.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-102.js index b7b8190022fd95f2d9121f922ea1c1352e0b4dd1..304b90fa22f2aba6f695b4a09623a7968ff40c01 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-102.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-102.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.3-4-102 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-103.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-103.js index e1820462a8ee4cba6173f1863a008661330d633d..0cf0a618d0f04f216abe4f70313fd0291de24550 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-103.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-103.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.3-4-103 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-104.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-104.js index 1a7aa2ad543d38eaafe9971d71367a983db0c034..5ab93a20e8904c15fb5e7f4aa6b18b5ecdf5577f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-104.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-104.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.3-4-104 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-105.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-105.js index 67bffe688400250d88de87b98cf74f5704b6937b..fef7fcc63c2ea131b04ea5b229fd2e16e0fd8ff7 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-105.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-105.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.3-4-105 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-106.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-106.js index 148f9a7b04bbedba0fe34a52242f5caed8cce8c8..29e8d83924ea69bd670b01121c5de5cdad9bd2da 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-106.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-106.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.3-4-106 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-107.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-107.js index 7ff6490b8a3ffd6b5b038e97463d525d23c5a0aa..e055ce7f8cb132d38df1b7d44678c1caf62aaf18 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-107.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-107.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.3-4-107 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-108.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-108.js index 8590aca5e1d32c47fb02f74c3036a248f5d24f3d..e2df653eeb3f4778bc74fc610ee4869a8bd00672 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-108.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-108.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.3-4-108 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-109.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-109.js index 4648fb77a229f7b2e2eaca28a869e8627d9684a8..6830937fa2aded6913ec8897fc46285d97695672 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-109.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-109.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.3-4-109 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-11.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-11.js index 97f580076e9fc16d507cfa8a441511612802da6c..11450e1737cd0ae95c1f3dcc76a4586cdbf9e351 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-11.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-11.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.3-4-11 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-110.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-110.js index da7ccd33ee193f208be612998640eb86678d9ee0..87681346cb1f370db752fa36a52934bf51c9209f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-110.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-110.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.3-4-110 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-111.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-111.js index f1687d9fa28feb7775169e2c59cf51aebca663f4..c5bd55cd96051f42146286095c42be6a96f9bed1 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-111.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-111.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.3-4-111 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-112.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-112.js index 45e04fdbd891a3e8379092f4b908657f1b67f2ad..7794473a53f16774d3aaaa1c6711ac64cb5714b3 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-112.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-112.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.3-4-112 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-113.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-113.js index 6a5c0cc50cfa8546267b2b882d809c395af3e4b5..3eb8aac29c948e2d0c06490f53bcf0258da494ba 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-113.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-113.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.3-4-113 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-114.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-114.js index cdae569a6688215e31409d42349ee004b032a991..3bca6a675b8a6e0569c3aad111705590b902e7fb 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-114.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-114.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.3-4-114 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-115.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-115.js index 8c6ff2979c9bb5ecec98ff6f76c87ec34aa5c2ac..75239221af073aa53b03e36f237d29e3c0be2bfc 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-115.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-115.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.3-4-115 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-116.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-116.js index bffd898a313a84f13fcbc823728428693b419f98..823adb72be24310880364a7341a4cb1fefd1f616 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-116.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-116.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.3-4-116 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-117.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-117.js index 13741d61fe3c21ed3e7af45debba239cf49c9fb4..addca6cce867d90b90a08a6c108440dfd08ed9ea 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-117.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-117.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.3-4-117 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-118.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-118.js index 1593beb37bb7cc67ecf001eef10805db3c0b8fb5..f662d50aaec8ec78f1d9ca160167ddf8c3f037a9 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-118.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-118.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.3-4-118 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-120.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-120.js index cfc4d20edd95df389253b9add8a7f4b6fb46c631..2baa7d8c74bf20a47992f0428fa69e7f5de31e82 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-120.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-120.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.3-4-120 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-121.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-121.js index c9c6322b72ef84c87d8ae6afa647ef2e1a31b0b2..26546adad1e66692c63199147e44099fdd23500e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-121.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-121.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.3-4-121 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-122.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-122.js index 704b0b84e989fcf33edaa72a220a737d32cb057d..a8929e4b5d3cae9f7596517588f0547960075982 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-122.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-122.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.3-4-122 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-123.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-123.js index 8f2d307287437dd037ac3ddaf615be38b91aa829..8905d889a4f250d8bb5225b9081df00d0a11c1af 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-123.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-123.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.3-4-123 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-124.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-124.js index 6e156eabbf00cea82cc16b9f1b9cd6eb17facac4..a3555164a276e8d132432cb1a816e84efe75a633 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-124.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-124.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.3-4-124 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-125.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-125.js index 4469f3fae6e0977ae94f1422cdd5ab1f9269f690..53caa35b2edca0f3c246e37eeaa4078e359fd10d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-125.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-125.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.3-4-125 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-126.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-126.js index 61ea23c37d0d46f3bdace241017dc1adf6d5a5c2..c7497d982ebd9fc7ac43ffba57767c276751b4d2 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-126.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-126.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.3-4-126 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-127.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-127.js index 27aa44bb0c25bd837a64c2738f13defa1a55d37e..2ce33387d1d17dac334dae4a4dbf0b39e7250804 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-127.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-127.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.3-4-127 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-128.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-128.js index 33fb0bab623079a07c6db979506e6044a275ed4b..ca244465806b334afba4b76c4db38ead1059383f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-128.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-128.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.3-4-128 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-129.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-129.js index 0af2527c99ec000bc5741b9d3655627562782cfa..97cec5db9dc33d7d1cfa539a6157ff099a0d8540 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-129.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-129.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.3-4-129 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-130.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-130.js index 4204ee570bc72f459b1b82453a125710478bdbe8..abf33e8bca2dd47e4a544dc54323b5ce18cff145 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-130.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-130.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.3-4-130 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-131.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-131.js index 2de806064cc2c201935acae2dc1050e378885973..facf0f6f6e22f3521feda7e0d558e0d7a030803a 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-131.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-131.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.3-4-131 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-132.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-132.js index 4036920af7e7d18cf052ba01954a9d3bfd0ee089..36e86825ba6efe4917c767662e9debc3b48a3bc4 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-132.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-132.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.3-4-132 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-133.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-133.js index 931f913207aa8ba3917e6ac7739cfd14e11670ff..ddb08b6dd74de6c0b2c43759a35aed643b2b7cb6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-133.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-133.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.3-4-133 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-134.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-134.js index 7738bbef5d826bc7f59b1fc278e4f59aa804e008..51ae1d71f0a10a692bc5f6bc4825af7d6e622876 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-134.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-134.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.3-4-134 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-135.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-135.js index aacc15a67554cb90ea7158f2ad0cd072c44e3612..f2f821d0750bc03e721d7a1367e2a4a0ef756aaa 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-135.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-135.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.3-4-135 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-136.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-136.js index 07e80dfe98dcde82a7f320e2b3635a3002d0c3bb..f2850073175e63dbaf7b6dd53147f00f093f444e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-136.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-136.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.3-4-136 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-138.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-138.js index 2d1841d03258cc007bb3a53994b551781285ae76..d3305df2884d81b7307bcf6306731476165bf332 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-138.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-138.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.3-4-138 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-139.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-139.js index 7792e51a2f9ec90c3f33e680664439d746708208..2111048d0b4cca7f77ea296ac59bda84fde7ed46 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-139.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-139.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.3-4-139 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-14.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-14.js index fbf85925cad44f7dacf3006fcfce0cec9832e290..cc2317acfb141d7536dcfad74e912d74af22bf34 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-14.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-14.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.3-4-14 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-140.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-140.js index a782c864eddc3ee46b8421087431cd4edf0a2f22..699188fb30dd1ffc3065dbd1bb10e21d67cd40f5 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-140.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-140.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.3-4-140 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-141.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-141.js index c2c955c7fd0a4b2facdae4d3c82ece4609a3f0d0..cde501ff4a017930c41418206671db3ad9827114 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-141.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-141.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.3-4-141 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-142.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-142.js index 305de87cb201adf22e537e730910b13fa8291e3b..b6b1757013596daabbbe5707e23b28d159cf27da 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-142.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-142.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.3-4-142 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-143.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-143.js index 2c593a27623f6e215d184644dd0d89ca0a55b1c5..a597899dad6789b8c84228771f086324903738cb 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-143.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-143.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.3-4-143 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-144.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-144.js index 3a67fd745b28c5995c30b83a3043ea7e127ecabb..8169615201cc35e435272961efe40d3ff1e0f855 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-144.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-144.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.3-4-144 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-145.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-145.js index ba5999d3534675e291ad3847e792a1d9fcc12aca..3fe7f3d7ae5648fd68ce6b0ab5a438e1892194e0 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-145.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-145.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.3-4-145 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-146.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-146.js index b5aea59ceaad04876e499b909d1a607de79d7c13..a92647d5ca5e5751237d3e1eecaf882f3388d90f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-146.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-146.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.3-4-146 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-147.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-147.js index 9fd43a60d589d88ce6b5dcc56bb33321e40bb83e..bb24ab9f7da89bbf27e6f92ac87b027a09bdbf4d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-147.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-147.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.3-4-147 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-148.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-148.js index fe09c4b9ab8d7197804be59bc694984ae0f593d6..db6c47f6c9777d7ae5aed82d41b43d0651f15e1e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-148.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-148.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.3-4-148 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-149.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-149.js index 74e63151ac36e814b6e4c4171ca76770b3325cb1..36d1d161b502b9b08bffaf5c73ad48916c2e291f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-149.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-149.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.3-4-149 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-15.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-15.js index f1c1c8a7543e566796fc2e7a71d012d9070173e3..58235aceae4fbf833af9e64352f92b1e6cddb160 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-15.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-15.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.3-4-15 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-150.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-150.js index ada091164c022a0ceea3673ec4b80846ff1a9384..410ec67d82fb60a33cd4bf53a406804ebf705903 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-150.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-150.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.3-4-150 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-151.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-151.js index 9f489aec96ce78b98e84efb38add62666ae05bac..dff94438f08631c04712d5daaf4bc7375265ded7 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-151.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-151.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.3-4-151 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-152.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-152.js index 5db20207b74eb405cf96cf9c1b9c06fb7999e7a9..81db4f0962417404aec07c27bd0f827f6c6e16ac 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-152.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-152.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.3-4-152 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-153.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-153.js index c21271a51dbbf320089a28cbd487e6e0886b979e..4be9d41b77acc4b57c71ffb24b785c179485f54a 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-153.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-153.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.3-4-153 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-154.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-154.js index 9bc48759bb7429e3b0bf40327e2f735d107aafa9..5b903950654e8c7dcf78a22622445f01ee004911 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-154.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-154.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.3-4-154 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-156.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-156.js index d21384817178bc3224057265bde899573f103571..dc68a943234067486c4b7e3053127550fdece175 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-156.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-156.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.3-4-156 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-157.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-157.js index 7f98fca06bdac0ebe880487c7226a2183d48b1fe..456a32c10dab084c404d7618de563409ba106f5b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-157.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-157.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.3-4-157 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-158.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-158.js index 5a19da3839272955064964f2e3c4b6971cd86589..0e30dad98ae46e63bb92a05f8e7fb2ca67049264 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-158.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-158.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.3-4-158 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-159.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-159.js index 64759fdf2c29a464257cc6729cc404fd9e751498..f73106c27b26acb9029cbdff0845a4fa02c7dbff 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-159.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-159.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.3-4-159 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-16.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-16.js index 7957f62f068c988c81c4005bf5e9548b2201080a..f0c0701303fc4320c4a041c7013131c4578fee5b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-16.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-16.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.3-4-16 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-160.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-160.js index 4f2622994409403a0e92dff80703a4f5a90f3be0..48b7e3c8353e78c346f6da0d7f10d0ee9aca9a46 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-160.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-160.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.3-4-160 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-161.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-161.js index 7dac4e08579dded41f003a3202b09364a30adc1b..24cb99755d6fb82352cb96351f5168ea63917306 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-161.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-161.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.3-4-161 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-162.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-162.js index 9c9af31ca7a55a9e133bcaf137a6cee9d13043e6..a5f2dd39aa0252e4006803394b8255730fb1debf 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-162.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-162.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.3-4-162 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-163.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-163.js index 530735ad846fb0fe9f10c89d060828821a932dc6..a55f285dc5b80bb3dc0e224fe1fc03e073f086ec 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-163.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-163.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.3-4-163 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-165.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-165.js index 1bc2280169573b03260331c37ce011898f5e2e9a..1327bde311b112601458c994a2ef5014bd78daff 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-165.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-165.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.3-4-165 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-166.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-166.js index 7afbd498fb81581b71c088e4cd8f3dab641cae98..dc5191d0c1bbb832cc2efc1a9960d902e31b83f6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-166.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-166.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.3-4-166 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-167.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-167.js index 4125a6dce518e895bf2aa2ebe717aa7c762c1d9d..cc1da7b430df4f8e45f5b09128e135d1144d3cc6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-167.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-167.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.3-4-167 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-168.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-168.js index 59af0b4157a369a87efa699da9846bc50d203efc..cfa5e8b5c5b4a33b9e7c098622b5e736f20fc9ed 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-168.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-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.3-4-168 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-169.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-169.js index 0c989ca7012982e410a8b517ba18c02637e4a339..2bb4ba00e1c2e8b82d39af4d60d5f36d0d98de89 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-169.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-169.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.3-4-169 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-17.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-17.js index 5bd8cac99e430a72a007f84306d19d7bb306cee2..f1ea7fbc56b488996259b3bfb43d876b2c2f68e6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-17.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-17.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.3-4-17 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-170.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-170.js index a77a8545cd8ad78389005a5c291f7a0488f16c72..963c0cf0dcf48496e7c631da7ed0894b59a51dad 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-170.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-170.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.3-4-170 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-171.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-171.js index a947f5dd08921dee19dfc0e836ac84b3e4280ca4..aae14313d0775df7531eb0ce6eb6b25150cd4860 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-171.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-171.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.3-4-171 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-172.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-172.js index c7273433179ea2f8820f6ef9b536d24727c0ab33..3d8074c99577081d5fd4904ca0285f5677152f3b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-172.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-172.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.3-4-172 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-173.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-173.js index 3e5fc530b992c1060de59dd878dac04b55207c5c..5e2d0a59a31bbf23c3cde0c6614b555fcb083450 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-173.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-173.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.3-4-173 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-174.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-174.js index 29905b195633ce1acf0d17898ff8ccec57153b8b..c707857f2f6971df4e6785ff10e390bcdedab447 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-174.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-174.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.3-4-174 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-175.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-175.js index a957fa9459a172acfbfc3d6f89128fe37a1dbf26..df5d5b7eb23b7b017ea44e139c3fe3580d4668ce 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-175.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-175.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.3-4-175 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-176.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-176.js index a6e4b83b939be0ff8a20162f9f2fcea804d1a8ba..89a768c8163ddcb70fb1adbc38690f15afb83e40 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-176.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-176.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.3-4-176 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-177.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-177.js index 1303fa42d48b860b80e9b74a566a2d02f94bfdca..a6dab6fd0f07a822abfee6b3cda4f8830a3a92b1 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-177.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-177.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.3-4-177 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-178.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-178.js index 83f11dd5014c678ab3a1345d67193621476ad305..e389236716a313d9e88abb74b744925e874b7c0f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-178.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-178.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.3-4-178 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-179.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-179.js index 4e70ca5d54d750e06db085954439c9e22c6a5810..c00291e2b87b79ac05c22111d8b001fd8f3709c9 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-179.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-179.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.3-4-179 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-18.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-18.js index 0f216419ff98a5786dfbcf9667268747bf0f8b05..10f05b7b3906490d5284c07ea55bf15770bc5ea0 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-18.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-18.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.3-4-18 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-180.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-180.js index 638079426ebcd7d0fdd4a8755c7e7428dfd4fe6c..203eca51706455dd9f4920b6ae50ee04e42df1c5 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-180.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-180.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.3-4-180 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-182.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-182.js index 25e56f196be6a306e6cf131c5fd7cf1e05171c00..4345bd90ad84e417a90001c77957825fbe74b9ea 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-182.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-182.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.3-4-182 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-183.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-183.js index 80f7a6cf30b280db3ca5719abc52e88c7b825a41..8220eaa59f006764e1b7493538717589b26ca8c4 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-183.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-183.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.3-4-183 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-184.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-184.js index 41d2a3c9c488466e4376abae52a0968ec539b072..b2b46634c1b448217f4bfaa1feb223f256e62589 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-184.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-184.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.3-4-184 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-185.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-185.js index 3df787e0d26da534bc75b3cec4c61d6b1f013f03..7a94d405d27a53f43617583d600120cddc45a437 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-185.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-185.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.3-4-185 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-186.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-186.js index 655a10dbc41c8ad634ddeb26de341864875f7d26..7e59850b6abcd2417f103344810984c2c399c561 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-186.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-186.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.3-4-186 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-187.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-187.js index ff2459298de2f5c686309ef8a4a059e14abb258d..607b0c2cf6d79a958a2629acb8c0c082ecb4d844 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-187.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-187.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.3-4-187 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-188.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-188.js index 15f125ccae3d70821c2b4c816699185147278bb5..f533063eeef0793a53871195fb205f4ae28d4357 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-188.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-188.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.3-4-188 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-189.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-189.js index 9af0600cc34707432093bc59108a40747cec3fff..1a6fbc89319d608db3d13860df5ce144885875ee 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-189.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-189.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.3-4-189 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-19.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-19.js index a21a0b1bff11bc5c92d5ae22887b582991d16e23..e063a44e5238f304c29b12988e37c884142ec6e5 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-19.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-19.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.3-4-19 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-190.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-190.js index 016999c2833bd7e128f0af694ed2878f22ee92ad..8f292c5fa7065b327c034be2b37f54fad56583ad 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-190.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-190.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.3-4-190 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-191.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-191.js index 0630192fcf6765c3ebb48f6892645b57ede6f110..b03f1a535840c83b9222561e6cf0302fa809718f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-191.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-191.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.3-4-191 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-192.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-192.js index c77eb01fd5f349250150484041231ed5070ef21b..45dcc6b45aa6d28b3109e495acd9030de607c6de 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-192.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-192.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.3-4-192 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-193.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-193.js index 41d6795b3281b19188df9553f0cf439656e2ba59..bdecafd8586aea7e0e54c0825ad6a159601d8e85 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-193.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-193.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.3-4-193 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-194.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-194.js index 9b939980721fa6a6e95d99170a7ba1b028a92b5c..c26303ed7e25efbb069e7ee35e9e9da7148aa1ac 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-194.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-194.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.3-4-194 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-195.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-195.js index 8d82b1c7eae7a02e2c652834e651f6d8e5f4f551..ed9e207ff25de0c8aca0d3dcbadd427a411b9292 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-195.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-195.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.3-4-195 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-196.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-196.js index 3f881407fdcefce9d6ee1a95ad75b5f902884848..89646bb8d55e217ea0ed7e983f1c5e83f41e8e98 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-196.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-196.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.3-4-196 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-197.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-197.js index f71be62e361630e09d3bffef3cc679e4661546d0..db4dad93bc9f28bf24cca1438915e3591462ebec 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-197.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-197.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.3-4-197 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-198.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-198.js index b0c612c9e6264aa05b5381853589423c4b3f49d5..fae7f8838f584205052e8dcff1e6d026bcc5bcaf 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-198.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-198.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.3-4-198 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-199.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-199.js index f3795d8896802c29c2dcb2fa4e926f37c86e89f4..d16678845567c6c9a800e3ddf4894fcd4cf72d3e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-199.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-199.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.3-4-199 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-2.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-2.js index ad10c8acc2046eeaafe90907d017954e1e0c56fe..6032c0dba1cfcbd7b9c2a817c5fb8a1cc46ee678 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-2.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-2.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.3-4-2 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-20.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-20.js index 18976d10adcdbae5e64a485c8dda16e4fafd00f1..f46f5578027adbb220fe7f769ba5e99521745a6d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-20.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-20.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.3-4-20 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-200.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-200.js index 0e877892764d49d8fbbe2fcacccd210b8869c1aa..ab3d1f83b1f66db61ce7a8469f5f9993b2bcaae9 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-200.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-200.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.3-4-200 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-201.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-201.js index 3a701203ac1035bd056f2bbd38717013e8493ef2..439e292675d9ae108805ac633d3a22613d9358cd 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-201.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-201.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.3-4-201 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-202.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-202.js index a44510c08c79d3cac0b02e734e1f9ee7d58b783d..d06e845f855bedd260b24ebc576aa12dfd643ce1 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-202.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-202.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.3-4-202 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-203.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-203.js index f15d97482df6a9368f8bb77929b6fb5071cf69de..24dee1f732b2e187f7b4148d1749a1aae9bf727c 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-203.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-203.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.3-4-203 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-204.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-204.js index 3cf1df3cbdd5029784e44472e95f1c526a6fd5d5..41b36e1e814f4e69d6400a4bf424a8b0ede4040d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-204.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-204.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.3-4-204 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-205.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-205.js index 19263ac3fd9c0f0cf0aaacb13972b26992ae9888..274bfe7dad210a43114ad7be767138d10d5d49f0 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-205.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-205.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.3-4-205 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-206.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-206.js index d657ae029157cb7682c4bd42ff1ff259cb645b66..a1a03483a77022aa4384c72ad9bf68e060176a9c 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-206.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-206.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.3-4-206 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-207.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-207.js index 5b28619394c8e14930e31606d4a335d1fba36dad..0bfe4f624bcc58b7bbb15885256e861b40832d32 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-207.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-207.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.3-4-207 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-208.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-208.js index b0b8a2090a00e21681234206c14fe87dc6538fb5..9cb59dbc6d6c03a63ee5717c8412c7ac04df9dfd 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-208.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-208.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.3-4-208 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-209.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-209.js index 2d4cb2e59dfea8d544a9bdbcfcecbb2fcd1068a1..0daebe82a26be40e413622a7c0b6ccf61cf1b4c6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-209.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-209.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.3-4-209 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-21.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-21.js index a74eb3bc63fc549744b7b717f3936eefbecdc647..020b65d030b29a3ec599f58e65ac50d6b8e9597b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-21.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-21.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.3-4-21 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-210.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-210.js index 3e53b624d4039b66b5fe4308502fb20ea3f416bb..698bdfdc3e8228bbbe4dc4cd128cf9a153b6fa85 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-210.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-210.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.3-4-210 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-211.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-211.js index 49ef318381a2e8466c3b6f989e4af2c979705943..411e952b289d4803e50145f3a4299038326e17be 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-211.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-211.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.3-4-211 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212.js index 4f21b75cd4c3848b1a415c3320ddd5968559d94e..db114c71b7665f90aae6d8bcd7ea3f4995ab03f5 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212.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.3-4-212 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213.js index d25f745d391208b315a876cd70374fccee86c9b5..5868891ec8bc37491eca07dfe4ce0dca5e730105 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213.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.3-4-213 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214.js index 8ffc506d78b9f0b31a61c07634fc6820b08bf2f4..f4d93c5cb792146c57d74604a10e41f314458b27 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214.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.3-4-214 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215.js index 302916c8679fabc41edbd75bd691e9813be9a028..983b3b385bd94349396708d8212ea1ed61994199 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215.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.3-4-215 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-216.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-216.js index 1a1ff0606029299cc8e3d92cae7319bbb2f68461..65f1ae42189266826bf43bd33e5a743c5542f8d6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-216.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-216.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.3-4-216 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-217.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-217.js index 3b506c7943efc5e464027ad64ee4b1f3dbb974de..754a9fe908cb52b11edb8b78d4a9e33cfecf2306 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-217.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-217.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.3-4-217 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-218.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-218.js index f61921d669674708f243f12e3bc79ff739c21c8a..6db4b77e55f720feea575daf83429e8164f305cb 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-218.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-218.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.3-4-218 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-219.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-219.js index 1b6fdd60f1c8d43e4c51a3af2b7effda89319fcf..98a6119ca35f683f8ce74326451a96ccda55c9e2 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-219.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-219.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.3-4-219 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-22.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-22.js index 629991639aa3492f1c259dcd60c90f8c81ea0423..42734603dd8602330ab84605fa626cff89efa381 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-22.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-22.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.3-4-22 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-220.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-220.js index 392055361d9dc7411dbbc364d6bdd43ebbf99b84..3cfe046e7e869efa976d268e54c9ddf4f4b9d9d1 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-220.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-220.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.3-4-220 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-221.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-221.js index 3db358ada1d797be2ae63a6fd97298ca3d3a3bc7..a1d6c4510060a5dd4912a103898a24c06a196072 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-221.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-221.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.3-4-221 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-222.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-222.js index 9727630befb65ca9a987d7954d551b9456cbc79b..9b15146b21a739a82e659a8f3f08a6c3d2449ae4 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-222.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-222.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.3-4-222 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-223.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-223.js index c53707fa33c7669951e55f22ced95a475d9fcd73..dd659ac8925d48d4f4dcbf335b23ffe506ea68fd 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-223.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-223.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.3-4-223 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-224.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-224.js index e3b983f14213ba390566086827ed4fff56554b48..d1673e085af801117468ab0161df920be2cc9f6b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-224.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-224.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.3-4-224 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-225.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-225.js index cea3069b2d1520d8a26a9cbec0e0bb86813ad949..7d24d41127a2eef9c76c892cd28be41579fd3d5d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-225.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-225.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.3-4-225 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-226.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-226.js index 54c67b0de51be2d029ea5ce5a300c28d61382831..7e0bfdb820c980caea99d6b124608303b0f7c214 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-226.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-226.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.3-4-226 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-227.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-227.js index c41485a6def0e11481e7552e875ebea1366e3d44..4df2a95a38828d6ca9d84ee4819e7ac6db9e99bf 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-227.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-227.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.3-4-227 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-228.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-228.js index dd9e75e157de92f0c2f4ea47ffb5fe81e510d6f2..45c701c806ddd0f8370f5214cb96f5f09e7a8d7d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-228.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-228.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.3-4-228 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-229.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-229.js index 7687fe58709d47cf83d38fc6e99a25eb80da11a6..7d155aef1e840ebd334028be085fba9c9da76d03 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-229.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-229.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.3-4-229 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-23.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-23.js index 2235c567e2edefdad72350c7aa248c3d71e19562..42084f259debefb82a18e3486ab5a72ffe168250 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-23.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-23.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.3-4-23 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-230.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-230.js index f0b24d7b18576f2c7543fa437706c049e08079af..76fabb368072451072568f955241f0e9f52c90b5 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-230.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-230.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.3-4-230 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-231.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-231.js index 18b6fd1435ddde689e3a5393fb49bf0ffdfd1ec8..22340b0570479181f3cede02bf2e4534ad76cdd6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-231.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-231.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.3-4-231 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-232.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-232.js index 33f852383a524591b56dbf725086eeedc7f33e59..11ba00c9dad5c3d8c1eab79ba46562c9127b2970 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-232.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-232.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.3-4-232 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-233.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-233.js index e1dbb17fe523a6d565ed5c33e4c528b06661a69e..bcca19e99f0d4a6a7a8e74bf0402bad189a018db 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-233.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-233.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.3-4-233 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-234.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-234.js index ebc90d6eadc78daffc74366fec1636b1903626b0..1152a9b8428036a080efa856230a0d288e63f3b4 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-234.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-234.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.3-4-234 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-235.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-235.js index 34829299059ec15415b08a2fee69c89c7fdbeb5d..c85dc80d932e20c6f76779dd582e68d76c1b0a37 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-235.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-235.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.3-4-235 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-236.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-236.js index 6a79ce234211e76c85f2549018ddd758c87787eb..e427e8dc2b0efdda9eeaa7cf206bd274362a1ef2 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-236.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-236.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.3-4-236 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-237.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-237.js index 49dd6b1e780fedbc90970fc1e313e6fef0e779c0..479b66b3574ffda922c5aa2b0afbf502d4b1011f 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-237.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-237.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.3-4-237 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-238.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-238.js index 3e25183db117f2e1ad459ee91d8a8fbba40f3860..d60065d40bdd97030a5fc96ddcf59593439d8974 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-238.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-238.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.3-4-238 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-239.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-239.js index 2b19db84422ce5ba8b2799095a35d97d09530c00..b743f135a93100af409261997044171b27305f2e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-239.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-239.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.3-4-239 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-24.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-24.js index c1613010b76aae8c0b4c4fb4d2dad5bc5f67dd0e..92692ab858d572d46cb8b67504b258adf5afa245 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-24.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-24.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.3-4-24 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-240.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-240.js index 8b8e1e6d2bbaf66df86642b2630300d0b8ea0122..41124f7b2313a0d14b5fb2b44a9a477e224d0eeb 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-240.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-240.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.3-4-240 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-241.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-241.js index 528b04a3974eea7b2487d6b35894628d63751f44..586b4d6cd70ab176c792766c369a444170490fb6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-241.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-241.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.3-4-241 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-242.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-242.js index 128e6042d643f20e5a41d956e8cae6224a26ff81..3ec1506288b44233e5334eba87ea399a8ea2c0df 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-242.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-242.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.3-4-242 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-243.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-243.js index c01ef4fba0a4b68840f64196f7144b7a9dcecbe1..f34380d9314c83ffa51fdd2657c6636ab4664b47 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-243.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-243.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.3-4-243 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-244.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-244.js index 0be7568ce65175be31cd104c7254e407c8b81d34..38ff3c445b20424235a935878615d37d067a8dea 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-244.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-244.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.3-4-244 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-245.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-245.js index c12ef71c92aecfab1edc16ae9cc1ddeb844413ad..5193716ca8351ff1a269396989cdf947cb2b9fd5 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-245.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-245.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.3-4-245 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-246.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-246.js index 603bb97c72d18498f0c5b84f0ff1d145d9e7c4bc..fb0f91a865d75c0ee5286832d49a6923e18dcd7e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-246.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-246.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.3-4-246 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-247.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-247.js index b53b467c37d02bb24492ee11f85b88b6dae34344..fec0c0845854d4cf849a68472e4f180dba9985e7 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-247.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-247.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.3-4-247 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-248.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-248.js index c4b4e05304efc63643ee9a6df2c4e9cf82a54d41..9e99ea607c655b2fcfc5b079fa10f2d91d4ceb2e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-248.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-248.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.3-4-248 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-249.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-249.js index 877756f41f1b894b170b66c6ceef0c03a754ae37..2b4dce2a2650eec271411e5ba5a1eac3c8cf1602 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-249.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-249.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.3-4-249 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-25.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-25.js index f045e1df5363ba52e4834a5c78d8ab6865be6973..f162e99e22d41a2c66c513ced7a27e9e145ab849 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-25.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-25.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.3-4-25 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-250.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-250.js index 13f3138ddec4cb3f83f12cf421fbe505f083b276..55d4eb0d54cf2f157130b2eaeb5c8fff8606a913 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-250.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-250.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.3-4-250 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-26.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-26.js index 9b6dc4fce44a975aa52564689b3ac963c272bb88..53a7cc6c613f4aab2621652787859178c01a8487 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-26.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-26.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.3-4-26 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-27.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-27.js index ae0feae7c22e94b2dbbb2074b1450f83645d6bac..d7874f43aa076d8d78bf2201e53827c9389abe34 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-27.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-27.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.3-4-27 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-28.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-28.js index b110a0231a52ded4270fb68377d61b847e7be1cf..5ae0f3afc02e297d69db3343c9da3c1ae546e930 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-28.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-28.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.3-4-28 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-29.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-29.js index 45e7372aad8f6cedced756fb42ff17274e97b5c7..fdb3e00681623585364ef2f38304e0d74b86543e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-29.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-29.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.3-4-29 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-3.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-3.js index 71b4cbf7cecb5e3e522c438add6d0165f7316ebb..fd8f7d9aeacdef5300949c0235077d75181549da 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-3.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-3.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.3-4-3 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js index df2eeae8c31c7666f89ee8f81a49805770344d22..e7a77e6e5f552f63f5b7ef93686eefb9b9a23411 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.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.3-4-30 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-31.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-31.js index b8a95357a29735ed29f63e9278ee369e774255ee..39c1af5688fc5e9716e7aa946af9db4730f1737d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-31.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-31.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.3-4-31 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-32.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-32.js index 55712d5f76c309ffcad786dcbc4dc13093c8c8d6..97d26b2c9f1d654a1d81f22b2642ae0550cc9915 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-32.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-32.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.3-4-32 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-33.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-33.js index a24ca4b46d855332b50287a9bd3c71c8eeab6cc6..92d5e4ed0360fc3f95cf79e97aa38437d3c0e262 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-33.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-33.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.3-4-33 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-34.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-34.js index 5adcece768c1da1c9c6d6c847f30e4676bfe0403..3fc6a6fc161770eeb7861b623a2ad7e1ec9869d5 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-34.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-34.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.3-4-34 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-35.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-35.js index aefda2c81381040f87b223e59d73efac87d7a111..b023380dcfb6e11d512f7e67e97f57161cf68043 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-35.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-35.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.3-4-35 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-36.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-36.js index 9c25af9e1ad0893d0f17205a496b1fbb37014ab7..aa09d9882f0568fa8899683749d1153b6930fd79 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-36.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-36.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.3-4-36 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-37.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-37.js index 23584c04132675fb7294b8518eecc0b5643a868b..ced2b5d6bae96e8a0f24a17fa14897296dc9be8e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-37.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-37.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.3-4-37 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-38.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-38.js index 16fb30d66f11e27a0508d3b037c759b3911ac632..eb1dba184ce4fe81505565252abaf90b17cdb8c6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-38.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-38.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.3-4-38 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-39.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-39.js index af47449332b2508c3808aae63b4526d9d91447f3..836b62f4e4f8c009e3f6b7938bd247784d3992bd 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-39.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-39.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.3-4-39 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-4.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-4.js index 7b9edecfcacee9df791525d9150b1a9a0ea4f898..371e10d6062c56c04b272347dfe1a48072e564e6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-4.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-4.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.3-4-4 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-40.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-40.js index 3bd725a26c644e5efe02f7aba1a88225ad1d5558..d55dd1a168e04e1935b19510f383fc08204d6ee4 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-40.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-40.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.3-4-40 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-41.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-41.js index 85df752b7a41043c491acb3ad1b093a202317873..17f5084ca9a7cfd4cbbae66421e827cad07ae9fc 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-41.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-41.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.3-4-41 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-42.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-42.js index d8a6c5c659e4877ac4c99425603a2659da99ff7a..0e86655c9c9f166b65638caac395b1dd0263cf7a 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-42.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-42.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.3-4-42 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-43.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-43.js index dde4813d3cc7f32d09c8237a4356cd6972b976bc..ee0fb759cb98f470d21b744cce1e785162b08842 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-43.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-43.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.3-4-43 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-44.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-44.js index 576b6e8e493e340579b984a7c1ba51e8c357ced7..cd85140e406065ea2a6ee315f66c58e688c71657 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-44.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-44.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.3-4-44 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-45.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-45.js index 6c0868e06773fb188666e6d5c01ed6aa5801ba17..f6afd8375f0107c6064871cb134995a1c6597190 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-45.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-45.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.3-4-45 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-46.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-46.js index 155f3e881b03fe4e1c6a2e11b256613022b89f16..7e024a695b093278132dfd347f6b08f0089d00b6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-46.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-46.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.3-4-46 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-47.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-47.js index 07ed1b0fb4782179f73a29a9efa098144a019964..b483255f947efe69d7b3a9eda378d4474d425c9c 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-47.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-47.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.3-4-47 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-48.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-48.js index 613c1b6e7741ac6649276825d087ac69458199b7..d96e76c3be51f2f9ab078852b2f3fad737916754 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-48.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-48.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.3-4-48 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-49.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-49.js index ceb9dbc808809ed1bb74285b3b19b5491054773f..7f13b40c2373bdd05da6c28ff10b1dcba9ec0e92 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-49.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-49.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.3-4-49 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-5.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-5.js index b268d762efa5550532230517bc8e7271e324de59..de15574643a5f37d29941036ff8ac1b4172e40f0 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-5.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-5.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.3-4-5 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-50.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-50.js index 4c7bea2b08ca37015c7b6ebd1e81d5a6213a339f..8f101284963f29f52853357b63688dc945e3ed4d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-50.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-50.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.3-4-50 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-51.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-51.js index 821fbdc2fff166bc972e85fea87e76665981edc3..0e7ec12640dd7d203f63aa17ad9554520d1ea44d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-51.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-51.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.3-4-51 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-52.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-52.js index 4430a1a95e8e2210c1efeb4b1d3a0ee9ee236b62..15098f9965c2930254d1020cf40174272cc9ca27 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-52.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-52.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.3-4-52 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-53.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-53.js index eb81fdfc8f7bf8dab36f286946a4ade87b5d8f75..2a68f5af26c9b9550f5dd32f49a1c465cb75895e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-53.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-53.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.3-4-53 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-54.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-54.js index fae02474b075480af63741a8e04ed1efeba6f25b..19864af4b2f484f002eee42b8a36747a57c82303 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-54.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-54.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.3-4-54 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-55.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-55.js index 1dc850b10fbf8e2988dcd5c736e5f78969196589..cef09d3cd3666e1244ad7340120c7103858c0a41 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-55.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-55.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.3-4-55 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-56.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-56.js index 51392d68da9c766d02e081bbad3f20bf472ff499..a7addb9d87951799e7a074f4d67ff3ef3afe1955 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-56.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-56.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.3-4-56 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-57.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-57.js index 27dc092bcb90fffd140dcd3b1a216c9c20339042..93f19f35ac5fe17df3f07b6db8262361158b1f6b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-57.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-57.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.3-4-57 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-58.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-58.js index e6a306c0704b2dd3dc2b09554d903b6f5b54524d..ef5260666238ae65f7c994b43486b66a49fd9e99 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-58.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-58.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.3-4-58 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-59.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-59.js index 235f657a52d8eaf41b3017d22da99eb42c0ef9e1..16d6ec7bb01109a9c8287490408616940bedff1e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-59.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-59.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.3-4-59 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-6.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-6.js index 0951418b9e7e0fa1437967a932126f4d750e886e..19a7078018a70cda702be29a8bd172f459c41089 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-6.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-6.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.3-4-6 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-60.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-60.js index 382cfdb7b8469973ae2513f08a64ffa485c7cd6c..a71b20a974368b8b48d198cec36970ac6ad8afea 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-60.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-60.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.3-4-60 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-61.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-61.js index d49fb7bee693ac9e39ca5bab05fd7194b920cb35..fc9b089021eb00252e4b7ea7d9bec7af7caf828e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-61.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-61.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.3-4-61 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-62.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-62.js index 2041b16298b742c8eefa24bb98feba0f7ef834b9..cc6d020d07ea39c6c73e622db2c8511aee8c1b91 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-62.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-62.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.3-4-62 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-63.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-63.js index 44b6fc209d025b6ba671012983da42f3caaad7ed..e65ca54d2d18d7aaec10bef871476decab312bd6 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-63.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-63.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.3-4-63 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-64.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-64.js index 0e47085a929de6fcd290b8e60baf0aebdfd81327..43ba1e6932c51b1fd48b96dcac1674e7b3ef3b61 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-64.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-64.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.3-4-64 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-65.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-65.js index 45bcbe333bd691094473bc572dc0fd6a30f14629..8085aabaf096c2e2767af70077c0ffd7752c703b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-65.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-65.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.3-4-65 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-66.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-66.js index cfdf6518e287bd2b13caa5c7b4b255f889d35bdd..101427299f99d930454cf667cbbc3fbf9510ba14 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-66.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-66.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.3-4-66 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-67.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-67.js index 50cc16fc28e12b6707d5ce0dfaab45466a1d9812..c5f2f0b4fb4c8c054efdc0724e7820385f42bcd0 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-67.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-67.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.3-4-67 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-68.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-68.js index 567bc1bc8e19dc9f31a7e1df8cff9195d3b2a8e7..1a69af4f0078e9ae2bc3afa44b9874daddcd4d2a 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-68.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-68.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.3-4-68 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-69.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-69.js index 690d63ef2abb7564fd5f15449203b5f35bfa2102..07e8a670e4c62d6feb340868897a8a5dd13245b3 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-69.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-69.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.3-4-69 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-7.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-7.js index 153c98bb6fe1550b3700245177d67f7c90f29e01..37077cd0386a5e0cef5cba74f6f6479f047f0a78 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-7.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-7.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.3-4-7 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-70.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-70.js index ecc7fc9255bf4d8d2f84d2eb7fb5eabf1930bd3a..692ed9970ac2dd0744a23e9cfc613cb2e4f42525 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-70.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-70.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.3-4-70 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-71.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-71.js index 0d6d6cef2f03076febdf624e771126a7fd65707a..b3f5b75ba12ebf7b5e1786e96ae45d4f5c36fca8 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-71.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-71.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.3-4-71 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-72.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-72.js index 587c24c08bddca057a098ad17118322ea096b26b..d2010852baac0d8e5e80365a915b29551a70bbff 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-72.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-72.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.3-4-72 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-73.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-73.js index 48ff60434fc826eebcd1d5659b636958a1f7bd7e..7aa95043d0ceb3e5d6219e91b8fb19fef0d92b50 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-73.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-73.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.3-4-73 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-75.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-75.js index 79c7bde28d00c649102ee9e92448b85f7870074e..423248f47e56bc4cc51fe3e585750ab161a45e5e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-75.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-75.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.3-4-75 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-76.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-76.js index 2d16ac31aae25573249f8861e2b9b46ed6bb4db8..cd1d98dd2a820b210ce97620f13fe1bf3523cf7b 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-76.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-76.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.3-4-76 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-77.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-77.js index 3e0dc66bd8bf62ea5ad597b231546ca033a3d295..17a34a42bc30a1a023ea23059bbcd34f4291f6a5 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-77.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-77.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.3-4-77 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-78.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-78.js index 65dbd7d50e4b878005c2753bbf551730fcfb58d1..ba9fed18a1f60d6d7407f886e9ffb2981c092b51 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-78.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-78.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.3-4-78 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-79.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-79.js index 1f26cca00189e56b2dcd786f2829da1be9e27db7..66b160053540b15de040fd2b3d0e7b205282ac30 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-79.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-79.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.3-4-79 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-8.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-8.js index 2eb24ad54240eb50eb68cf6ed383b61d51651ad2..c410e86064af4cdbf9f1ffa113dd9f2d8bef936d 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-8.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-8.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.3-4-8 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-80.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-80.js index 0e1f999f3d02b7bd5c8b461244321cef58c76477..8070e4f92e9688e91813023df9e7317adcb9b125 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-80.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-80.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.3-4-80 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-81.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-81.js index 9c2a76e427859b97c275ba24adb372946cdac80f..fc9a9aea523a9273a5205a2592b802f2d10bcc52 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-81.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-81.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.3-4-81 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-82.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-82.js index fac29f2737a1655894c6e6d55b0a21e2c4ed9904..1ae008c3e163fcecf11d762c8de1001dfc0c924c 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-82.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-82.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.3-4-82 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-84.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-84.js index c3fab702b74e8bb8ded8664042abf19ddda91ca9..6969f0dda1143e000110e5efacfdc7e1f5338d7e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-84.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-84.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.3-4-84 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-85.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-85.js index 1a50a396f3114e95db524a0d80781c3142599fd8..117dfb5770a136fd7f1cd1125cd5a86a4d432e96 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-85.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-85.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.3-4-85 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-86.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-86.js index 395e5d53b0bd66820c8239e1c14d437f9d9cadd0..8aa72545e143fb0291630a8178cdd5757fce0f4a 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-86.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-86.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.3-4-86 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-88.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-88.js index e9d1e3499c0faa0864bd845760bcba247707cb37..7812d8aaf0350387e51bdbda9198758cbfe3e5bf 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-88.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-88.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.3-4-88 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-89.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-89.js index 8ef3396881c36ade12dbb08a8b1e55afd9695589..0fac176a46fd34548405f85404f93ee97cea54e2 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-89.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-89.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.3-4-89 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-9.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-9.js index ccab0ab497e8353a566c1fc1d5ed793e79674c5e..56f83565ecaab00958d8a59bb9c905a39b07cbdb 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-9.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-9.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.3-4-9 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-90.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-90.js index caf9b3bb3dd99eb9e5e900e21fee5d6d3bfb176d..864ebdb995ad32d3255c22d96fa32cd1d8cc9617 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-90.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-90.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.3-4-90 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-91.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-91.js index 304860b303805d9b4160b8f3e2753460b8a7a757..4ece44de641c90f6a0d312395b364edc6ad5fdf4 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-91.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-91.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.3-4-91 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-92.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-92.js index 37e8d3e148240137abc09ad239204dcc4d29d636..21d99f7926c718803b8588333f5573287839a99e 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-92.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-92.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.3-4-92 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-93.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-93.js index 2649dd849b455fd0a5246a4cee2f1c5c9c648a8e..4160a1effbc129832bf458faaa0169836ba0ccbc 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-93.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-93.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.3-4-93 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-94.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-94.js index 90f910f686ba42d39e87e9490ab21e6b030a68ff..96af15ad691be09c802f5cc68b97e6d07513d9a9 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-94.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-94.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.3-4-94 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-96.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-96.js index 2d35a92b4fc1dea645d78f9af4f16c92499a15d4..1c5b0267ac60149b58893fa4703b79ac6922dcae 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-96.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-96.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.3-4-96 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-97.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-97.js index afe53ad62bc5a2d35b8a387a6b87358b169b53a3..c8fc0a0467d79012399aac3da9c64dc142c78330 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-97.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-97.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.3-4-97 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-98.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-98.js index e7489a7ac5aa263603e2676c5583e9491a19d5e8..293c28f7f1eebe7f6fd311a271418ccad945ea1c 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-98.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-98.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.3-4-98 diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-99.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-99.js index 11cf3bb53d4bfdc384e47d9ad702faf0a1abdf95..7fc08472d36bef2d4d6ad6e0b97e725d54ef3cd3 100644 --- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-99.js +++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-99.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.3-4-99 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-0-1.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-0-1.js index 047361a315a08b7afc89d04553fe920043a5d74e..a98ab3603b5df6b3ec73bb54f424da0bab3fc9c8 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-0-1.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-0-1.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.4-0-1 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-0-2.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-0-2.js index 0fa7c77adf374a787c1700354ef4f4c72562d98e..961d407d05b9df58362bdff56d67abdbfeda09ff 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-0-2.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-0-2.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.4-0-2 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-2.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-2.js index 4aac076ffcdc7e47cbb7b9a04b9103927df5d500..764259971f368f0ad95bb1b58da98022b1c201d1 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-2.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-2.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.4-1-2 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-3.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-3.js index 6b9267ebf3f822f5eaaba09cc7ce0fea57d75a04..cab3a3d00ca4277a3667d1a7d46d24476b7b3672 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-3.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-3.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.4-1-3 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-4.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-4.js index 85663b5e18d8e934c869e79699a0bcc9604447ce..6c393045bfa7c6ace7e407302a64cd897cd38d79 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-4.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-4.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.4-1-4 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-5.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-5.js index f533057f2d2ab76624956de6425626f2759021a6..bee9775ebe3016b27547f81ae649a67c076d87d6 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-5.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1-5.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.4-1-5 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1.js index 88bf21949ce2c0e9778ef026678bcecd5cf7b5be..64704f0714257e62551ab35631ecfba23402804d 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-1.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.4-1 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-1.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-1.js index b15c8dcfec86384e5c93921be91c3f8605a91dc4..b6efb982d1858412cfb71e8a7f34bc55f875e2ae 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-1.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-1.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.4-2-1 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-2.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-2.js index 070c395097482b14c3a0faca5f1c8da14576ac51..fa165c44e139e1b800c8ee3e96135ffbe55f3eba 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-2.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-2.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.4-2-2 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-3.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-3.js index 74fe6f5825e07d053f35606669e184c8cbcc28d3..34ad9c2b53af6dd52fffc79174d30c4b089cad34 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-3.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-3.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.4-2-3 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-4.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-4.js index 2efbafeddcd262b2966b0296d2b414bb46e16dc6..8401f8ad777997c13dd8ea7be84ade1abed867d3 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-4.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-2-4.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.4-2-4 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-3-1.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-3-1.js index 9802ae0e64eaa9f79b9479542eba882f67d3a4c6..98b3e18c768c66074e17e6ebfba074f71cdc10f3 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-3-1.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-3-1.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.4-3-1 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-1.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-1.js index d47f39bf4caf41ad5ea382f22ce0b289d5ef3dd3..5d0dca14cb5502399f6fa11f1c5a9374da88911a 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-1.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-1.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.4-4-1 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-2.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-2.js index 20acbdc76661db9abe516debd5af770a1dff5c7a..8b3c4b9c85f4b796f68fefff1175aac44b807108 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-2.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-2.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.4-4-2 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-36.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-36.js index e94459ddeed5c3e83726b993d5227558ccf0d338..80a7b1a1036d7a1c733ad597d9a07e2d9d7a617f 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-36.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-36.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.4-4-36 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-37.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-37.js index 0513d34c8f11632f1d4374a2bbfe9f0cd0cb2c30..14090af8d4ac6677df97b06463e593eef26d5e2a 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-37.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-37.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.4-4-37 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-38.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-38.js index 8e7f91620ae66717edbf65fdc626001cad2e03f8..6c748019a9e47f1c5f5c9c6806847306947d5da6 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-38.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-38.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.4-4-38 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-39.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-39.js index b264854cea359cf40c37e1568f7f888763c6f87b..48896b87c5d9b4c84ce44ee63f71fe76504502cb 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-39.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-39.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.4-4-39 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-40.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-40.js index 82afbe6a00fd0d13593ef84ea72d619b9a1e5955..07650d4da8c66b57400f600deceeafd44ff1b9da 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-40.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-40.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.4-4-40 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-41.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-41.js index 004b1b9d9e42688ad2ca1ddaffff18bfc6904692..e4990e311c1d93e4d111e25b52c73d51a804af49 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-41.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-41.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.4-4-41 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-42.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-42.js index a0e87b294725897cb41c411880b48abb511cb791..2e975c3bbe8fe2a628dfbe733bc31d17c73d46f5 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-42.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-42.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.4-4-42 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-43.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-43.js index 91e42290d7ffcb70997552b9e88208861e282fde..4e0b29f67909807c273db83a313f43604ff9924d 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-43.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-43.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.4-4-43 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44.js index d7156dec7834fcbb0e0c61184703576b61c7abe7..cd8091c27f39ab2362a85bcc7d59d4455d017fd8 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44.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.4-4-44 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-45.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-45.js index 06bb452b47a72715a50c7dad231fb47bf2185566..aba29dca272312928ae88d027a304822c9f9c501 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-45.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-45.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.4-4-45 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-46.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-46.js index efc47da516bacd453dc008d193e07f03b60ff6bd..b103c34b784d228576d453ffd97e707910685569 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-46.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-46.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.4-4-46 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-47.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-47.js index 9b499c694e6b220a70200a1aeb1af8d3f1e5c0b0..4bbba028c1fcdc3162d2fce8a51dde3d196da298 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-47.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-47.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.4-4-47 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-48.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-48.js index dc54b8b09d0fcc7cd5cb98ec9b27fe71e09ca293..f09d5b145adff0e0c72d73da7d46ec9996c43036 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-48.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-48.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.4-4-48 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-49.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-49.js index a09232e9f7cd56c2d689c83a1f333d9bfd8cc1f1..fce0039f6e7e3f0ea245dd3c763bb49bdb5798c0 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-49.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-49.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.4-4-49 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-50.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-50.js index 62365293a669f93f86d999e820e8ba7367b81464..98470e3fddd5b840da14f56f1abc77d609994fc9 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-50.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-50.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.4-4-50 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-1.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-1.js index 8e819f3f70b40753a77982105d51db7f8a863fac..d9c6058db7ce04a345484931dd9b80937b548af5 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-1.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-1.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.4-4-b-1 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-2.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-2.js index 54c8575b605e18d4adb71de32ab8f8d9ed58cf1a..f1876bdbdae672b781e66f45dade61608e81a383 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-2.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-2.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.4-4-b-2 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-3.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-3.js index 9d2e853ee25b99262f1b287640968d75b6eee704..f1c3fb7d3c4a4d25bf5fe84b5b36a4874f8ad0ad 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-3.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-3.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.4-4-b-3 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-4.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-4.js index 82e7b882cb4867a286528e534672b38f37dd45b2..9b826fbda57fc224a2a8c51b7de4937d9bfba075 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-4.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-4.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.4-4-b-4 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-5.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-5.js index 3264f290148f671d897d9da9cfac332c17aa8c81..22962ec7483bd1feef2499a5592e94e425223c79 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-5.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-5.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.4-4-b-5 diff --git a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-6.js b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-6.js index 6e9dca89d9eec7236572be73b518bcb31f381951..8f9d784d3d6fb2e7e000c6063a958c7299d2051e 100644 --- a/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-6.js +++ b/test/built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-6.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.4-4-b-6 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-1.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-1.js index a4642dbf2c6cbcb884a3cd8f169a87c09ce51697..784882871b13ed9497900b9eca340aca8fa2b958 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-1.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-1.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.2-0-1 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-2.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-2.js index 20fa903eeba9454a3cf146a5c5f2c807ca6511fc..f6f8449971e09759e2debdce55c74847f124e1c3 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-2.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-2.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.2-0-2 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-3.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-3.js index 7052dc4fa7678dce84d9f6249a64c478a91f6b8e..e36abd84648c883047d9a2b44397456626ccef9e 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-3.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-0-3.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.2-0-3 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-2.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-2.js index f43eba8c85cd778f6f265a2b628f61a94da26c71..8e2835a3208c835ac676f74360d880a4b33c8265 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-2.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-2.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.2-1-2 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-3.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-3.js index d441d17b4e7b16d3d3c746f840e095474b897899..88c4668294bf4caa4cc7472eb63cae3db77a629e 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-3.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-3.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.2-1-3 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-4.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-4.js index a637dcc1bb331ab1be815f6191dabd1723d7a061..eaba0ca0f4f0740cac26274147b720e67a9c92db 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-4.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-1-4.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.2-1-4 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-1.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-1.js index b3e435d88adb13f4e425a7e4bf24d71219d8edfe..5f685e81f9e4578c44c74fd1df5680076552126b 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-1.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-1.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.2-1 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-1.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-1.js index 5281da84421590ed4790714f9191a1329c19adaa..57ae4e112317a07d8fe9eed73ec951069963bd7c 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-1.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-1.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.2-2-1 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-10.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-10.js index 69ca369d1edbd7682267f61494640c34aabc0f8a..83ee831d6cb132724d284156f71a5a2b03ccffc0 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-10.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-10.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.2-2-10 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-11.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-11.js index 5be31ff052163d70462a82c50ca2baf115ffb3e6..76a3743df555cd9a83c063e378a83c0a28963631 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-11.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-11.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.2-2-11 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-12.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-12.js index ce6a8b78a5033242ee8c22ba5f289dbd8d55b3fd..7a9a91cbaf7c74976bd959479924899489ab7bc9 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-12.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-12.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.2-2-12 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-13.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-13.js index 06e41803c0fbffc2cb6976fb3015882b3a907bff..1d33936d65dfc0ddb0cce3ecec0c03f646b4e226 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-13.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-13.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.2-2-13 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-14.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-14.js index 8107751e53c4702850197cf08c97b499943f8247..c9d70daaeb759c7084d80e213303f11783857d7e 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-14.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-14.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.2-2-14 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-15.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-15.js index 482e4c4d336e206f952c4b133103b38a94cb7b3f..6743b86fd341b7c7e51c020ee3bca31ca14ecf68 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-15.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-15.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.2-2-15 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-16.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-16.js index b9cde71da4006f6ccd02850dc536cdc59f55d93b..504c70f929dbe71a05632a7ea0bce63a1d7b1dbe 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-16.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-16.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.2-2-16 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-17.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-17.js index 370b9f1af5dc445c8cfe84ff2f1c1ede11343531..f38389f7b0cde75aa2fd743c04febebfde18a10a 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-17.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-17.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.2-2-17 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-18.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-18.js index 3e4800c56b3c6f80f580fa0a6fef73b3c0d6603f..6642df79f2bea41e4a289709fbf16a2d04410fca 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-18.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-18.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.2-2-18 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-19.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-19.js index 14321e56a859c95907f79ee8643f4f6e8fa4c29a..12b6c7f8251f6351775b1871eadbf28bea50c5e5 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-19.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-19.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.2-2-19 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-2.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-2.js index a5d123e4da85ed630dfc6504ae282978da057d70..1964ebedaa0ad38f602b293a87a61e73f9cc0618 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-2.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-2.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. /*--- info: > diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-20.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-20.js index bf1ee8185d06d01563c84fe2886c4580931bc596..8440a85c76e1c439060d472d00597685746f78f2 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-20.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-20.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.2-2-20 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-21.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-21.js index 38aa7381b9e57561c32b094ba014c126363a8fd8..0609c513271414bc831a84c7c45334b2e450a812 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-21.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-21.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.2-2-21 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-22.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-22.js index b49f821e4ece62f62e296b884f751de387e83e6e..c43465463eb0c852fc6fdd71287b1acec72adc57 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-22.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-22.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.2-2-22 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-23.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-23.js index 73d7442a5a866ffedf6c866465b12fc4d17ed057..2f007b3117d3e3ad08caff1083b19e4192f9cf5c 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-23.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-23.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.2-2-23 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-24.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-24.js index 9deb8b4943f5156ef85e2abf2a83cb9633081f90..5f5df102f91094eff2fbc8565b0437c0567afa04 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-24.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-24.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.2-2-24 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-25.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-25.js index 62e593063a277219e766489e9f8dc4fc50b76ae6..4e6224b95bbcb60b712ae7f026dbcc57c6751d98 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-25.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-25.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.2-2-25 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-26.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-26.js index 4cd21f29726af137de9e503bf9dae75627839b87..314744696fbb150ff9d86a7bca20924f57d773a7 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-26.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-26.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.2-2-26 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-27.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-27.js index 404d34f002f9fc790e7801dd036b4942ced8db9b..25dab3f6d83d7bbb47cddb3392ad9a6c560a6716 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-27.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-27.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.2-2-27 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-28.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-28.js index 12f40fdb9e610e3414387bb83d346fdff0c72e21..8a23c436d3ca67c4ea9f682819ae45d3ab11276f 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-28.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-28.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.2-2-28 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-3.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-3.js index 5d49d76849f0f6c6b542a83b49e4b926f7995e99..7bd2eac42f42383c14546dc3c6e7c6fdfdadaca4 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-3.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-3.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.2-2-3 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js index 52b258262cec6215bf898e15c44491f37eb9e190..8595b6cb2915215213f538cce44e48be0c924e97 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.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.2-2-30 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-31.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-31.js index e5c288fb6352948847474891ae4ce8ba84981244..138e645d46c7fbc0f6f0065576932af14c52fc53 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-31.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-31.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.2-2-31 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-4.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-4.js index 4756b7b09f1769fc4f9c98353305bad191421768..571f61685eb08110dbd69fb27031ff4eeeb30283 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-4.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-4.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.2-2-4 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-5.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-5.js index c2605f1718c4bbc0a47eeaf30a89bb15edaad323..ad732991fddc6ca0b4d122fd8464d5352b1db7be 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-5.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-5.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.2-2-5 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-6.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-6.js index a660776d2b1a0dbd61667ea92811b21a5d9e8210..b93328b4d23daaf340aab2df0fe1589158f65312 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-6.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-6.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.2-2-6 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-7.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-7.js index 31cdcdcbdc933827f1a90ec2b32d7a069c8bf1c1..5e8786c61e8df9b63b5320c9fad7461bbf1f0cb0 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-7.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-7.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.2-2-7 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-8.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-8.js index 1127f86e731ccfabf858653b9f274a3ebb7ab0d7..ee3d1b22b06079c9810b3ac1db630e9b918b5eaf 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-8.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-8.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.2-2-8 diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-9.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-9.js index b584716a15ad36cbdb5a96ad688dc22cd7d02b50..da16d71bd714e124ddf1c967f3965a5c4f25ce45 100644 --- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-9.js +++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-9.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.2-2-9 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-0-1.js b/test/built-ins/Object/isExtensible/15.2.3.13-0-1.js index 44f8869c41aa345697531baa7479bc65a34f2d4f..b051a2f417d78fb92326e2f45f9f41a72b9911d7 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-0-1.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-0-1.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.13-0-1 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-0-2.js b/test/built-ins/Object/isExtensible/15.2.3.13-0-2.js index e1a8648a853e393f23311354f1a240535a6cc5fa..5094b8ac19c9d56abd79c5b9bb39539d27b7c05c 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-0-2.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-0-2.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.13-0-2 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-0-3.js b/test/built-ins/Object/isExtensible/15.2.3.13-0-3.js index d2b1d42666bc67997d71e7f29429f1707c0014fa..93501dcdca2eaac044ed6f7a3ab7d0da6abe1d63 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-0-3.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-0-3.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. /*--- info: > diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-1-1.js b/test/built-ins/Object/isExtensible/15.2.3.13-1-1.js index b3b3fc725fece987afc76b93e444fb718a29325c..1b19c4c4d3ff3cc9f5220d315d15d67951503107 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-1-1.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-1-1.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.13-1-1 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-1-2.js b/test/built-ins/Object/isExtensible/15.2.3.13-1-2.js index 528552255e73e0852b5fcb702f6d8cc9fa8de946..696e2045c5360798fa1e6ba97930168e09dc75ea 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-1-2.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-1-2.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.13-1-2 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-1-3.js b/test/built-ins/Object/isExtensible/15.2.3.13-1-3.js index e626bd9657cfba06138d8f9cd423280f27d1db8a..84e532fd69d767b0237184bb49f6ee4fda1a420a 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-1-3.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-1-3.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.13-1-3 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-1-4.js b/test/built-ins/Object/isExtensible/15.2.3.13-1-4.js index f00f6889bf65904ea3c62010c61d254cd288e684..59af90896f59e13825c5ce392a6367f951038bb6 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-1-4.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-1-4.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.13-1-4 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-1.js b/test/built-ins/Object/isExtensible/15.2.3.13-1.js index d4c94bd83b225a97616f6854459aefe70d6adcdc..ed6dd990850cd0dac71b3016e9427aa4af1acc4e 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-1.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-1.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.13-1 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-1.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-1.js index c6e89c20745ee7594de9576b7b25f7287a3bd9a7..e5e2ed3a12b2816b3128334c58f336ef334d69fd 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-1.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-1.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.13-2-1 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-10.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-10.js index 87b449522aad4f4970babdb3534d6a545304f602..177f4bc3c1a2eceaddef714894cd53916a17bbb8 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-10.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-10.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.13-2-10 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-11.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-11.js index ed81b438785d7252ff14db25369064eb5aa7aac1..331d335c38d2522875709b0760c2f3dd27c61105 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-11.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-11.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.13-2-11 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-12.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-12.js index ee2e3a601cc5071cd2af60385f6199b9a9555f9a..e5cb705de534247d9f9203ec609624149069f68c 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-12.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-12.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.13-2-12 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-13.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-13.js index 8ebeea05936e9285be7133a0ddfd686bd166938c..f3e4b9c1ecfa3ee556ec05edc6189add90d4d56d 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-13.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-13.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.13-2-13 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-14.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-14.js index 99cef849d7cd4f37ae9390460e7e6d970df1cc3a..b6d0d4dbd108cd52aa894e5c7bf49e76f5f4065d 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-14.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-14.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.13-2-14 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-15.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-15.js index 52cfcdb87f9b4ad91b3a61b588dd61955068c4a9..49568c6b4237bef8148f241b9ce263b24743b0cf 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-15.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-15.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.13-2-15 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-16.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-16.js index 7ad63e6624b45bf5e2654fa9c2db0138870ca397..0b16fde07ec0debc057015399e2d276cd41fca0e 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-16.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-16.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.13-2-16 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-17.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-17.js index d3cbe33268a18b9b0a497ac199b557aae77200ba..1636742be311a8af655d055f1684261b45eaa8bc 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-17.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-17.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.13-2-17 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-18.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-18.js index 3e40da46f05a9b0e3e505e86a0a30e0b83c81ec5..a49e52d78c727c81ad14b7f8329ea0e768c3cddf 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-18.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-18.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.13-2-18 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-19.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-19.js index 974e2b790a350510fbfe74439071155eeb6753fd..2e0b92c6eef656514060adccc0c7fac86d893a7b 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-19.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-19.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.13-2-19 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-2.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-2.js index 966dd81a23f32210c785a7c0982de8c77c2bc277..bd3887beb8f6f01351bb3bbceccc5f829d5d49be 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-2.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-2.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.13-2-2 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-20.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-20.js index 40f34d5154a58905c69432f59f41ac8b94c58bcf..f428d807b1a037a5f5743692fc6b4f13b828dc96 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-20.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-20.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.13-2-20 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-21.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-21.js index fc4544f701185301df1d013988ae9fb31fe9f2bd..0f879c9c8e2feaa94c9157f7383e5a30f6c136aa 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-21.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-21.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. /*--- info: > diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-22.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-22.js index 9d1fb6ef312d9f521ea2ca9b624ff3a13cc58ed7..3d088489045d5f45ba63ca1178ccac8f218e8dfe 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-22.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-22.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.13-2-22 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-23.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-23.js index e6be643aafed190cea9c1361183d7424dbfecaf5..381baab05de3f84bcef8855a531c1f2c671f2bde 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-23.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-23.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.13-2-23 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-24.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-24.js index 2c2b8209530aea4a39ff02b87421090032c4e46f..e140a5a7aec148698218f79ecd6a53f2a925e73a 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-24.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-24.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.13-2-24 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-25.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-25.js index 4cd5a90be6673e683016c0e0dac7758aa41c490b..31deafe7e3b596ee68adb020ad86595ac97c9357 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-25.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-25.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.13-2-25 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-26.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-26.js index da10f15667ae9b43559adb5f979c71f07c9cbbf0..c8aa7c21fb01c32283af8c12f89c1f77946458b4 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-26.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-26.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.13-2-26 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-27.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-27.js index aeca6b4ac26fac7a390ce4294d4f384002e32a40..5f83229d65773af42705a05107eb2ccb5413b7df 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-27.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-27.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.13-2-27 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-29.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-29.js index 078e50a7f19b17c94cc6a0b359052045f280a742..ca11d26ba9f73e4bd3c0a78a1f4c5ef50bf6badf 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-29.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-29.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.13-2-29 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-3.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-3.js index 4b71cbde5825039de6a5197a1042a0af1632afd3..5de31c0fd8cecbddda3454820d779036819bc355 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-3.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-3.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.13-2-3 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-4.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-4.js index f668712a1352fcacfb044a32307bdddd97fa104e..852f3c034edb9ca89f33a7ef1b4556391f916811 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-4.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-4.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.13-2-4 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-5.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-5.js index 22c507c8dfebd94259e8cf7186a3d69ad9eb0b38..2a10c1167b88b3d8e406fc41ed00e5afd70197b9 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-5.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-5.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.13-2-5 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-6.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-6.js index 5fe983b992ed85521711eaccb679e7ceb8fc578a..44082b5573aa691fc7b15168f3031f05d33637f1 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-6.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-6.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.13-2-6 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-7.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-7.js index b63398f90a12ad1901efd6f29d51c24cfe289aad..92fda676e50c5f76e6eb637147f0bb9681bfb827 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-7.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-7.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.13-2-7 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-8.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-8.js index 078cd018c10aa4eda85ec9eda4ccfb16ac75b7d3..bb19538764a18319b24f1ff7e5009312f85e0355 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-8.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-8.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.13-2-8 diff --git a/test/built-ins/Object/isExtensible/15.2.3.13-2-9.js b/test/built-ins/Object/isExtensible/15.2.3.13-2-9.js index c959e61f21577e45760ec60f0716f55e8a9ffc63..68ce2b1f02a52941086f5b8fc9cf88cc65ae4e1b 100644 --- a/test/built-ins/Object/isExtensible/15.2.3.13-2-9.js +++ b/test/built-ins/Object/isExtensible/15.2.3.13-2-9.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.13-2-9 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-0-1.js b/test/built-ins/Object/isFrozen/15.2.3.12-0-1.js index 15da403f6adf4c2f250fb6fd2b695474c51afd00..d006c169719ac49f49560b8e047cf49dce0580c5 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-0-1.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-0-1.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.12-0-1 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-0-2.js b/test/built-ins/Object/isFrozen/15.2.3.12-0-2.js index 9d6d0bfa0c08e3046417efa70b75050b8371c33f..886d45a819d3c61cf4fd3cb888b141ab73568209 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-0-2.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-0-2.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.12-0-2 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-1-1.js b/test/built-ins/Object/isFrozen/15.2.3.12-1-1.js index a9f558f14079869b9a87cebb1f64ad04208e6d97..e0c8a3205d56ca2f14bc383d789f1cae1ade987a 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-1-1.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-1-1.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.12-1-1 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-1-2.js b/test/built-ins/Object/isFrozen/15.2.3.12-1-2.js index 931f7154eea1ccf882d5ee8abe052ea21d673309..c442adedce6b42834dbb14d735272580f2b7b8b5 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-1-2.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-1-2.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.12-1-2 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-1-3.js b/test/built-ins/Object/isFrozen/15.2.3.12-1-3.js index 91dbb82ccd833da98f1dc1002debff24fc56ee52..157e57fc70b4e24b6c2fc995e4e935f5f08875ab 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-1-3.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-1-3.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.12-1-3 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-1-4.js b/test/built-ins/Object/isFrozen/15.2.3.12-1-4.js index 127b69f884396160efbfd9a58c316bef2f88d35e..988ab70d31bb5b670ea2d9d464a678de010fe9bc 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-1-4.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-1-4.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.12-1-4 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-1-5.js b/test/built-ins/Object/isFrozen/15.2.3.12-1-5.js index 8acf7cd5ccbf5e3b6df0cffb1befeddc0f2432d2..7359b84b370a9ec8281a73c8748ae25f3f05696a 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-1-5.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-1-5.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.12-1-5 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-1-6.js b/test/built-ins/Object/isFrozen/15.2.3.12-1-6.js index 671b6af935f15e133b2b6a3be0fa878eb2182794..373ef0afc36636b12c3549bf178bee54422e62fc 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-1-6.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-1-6.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.12-1-6 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-1-7.js b/test/built-ins/Object/isFrozen/15.2.3.12-1-7.js index 8fa8eced923b152b1fadf4ec0cca8a1321915595..f2e4539c1d41394500988fe1b1470803bc19dc09 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-1-7.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-1-7.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.12-1-7 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-1.js b/test/built-ins/Object/isFrozen/15.2.3.12-1.js index 5e7abce7da30d7445869b303105b37dbff481bcf..e0628538cdc1ff9419af04acd1938a3d6028aac7 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-1.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-1.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.12-1 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-1.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-1.js index 5bd28b4c2813095c090e452ee17b456ca073303a..d540896a15c43f1811f75487435119f666295c20 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-1.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-1.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.12-2-1 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-2.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-2.js index 92132def5cea01c810718a1b1a5eca29210b30e8..1a14fc09ede1d8c60df1a7457a0eb93fd4689021 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-2.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-2.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.12-2-2 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-1.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-1.js index bf6b42da6ad89a5cdde56b80dac52a783c33543a..f26e5119abf491dfd2b3bdd405099adec87ae5e8 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-1.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-1.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.12-2-a-1 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-11.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-11.js index 26f1eb6e8c9d31b208e8b099b2298931b4f8d5ab..b3973f8286b22375860a33b736f45914e13180d7 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-11.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-11.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.12-2-a-11 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-12.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-12.js index 26089e622914347e35b1621980462a110fb14d0a..e548383c571bfde3cfa70d44499dca3d905afa6a 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-12.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-12.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.12-2-a-12 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-13.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-13.js index 473834b577850d72011de690aa7378f0a257e8fe..6405cfe239572ee13b9fbd5d21cb1dc9ffef7756 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-13.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-13.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.12-2-a-13 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-14.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-14.js index 07069f5b6d2bdb0ea2021bdcfae92edaefe29c04..924f2d8c2b9668cbd575374c78f6b3be19f6313e 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-14.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-14.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.12-2-a-14 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-2.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-2.js index c9d9e23508fa979d613bc9b7d8f86c1dbf3933a5..6f7271fdf95dea71241a65894f73c2b4d49378dd 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-2.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-2.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.12-2-a-2 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-3.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-3.js index eb97c22552ab01143bb73d8d340244f70e6ac9b6..3416b99a7f2eaaed772d10c08ee3caf71115b5c0 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-3.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-3.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.12-2-a-3 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-4.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-4.js index bfe567868475287d96a5e7c13eae2520d2287f03..13209275154a3adb6dcc7fd4d84dc76d8daafaa4 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-4.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-4.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.12-2-a-4 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-5.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-5.js index 0d92cda834a5e3b120dc0ba0950394ea6a62df07..da37663d5c452191043bc5b7d3f0792e5bcdf186 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-5.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-5.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.12-2-a-5 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-6.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-6.js index 78d649bd5f5171fcd0b595e2475dd194804b30e3..1f7b424e751a76f9edd60895a77f8dcd8a438dde 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-6.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-6.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.12-2-a-6 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-7.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-7.js index 1d495145cc7e2cf6922ca05a816c152c7faf5bed..9fbc1641991e53c77709e0ade32de7aa6e154834 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-7.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-7.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.12-2-a-7 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-8.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-8.js index b604e25c6f235bb9c1a41e19ec97eaedbface3c5..8747f095fca7c73c73e5078796fcac3b7f80132f 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-a-8.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-a-8.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.12-2-a-8 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-b-i-1.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-b-i-1.js index 8fc20dfe933eae2017e9162cab36172731ab1f8a..8b9490db4760891da303d1031f34d9f1c2e84ff3 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-b-i-1.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-b-i-1.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.12-2-b-i-1 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-c-1.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-c-1.js index 73b1c265f516d643406c6efaf5e185470093074c..4de35ab6fbb05b0f8255234973df31461442494e 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-c-1.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-c-1.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.12-2-c-1 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-2-c-2.js b/test/built-ins/Object/isFrozen/15.2.3.12-2-c-2.js index 7ea5e01d22c56cb4a9cf34ca2ac9c19ce0754991..bb8b20c10997f0afd66c0e1fddfc7a9d185f6540 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-2-c-2.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-2-c-2.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.12-2-c-2 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-1.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-1.js index 3aa3abdc3495fdba4a1dea274df1184f4d7de947..12a2e9b5f48835905d22ecb44e8ab6abf9a1c60c 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-1.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-1.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.12-3-1 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-10.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-10.js index 33a87605663d5c2653d08d569bb91209acaebd94..ebbee3fa6eee14728698aa70b3068a9aa432066a 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-10.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-10.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.12-3-10 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-11.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-11.js index beef5459612ae037af81d27f1c1217a48cbe8c40..54c0d85f2bb4187d4e83d69190f0419967558c42 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-11.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-11.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.12-3-11 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-12.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-12.js index 28d496b7c57b8035531d2afb060bb5d875433c7c..4d47c63c002e158ca60ccd84a1e51f699265bc9f 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-12.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-12.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.12-3-12 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-13.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-13.js index 1fe2e9be7ae12cd149cd1615479b0151de79a1b8..ca4e2920a88f3495091f54e2ad9be496e8aaddbc 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-13.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-13.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.12-3-13 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-14.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-14.js index fabcfdff6e6723537f36540e635557071ef6ad6e..e72231126e6104c8e14bbf22081dc7eed8ab3148 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-14.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-14.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.12-3-14 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-15.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-15.js index 1ade91214d53f7f0817177df3e986b2fe1e53214..a76794e3d17d19a044888e1cee591b9da1505eb7 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-15.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-15.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.12-3-15 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-16.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-16.js index cc0772e9bea1f538b96594b0bb4b4d3bfd801da6..7bc829af48e4d259fb9af8c77efb47e4f93b13ad 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-16.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-16.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.12-3-16 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-17.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-17.js index 8d3e5431b6c6e322d258e5f5a9c60b1c7cac1064..42d75db43aa60bb8af2d487a85df851b7f300dad 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-17.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-17.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.12-3-17 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-18.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-18.js index 3d9410c0ecef5b9a0eff879fa7f65cc2ec76c415..707483e5b6ffc3308cec4666e9718e7d9244a67a 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-18.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-18.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.12-3-18 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-19.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-19.js index c6a1aa74a849d6ce04bf857caa2160a578753965..555a14ba85b34538b0e5182906cc04a736def027 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-19.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-19.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.12-3-19 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-2.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-2.js index e51a85752e38796d6b0e8abb11204f1374e1ec51..e859d9cedf398a788acadc9af7c9676b9bddc0a1 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-2.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-2.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.12-3-2 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-20.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-20.js index 0239c53cd23c05fcca1b80c8bc7544a120a08326..3e3df62ce6edb2c7399d373c8c22d41880357ee4 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-20.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-20.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.12-3-20 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-21.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-21.js index 68ff77c1bff22063548ca47801f7ac99014e7195..bbcc9f5f027d724251bac6842111da65cb6b0e83 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-21.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-21.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.12-3-21 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-22.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-22.js index 8ba4f9e33f45023d60a7b013866d84f5f2b2d0ad..2cd861712475c2590115e55923fd697067a38a43 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-22.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-22.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.12-3-22 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-23.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-23.js index e320a27b0089e3c1ca97b74a1f9c56b6258853a3..9d432c0621748ba5cfe08a5bd1115fa521892938 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-23.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-23.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.12-3-23 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-24.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-24.js index 32f49d73f838a42e868552bf3946df950d087a31..e732ec48da86cad20d56428a7bccab45e705624c 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-24.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-24.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.12-3-24 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-25.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-25.js index 57345c8fad60310752c2d2d20ecede5f9ac8b4d2..37a7a230263d917b1c3fc127bb0fdde8b6b7deaa 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-25.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-25.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.12-3-25 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-26.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-26.js index 699abeb299222ed5f1a29a5922565370f5de2469..6e9bae7c96bf1206e33944166ec72b737d1445d4 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-26.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-26.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.12-3-26 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-27.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-27.js index 30c9e343004d5c66bccdf7e6d563b9a967b6656d..f221a1807a5302df677a58fa0f94a74619b3e73e 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-27.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-27.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.12-3-27 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-28.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-28.js index 12c7f77e45d59bbdd518332123e18f88c267d71b..542d5967c56fa201bb7bc4f15df28765a557c487 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-28.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-28.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.12-3-28 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-3.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-3.js index ba420e3fbcfbf01df5ecd55554e8dde0cb71f425..0d1cae8aa33ed2dd3e9e3cdc3bc1e134ac8c7325 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-3.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-3.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.12-3-3 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-4.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-4.js index b249a04d435423dfe785a0131d7911c61c41431e..9a21891e0f99a2dc6dfff9e81c508a1ba500d236 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-4.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-4.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.12-3-4 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-5.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-5.js index 0bb674cd26b9ea89734266a78178a7d3e982e13d..6de6fa8e628cf6717524c5f9b2536468f524fd35 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-5.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-5.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.12-3-5 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-6.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-6.js index a1ee2189c5337b6d5c2cb5d8114ae120d9e7b810..4917ee43406ba84d63353a235a8d8fe88860b58c 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-6.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-6.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.12-3-6 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-7.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-7.js index b7560b92525c869b8d416bf66b9c8e5949f133c6..4e54a70e3c53a2f4a4faa77643c3f39dfbabb720 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-7.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-7.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.12-3-7 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-8.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-8.js index a9565d209eb45609ab01ba62f0d99f36edebeb36..8d8e6e3e79a28bf78cc25bca38164aae3badc3a6 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-8.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-8.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.12-3-8 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-3-9.js b/test/built-ins/Object/isFrozen/15.2.3.12-3-9.js index 3fc1961e4763c8e3204628a9def7a433d7a4b9b8..9b4b44da4e48ef7438547d249736808d49e0a756 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-3-9.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-3-9.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.12-3-9 diff --git a/test/built-ins/Object/isFrozen/15.2.3.12-4-1.js b/test/built-ins/Object/isFrozen/15.2.3.12-4-1.js index 77c22fcb3375462a0dd6cd4ac6ea8285edf0228f..29c07924d937d70a21e1252dae4e47b8f9de85ea 100644 --- a/test/built-ins/Object/isFrozen/15.2.3.12-4-1.js +++ b/test/built-ins/Object/isFrozen/15.2.3.12-4-1.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.12-4-1 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-0-1.js b/test/built-ins/Object/isSealed/15.2.3.11-0-1.js index 2df5a12930b7fc68f91280a435cd8ec08ca1269a..c70dcab97573deafdb29beec39b8bd090432e250 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-0-1.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-0-1.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.11-0-1 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-0-2.js b/test/built-ins/Object/isSealed/15.2.3.11-0-2.js index 676b20f6c72f98a0a6f964b0490fa603ef0a00d8..eceb3badd746a6d7f2db2d4daaf9e3a2c6e931c1 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-0-2.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-0-2.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.11-0-2 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-1.js b/test/built-ins/Object/isSealed/15.2.3.11-1.js index 891dcdd39a9084b6804597a465ba5b85d6358bce..445ed9e24dcf94e398abaee02aae3b3cee753381 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-1.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-1.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.11-1 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-1.js b/test/built-ins/Object/isSealed/15.2.3.11-4-1.js index 18e365afcf33bc8e41c632f24e7ed9d0a2e6f228..dfd9b38ae342a8283c4bd6cca8cc2c1dbbe80585 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-1.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-1.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.11-4-1 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-10.js b/test/built-ins/Object/isSealed/15.2.3.11-4-10.js index ec212ae968aeb7bcd6c5bec58495c3764ccccbe6..81572680dd275243e76df5758efc6580dea8511e 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-10.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-10.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.11-4-10 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-11.js b/test/built-ins/Object/isSealed/15.2.3.11-4-11.js index c585a2b172ce147a4686083c334b4a61161032ed..e546bfd6d34efafed016ca257949e8564b8c7db1 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-11.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-11.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.11-4-11 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-12.js b/test/built-ins/Object/isSealed/15.2.3.11-4-12.js index b8f2631fe833e694dd039bb441ebae0eeab5c555..b9fe627d9367f33fe34674f81daffc303aa262b5 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-12.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-12.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.11-4-12 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-13.js b/test/built-ins/Object/isSealed/15.2.3.11-4-13.js index e0db7b5a9e27f897cd2852f44b2d63948b0225ca..defdb501e57744b17da045c883fab62627c21b9a 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-13.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-13.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.11-4-13 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-14.js b/test/built-ins/Object/isSealed/15.2.3.11-4-14.js index 13d9e89c1dc33335d179322a5cf4e69cbb3f8635..1c61e49f244fc87899998b8f926727aba1505b5e 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-14.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-14.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.11-4-14 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-15.js b/test/built-ins/Object/isSealed/15.2.3.11-4-15.js index f80f0741abfefd8407d663087b73fa40a2328342..ef43f7e8a668834807200b9ef79f5b6787e4f830 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-15.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-15.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.11-4-15 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-16.js b/test/built-ins/Object/isSealed/15.2.3.11-4-16.js index a8b00cf081158fc96b0226653a5c3e8bec22b577..b0dce0bf43e55a08219ee353d9960cce361d201a 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-16.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-16.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.11-4-16 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-17.js b/test/built-ins/Object/isSealed/15.2.3.11-4-17.js index e69e2699de082b38236136140a9e79c382ae1bff..51cd83ea47f6a99bd7f9d20f0610d48a4c943207 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-17.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-17.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.11-4-17 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-18.js b/test/built-ins/Object/isSealed/15.2.3.11-4-18.js index 92acf28143b9ddf4a381bac495edf3808ffa89ac..beb6e24c3119e8f482d6ed20fc882899dc44d679 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-18.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-18.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.11-4-18 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-19.js b/test/built-ins/Object/isSealed/15.2.3.11-4-19.js index 366dc334fa3fe7659a1344dce61bedb90713049b..bc932d1b1e29bcbc0e4c7967c35a518a3db9f084 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-19.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-19.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.11-4-19 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-2.js b/test/built-ins/Object/isSealed/15.2.3.11-4-2.js index f3508a9665dcda1cf89ab0433a8f1f07987aacb9..752fcc7251d6439f4b89b3ed2e4092c281be31c0 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-2.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-2.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.11-4-2 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-20.js b/test/built-ins/Object/isSealed/15.2.3.11-4-20.js index 69595c2da6782fa11b9b6ed66006a2db1061f573..7be131b798e25e00887434fba5a7aab89b387a82 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-20.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-20.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.11-4-20 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-21.js b/test/built-ins/Object/isSealed/15.2.3.11-4-21.js index e86c37c31bc6cee825f248a4ad0937e48cf8916d..fadd0a4f5de096eee0de995cacaca47274298ef1 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-21.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-21.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.11-4-21 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-22.js b/test/built-ins/Object/isSealed/15.2.3.11-4-22.js index eb931ae870456e2e0df4ade220fe37a0ee286dd3..c6d29a30df729187316279283f97629672ebef73 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-22.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-22.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.11-4-22 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-23.js b/test/built-ins/Object/isSealed/15.2.3.11-4-23.js index 21d2bd8e928862e7008154b2e01b9831f6397156..0b5b0e78ad38e2aed0e5715cf0c53d18b31ead6e 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-23.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-23.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.11-4-23 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-24.js b/test/built-ins/Object/isSealed/15.2.3.11-4-24.js index dbfda202d6b9163231540bad30d2a259fbecd04e..ec76c03446382f86ba6e8398de78026d33daa16c 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-24.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-24.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.11-4-24 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-25.js b/test/built-ins/Object/isSealed/15.2.3.11-4-25.js index dfe6b10f1e81a0627e9b8e13f19b8228e9ca4d9c..3ebc47f072a9cf19cb05991379b2fc9c21baafca 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-25.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-25.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.11-4-25 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-26.js b/test/built-ins/Object/isSealed/15.2.3.11-4-26.js index cf941cf621d958973cd30e9f3c3f81168da941cb..ef72f40863765dea6845e9895b1ed4228e763683 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-26.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-26.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.11-4-26 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-27.js b/test/built-ins/Object/isSealed/15.2.3.11-4-27.js index bbfcf8bf45eb989d816e8412b8a9230ffbef15f9..7e7e4c9ce0c1d29a7fdc92ac2646624ab99715b3 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-27.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-27.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.11-4-27 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-3.js b/test/built-ins/Object/isSealed/15.2.3.11-4-3.js index 05d8e877b3ab3a41f886d20652cb3de5e1a5cdd3..704498f92957d375c0b7858c8721154a1221c5ec 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-3.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-3.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.11-4-3 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-4.js b/test/built-ins/Object/isSealed/15.2.3.11-4-4.js index 0bed01a1920e8376e99b20262c168d6355dcb495..db9386d5ff625112a57c748d3b026c1846c20d02 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-4.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-4.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.11-4-4 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-5.js b/test/built-ins/Object/isSealed/15.2.3.11-4-5.js index 4c13b900c3b95d829cd978452420d6a5eb110a4e..a5ec0794938db682fa1a2cd3081a1fdd83408af5 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-5.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-5.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.11-4-5 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-6.js b/test/built-ins/Object/isSealed/15.2.3.11-4-6.js index 36d4c1edfc5401a504fee4d0cfec73afbe15af4a..b2d59d1d8a5845518b15b1c2c3858929e1f7e97b 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-6.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-6.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.11-4-6 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-7.js b/test/built-ins/Object/isSealed/15.2.3.11-4-7.js index 535041b68f3bed544a03101327cf53e807266190..8bc2c22b279b800dc8a576b5531ee9906d36ca18 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-7.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-7.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.11-4-7 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-8.js b/test/built-ins/Object/isSealed/15.2.3.11-4-8.js index 7387d2e3169910b3d4e58818137b1678ec55323c..08dfbfb8ac1290f817e5612222cfd1cee008c24b 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-8.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-8.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.11-4-8 diff --git a/test/built-ins/Object/isSealed/15.2.3.11-4-9.js b/test/built-ins/Object/isSealed/15.2.3.11-4-9.js index 88d24e71b36ea370248178ac0980c8c82f5bcd1c..5c7aae1c0db2302052912dd0a7333f806d169f36 100644 --- a/test/built-ins/Object/isSealed/15.2.3.11-4-9.js +++ b/test/built-ins/Object/isSealed/15.2.3.11-4-9.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.11-4-9 diff --git a/test/built-ins/Object/keys/15.2.3.14-0-1.js b/test/built-ins/Object/keys/15.2.3.14-0-1.js index 55ee2477a7b5c0c5924c799af1bb12caae216221..442f82fa9488e63359faf3f46eeb21f83e22ba27 100644 --- a/test/built-ins/Object/keys/15.2.3.14-0-1.js +++ b/test/built-ins/Object/keys/15.2.3.14-0-1.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.14-0-1 diff --git a/test/built-ins/Object/keys/15.2.3.14-0-2.js b/test/built-ins/Object/keys/15.2.3.14-0-2.js index 7509f8003df1827fa3a3f6a3054265f994d3e656..bf222ea5db10454acca5d959e54ec02f501265ac 100644 --- a/test/built-ins/Object/keys/15.2.3.14-0-2.js +++ b/test/built-ins/Object/keys/15.2.3.14-0-2.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.14-0-2 diff --git a/test/built-ins/Object/keys/15.2.3.14-1-1.js b/test/built-ins/Object/keys/15.2.3.14-1-1.js index 38768d1bf87a0c5e9e3ee37f1fc21223cf763b22..de940545f3ab124677b2218e4dce77673ff79903 100644 --- a/test/built-ins/Object/keys/15.2.3.14-1-1.js +++ b/test/built-ins/Object/keys/15.2.3.14-1-1.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.14-1-1 diff --git a/test/built-ins/Object/keys/15.2.3.14-1-2.js b/test/built-ins/Object/keys/15.2.3.14-1-2.js index 65f53a9a17d54c25c5ea5ed712b0825f6dfa6526..837b856b65d22d238b3f77cd0c775ceeffe4af88 100644 --- a/test/built-ins/Object/keys/15.2.3.14-1-2.js +++ b/test/built-ins/Object/keys/15.2.3.14-1-2.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.14-1-2 diff --git a/test/built-ins/Object/keys/15.2.3.14-1-3.js b/test/built-ins/Object/keys/15.2.3.14-1-3.js index 6c9ef6ded4c4c6ed6241946fbe4eb7c0ba9a5413..21914acc8ba115e90270011b447c8769692c33ec 100644 --- a/test/built-ins/Object/keys/15.2.3.14-1-3.js +++ b/test/built-ins/Object/keys/15.2.3.14-1-3.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.14-1-3 diff --git a/test/built-ins/Object/keys/15.2.3.14-1-4.js b/test/built-ins/Object/keys/15.2.3.14-1-4.js index 72d98165c63280fae0d855984552c3a98b724995..10d7acf2ab3a459dc49729c1a231627ad7591e6d 100644 --- a/test/built-ins/Object/keys/15.2.3.14-1-4.js +++ b/test/built-ins/Object/keys/15.2.3.14-1-4.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.14-1-4 diff --git a/test/built-ins/Object/keys/15.2.3.14-1-5.js b/test/built-ins/Object/keys/15.2.3.14-1-5.js index d119f22839a83373d8628c13c8af77b46d947f6c..deac600fc7cf75b3a3da54e119b8db43185b27a5 100644 --- a/test/built-ins/Object/keys/15.2.3.14-1-5.js +++ b/test/built-ins/Object/keys/15.2.3.14-1-5.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.14-1-5 diff --git a/test/built-ins/Object/keys/15.2.3.14-2-1.js b/test/built-ins/Object/keys/15.2.3.14-2-1.js index 75086cf4c994303225ca2babfaef2b31e52925f2..60c73f27b5fd824db8eb1965a4e6ab5b9cdf774b 100644 --- a/test/built-ins/Object/keys/15.2.3.14-2-1.js +++ b/test/built-ins/Object/keys/15.2.3.14-2-1.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.14-2-1 diff --git a/test/built-ins/Object/keys/15.2.3.14-2-2.js b/test/built-ins/Object/keys/15.2.3.14-2-2.js index 31fb7c1e82c03715c8127bed0cababb5313d35a3..55cbf467801a2a2d456b7aa0ffa39f2b6aa4cb45 100644 --- a/test/built-ins/Object/keys/15.2.3.14-2-2.js +++ b/test/built-ins/Object/keys/15.2.3.14-2-2.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.14-2-2 diff --git a/test/built-ins/Object/keys/15.2.3.14-2-3.js b/test/built-ins/Object/keys/15.2.3.14-2-3.js index e285432965516110e3f46b72d9f2f48529711072..d47c1aae3bf0fc481b4bf8742d712b9bff612bc4 100644 --- a/test/built-ins/Object/keys/15.2.3.14-2-3.js +++ b/test/built-ins/Object/keys/15.2.3.14-2-3.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.14-2-3 diff --git a/test/built-ins/Object/keys/15.2.3.14-2-4.js b/test/built-ins/Object/keys/15.2.3.14-2-4.js index 48d2dc32622544f6029edca230504fc1a2c7a626..6d4e83a195b444b50d2a156db1ebe27de60911d8 100644 --- a/test/built-ins/Object/keys/15.2.3.14-2-4.js +++ b/test/built-ins/Object/keys/15.2.3.14-2-4.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.14-2-4 diff --git a/test/built-ins/Object/keys/15.2.3.14-2-5.js b/test/built-ins/Object/keys/15.2.3.14-2-5.js index 4555fadc11f15bd3193ba283bc50af8c9c5261b6..3a6bf4669740a6ae6fe33ddfaa4d2aeb2834b2b3 100644 --- a/test/built-ins/Object/keys/15.2.3.14-2-5.js +++ b/test/built-ins/Object/keys/15.2.3.14-2-5.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.14-2-5 diff --git a/test/built-ins/Object/keys/15.2.3.14-2-6.js b/test/built-ins/Object/keys/15.2.3.14-2-6.js index 14b6fc3231322af588b8b9fb5d529d18e44e8a0b..1241f06f68e98de01acf4f9b2c23e96ab0fedb8f 100644 --- a/test/built-ins/Object/keys/15.2.3.14-2-6.js +++ b/test/built-ins/Object/keys/15.2.3.14-2-6.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.14-2-6 diff --git a/test/built-ins/Object/keys/15.2.3.14-2-7.js b/test/built-ins/Object/keys/15.2.3.14-2-7.js index 237b8a82ae1f563d8ff7469f7cc1ab2e511e2580..34a1aa0be2f549cf0a99d4168701cd7c7369d0ae 100644 --- a/test/built-ins/Object/keys/15.2.3.14-2-7.js +++ b/test/built-ins/Object/keys/15.2.3.14-2-7.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.14-2-7 diff --git a/test/built-ins/Object/keys/15.2.3.14-2-8.js b/test/built-ins/Object/keys/15.2.3.14-2-8.js index 5119463684475791f3e71226f480a310afd6e28c..4ff485c5b5c9078c7a7e53218a3ab5ec47fa0e3e 100644 --- a/test/built-ins/Object/keys/15.2.3.14-2-8.js +++ b/test/built-ins/Object/keys/15.2.3.14-2-8.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.14-2-8 diff --git a/test/built-ins/Object/keys/15.2.3.14-3-1.js b/test/built-ins/Object/keys/15.2.3.14-3-1.js index e2d5951cc0542e2cad0207aabf383004cfe5919a..98aa808a2dd36a2dbdaf4af373c207ef4262df4a 100644 --- a/test/built-ins/Object/keys/15.2.3.14-3-1.js +++ b/test/built-ins/Object/keys/15.2.3.14-3-1.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.14-3-1 diff --git a/test/built-ins/Object/keys/15.2.3.14-3-2.js b/test/built-ins/Object/keys/15.2.3.14-3-2.js index e97aa5ff391ffc75e259e01a27544d72b20d2542..b36fd0284578da4f60ffa5f8c7604a04c60a6330 100644 --- a/test/built-ins/Object/keys/15.2.3.14-3-2.js +++ b/test/built-ins/Object/keys/15.2.3.14-3-2.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.14-3-2 diff --git a/test/built-ins/Object/keys/15.2.3.14-3-3.js b/test/built-ins/Object/keys/15.2.3.14-3-3.js index ffcbb13c1eb74f7b01dab6fcf65437030d858852..337fbdbf51dffc68a2a3d6224f01f4d306d0e338 100644 --- a/test/built-ins/Object/keys/15.2.3.14-3-3.js +++ b/test/built-ins/Object/keys/15.2.3.14-3-3.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.14-3-3 diff --git a/test/built-ins/Object/keys/15.2.3.14-3-4.js b/test/built-ins/Object/keys/15.2.3.14-3-4.js index 778d03a5039e3c628ca4ebe16105002397c6aa58..3d61bde0536457a2f8d07a6b8d9f7653ad1f2341 100644 --- a/test/built-ins/Object/keys/15.2.3.14-3-4.js +++ b/test/built-ins/Object/keys/15.2.3.14-3-4.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.14-3-4 diff --git a/test/built-ins/Object/keys/15.2.3.14-3-5.js b/test/built-ins/Object/keys/15.2.3.14-3-5.js index 3527e8a8f5a93a1c3ed859831cbcf8c7d6f15cc2..035dd63c24b8e4d8bfbc520d12540198d45ef7d2 100644 --- a/test/built-ins/Object/keys/15.2.3.14-3-5.js +++ b/test/built-ins/Object/keys/15.2.3.14-3-5.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.14-3-5 diff --git a/test/built-ins/Object/keys/15.2.3.14-3-6.js b/test/built-ins/Object/keys/15.2.3.14-3-6.js index a4287194138f38b9bb25e6300bdfadbfa9c6b353..34f2ecc512d8317fb35e6952f4316cc0330bd2cb 100644 --- a/test/built-ins/Object/keys/15.2.3.14-3-6.js +++ b/test/built-ins/Object/keys/15.2.3.14-3-6.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.14-3-6 diff --git a/test/built-ins/Object/keys/15.2.3.14-3-7.js b/test/built-ins/Object/keys/15.2.3.14-3-7.js index 4c0a998b4e135788ed44d4ad19abf9a08f1f2295..7832bb2e2b8ecdad1d97b06c6aabd383caa0889e 100644 --- a/test/built-ins/Object/keys/15.2.3.14-3-7.js +++ b/test/built-ins/Object/keys/15.2.3.14-3-7.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.14-3-7 diff --git a/test/built-ins/Object/keys/15.2.3.14-4-1.js b/test/built-ins/Object/keys/15.2.3.14-4-1.js index efc4c895d82a53f5473a8e3fc63b1a5a7e5fe028..660fc94fcd2fcda68e0f9ee7423206ca6bb3e1c7 100644 --- a/test/built-ins/Object/keys/15.2.3.14-4-1.js +++ b/test/built-ins/Object/keys/15.2.3.14-4-1.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.14-4-1 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-1.js b/test/built-ins/Object/keys/15.2.3.14-5-1.js index 64221a1b884977251e67dc08ca316a32daf986b6..262f20515da07a3b481d45657e241b7670a3dca4 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-1.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-1.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.14-5-1 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-10.js b/test/built-ins/Object/keys/15.2.3.14-5-10.js index 142845c6c14eceb19a415ee9f5efc04c1c003993..1464abd16526ebcc982db08c78444c070e3f74d7 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-10.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-10.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.14-5-10 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-11.js b/test/built-ins/Object/keys/15.2.3.14-5-11.js index 3a9a18ebdf000d3056964da1ad5a42967c7ad9f2..2b34b9927b584b3071c8f96ad96c83613313953f 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-11.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-11.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.14-5-11 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-12.js b/test/built-ins/Object/keys/15.2.3.14-5-12.js index 5c114f16127fc49de6b89d0907c18107c49b8b16..b4f7a73ea203f732edd013b3c971efc20846dc69 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-12.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-12.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.14-5-12 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-13.js b/test/built-ins/Object/keys/15.2.3.14-5-13.js index 7ff4ddc17cc46296433a571e124b2a5784896261..61115cfca20b344adc38ca6655fab8de0f46f391 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-13.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-13.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.14-5-13 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-14.js b/test/built-ins/Object/keys/15.2.3.14-5-14.js index 4f195f1ce13f29e01da284ee8fc072b77984987b..9d151e9651f5a6056cd5e9247075d84999578e03 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-14.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-14.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.14-5-14 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-15.js b/test/built-ins/Object/keys/15.2.3.14-5-15.js index 8ecba84a00826ea18707a9405337b316132683cf..963e05313c1e02733172ebdeb636be69dacba581 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-15.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-15.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.14-5-15 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-16.js b/test/built-ins/Object/keys/15.2.3.14-5-16.js index 69a46bb9ffc1e3a8825ca8d0cbdc3a993acbe8b0..d165167030d9db32519208d78c284451f90e3aa5 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-16.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-16.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.14-5-16 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-2.js b/test/built-ins/Object/keys/15.2.3.14-5-2.js index 5b980270e74939ed4cf29d27cd0e3f4cb33bb707..2da5e13509b3faa91e1b2c91f3f9397474478c1d 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-2.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-2.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.14-5-2 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-3.js b/test/built-ins/Object/keys/15.2.3.14-5-3.js index 43e48e3143b2037e6b047fcc95e1eb4c3aff0877..034d6b17102feb18cd8ee99e8681e8f3c2c80963 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-3.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-3.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.14-5-3 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-4.js b/test/built-ins/Object/keys/15.2.3.14-5-4.js index 1a06a9278343a40e1c7260007d4f574991661893..8a81da67b4e8f9d166b150aa583cbacd0eca57b5 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-4.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-4.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.14-5-4 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-5.js b/test/built-ins/Object/keys/15.2.3.14-5-5.js index 16c7a560b570ca961cc5c0e66cfd77878f9502aa..253272d9471d51719a11be9848e3b438c38062b0 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-5.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-5.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.14-5-5 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-6.js b/test/built-ins/Object/keys/15.2.3.14-5-6.js index a1c8a4f491f121accba65e93103ed53444ac49e4..aeee771d6bb0a2982e509e07aab5263459914947 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-6.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-6.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.14-5-6 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-7.js b/test/built-ins/Object/keys/15.2.3.14-5-7.js index 1b278d58c37acc78b347b3b445e66cfc5e60f138..c855bf7d90c651d2c4a80f8cc9baf10fee7f14fa 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-7.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-7.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.14-5-7 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-8.js b/test/built-ins/Object/keys/15.2.3.14-5-8.js index 747f037a5a50f6d3fd75791b209a5896ae16b00c..d664f67f814835ca94631a42f164e40b0ad06bd2 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-8.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-8.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.14-5-8 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-9.js b/test/built-ins/Object/keys/15.2.3.14-5-9.js index 0018c492aa48acf8757a656c0ac8f04249cfc927..00f5ae5145e67ee127bf43116f4d8a08f5ea5670 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-9.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-9.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.14-5-9 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-a-1.js b/test/built-ins/Object/keys/15.2.3.14-5-a-1.js index 7d080cb4b93af79e1793dba0245d2f0ad2bb06dd..2b147cb733092ddd2cef8e2c5c1e89600c6dddaf 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-a-1.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-a-1.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.14-5-a-1 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-a-2.js b/test/built-ins/Object/keys/15.2.3.14-5-a-2.js index 6ecdc948dd1e0da7311307139c1fd8b8e85736fe..06dd86fac1b07414fa9df3bfd65e9517f884e295 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-a-2.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-a-2.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.14-5-a-2 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-a-3.js b/test/built-ins/Object/keys/15.2.3.14-5-a-3.js index c4c01ccc9cb3cf219bd728cce843731933d23160..20e21554924733dacc268c1535609597b93283f6 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-a-3.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-a-3.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.14-5-a-3 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-a-4.js b/test/built-ins/Object/keys/15.2.3.14-5-a-4.js index d754ca73cc5af90583ad007487311a4119fe6726..f660e3f1b5145566108af6ab1e263e9125436452 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-a-4.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-a-4.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.14-5-a-4 diff --git a/test/built-ins/Object/keys/15.2.3.14-5-b-1.js b/test/built-ins/Object/keys/15.2.3.14-5-b-1.js index 78959428e01bf489e949372a66c98b3240a8781c..72af838c12ecaeca1e0b914d5a9bb6d470773dc6 100644 --- a/test/built-ins/Object/keys/15.2.3.14-5-b-1.js +++ b/test/built-ins/Object/keys/15.2.3.14-5-b-1.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.14-5-b-1 diff --git a/test/built-ins/Object/keys/15.2.3.14-6-1.js b/test/built-ins/Object/keys/15.2.3.14-6-1.js index 831e364d731be2204d1256c56ec9fa6ce7681a83..bb9e7da6b9921d214c58f8b7bc85ef33d6078812 100644 --- a/test/built-ins/Object/keys/15.2.3.14-6-1.js +++ b/test/built-ins/Object/keys/15.2.3.14-6-1.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.14-6-1 diff --git a/test/built-ins/Object/keys/15.2.3.14-6-2.js b/test/built-ins/Object/keys/15.2.3.14-6-2.js index b9b759f170e97ccd7ba6021b2681dbe2a198c580..4d9d980c6c976250ddcf3c99e1b0428f2c4cd97e 100644 --- a/test/built-ins/Object/keys/15.2.3.14-6-2.js +++ b/test/built-ins/Object/keys/15.2.3.14-6-2.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.14-6-2 diff --git a/test/built-ins/Object/keys/15.2.3.14-6-3.js b/test/built-ins/Object/keys/15.2.3.14-6-3.js index d637f8ec1e7a6b65057c61918bce634f0d4fb13c..26ff8a89e0f9e4ebdef35d718cc9e2fda5f6ef8b 100644 --- a/test/built-ins/Object/keys/15.2.3.14-6-3.js +++ b/test/built-ins/Object/keys/15.2.3.14-6-3.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.14-6-3 diff --git a/test/built-ins/Object/keys/15.2.3.14-6-4.js b/test/built-ins/Object/keys/15.2.3.14-6-4.js index f8288fe1877d191c64f963223eee4aae0ab3ae4e..02cd2f124eec1de4cc7af93f76cdfedeef69d5fb 100644 --- a/test/built-ins/Object/keys/15.2.3.14-6-4.js +++ b/test/built-ins/Object/keys/15.2.3.14-6-4.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.14-6-4 diff --git a/test/built-ins/Object/keys/15.2.3.14-6-5.js b/test/built-ins/Object/keys/15.2.3.14-6-5.js index e945136fe3ca42fc18556c8ce2ed5cba46eb215a..53a1516df39710e2648cb71490295f52f6b0c828 100644 --- a/test/built-ins/Object/keys/15.2.3.14-6-5.js +++ b/test/built-ins/Object/keys/15.2.3.14-6-5.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.14-6-5 diff --git a/test/built-ins/Object/keys/15.2.3.14-6-6.js b/test/built-ins/Object/keys/15.2.3.14-6-6.js index 34023ba1336fa537af04505eab8d95e8bfb5d1f6..ba611435834a00242a3babbc771d79c1e3fe5a7f 100644 --- a/test/built-ins/Object/keys/15.2.3.14-6-6.js +++ b/test/built-ins/Object/keys/15.2.3.14-6-6.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.14-6-6 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-0-1.js b/test/built-ins/Object/preventExtensions/15.2.3.10-0-1.js index b3eec00b5290ae4925ee11a1e74f6403144dd36b..a50ae293236f134f676871824db6a6205616787b 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-0-1.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-0-1.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.10-0-1 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-0-2.js b/test/built-ins/Object/preventExtensions/15.2.3.10-0-2.js index 16a724cb0de0a10e2138088f07f66adcdbc6ec08..5e0c5c9e2e20cc529353436a22f7bdc69ac60983 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-0-2.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-0-2.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.10-0-2 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-1-1.js b/test/built-ins/Object/preventExtensions/15.2.3.10-1-1.js index b238b21057818147a67280befad9fa917c8fca30..270b28be7f0f5ec356d9130741b7780de1cd1a8d 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-1-1.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-1-1.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.10-1-1 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-1-2.js b/test/built-ins/Object/preventExtensions/15.2.3.10-1-2.js index 6a2fd8ab68c768cb3de9ed245ca6f2e9762661a3..f82e381c70256099590c422f4b26dbad6e2fdd17 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-1-2.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-1-2.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.10-1-2 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-1-3.js b/test/built-ins/Object/preventExtensions/15.2.3.10-1-3.js index 0f524bb0fc7b53817e79458dd681d20bdce0871c..0a473faa1d5cd793a4e6e543c17364593a62a7f8 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-1-3.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-1-3.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.10-1-3 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-1-4.js b/test/built-ins/Object/preventExtensions/15.2.3.10-1-4.js index 29e7f45c90b52e4dd9cb0c8e245eedddfce979be..1d2156f2a94953ced78ce9088481b8a52d4f0170 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-1-4.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-1-4.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.10-1-4 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-1.js b/test/built-ins/Object/preventExtensions/15.2.3.10-1.js index 993a070ec20ff802acfb675cc217c6154935d1c6..45870c1881a3c1781ecbb9b127bbf3d518d5d447 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-1.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-1.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.10-1 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-2-1.js b/test/built-ins/Object/preventExtensions/15.2.3.10-2-1.js index 81c63e2190b3289b745a6812dfe663f368a7aef4..5fb77e43b1a14dc3cecc4e851693706f1c1030f9 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-2-1.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-2-1.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.10-2-1 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-2.js b/test/built-ins/Object/preventExtensions/15.2.3.10-2.js index 0ca1aecca947133f2d4491a4853c7b6b5da0141e..b67e629b63af29179648ab9673269c57285cd891 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-2.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-2.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. /*--- info: The effect of preventExtentions must be testable by calling isExtensible diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-1.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-1.js index 9f44d6316db191cb4e3cbf65cfc18167d7f0253f..7a020fd3e68c3fa0e9b3bca372c8d2f2eb47b701 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-1.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-1.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.10-3-1 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-10.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-10.js index ec3dc2488d46957caf108faddad0b8333f38a30d..49ec6fbd14685cbf9d2f0bfc3f79dd43a9de5075 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-10.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-10.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.10-3-10 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-11.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-11.js index fdd13c00be2335d64b2420ff79d18295348a7e87..cdaafc240e32975850dde8a71e910b0bad756ec9 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-11.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-11.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.10-3-11 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-12.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-12.js index a1e937047e776ba26ef5b3b8e0c8601de120aac9..071c01260681e08c0b8b7d72adfb68bb8d5c9dff 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-12.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-12.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.10-3-12 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-13.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-13.js index c61d1e9c27148a80bc2c280ae948a3f14664c482..6bc3159eefb9c816d5bdbbda87cbb1572b54b20e 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-13.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-13.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.10-3-13 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-14.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-14.js index 985425e2c0c14a54ceaa470255f9e7bdf903c320..a4a107d7f42247a4c9e85c93c7bb185b376621c2 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-14.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-14.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.10-3-14 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-15.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-15.js index e942f1d2649befd6cbc8eabcef2069701315d199..46d3dc9a4f26364098f8704d62b7ae511ee7f00f 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-15.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-15.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.10-3-15 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-16.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-16.js index 39a61fad6dca5d70d404b2399c14ea2ec41fd28a..72d145e4a8b0458bebdbc43f201f03be5e2e9e60 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-16.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-16.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.10-3-16 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-17.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-17.js index 64f429925db15a57ec315ab6f73d7813f330afbe..fcf9c69c3230bddecedd230a30527ec2528b6aff 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-17.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-17.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.10-3-17 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-18.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-18.js index ce0a700b96727d2b6e6b747196e492b2de9b98fb..73378e1fd2d5bd427ab69192e0e80608e1de152c 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-18.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-18.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.10-3-18 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-19.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-19.js index 105e71d2f354102bc85f2899358006b7f082fdcc..82e6099118ffdb4c2c9505800d2fc1b62f7d306b 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-19.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-19.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.10-3-19 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-2.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-2.js index 7d495c8c554f8cd68a287f7445e67f94833893be..94848ccea6c73c1477fae289a77e8d93c1918ce0 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-2.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-2.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.10-3-2 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-20.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-20.js index 95500a6d6b8ae5f82d94c30f7de6af91fdacc7d0..3cee54bc501ac4520b1c84325620bd0b2fca4465 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-20.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-20.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.10-3-20 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-21.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-21.js index f38108a6add06042c4596ccb2ab7683a0dc44f4b..560bec4962b2e48e7c1f0f1c44266d06c91e5c00 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-21.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-21.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.10-3-21 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-22.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-22.js index 636209f95980c16815711b9978deae489e83f96c..f7d6efa1b3c664f045ce2dc66d7393bf1d23c8cf 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-22.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-22.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.10-3-22 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-23.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-23.js index cb3a866cb6c296a53cdb53f8f3a01f3521eb943e..f1a1e77d7d0eeaa3a02a1dd7f44e0fd825a13004 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-23.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-23.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.10-3-23 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-24.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-24.js index 63e96914ab6085ceaca39db5049e479a83e5949f..f4f4722d5e1c66f0613eef6b41a989dfd2419301 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-24.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-24.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.10-3-24 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-3.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-3.js index d043bb4249356113a75d0d4970902da442107e6d..f644100e672c222420996933aeaa01422d4f2e1f 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-3.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-3.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.10-3-3 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-4.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-4.js index affb8dc84be42de5223ffd2ef230cc0c1225713f..ae4d9d8654d5696c8f9530b8d1de22d8740854e5 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-4.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-4.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.10-3-4 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-5-1.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-5-1.js index 8fa7cc1990161dadaf0eb9316f4197cffb63986c..2bdc1f6ac2b32f848a3bdff592c0c5efd0fcf7f2 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-5-1.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-5-1.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.10-3-5-1 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-5.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-5.js index 340ecfc1beb3cbe0e65c005243fe3b2cc52c3643..4539ae6d80f75c573084a7b8e9fbae8ffbd308ff 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-5.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-5.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.10-3-5 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-6.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-6.js index 1ee547d7a1f7d5dc337242f889eda2e20b8c6c27..819e5bd68970aa916a2b919214302d4b778d6d78 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-6.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-6.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.10-3-6 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-7.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-7.js index 5a5d3faa9b1919edc3484ef20e38c81536e43000..a8f8d6b7230671a8f67516f5d8efcd72b77e6b72 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-7.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-7.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.10-3-7 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-8.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-8.js index 7e2fe71b9e2483700cd7814109d3026e15d9cdad..01a351d6fe3b29d9af97a52eadb543696fad8843 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-8.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-8.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.10-3-8 diff --git a/test/built-ins/Object/preventExtensions/15.2.3.10-3-9.js b/test/built-ins/Object/preventExtensions/15.2.3.10-3-9.js index 56f19abffc47290b0d5c038d20ece316c429508a..34a68c5285cdd22d611c2e263284385031295304 100644 --- a/test/built-ins/Object/preventExtensions/15.2.3.10-3-9.js +++ b/test/built-ins/Object/preventExtensions/15.2.3.10-3-9.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.10-3-9 diff --git a/test/built-ins/Object/prototype/15.2.3.1.js b/test/built-ins/Object/prototype/15.2.3.1.js index f93be5fc92319f1d5a80e6f129c6e476f320e02b..905d9fda3d517c8e3d311a00018a5ca40de16896 100644 --- a/test/built-ins/Object/prototype/15.2.3.1.js +++ b/test/built-ins/Object/prototype/15.2.3.1.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.1 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_1.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_1.js index f97ea08f5f88692c63cd8d633ac9361edc4d8624..740b332c2b397782543c96541eb6522aaf10355b 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_1.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_1.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: 8.12.1-1_1 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_10.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_10.js index 870078245ae15d2c4fb8a9e67fdc4a21e26df41a..7a952e20957b4d30ae04408bc956a86d6c31c8ee 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_10.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_10.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: 8.12.1-1_10 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_11.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_11.js index 76cf14786d899fca67bb38a9ec8d151fe8a36743..c727864a8b5b49417a9a84e0b0395a04b58cbde6 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_11.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_11.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: 8.12.1-1_11 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_12.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_12.js index 021d9841ed15fa0f10130fc802d0c9609578a201..61430376a96e8fc9436b39920a77d5fbe1861675 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_12.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_12.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: 8.12.1-1_12 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_13.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_13.js index 89e1a13e37051593c2e70cd484064c90ee00da00..8d28021a0cb5c63a3464c0b81a1f6ccfc070c6e4 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_13.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_13.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: 8.12.1-1_13 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_14.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_14.js index b96842421be73f10670462a89b29c129783cbfc3..c0044b7ae2bb0e47d7c21bf8c218b0abb5a644d2 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_14.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_14.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: 8.12.1-1_14 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_15.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_15.js index 063c08392c2e7d383cc02757557a9f8ea8ced121..9882fc30419e25b2a4d6951ddfc5538d66ef6dc2 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_15.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_15.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: 8.12.1-1_15 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_16.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_16.js index 1f0a1cb87ef8cddeac793571eeffc62db2b24272..b50b015dfd535875689ab4f5d47ff6a9b8eca3c0 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_16.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_16.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: 8.12.1-1_16 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_17.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_17.js index 8d1f8ff470e836f77e83fbf16edc609d17ab06fd..cbb545f8002a5fe440c16e2a105054324577dac1 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_17.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_17.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: 8.12.1-1_17 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_18.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_18.js index ae82b62c23b35bf1b7a86f1ec09bf12bbd8cfa91..ac3d45e673e2e2e0cfadc8cdafb7517dbaad945b 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_18.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_18.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: 8.12.1-1_18 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_19.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_19.js index 4056de407886122fc6c0b0262eeac72f3b176adf..2afc809f3083713fc59752a733e7b5eae03e93df 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_19.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_19.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: 8.12.1-1_19 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_2.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_2.js index be637262a4e5a6c7136a1a22c6b659db829e0765..3fd23a59fa03b38264784fd3a0c8c2310444ae9f 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_2.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_2.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: 8.12.1-1_2 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_20.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_20.js index 8b6d0f65785e53616a86f23c01d36fee604e686f..4c317ce8a311b320b4fe05cb332998ed550707f8 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_20.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_20.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: 8.12.1-1_20 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_21.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_21.js index 8c2ff8f6a57c1cd863902bcae50a6b4de50288b5..e0378aba25635cd19ea1c30b2e905f315e43dc72 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_21.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_21.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: 8.12.1-1_21 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_22.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_22.js index 98d2c97a0a36950b13a1f9f53eda727f4cd3fcee..aec7dec5dfaacf69a9ca5933167fce48033bfea2 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_22.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_22.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: 8.12.1-1_22 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_23.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_23.js index 73794bac112a76a08983b3b0d879839645b9a36e..7fe6e85ef78d0de38d5ac5c2e83e1f6aa35ed6e2 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_23.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_23.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: 8.12.1-1_23 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_24.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_24.js index b0f77316c2e8fe6dd62d96bfa008232e7bb6cf69..59a8f25bc2b1e2738cf3643b28c624089eccea40 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_24.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_24.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: 8.12.1-1_24 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_25.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_25.js index 88ad564cd6046e9fd92f04869f4df11c0d7f52bd..6e07b92a2e1a1924e7a4d8dcdf3541653cf6a827 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_25.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_25.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: 8.12.1-1_25 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_26.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_26.js index 4881b9d9f36361c641e65a5c1d8638062e1c30a5..79cf21fda29125cc1cb7f4cd7c50fcf086cb3326 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_26.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_26.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: 8.12.1-1_26 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_27.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_27.js index c5f7e28672370e219ac7d6a4882b8fbba96e16ca..83d6f6ae8d50674ae801f78dfb577a5bee16a9de 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_27.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_27.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: 8.12.1-1_27 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_28.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_28.js index 488e06700c25e6e8a7d8107fce9d30fd03d5b2e5..9ff6d79880a7e81f5e1fe5962e73aae86c715ada 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_28.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_28.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: 8.12.1-1_28 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_29.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_29.js index da86da0fba5e70d264412a541077035c8ac63d7d..9fc23c5991a45d6e204e1e5f836cb78b2fe08969 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_29.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_29.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: 8.12.1-1_29 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_3.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_3.js index c7a3e6e984e057b6d8194cbc20c3238cefb9ea3a..63c51f98604f00df2eeb1a044405fe9b7cf7bce2 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_3.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_3.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: 8.12.1-1_3 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_30.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_30.js index b0cda1e0f66a045624a9c50fe02c8b0ca14b423e..5d5eeecfb79bd0f5f20f49611476c12000840d1a 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_30.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_30.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: 8.12.1-1_30 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_31.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_31.js index df07006021ab5ffe87dcfcfeb1bb6ae87fe23d5d..16d5d9a07c1a1a4d557e2b6f38a3efae4046a67f 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_31.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_31.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: 8.12.1-1_31 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_32.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_32.js index fd4207f4cdf55c37c7fbb8106be62b158888926b..0e6a204f88cd2ba658d169778af5da9466fab27b 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_32.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_32.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: 8.12.1-1_32 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_33.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_33.js index d717283fddf3019a3e648d6da747b33ad83a8336..22df230743061ecd6b1dba10aa3cb1b2ed72cffa 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_33.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_33.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: 8.12.1-1_33 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_34.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_34.js index fae9f022dfe3e00a72e8152e10dc84297109c18f..a915b5101e80358899268ede5302f0e9080c29e4 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_34.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_34.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: 8.12.1-1_34 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_35.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_35.js index 6c412e3e5a8af44a369bc43d0a52e8d3d0aa45c9..29f0e5822e1824abecddf67c963949fcd902ee29 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_35.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_35.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: 8.12.1-1_35 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_36.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_36.js index df3ebf4560a983dac97424de96a8dfabf6adae6a..918f4617f3c180c63062492aed65635659eb1d86 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_36.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_36.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: 8.12.1-1_36 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_37.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_37.js index 10685cf7ddc7923f93b7e13376cccc06fdc8bc22..c9fd7a8525dd3eccdb902c4097036342672c2b1e 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_37.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_37.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: 8.12.1-1_37 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_38.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_38.js index 85b45114c4f298e1a3e370bb00ef4c60333824b8..dc8a53bde295fba47a9c3c1b7f7997bc949c98f7 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_38.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_38.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: 8.12.1-1_38 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_39.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_39.js index 34c9f3475125359a01cccc90c1d73b12ea191cd8..5ff0e64dfe20855c8ee31b1816d615155eca5348 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_39.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_39.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: 8.12.1-1_39 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_4.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_4.js index c5e4b9df0fde28d245152dbaf7982ca1a3aaaf7b..892f684078d16e74f94595582f041a21dac3beff 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_4.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_4.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: 8.12.1-1_4 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_40.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_40.js index 1bf45fc7780ad4a7ffc0daf2659ff98386073e0d..d73fd07d385cd81e575ab90db12e83eed29612e1 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_40.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_40.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: 8.12.1-1_40 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_41.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_41.js index dbcd77f02f2cbb6c5eed0b668cacc1da2b8ac7ae..4b53d9ad6165108bd46309cb9a2559fdadc9ae25 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_41.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_41.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: 8.12.1-1_41 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_42.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_42.js index 9acd557efbd21e2ff2dd94df014a50223ccb8598..6b1c1f6f6b2d467f7c4add8a1e3d007c984f67a5 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_42.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_42.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: 8.12.1-1_42 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_43.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_43.js index 63c67dfe86170ce14f58e28e9bbfb0915d4383e2..9648fe37fbad27f672761fa56fdf1be362fb5e4a 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_43.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_43.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: 8.12.1-1_43 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_44.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_44.js index 3e452800f4bcb2857fa6ee5246463a5550e76bb6..d5809d6a63b2c53e313b338c644f9c843501482d 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_44.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_44.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: 8.12.1-1_44 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_45.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_45.js index 4ae513552fb3ee9ee2b367bdd020e2a7013f2faa..7f160904797171daf47b7cced412caf25152f61b 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_45.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_45.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: 8.12.1-1_45 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_46.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_46.js index 20c50dada09b6166d48f05e299421eee5a3dfb83..6ab9572e9136e1b4f0fd3f35fec79d4defcff755 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_46.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_46.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: 8.12.1-1_46 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_47.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_47.js index 057ded226cd50a1f6da5cd3c103d9504e5d462e8..a2f40e01c8027fd8f7cdf0b8033bfb8063d7ddab 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_47.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_47.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: 8.12.1-1_47 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_48.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_48.js index 850cbdd2a9a75248671403cbd420dd635d6b44a5..2574083c91bc749b8acaa07a88ad16418c189d63 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_48.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_48.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: 8.12.1-1_48 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_49.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_49.js index 85aa1094222351a2b758f6adce15a634775bcf4e..52f1a538bb6749343de157e13b183d9ea6dc95af 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_49.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_49.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: 8.12.1-1_49 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_5.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_5.js index 2b5fe848dbe2377dd70f38680708c0437d1be451..f8d4525dce7a902ad640075abfe6b39db6761407 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_5.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_5.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: 8.12.1-1_5 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_6.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_6.js index 2bf456ae9d72c0ece78356a1aedfa3429d3e5c5a..31a9a83cba735a3fb31ed8abc39f3b39d33e76bc 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_6.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_6.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: 8.12.1-1_6 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_7.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_7.js index 9740a93fab000c4d2f71832fbbb99179168c2da0..0e50a6990884b6ce708184b8a2be7ac27d5fddf6 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_7.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_7.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: 8.12.1-1_7 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_8.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_8.js index 7c4508aca9b88453c58c5f207a53f0367d4b041e..12cfec2b714cccbec7467ba76f51c076cf6a539d 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_8.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_8.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: 8.12.1-1_8 diff --git a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_9.js b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_9.js index 0730b4f0602975fa33976bc4e11e3ae538c1ce35..478fcbf0da307a0b6b4e35a3e90e2532732536d0 100644 --- a/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_9.js +++ b/test/built-ins/Object/prototype/hasOwnProperty/8.12.1-1_9.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: 8.12.1-1_9 diff --git a/test/built-ins/Object/prototype/toString/15.2.4.2-1-1.js b/test/built-ins/Object/prototype/toString/15.2.4.2-1-1.js index 3750a959f55b540692a3fcb4a1d6c7e6bc493779..9e7131ac4245af1b1eb88bcc768bf569f87e92ee 100644 --- a/test/built-ins/Object/prototype/toString/15.2.4.2-1-1.js +++ b/test/built-ins/Object/prototype/toString/15.2.4.2-1-1.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.4.2-1-1 diff --git a/test/built-ins/Object/prototype/toString/15.2.4.2-1-2.js b/test/built-ins/Object/prototype/toString/15.2.4.2-1-2.js index ad38be59fedfd22d9bdbaf8e8b3c5b55181c3a90..bcec70206344204e409c2422b33f221b4fb00fc9 100644 --- a/test/built-ins/Object/prototype/toString/15.2.4.2-1-2.js +++ b/test/built-ins/Object/prototype/toString/15.2.4.2-1-2.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.4.2-1-2 diff --git a/test/built-ins/Object/prototype/toString/15.2.4.2-2-1.js b/test/built-ins/Object/prototype/toString/15.2.4.2-2-1.js index 14f17b5400b3fc3a7394140ca7cedcb06f3561a5..6bc291ddb1cdabb4df8a18fdc169ec7ce7a0dcca 100644 --- a/test/built-ins/Object/prototype/toString/15.2.4.2-2-1.js +++ b/test/built-ins/Object/prototype/toString/15.2.4.2-2-1.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.4.2-2-1 diff --git a/test/built-ins/Object/prototype/toString/15.2.4.2-2-2.js b/test/built-ins/Object/prototype/toString/15.2.4.2-2-2.js index e2b7b33348fb2f83e515acf747a2a4efd2e15363..5f0f42dc6c75592d9bbc1f947d57fb45936ab627 100644 --- a/test/built-ins/Object/prototype/toString/15.2.4.2-2-2.js +++ b/test/built-ins/Object/prototype/toString/15.2.4.2-2-2.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.4.2-2-2 diff --git a/test/built-ins/Object/prototype/valueOf/15.2.4.4-1.js b/test/built-ins/Object/prototype/valueOf/15.2.4.4-1.js index b1de63a3cc77920a13deb8e8c390ba1a28f62092..e4dff48e11c5c1195abbcd3e30aa1e3d2a1cf271 100644 --- a/test/built-ins/Object/prototype/valueOf/15.2.4.4-1.js +++ b/test/built-ins/Object/prototype/valueOf/15.2.4.4-1.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.4.4-1 diff --git a/test/built-ins/Object/prototype/valueOf/15.2.4.4-2.js b/test/built-ins/Object/prototype/valueOf/15.2.4.4-2.js index bb9a449fdf94a41f782bfbe6e35fc1ad30fd6475..8a216344d42cef93ef0660760e6c72ce5d78b8ec 100644 --- a/test/built-ins/Object/prototype/valueOf/15.2.4.4-2.js +++ b/test/built-ins/Object/prototype/valueOf/15.2.4.4-2.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.4.4-2 diff --git a/test/built-ins/Object/seal/15.2.3.8-0-1.js b/test/built-ins/Object/seal/15.2.3.8-0-1.js index 73cd7e05edbf1a30a0aa160c622e6ae93a168d06..3d147bb44929eb427b4b47ea996a36674e1a82e6 100644 --- a/test/built-ins/Object/seal/15.2.3.8-0-1.js +++ b/test/built-ins/Object/seal/15.2.3.8-0-1.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.8-0-1 diff --git a/test/built-ins/Object/seal/15.2.3.8-0-2.js b/test/built-ins/Object/seal/15.2.3.8-0-2.js index 96ae8da14a0e9902bd59a51b8d516c68515e2413..b31e91a295abc04fee9a11a933d78689e82f2975 100644 --- a/test/built-ins/Object/seal/15.2.3.8-0-2.js +++ b/test/built-ins/Object/seal/15.2.3.8-0-2.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.8-0-2 diff --git a/test/built-ins/Object/seal/15.2.3.8-1-1.js b/test/built-ins/Object/seal/15.2.3.8-1-1.js index 25cdf45f5a96834740cc6638f31efe270f360395..99e69c2478c80dd03b30c26107713dcfed25201f 100644 --- a/test/built-ins/Object/seal/15.2.3.8-1-1.js +++ b/test/built-ins/Object/seal/15.2.3.8-1-1.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.8-1-1 diff --git a/test/built-ins/Object/seal/15.2.3.8-1-2.js b/test/built-ins/Object/seal/15.2.3.8-1-2.js index 88bb8b7b463d93defd1acdaea4467ce7182da804..960de58151b36e90f32389ed82bac50a1c8fc310 100644 --- a/test/built-ins/Object/seal/15.2.3.8-1-2.js +++ b/test/built-ins/Object/seal/15.2.3.8-1-2.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.8-1-2 diff --git a/test/built-ins/Object/seal/15.2.3.8-1-3.js b/test/built-ins/Object/seal/15.2.3.8-1-3.js index 5e20bc92bd56efba3800a4a537cb2c107bba01d4..f6554149c078b1d3d12d90408639eafa8485e96b 100644 --- a/test/built-ins/Object/seal/15.2.3.8-1-3.js +++ b/test/built-ins/Object/seal/15.2.3.8-1-3.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.8-1-3 diff --git a/test/built-ins/Object/seal/15.2.3.8-1-4.js b/test/built-ins/Object/seal/15.2.3.8-1-4.js index 21d41eef03383a43c57495fba24b77f07a5a9cd1..eab4d3d771657c62972bb6b5b23e31058c2fff17 100644 --- a/test/built-ins/Object/seal/15.2.3.8-1-4.js +++ b/test/built-ins/Object/seal/15.2.3.8-1-4.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.8-1-4 diff --git a/test/built-ins/Object/seal/15.2.3.8-1.js b/test/built-ins/Object/seal/15.2.3.8-1.js index 465bad95e78343b3e5793ff63531e05c61de5df8..dfb3354de6cd35e4fb9098d239fead52e72a54f3 100644 --- a/test/built-ins/Object/seal/15.2.3.8-1.js +++ b/test/built-ins/Object/seal/15.2.3.8-1.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.8-1 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-1.js b/test/built-ins/Object/seal/15.2.3.8-2-1.js index ff15403015513675c61981b0cd080c591a114d63..a75673c10c7c3a4320f4c842a287555cece896ef 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-1.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-1.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.8-2-1 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-2.js b/test/built-ins/Object/seal/15.2.3.8-2-2.js index ac7bb4483835aef1e80b074abf490d7e6b333daf..d3cc29469cf0aa903109c115e18c27071688e1cd 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-2.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-2.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.8-2-2 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-3.js b/test/built-ins/Object/seal/15.2.3.8-2-3.js index bf7139feaf2cce6dacc24fe2f8dc28c0394a002b..dc55713806cd852be64dd3bf8e6fed388e0c273b 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-3.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-3.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.8-2-3 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-4.js b/test/built-ins/Object/seal/15.2.3.8-2-4.js index 3c5a62f7b18693adb92815d0dda6953945ba7a38..06898cc03eef07058a2ab262da4e77da205b0c72 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-4.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-4.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.8-2-4 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-1.js b/test/built-ins/Object/seal/15.2.3.8-2-a-1.js index 4ab4cbdd1a58039b443927d72885a06475e29496..00af316bb3e47fb43eac8944650d1d434dc7810b 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-1.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-1.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.8-2-a-1 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-10.js b/test/built-ins/Object/seal/15.2.3.8-2-a-10.js index 0a45fe1c160064052c85ba24046e37f27e6e70a8..94fc025bf472bc2d08dc38f67b7fd572f83df865 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-10.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-10.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.8-2-a-10 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-11.js b/test/built-ins/Object/seal/15.2.3.8-2-a-11.js index 74b88e1d93c274148af344c0f8ecb870526481ea..868d3e01ca07bcb99d68cd7b042904d49b82a3f0 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-11.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-11.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.8-2-a-11 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-12.js b/test/built-ins/Object/seal/15.2.3.8-2-a-12.js index 1d0a620b1d0ed0b7f72b62a788a4b85151790f90..63e2133cdc89aaf3656c8b9d48a7c92399adbf56 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-12.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-12.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.8-2-a-12 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-13.js b/test/built-ins/Object/seal/15.2.3.8-2-a-13.js index fc52f3ec72dcbe87ef4b9f393ebe0c20b5d1ff4b..fa4ee953e911bb0038ced5b0d6a8636231ab5862 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-13.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-13.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.8-2-a-13 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-14.js b/test/built-ins/Object/seal/15.2.3.8-2-a-14.js index a6c0b41bba4c6de7ed5b2173111b5e341420fbb0..60f42b70d328a64af1387725c834d8c015b654d8 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-14.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-14.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.8-2-a-14 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-15.js b/test/built-ins/Object/seal/15.2.3.8-2-a-15.js index 93da495b7404dc174f492168245d0495b82cf4a0..338af82d85e86e2bf3e61ad0ca2ad9df7e9e8c4f 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-15.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-15.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.8-2-a-15 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-2.js b/test/built-ins/Object/seal/15.2.3.8-2-a-2.js index 8f5595ea1efaa8a185c60f957486c458d3418782..fe49e04547fb53085b38f9ddc4b6ca20950d245d 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-2.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-2.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.8-2-a-2 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-3.js b/test/built-ins/Object/seal/15.2.3.8-2-a-3.js index 59f549a589951093bbe6ce6acd4a73a26da17c52..d019f9403d4da905d48a2c9750d1934f5f95071f 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-3.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-3.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.8-2-a-3 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-4.js b/test/built-ins/Object/seal/15.2.3.8-2-a-4.js index e1879b791334677bdbba77c0eb02bb47f2217b52..9710013470c02380932c13906671685d78ce53b7 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-4.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-4.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.8-2-a-4 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-5.js b/test/built-ins/Object/seal/15.2.3.8-2-a-5.js index 1def3eb47166c56fa3dafe0604ee4b0dcc8a1d3b..06c75c08761d7f9bab67ed2aa2d1f8f7e6d6fe63 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-5.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-5.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.8-2-a-5 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-6.js b/test/built-ins/Object/seal/15.2.3.8-2-a-6.js index fa78691815dd1f7237e21f66b6718dabe5e27cb2..f3966899edf75aa964780ef8e5b6dbf6e9dd01c6 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-6.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-6.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.8-2-a-6 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-7.js b/test/built-ins/Object/seal/15.2.3.8-2-a-7.js index bf32c71edbe7636d6c6078303f7115e827ed2bc4..24b01f1edce24caa11ed80ef4a4053163df154a8 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-7.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-7.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.8-2-a-7 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-8.js b/test/built-ins/Object/seal/15.2.3.8-2-a-8.js index d83a8434b11cf47b5aea3568978b0c8c2a1de8ee..081149823c25ac13d3de9eb6642e9a3f5c43363e 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-8.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-8.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.8-2-a-8 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-a-9.js b/test/built-ins/Object/seal/15.2.3.8-2-a-9.js index bb13f5e7f9d151cb220f284dafa6c84240354c3a..718575fac8b7756eb0060ca461807a9d43631292 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-a-9.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-a-9.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.8-2-a-9 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-b-1.js b/test/built-ins/Object/seal/15.2.3.8-2-b-1.js index 4232ebb5c2f1e76da5be7193dc5b0a0b9b5073e5..58e43d747d02eb9816943e6a18cd9adea7223879 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-b-1.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-b-1.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.8-2-b-1 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-b-2.js b/test/built-ins/Object/seal/15.2.3.8-2-b-2.js index 25acd60489e1c25696585806871c22ae86aaed64..1ca3c0fc348ed7f904c14212787b27b2a935d96c 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-b-2.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-b-2.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.8-2-b-2 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-b-3.js b/test/built-ins/Object/seal/15.2.3.8-2-b-3.js index 7c18fe9bd604d3b9b270a2394dd006daac32c443..963931fa45dbaade4240cdbe29835a4748988520 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-b-3.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-b-3.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.8-2-b-3 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-b-4.js b/test/built-ins/Object/seal/15.2.3.8-2-b-4.js index 885766b21abea305ca7d8808373ced021d773e6b..5d455e9eb3971b86760b33eb9cbae5bce32ee3fc 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-b-4.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-b-4.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.8-2-b-4 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-c-1.js b/test/built-ins/Object/seal/15.2.3.8-2-c-1.js index c6de767c9eb9c77dec9040d9207767cdd08a17c2..e16970b911281f46b169b61e06556a7705df7be4 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-c-1.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-c-1.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.8-2-c-1 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-c-2.js b/test/built-ins/Object/seal/15.2.3.8-2-c-2.js index a8314d0ad1a0146cef2652a3be8656ea39fca46f..4808dd21b6eeaf1764cba1b104b817c83fef4750 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-c-2.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-c-2.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.8-2-c-2 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-c-3.js b/test/built-ins/Object/seal/15.2.3.8-2-c-3.js index 3612df534865033456ab9b95a813804486d2191c..061b9ffb9aa45770688b97902dc0b4be37dfd9b1 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-c-3.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-c-3.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.8-2-c-3 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-c-4.js b/test/built-ins/Object/seal/15.2.3.8-2-c-4.js index 9212552a2d29c7c5e9b5970292695f74a3c4eb5c..ac4f973481feab0a671885a729014f2a394168b4 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-c-4.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-c-4.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.8-2-c-4 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-c-5.js b/test/built-ins/Object/seal/15.2.3.8-2-c-5.js index 8ac0ad47390e815048474bcc49e3b3081640a631..ef3525e923a83c81ea3fe2bd7e17a2d64702746d 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-c-5.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-c-5.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.8-2-c-5 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-c-6.js b/test/built-ins/Object/seal/15.2.3.8-2-c-6.js index dcd48f11501a04d96b61607657a669f6c7f81f05..f7248c7051a0a29ea8b762d8ecd920a433fc8f76 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-c-6.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-c-6.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.8-2-c-6 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-c-7.js b/test/built-ins/Object/seal/15.2.3.8-2-c-7.js index 778d07325359bf3b96a48ec10f06cb4983e6a760..5b0e4fcd085db9d01b4dd6e9b1f2313068072781 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-c-7.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-c-7.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.8-2-c-7 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-c-8.js b/test/built-ins/Object/seal/15.2.3.8-2-c-8.js index 8e83383b303f5f2bd28c5216941e0343307c0511..25ce62b88a41360925b1930cf73a817ac470f3da 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-c-8.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-c-8.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.8-2-c-8 diff --git a/test/built-ins/Object/seal/15.2.3.8-2-c-9.js b/test/built-ins/Object/seal/15.2.3.8-2-c-9.js index db64226ea5d4b4cf8ba813b51f9672368ef88601..b666c6906e0ff01d6f49021ea4532035247b9089 100644 --- a/test/built-ins/Object/seal/15.2.3.8-2-c-9.js +++ b/test/built-ins/Object/seal/15.2.3.8-2-c-9.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.8-2-c-9 diff --git a/test/built-ins/Object/seal/15.2.3.8-3-1.js b/test/built-ins/Object/seal/15.2.3.8-3-1.js index 4c6a5803d00be774861445e5f05d0da53c94a3d5..b8afac3c90ece699048e9a9f4f61e3aa1748fa9c 100644 --- a/test/built-ins/Object/seal/15.2.3.8-3-1.js +++ b/test/built-ins/Object/seal/15.2.3.8-3-1.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.8-3-1 diff --git a/test/built-ins/Object/seal/15.2.3.8-4-1.js b/test/built-ins/Object/seal/15.2.3.8-4-1.js index 277a13357c2238e0ea5de9f39bebc8c00319cb56..349f6db61455522478f6fd1fb2eb03bc950614cf 100644 --- a/test/built-ins/Object/seal/15.2.3.8-4-1.js +++ b/test/built-ins/Object/seal/15.2.3.8-4-1.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.8-4-1 diff --git a/test/built-ins/Object/seal/15.2.3.8-4-2.js b/test/built-ins/Object/seal/15.2.3.8-4-2.js index f093bf94c7e3c9fba3b8a6d88ebcf869e0068936..c047fab788a3489e53c32ec095dbc9e08a64e057 100644 --- a/test/built-ins/Object/seal/15.2.3.8-4-2.js +++ b/test/built-ins/Object/seal/15.2.3.8-4-2.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.8-4-2 diff --git a/test/built-ins/Object/seal/15.2.3.8-4-3.js b/test/built-ins/Object/seal/15.2.3.8-4-3.js index 889ddfe21ec34a1be65dafa01fcdb2a858dd03e6..2d5165204bc317c916cb3719a1ae46da9fe7fe99 100644 --- a/test/built-ins/Object/seal/15.2.3.8-4-3.js +++ b/test/built-ins/Object/seal/15.2.3.8-4-3.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.8-4-3 diff --git a/test/built-ins/RegExp/15.10.2.15-6-1.js b/test/built-ins/RegExp/15.10.2.15-6-1.js index f7cf74248453134bd6f8db1128ef8485d32c5e5d..afeef8893bd7b88beec52d77aabe269b3d9e34ca 100644 --- a/test/built-ins/RegExp/15.10.2.15-6-1.js +++ b/test/built-ins/RegExp/15.10.2.15-6-1.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.10.2.15-6-1 diff --git a/test/built-ins/RegExp/15.10.2.5-3-1.js b/test/built-ins/RegExp/15.10.2.5-3-1.js index 7e3e77d0b85b0f5a49c2cf0d3f00b9147ddce256..cf7be7ecd3b475bd672c6cd122da8a724f58430a 100644 --- a/test/built-ins/RegExp/15.10.2.5-3-1.js +++ b/test/built-ins/RegExp/15.10.2.5-3-1.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.10.2.5-3-1 diff --git a/test/built-ins/RegExp/15.10.4.1-1.js b/test/built-ins/RegExp/15.10.4.1-1.js index bfe604fc2bb2505849fdbf4498179abe8ce1e42b..d9198b94233dd2b5e22a7f6794e9e46f3a686bdf 100644 --- a/test/built-ins/RegExp/15.10.4.1-1.js +++ b/test/built-ins/RegExp/15.10.4.1-1.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.10.4.1-1 diff --git a/test/built-ins/RegExp/15.10.4.1-2.js b/test/built-ins/RegExp/15.10.4.1-2.js index 974f52f494e93c079a6d949445bce34668627598..54119d6b53f69906f0eada2919ed6a944ab4a1ff 100644 --- a/test/built-ins/RegExp/15.10.4.1-2.js +++ b/test/built-ins/RegExp/15.10.4.1-2.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.10.4.1-2 diff --git a/test/built-ins/RegExp/15.10.4.1-3.js b/test/built-ins/RegExp/15.10.4.1-3.js index 423d5ebfcceeed00739ac701c5b4b6f0beba480d..eaa7b551f797266785c28ece92af546163463104 100644 --- a/test/built-ins/RegExp/15.10.4.1-3.js +++ b/test/built-ins/RegExp/15.10.4.1-3.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.10.4.1-3 diff --git a/test/built-ins/RegExp/15.10.4.1-4.js b/test/built-ins/RegExp/15.10.4.1-4.js index 9cfb69093fcaac67f20956fad0f6813af50fc062..fe035317e150bfbcfb7ee51e3f927aeb4b99c606 100644 --- a/test/built-ins/RegExp/15.10.4.1-4.js +++ b/test/built-ins/RegExp/15.10.4.1-4.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.10.4.1-4 diff --git a/test/built-ins/RegExp/prototype/15.10.6.js b/test/built-ins/RegExp/prototype/15.10.6.js index 85ee842d8e16dcfaf604f0c1e30cd002237eb83c..8fa049a919b115e6cc307a6db2039593aac0995c 100644 --- a/test/built-ins/RegExp/prototype/15.10.6.js +++ b/test/built-ins/RegExp/prototype/15.10.6.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.10.6 diff --git a/test/built-ins/RegExp/prototype/exec/15.10.6.2-9-e-1.js b/test/built-ins/RegExp/prototype/exec/15.10.6.2-9-e-1.js index 3ecbe53dd348b6ec85f268d89d08b41e448b64b9..4d3e152317413e38590ca0f1c7127ab8b31ec461 100644 --- a/test/built-ins/RegExp/prototype/exec/15.10.6.2-9-e-1.js +++ b/test/built-ins/RegExp/prototype/exec/15.10.6.2-9-e-1.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.10.6.2-9-e-1 diff --git a/test/built-ins/RegExp/prototype/global/15.10.7.2-1.js b/test/built-ins/RegExp/prototype/global/15.10.7.2-1.js index 09dee32b5bdd5d2840c6819a23908fc44ca65b53..a3580558616994317e9deff6dad4a1799747c78b 100644 --- a/test/built-ins/RegExp/prototype/global/15.10.7.2-1.js +++ b/test/built-ins/RegExp/prototype/global/15.10.7.2-1.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.10.7.2-1 diff --git a/test/built-ins/RegExp/prototype/global/15.10.7.2-2.js b/test/built-ins/RegExp/prototype/global/15.10.7.2-2.js index 69ba5ad9be2b0e43804d00df286402e08ca8498c..a30fa4da8e3ce320340b3fc385a8072810f3c2df 100644 --- a/test/built-ins/RegExp/prototype/global/15.10.7.2-2.js +++ b/test/built-ins/RegExp/prototype/global/15.10.7.2-2.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.10.7.2-2 diff --git a/test/built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1.js b/test/built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1.js index 1aad19b989801ca4c20d5015e8b2658669bdf82d..46e538c803fffd2c840d4f9b858a871d85c1a92b 100644 --- a/test/built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1.js +++ b/test/built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1.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.10.7.3-1 diff --git a/test/built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2.js b/test/built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2.js index 1b9a36fdc73e270fedd25d8c6b83528bff521d7e..abf7079533e695da015ea0bb0a446d6d6db02f35 100644 --- a/test/built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2.js +++ b/test/built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2.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.10.7.3-2 diff --git a/test/built-ins/RegExp/prototype/lastIndex/15.10.7.5-1.js b/test/built-ins/RegExp/prototype/lastIndex/15.10.7.5-1.js index b3d7796f53015cc67d25fcf2f8be42960b7b1c03..e30965517eb69b788f06e35c36c5d32a5ebf1d31 100644 --- a/test/built-ins/RegExp/prototype/lastIndex/15.10.7.5-1.js +++ b/test/built-ins/RegExp/prototype/lastIndex/15.10.7.5-1.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.10.7.5-1 diff --git a/test/built-ins/RegExp/prototype/lastIndex/15.10.7.5-2.js b/test/built-ins/RegExp/prototype/lastIndex/15.10.7.5-2.js index ca184328dbf4b17093828fad3136a95f4d7d6967..a96fc0ebffe83a9d4385a0e86d8cf73ee13e0140 100644 --- a/test/built-ins/RegExp/prototype/lastIndex/15.10.7.5-2.js +++ b/test/built-ins/RegExp/prototype/lastIndex/15.10.7.5-2.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.10.7.5-2 diff --git a/test/built-ins/RegExp/prototype/multiline/15.10.7.4-1.js b/test/built-ins/RegExp/prototype/multiline/15.10.7.4-1.js index de0b1c4e7b7b3f9b481794594666a8f278a03916..147c86586332bfa82481ae5d3d65987f29212d3a 100644 --- a/test/built-ins/RegExp/prototype/multiline/15.10.7.4-1.js +++ b/test/built-ins/RegExp/prototype/multiline/15.10.7.4-1.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.10.7.4-1 diff --git a/test/built-ins/RegExp/prototype/multiline/15.10.7.4-2.js b/test/built-ins/RegExp/prototype/multiline/15.10.7.4-2.js index 059d23206987006579f3eface7dde1575ed88dea..69e6a65c0c3a49d8ff3ec29f6ad98e3a351ada62 100644 --- a/test/built-ins/RegExp/prototype/multiline/15.10.7.4-2.js +++ b/test/built-ins/RegExp/prototype/multiline/15.10.7.4-2.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.10.7.4-2 diff --git a/test/built-ins/RegExp/prototype/source/15.10.7.1-1.js b/test/built-ins/RegExp/prototype/source/15.10.7.1-1.js index 5bc0c793f65f6392df33e1f878f14513ddf6073e..7e41735ae04dabab273b8767cd73078a7e4a6590 100644 --- a/test/built-ins/RegExp/prototype/source/15.10.7.1-1.js +++ b/test/built-ins/RegExp/prototype/source/15.10.7.1-1.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.10.7.1-1 diff --git a/test/built-ins/RegExp/prototype/source/15.10.7.1-2.js b/test/built-ins/RegExp/prototype/source/15.10.7.1-2.js index 4a58cbbd7a9d2550e4419f2e86bc8523f24889e4..eebeb495d4d5272e9bfbdc461b946d53d6d8296c 100644 --- a/test/built-ins/RegExp/prototype/source/15.10.7.1-2.js +++ b/test/built-ins/RegExp/prototype/source/15.10.7.1-2.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.10.7.1-2 diff --git a/test/built-ins/String/15.5.5.5.2-1-1.js b/test/built-ins/String/15.5.5.5.2-1-1.js index d370fc7585ffc9f993e16f78d2b037e2f6b6f127..7272f6a63c950579cfd3fdf9870ad57ef46532ad 100644 --- a/test/built-ins/String/15.5.5.5.2-1-1.js +++ b/test/built-ins/String/15.5.5.5.2-1-1.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-1-2.js b/test/built-ins/String/15.5.5.5.2-1-2.js index 2c540676f8a2adf75a0222ffb9446c3bd61d8ea5..3dcb39432ecbfdcbe92490d83471a730c0e2d6d5 100644 --- a/test/built-ins/String/15.5.5.5.2-1-2.js +++ b/test/built-ins/String/15.5.5.5.2-1-2.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-3-1.js b/test/built-ins/String/15.5.5.5.2-3-1.js index 3baf63fc7b078635dc3717fa5dfd7313880a99bc..0329088abb032080393807297a0420ad4b22c9de 100644 --- a/test/built-ins/String/15.5.5.5.2-3-1.js +++ b/test/built-ins/String/15.5.5.5.2-3-1.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-3-2.js b/test/built-ins/String/15.5.5.5.2-3-2.js index 415e11db702e6e2b011a32c1934673aaff169212..6448d6bbc6aab285ec80db48d2533001dea8bfe9 100644 --- a/test/built-ins/String/15.5.5.5.2-3-2.js +++ b/test/built-ins/String/15.5.5.5.2-3-2.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-3-3.js b/test/built-ins/String/15.5.5.5.2-3-3.js index b95d61d14d12e4c6d3ebafc375ae3dd11a7f3d5d..1a3278dd7517b350385760e511ddea0d3d152afd 100644 --- a/test/built-ins/String/15.5.5.5.2-3-3.js +++ b/test/built-ins/String/15.5.5.5.2-3-3.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-3-4.js b/test/built-ins/String/15.5.5.5.2-3-4.js index 40f77122cdd5d7c35363ad5288ee744c791f3e9b..85feb226c1ba3b0b37c519e1d0516d58ad5d38b3 100644 --- a/test/built-ins/String/15.5.5.5.2-3-4.js +++ b/test/built-ins/String/15.5.5.5.2-3-4.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-3-5.js b/test/built-ins/String/15.5.5.5.2-3-5.js index 96022b416ff20e2070fe6308d5338a0610338e00..5ae4f23c584c92ad544f50e6b1644ecb35c3eb1b 100644 --- a/test/built-ins/String/15.5.5.5.2-3-5.js +++ b/test/built-ins/String/15.5.5.5.2-3-5.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-3-6.js b/test/built-ins/String/15.5.5.5.2-3-6.js index 30310d8099211d90880e817375fad09a3a884bfd..05d266aa984da4ba1924d26659708c3f063f3294 100644 --- a/test/built-ins/String/15.5.5.5.2-3-6.js +++ b/test/built-ins/String/15.5.5.5.2-3-6.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-3-7.js b/test/built-ins/String/15.5.5.5.2-3-7.js index 4cfdbc8eb92edaf0bae640a7ce3a5644ff35f430..4423b89ce0ce2e611733c4234b11b41dc30b9954 100644 --- a/test/built-ins/String/15.5.5.5.2-3-7.js +++ b/test/built-ins/String/15.5.5.5.2-3-7.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-3-8.js b/test/built-ins/String/15.5.5.5.2-3-8.js index 48972230086f54befb7edb01043c9833bd61bc57..a7686807808ef086611c0e7d608c9dc934438f48 100644 --- a/test/built-ins/String/15.5.5.5.2-3-8.js +++ b/test/built-ins/String/15.5.5.5.2-3-8.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-7-1.js b/test/built-ins/String/15.5.5.5.2-7-1.js index 16b2e01803bd6d01c7a7ed850605b6f699d2d8a3..b43a7fcd9af07eee29ceb091980207f33bdf57d2 100644 --- a/test/built-ins/String/15.5.5.5.2-7-1.js +++ b/test/built-ins/String/15.5.5.5.2-7-1.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-7-2.js b/test/built-ins/String/15.5.5.5.2-7-2.js index 60e5e63d125aaf45d8b46540bcb9637a590055d3..df78c9415d4a64696c317db3b6f8c1d2402b27a2 100644 --- a/test/built-ins/String/15.5.5.5.2-7-2.js +++ b/test/built-ins/String/15.5.5.5.2-7-2.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-7-3.js b/test/built-ins/String/15.5.5.5.2-7-3.js index e136b8000ec112bf88f55ec02631b54ca1c6e0f0..eb03d28d14d1c1bd7540cf1c69811757f76f4351 100644 --- a/test/built-ins/String/15.5.5.5.2-7-3.js +++ b/test/built-ins/String/15.5.5.5.2-7-3.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. /*--- info: > diff --git a/test/built-ins/String/15.5.5.5.2-7-4.js b/test/built-ins/String/15.5.5.5.2-7-4.js index 0b843815690c8cdc3de10d709fc887560f0cf8c0..b13a09df56befcb3545d940359f97aaab57ff01f 100644 --- a/test/built-ins/String/15.5.5.5.2-7-4.js +++ b/test/built-ins/String/15.5.5.5.2-7-4.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. /*--- info: > diff --git a/test/built-ins/String/prototype/replace/15.5.4.11-1.js b/test/built-ins/String/prototype/replace/15.5.4.11-1.js index c9507136d57fbc0ccbe270fc61400861194958fe..4b736662f4d8c55d8e2ad3df3bac7b1ea3bdee38 100644 --- a/test/built-ins/String/prototype/replace/15.5.4.11-1.js +++ b/test/built-ins/String/prototype/replace/15.5.4.11-1.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.5.4.11-1 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-0-1.js b/test/built-ins/String/prototype/trim/15.5.4.20-0-1.js index 2a069ab1ad43c3b88ec4ae435cd9801ec01c6098..3679dbb4e252c83b76fba94232147175a766132c 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-0-1.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-0-1.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.5.4.20-0-1 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-0-2.js b/test/built-ins/String/prototype/trim/15.5.4.20-0-2.js index c1d7da170fb8143f89b28fb21efdd189f4e54190..35ee4c722654fe084b15083be929307d539e02b6 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-0-2.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-0-2.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.5.4.20-0-2 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-1-1.js b/test/built-ins/String/prototype/trim/15.5.4.20-1-1.js index 99f3500c9c10dbfb534bdebad8617a91cc3b757b..3d658468660c23415fff72737081a83ac8312618 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-1-1.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-1-1.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.5.4.20-1-1 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-1-2.js b/test/built-ins/String/prototype/trim/15.5.4.20-1-2.js index a4d4a28b9fb27141f929db91f55fa5da3d924ee7..b58e81ac9b31d991f418788880136c2aa7c0ffc0 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-1-2.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-1-2.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.5.4.20-1-2 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-1-3.js b/test/built-ins/String/prototype/trim/15.5.4.20-1-3.js index 766d9a37c15ffb5d764d1482e22e7e4b9d083fbd..8af334e60848820c216b1d2bd27e97101f7f5f41 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-1-3.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-1-3.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.5.4.20-1-3 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-1-4.js b/test/built-ins/String/prototype/trim/15.5.4.20-1-4.js index 93f472457dcf5959e2dd9e16abfa46248718b3af..65ece9dedbfebff368f52ae1b5519a867ffa3997 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-1-4.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-1-4.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.5.4.20-1-4 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-1-5.js b/test/built-ins/String/prototype/trim/15.5.4.20-1-5.js index 459bbbebadab5ea4d52cb4c00ecc631f7e12d5ab..0d4539f9ba7428a9fe9ba810872df142756179e2 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-1-5.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-1-5.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.5.4.20-1-5 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-1-6.js b/test/built-ins/String/prototype/trim/15.5.4.20-1-6.js index 4b3cb225004cd34e43afc3c2bc657e800963a372..d0bf2a218afabe03e8a538e7394d65874e5ab8fd 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-1-6.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-1-6.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.5.4.20-1-6 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-1-7.js b/test/built-ins/String/prototype/trim/15.5.4.20-1-7.js index 33e35d11de36371fcc585a30bf281062523ca251..084cf12b777c97aaccc04a3e6119a21d3ed48338 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-1-7.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-1-7.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.5.4.20-1-7 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-1-8.js b/test/built-ins/String/prototype/trim/15.5.4.20-1-8.js index dcbd5c74fff9551b3feba628e01e54f17f49d001..dc489073844973310b9e00cf7c341e6d75fac923 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-1-8.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-1-8.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.5.4.20-1-8 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-1-9.js b/test/built-ins/String/prototype/trim/15.5.4.20-1-9.js index ee04f756fb8c20bddf5d2afe3a1ecf8575a15478..176e584610ee110469db57ba21977bf1f02fd68a 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-1-9.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-1-9.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.5.4.20-1-9 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-1.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-1.js index eae2b148ba58dbd5232a4164f63f8184385a4f5c..f0dafc781632de6dd00f0fdb6a604e888eb47706 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-1.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-1.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.5.4.20-2-1 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-10.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-10.js index 3c1bd5d73930214f2ffef177823aa2b266f03f24..85597ca39fd854ee1c8426ff7d16f933d0dce82f 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-10.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-10.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.5.4.20-2-10 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-11.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-11.js index cbdef3ecdea751501adb53551b2c37d177a07886..845ef4a7237dc54c6298083a8ad4931106fc52bf 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-11.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-11.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.5.4.20-2-11 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-12.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-12.js index dbe90c8d48461f8e02882ade2df4065de69edf17..ad4035cd0e725ea5797cffae014d7fc4225b3199 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-12.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-12.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.5.4.20-2-12 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-13.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-13.js index a711a4904bd1c23d8d42fc7ef119649e7c6a583c..a8c850b496b8790cb714b2b8e7888aef30c62090 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-13.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-13.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.5.4.20-2-13 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-14.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-14.js index ed0281f08ba8b58650e1b9b93f8c6011146b36e6..18ecc75e8499c598ee2349252ba2db3b5788a568 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-14.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-14.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.5.4.20-2-14 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-15.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-15.js index 768706813808fb1466390acdfe9bdaf3988654dd..d613743dad69db081290f39820c1bad13e112e73 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-15.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-15.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.5.4.20-2-15 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-16.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-16.js index 16150f83ef6c07899d822199c3747d45de9ea5a6..97f19de0e86db2ce3c2038c4183a70013d54a740 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-16.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-16.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.5.4.20-2-16 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-17.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-17.js index dc77bfb1c94a3aba79c89e14f2c8a62bb5ac3d44..9f770dabfd1cd79b459655022217c7dbecd44015 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-17.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-17.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.5.4.20-2-17 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-18.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-18.js index 4d18fb640119ce4f3ed9370d116bdfbc56457819..0966a4cf0bf059067331d664e37813141a9588f2 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-18.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-18.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.5.4.20-2-18 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-19.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-19.js index ff84b698a81b720abda543130481a37f706b2f9d..92ac98e9245258f92dc0aa80eea1858a256d662a 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-19.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-19.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.5.4.20-2-19 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-2.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-2.js index 0714f532ea5313e05e90d93840a4ab701db78321..e473f1c39dfa13d60011d2878d94092893236ed1 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-2.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-2.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.5.4.20-2-2 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-20.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-20.js index 4160752cbf373047d92ae63333a6db26c8fc868d..b41403c083f7b5d17587c1b3a1e872e1d18316b9 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-20.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-20.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.5.4.20-2-20 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-21.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-21.js index add279a6188f1dc8a49a16481a405736f671e645..a2bb7406b69cfbbce9928a91eb602bd2994a8779 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-21.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-21.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.5.4.20-2-21 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-22.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-22.js index 2a539a2ae05490aa1b55ecabd76b5645ee1b2219..2422196c50543bcc2484a553953251066efa8f72 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-22.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-22.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.5.4.20-2-22 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-23.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-23.js index 0ecdbd5f3ab7c89625cbacc12de2b8349ae4c1cd..22ed0b242a06f7abb85ac6cb994b952e0c1be88e 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-23.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-23.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.5.4.20-2-23 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-24.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-24.js index 1cbb24d379cad06e0db4d42b8b39d59dbf2ac285..f823368b083bc9f9edc5a9ce50d0f0dd425e4a21 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-24.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-24.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.5.4.20-2-24 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-25.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-25.js index 8f28a40e20fc258dcba19262dc880d863e8586aa..5086d5e504d5efeed97b78ddb98acaacca90cf1b 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-25.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-25.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.5.4.20-2-25 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-26.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-26.js index bea1f77ea672ceecd1ec39eaefbf81ed680cc809..36abc8ddde1341391be66a7a1248d4002f9fe3d3 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-26.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-26.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.5.4.20-2-26 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-27.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-27.js index da3aabeadbab6a48a4fe7fbd0bcb83cd09b425ab..81816c892a5dcdba767c4b4b576c071b560cec34 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-27.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-27.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.5.4.20-2-27 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-28.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-28.js index 21cce1ccb20baa0a497c8c3c2912cdc3c196dc93..bcdb567d1c07f57810c60f76f2dc002bfcab7505 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-28.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-28.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.5.4.20-2-28 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-29.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-29.js index eef87a9049799ea4c9708e318340ad32e05a1c25..d88525bfa708aaddf834b65063b77212a8461bc0 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-29.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-29.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.5.4.20-2-29 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-3.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-3.js index 36899a2b008446076d8eff6ddf15ce63fd70f49f..44dafcfdf7f1b5b635e070b5300dc7f6ab36aedc 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-3.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-3.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.5.4.20-2-3 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-30.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-30.js index fba75e59580f701498188f6981b8f86dd6761f0c..26619f64b3f47e9d75b3e2ab25e466e0bac02345 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-30.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-30.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.5.4.20-2-30 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-31.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-31.js index 81d5f3490e212d84851122443569bfc1199e7eb0..bad3dfde1a6c88dd1d38bb9fc21cb129bfa513b7 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-31.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-31.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.5.4.20-2-31 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-32.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-32.js index 73e242f7371996645259dfb4fac461282774d0a6..6c8fc7864b4b81865fc345c648ded475661b8194 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-32.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-32.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.5.4.20-2-32 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-33.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-33.js index 1a34338a597ed8b67fe7bf3fd4e3e7433271bdaf..434b02015e57b4e79ef5a637f3edc24f5baa78e7 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-33.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-33.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.5.4.20-2-33 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-34.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-34.js index a6f3ba4e0855840ada079992cd7c62bf921b04e1..10f9279cf135a9a348130cd5f2b042197af4f2bb 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-34.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-34.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.5.4.20-2-34 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-35.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-35.js index df4aa2ad4bdedb3577288bde466f1cc201bdebf8..13cdee1e19c9889600c642ba4859a02755be8b19 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-35.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-35.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.5.4.20-2-35 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-36.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-36.js index 46a5721d9de9aee00a12cc45a61ed38bb65eab9b..36e9f3bbea6d2f336360581db0d777537a3460d2 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-36.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-36.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.5.4.20-2-36 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-37.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-37.js index 6e2189247472f591ff75f6c52044099ef4f3bc84..eda25f7b22bdca87d47b111adedd3e27faf1aa34 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-37.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-37.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.5.4.20-2-37 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-38.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-38.js index 4ee9b274f8b0468757fcf77716071976df033108..40f3230e98540142203856c432e4d5ad3a49bde7 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-38.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-38.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.5.4.20-2-38 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-39.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-39.js index 2ec9f3fa23d28201e852f5c53dbb384c75be3b3f..23442c8caa7187f6918749a1f79b465749e81c4e 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-39.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-39.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.5.4.20-2-39 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-4.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-4.js index ab9c5066868c20d58f95307cd7e3be236cbec88b..66266ef5327aa71ee331d2f6dccd2b65e745498b 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-4.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-4.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.5.4.20-2-4 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-40.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-40.js index 19c2d613835cde82a556174be8280d5f880ec3b2..e4ba7845e22a8db6e57b002b44f3fbca5e519750 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-40.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-40.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.5.4.20-2-40 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-41.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-41.js index 0c932a71caf49eb621fb3f10a777c86748718ce5..98d1320055c953c0fe03c03406d676fe21480bc7 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-41.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-41.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.5.4.20-2-41 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-42.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-42.js index bc4c3f2367d24bc2142c999fd0d75447998dbb8a..03e0bc9d9675642cb36bb017d28cdf0625014ffc 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-42.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-42.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.5.4.20-2-42 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-43.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-43.js index 97521b6dd3ceebb0585f4aa43137d5a81c86945b..238944ac27d2daa57e2d180193c6c5f58903bd88 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-43.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-43.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.5.4.20-2-43 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-44.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-44.js index 526552d2bf999ce51fe38d24c71a691c5676e33b..a4aa431f8de9844c3fc11bda4bacb429e508f53a 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-44.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-44.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.5.4.20-2-44 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-45.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-45.js index 693b48ea12cf7ebd31f5c07694f96d08e226ff4f..1ac68b4ce8457fb8b9d816f600a5fb4affbc8978 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-45.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-45.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.5.4.20-2-45 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-46.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-46.js index ba67173cd4ad912fbf097607962a47506ff1f2ac..ed896250a1b34fea1105eeb400a04699b3d5c6a9 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-46.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-46.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.5.4.20-2-46 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-47.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-47.js index 5d3afed26fbd5fd7618d1df78f38d025c9077b28..2a65e07f0405410eef68c569dc79f98f8dd45f3c 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-47.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-47.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.5.4.20-2-47 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-49.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-49.js index 7db62114d37e56633eb994e00787787a8fe5e29a..bc4ad97fbc072ce6b5e16be0608966d1c78b1f94 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-49.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-49.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.5.4.20-2-49 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-5.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-5.js index 75c4e6c760858d25bb3d696bcea4420092299311..799af8bce8bef5e0830bf690c1f17a98378ebe12 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-5.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-5.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.5.4.20-2-5 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-50.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-50.js index f34a263dc3ce276d0ae08efbfa53a205f19a419c..da4c2d4dfd7882675691e43ee6652cd8e75b1d87 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-50.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-50.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.5.4.20-2-50 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-51.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-51.js index bf53e07e32265a280471fc6e6e47e729d95cb567..1f069f0ada04e1a724a35404de5cd6ca91f4bf5c 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-51.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-51.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.5.4.20-2-51 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-6.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-6.js index 7dfbacdde97c2abc85969fc41b39a60b84998145..32c41fc783e54af9554d713132cf3e4e664f3eb6 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-6.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-6.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.5.4.20-2-6 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-7.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-7.js index fdb6c73a31496c687099c5cbdeb1b585e3bda03a..f1c20a4d05c8cf94fec8ca7c23046c3de9123604 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-7.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-7.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.5.4.20-2-7 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-8.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-8.js index 56d1dab28a55fe312e72e8029ff929bee55afe3a..88618a67d36891a4823d45acd034c9936bebb1e8 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-8.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-8.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.5.4.20-2-8 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-2-9.js b/test/built-ins/String/prototype/trim/15.5.4.20-2-9.js index 7206517beb93e03b2ff159b5e4ad4067d24c919b..7deab2cd6f0b74c936a889b0186cf79a3d2f07ab 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-2-9.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-2-9.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.5.4.20-2-9 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-1.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-1.js index 1c10da357303ebd402fcaf9efcec791722cd207b..66029872e5e8ba57615c4cf4022907e5134c7120 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-1.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-1.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.5.4.20-3-1 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-10.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-10.js index b04ee7664dd653e5afe2445d6b8b439e821ea813..14f0c06e4f369b4b7b02ee0fc8b69b3beba1d2df 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-10.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-10.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.5.4.20-3-10 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-11.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-11.js index 8ee5e72cddeea40f8d84e60074f01c88ce2d2f62..bc09490b251736742c939c7e908541c0cd5246c4 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-11.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-11.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.5.4.20-3-11 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-12.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-12.js index 91ca8a575a91711e1fc6beeb5201ec2e3f9a69d6..c589b1c92da48685d5c355a8906c0ea1022384b7 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-12.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-12.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.5.4.20-3-12 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-13.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-13.js index 88cdd75fdbe461431bf3a69bd9064a6b86f4831d..e7e956610ed423fb91a07b7982f86f24dc5581e9 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-13.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-13.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.5.4.20-3-13 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-14.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-14.js index 5a61ad267da63d9cbc0d20a6d590a937543e101a..28e139d06e56c15f92669e05efbdec06c8caf841 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-14.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-14.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.5.4.20-3-14 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-2.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-2.js index cc30397dbdd69c62593837be324619be7900fe2e..8b51fb737ccd4fbf8d912dc0c2e2d200d3358d35 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-2.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-2.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.5.4.20-3-2 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-3.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-3.js index 874f19d4d85b6d384ff8dc23e0c34578120e08bd..a9f690d07b9c61532efc03610708bfda2a3c92ef 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-3.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-3.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.5.4.20-3-3 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-4.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-4.js index eb6d0c7adf666d76d224d0d9c5e3461c53c1e297..453c1a451309083f7590af0a32e84c79ef57233c 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-4.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-4.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.5.4.20-3-4 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-5.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-5.js index 2864885c4d135e45a252ed4fc403bffb503e7c2a..e8263207b1eb50fd7fa70f86a3f74c5f15320ce9 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-5.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-5.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.5.4.20-3-5 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-6.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-6.js index dc2107a59655e35f2fe94d1f4975e2ad7598e62e..145238d45b04aa58a0f1753f456c10e52ab28d45 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-6.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-6.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.5.4.20-3-6 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-7.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-7.js index 1e2c8b748599b04cebd1ad9e10b04edf48253d90..f8b7a4f9607d9be5f35478cfcd019d5368a18072 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-7.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-7.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.5.4.20-3-7 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-8.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-8.js index ad9e8e016e61a69a69cca7d2a50a81d76aa0a50b..ce52db7e3bb6ec05f235965cdab93281ab8ef2e3 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-8.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-8.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.5.4.20-3-8 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-3-9.js b/test/built-ins/String/prototype/trim/15.5.4.20-3-9.js index 7715a4881961849839e4dc12c2f0430555af6850..4492d2e89aee21812e5dfe873cfa46df21cc4a90 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-3-9.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-3-9.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.5.4.20-3-9 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-1.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-1.js index 25c06ce0cd76c50cc19f43b8ae4f3a77b66c12ef..8064c5780b067ad72c7ed87626ebaa1076c0056c 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-1.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-1.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.5.4.20-4-1 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-10.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-10.js index 0f2e25e539b8e982c8953433abc243eb73cbf42d..9f38f7da904dfa98bb8f4978536b4429ebda834e 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-10.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-10.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.5.4.20-4-10 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-11.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-11.js index d34d3de1e89ebd108a7958958a650389c203689b..e8f88f47e4ea847246331cf3dc6071b09c2a4623 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-11.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-11.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.5.4.20-4-11 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-12.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-12.js index e81b60a0f9c83468ae140f075c99ac46957c1f32..a2f335d8db390bd80849efd133cf0916d82da9a8 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-12.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-12.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.5.4.20-4-12 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-13.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-13.js index 1cdf771760fe7e3a28e2fa589763a6474025bb10..a578d38fdf892fd1220f003d65cc87c1c74ded12 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-13.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-13.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.5.4.20-4-13 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-14.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-14.js index 63acdd96ad8404ca8755327b2ac5c9aa053e9dc4..6056f3f67ff97248ac6b9a4190bd31afbe8dc28e 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-14.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-14.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.5.4.20-4-14 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-16.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-16.js index abd6e04aeb6f7a86c1e007d65906a2e710ffddb4..5e4786665d2a5c4a3788a531f6dbdbbdca11b07d 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-16.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-16.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.5.4.20-4-16 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-18.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-18.js index e4e7c635ba8613b08f2bda43446e1273f74bde61..204514c06adbaf8b2c9da81f513a1191e8ef52eb 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-18.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-18.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.5.4.20-4-18 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-19.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-19.js index 1e5151ff4e877863f226baab8ad5dfc4e87fa74a..ebbfc69d2ba12adfaab54f02d142d9ff11c9f779 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-19.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-19.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.5.4.20-4-19 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-2.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-2.js index bf2776d5ef82399b608b30213f7924cb45bcb2f1..2072a27bd55bed90daf787eb18c957eb25fc12a7 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-2.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-2.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.5.4.20-4-2 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-20.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-20.js index 7a5dd477fab4e3acac034671e83a4acc8853aebe..60b9543b4c45499465169f660ef845bbda4f0909 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-20.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-20.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.5.4.20-4-20 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-21.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-21.js index 095bf1553cfbb796ea1530272bbfdb15b7d849d6..e39c4ac26ffc53bd91e41a439083a1d3997f43cc 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-21.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-21.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.5.4.20-4-21 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-22.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-22.js index 74fdf7ecf1028584c3708359d3f3db3fff34493e..032ac8beaf77b2c21d47ed32b16e95908b39f064 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-22.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-22.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.5.4.20-4-22 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-24.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-24.js index 70c652aa30dd1c167679def0ab2cb2148e92aaf1..b9ccbe154554d80fed77aba119248cfc02b634b5 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-24.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-24.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.5.4.20-4-24 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-27.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-27.js index 87874fd6560b25b1f8e2d19d3f1c7393e6f02d0e..a3648a57acb0a0ef3ab190e202c4d3fafdf0114b 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-27.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-27.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.5.4.20-4-27 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-28.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-28.js index b3249fc0e07140ed03a7556cc7dc982a41947add..976fd7fb8de35375faba97ce82ee133deceb2199 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-28.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-28.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.5.4.20-4-28 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-29.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-29.js index 27acf41c955ea89f905258588feeb10af95e60be..6cebbd89ead88f0219c9a10f50ae9691b03a3eba 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-29.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-29.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.5.4.20-4-29 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-3.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-3.js index d17f87452438bbe149c340856985e4c59fca70b5..93f0eb87cf21cf14a86b948772161311788258cc 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-3.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-3.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.5.4.20-4-3 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-30.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-30.js index 584ec5cdc41d6dc0bdaaf2eeaf7eaa716366c87c..3a0cb4de6f5c23599566ba1d42c011195ef5a57b 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-30.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-30.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.5.4.20-4-30 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-32.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-32.js index 65c3d396797cc39bb4c0bcdd3512ac0e8c1f6388..d7b0d193eae084b5dc126ff8ab209dc9e15524d2 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-32.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-32.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.5.4.20-4-32 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-34.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-34.js index 690ed2115011edd5b1ef8858c5d957a7a159f4c4..c376b39cdc64b7fa33b4bd381d1d8fb0bc46d157 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-34.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-34.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.5.4.20-4-34 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-35.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-35.js index 76c52964ddb0b37b661f96abf89667de9a84e980..667c167416582c0f084e6d27c7bd135b043c5e77 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-35.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-35.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.5.4.20-4-35 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-36.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-36.js index 880847c5155ff901abf4af85255ee22ed1bc9130..34723ac4622cd6f0ec62f917a993f0e417fc26e5 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-36.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-36.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.5.4.20-4-36 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-37.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-37.js index 657f0fa208fd6dbc317866efbfde51524689755b..cb6c7f8e2200df642bb2ed7c203807b7ccac5160 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-37.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-37.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.5.4.20-4-37 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-38.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-38.js index d9e3ea83eb9707395a0c5d7bef7e0f1ce2d28b03..9f294c4214087aed5b2770b877680f67fc4975cf 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-38.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-38.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.5.4.20-4-38 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-39.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-39.js index 48244bb96bc62d967b120e94984abac0eb51c388..345894f2af5e1fb745ced9b6bbb5908419dc1772 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-39.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-39.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.5.4.20-4-39 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-4.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-4.js index 706a667b7f790da611a1085c1b998d7a3b9b9337..a9a1fdcb66e1adaa12da69a1c926cd8f2400edf4 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-4.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-4.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.5.4.20-4-4 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-40.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-40.js index ce25d3de8b76c013a224ea74ec1037944f214a9e..59941b09d5ebebe4e0550dd37cf0d19e3518faed 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-40.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-40.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.5.4.20-4-40 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-41.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-41.js index c40bb7045ba4650311a20936c35c305b345dba7e..53f4ac0a53698b8d45125d5628d1f4732b1c0632 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-41.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-41.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.5.4.20-4-41 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-42.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-42.js index 7e93ea07097e826595c3257717c3361961024226..31ac2106ab1e1e04d343044567992ad71696844f 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-42.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-42.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.5.4.20-4-42 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-43.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-43.js index 78fc758c005430526ba2497cf2f1b08b221fd4fd..a1253b33ef3f2af21ded2593066eca53aca7addf 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-43.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-43.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.5.4.20-4-43 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-44.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-44.js index 959efdd39fe88dd0d08953265e0c2f6fad263eca..23b9c7cf1ff45a141b0a61297e6f8ff408f0f793 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-44.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-44.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.5.4.20-4-44 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-45.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-45.js index b3fdbd17297fe18d8aca16148e3624c2c2cda4e8..f92d9df2a9a22483e4449d44581f48d4fa3509d8 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-45.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-45.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.5.4.20-4-45 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-46.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-46.js index 2491c35483a0714d054e43ca3b926c5d6122e584..f40ad4c928c60813dfd10665eb47f75db8f66412 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-46.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-46.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.5.4.20-4-46 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-47.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-47.js index 14c9f21821033d6990906e94b89b172368ea2fd3..6dcf7da9dc7426ad72c24f7fea2150d22587e796 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-47.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-47.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.5.4.20-4-47 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-48.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-48.js index c393317e813c8823d2fea4cb2ce6e74e2f3929b3..f16dfcf8f538baf4beda583d8ceed11a466dbf8c 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-48.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-48.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.5.4.20-4-48 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-49.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-49.js index 2d7a205e697d8268ff93686e163b1ab536d39592..288582b18033056e9d0519608e8b53c04edf8cff 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-49.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-49.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.5.4.20-4-49 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-5.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-5.js index 8e79500c3dc61d1d624ea5c42f92c0493eb68a47..9af3935a39129b2fd601ba0de329cba93d5c05f9 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-5.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-5.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.5.4.20-4-5 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-50.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-50.js index ebda6031b3275048a112f75a6daad4a90ad6ae50..49f5dcdea55f737be783aeab0e4913755827d19e 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-50.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-50.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.5.4.20-4-50 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-51.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-51.js index ac73f5d6fbd9425529d745c7c192a57a1e6b8b40..daf957ec8117fecaa9f6254ebe1dfc38dbe4da6e 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-51.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-51.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.5.4.20-4-51 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-52.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-52.js index 70739d4b862b943a1349cdd5a64b30c084a293af..4b81cf24c188e1744c973b09c1111a14f4acdb9c 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-52.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-52.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.5.4.20-4-52 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-53.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-53.js index 409821967efa9cc4a0d88112d944b54b10bf7e7b..ff0a0b258eb147cace336ce87404e7c65c3284a3 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-53.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-53.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.5.4.20-4-53 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-54.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-54.js index c75a6574bba9f70477a8d4fe4059a8ed7deaf4ea..aa51015f48a741b89fd8775a10ab936608be5f00 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-54.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-54.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.5.4.20-4-54 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-55.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-55.js index 637945b0e4589f7881f8c761654e48af3401e7ec..6997e3bbbc338fd446da97f1ea86b966b7a79ff7 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-55.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-55.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.5.4.20-4-55 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-56.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-56.js index 0bde15c076d0e8b8257b57a235b35954a96785d7..b0371c1f5217c27ef7c6d5351129ad07e43b4419 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-56.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-56.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.5.4.20-4-56 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-57.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-57.js index 1b4a9739ac268c346e56f838756086a90af578f6..10fe688aca0b2f62e4654262393d943a6dd79e86 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-57.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-57.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.5.4.20-4-57 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-58.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-58.js index 3f849ca85e4c84c0e86bbb8c4da35d5c1f6c1375..f34a8b6109b014154e71ac4398675079cb569023 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-58.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-58.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.5.4.20-4-58 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-59.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-59.js index 28eee466adf9d9e1258e2e36bc650705d57a2571..b041e0ab38612c2fd948503b475361a3657828cd 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-59.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-59.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.5.4.20-4-59 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-6.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-6.js index 23b7de017844c199922f8851b47969b00c334c77..410c0645521cbb146417a0757fa90d689e82eace 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-6.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-6.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.5.4.20-4-6 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-60.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-60.js index bfafdbe71fa7b3e83c7eae0c825d756e398cb6e9..95af050af0c90a93787ac4e0d00b99aaae21f2f3 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-60.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-60.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.5.4.20-4-60 diff --git a/test/built-ins/String/prototype/trim/15.5.4.20-4-8.js b/test/built-ins/String/prototype/trim/15.5.4.20-4-8.js index a1173730ee93f619ce4a289e1c5e631e293d629b..6b156d99525202137c49ecb5ab8f98f789ec65f1 100644 --- a/test/built-ins/String/prototype/trim/15.5.4.20-4-8.js +++ b/test/built-ins/String/prototype/trim/15.5.4.20-4-8.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.5.4.20-4-8 diff --git a/test/built-ins/global/10.2.1.1.3-4-16-s.js b/test/built-ins/global/10.2.1.1.3-4-16-s.js index e6076f5834ddeb1a4412c7dc415043063b30723c..afd320e23179f8266608ea3871c902b01d1aefe3 100644 --- a/test/built-ins/global/10.2.1.1.3-4-16-s.js +++ b/test/built-ins/global/10.2.1.1.3-4-16-s.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: 10.2.1.1.3-4-16-s diff --git a/test/built-ins/global/10.2.1.1.3-4-18-s.js b/test/built-ins/global/10.2.1.1.3-4-18-s.js index bfe77567650e4267e2f2c89f1c8c11376d89c064..5454aba1adcfc2f78d37b5679aed25e8bdef3ddf 100644 --- a/test/built-ins/global/10.2.1.1.3-4-18-s.js +++ b/test/built-ins/global/10.2.1.1.3-4-18-s.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: 10.2.1.1.3-4-18-s diff --git a/test/built-ins/global/10.2.1.1.3-4-22-s.js b/test/built-ins/global/10.2.1.1.3-4-22-s.js index 47933a50949c3deaf63aecd9c0790d54ac3154a5..45ec8eb2c470824012a96b4e150f8573f42f3e33 100644 --- a/test/built-ins/global/10.2.1.1.3-4-22-s.js +++ b/test/built-ins/global/10.2.1.1.3-4-22-s.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: 10.2.1.1.3-4-22-s diff --git a/test/built-ins/global/10.2.1.1.3-4-27-s.js b/test/built-ins/global/10.2.1.1.3-4-27-s.js index 1668aee6bc3326143c8a7886596a6c7d2948ecc6..37418fbb560e9dea98f60a796cac9ef959f8cfe2 100644 --- a/test/built-ins/global/10.2.1.1.3-4-27-s.js +++ b/test/built-ins/global/10.2.1.1.3-4-27-s.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: 10.2.1.1.3-4-27-s diff --git a/test/built-ins/parseFloat/15.1.2.3-2-1.js b/test/built-ins/parseFloat/15.1.2.3-2-1.js index 8d528b3048e19cd27ac539fe998d3b47a5d670a0..856caddc3923e643698445af37f7ecc2f39b80b6 100644 --- a/test/built-ins/parseFloat/15.1.2.3-2-1.js +++ b/test/built-ins/parseFloat/15.1.2.3-2-1.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.1.2.3-2-1 diff --git a/test/built-ins/parseInt/15.1.2.2-2-1.js b/test/built-ins/parseInt/15.1.2.2-2-1.js index c550d338161b8782f1310320be1598a3a586eaa0..d34c54cddc5f9d7c9cdca5f905af5647a683151a 100644 --- a/test/built-ins/parseInt/15.1.2.2-2-1.js +++ b/test/built-ins/parseInt/15.1.2.2-2-1.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.1.2.2-2-1 diff --git a/test/built-ins/undefined/15.1.1.3-0.js b/test/built-ins/undefined/15.1.1.3-0.js index 19dc4c81ff128e807b0da305536fcde8e37ed17b..18e0e1501b1582e809d915f1024b5a65d5fb2d5d 100644 --- a/test/built-ins/undefined/15.1.1.3-0.js +++ b/test/built-ins/undefined/15.1.1.3-0.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.1.1.3-0 diff --git a/test/built-ins/undefined/15.1.1.3-1.js b/test/built-ins/undefined/15.1.1.3-1.js index edffecc4ea34e3516c637042bdb76549f909155d..586e7b5c9569b87bd60b722918e20c750dcca0ca 100644 --- a/test/built-ins/undefined/15.1.1.3-1.js +++ b/test/built-ins/undefined/15.1.1.3-1.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.1.1.3-1 diff --git a/test/built-ins/undefined/15.1.1.3-2.js b/test/built-ins/undefined/15.1.1.3-2.js index 449812b04536f3d690438692383e49e1ba9babb4..9c51239f84186ea6af068d82d52d7e2fbefaa1e7 100644 --- a/test/built-ins/undefined/15.1.1.3-2.js +++ b/test/built-ins/undefined/15.1.1.3-2.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.1.1.3-2 diff --git a/test/built-ins/undefined/15.1.1.3-3.js b/test/built-ins/undefined/15.1.1.3-3.js index 0ad7d68ba08d7028a93e1044b6479805ca0a16b4..10076f264f7f25d11526bd74335d7958c24fc531 100644 --- a/test/built-ins/undefined/15.1.1.3-3.js +++ b/test/built-ins/undefined/15.1.1.3-3.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.1.1.3-3 diff --git a/test/language/arguments-object/10.5-1-s.js b/test/language/arguments-object/10.5-1-s.js index 6147c262f218b1e3a7fa8fdd59b9897c64d98816..bd88ae9f32733325b955567a9f3d5eba882565a2 100644 --- a/test/language/arguments-object/10.5-1-s.js +++ b/test/language/arguments-object/10.5-1-s.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: 10.5-1-s diff --git a/test/language/arguments-object/10.5-1gs.js b/test/language/arguments-object/10.5-1gs.js index dc16e3d32299b3f755c39d3cf41444bdb26e08a1..222a4ac1d24e890afa770abd302893ddd2c9d12d 100644 --- a/test/language/arguments-object/10.5-1gs.js +++ b/test/language/arguments-object/10.5-1gs.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: 10.5-1gs diff --git a/test/language/arguments-object/10.5-7-b-1-s.js b/test/language/arguments-object/10.5-7-b-1-s.js index 1b06aa056e9edf1fb754e5b9e4a3a807dca74b0c..48da093b19c47132a94894cc2d289940d0f3905a 100644 --- a/test/language/arguments-object/10.5-7-b-1-s.js +++ b/test/language/arguments-object/10.5-7-b-1-s.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: 10.5-7-b-1-s diff --git a/test/language/arguments-object/10.5-7-b-2-s.js b/test/language/arguments-object/10.5-7-b-2-s.js index ab4a3afcdd1971b0ab81931d0767456fa4f716b0..0638b335e2c0171e25bd3741f946c2f2a735edfe 100644 --- a/test/language/arguments-object/10.5-7-b-2-s.js +++ b/test/language/arguments-object/10.5-7-b-2-s.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: 10.5-7-b-2-s diff --git a/test/language/arguments-object/10.5-7-b-3-s.js b/test/language/arguments-object/10.5-7-b-3-s.js index 3263bfdc0ee18e049f96e3266d38c082a5cf41e2..d6a19867666ddee7f98302a138261afd617e06f4 100644 --- a/test/language/arguments-object/10.5-7-b-3-s.js +++ b/test/language/arguments-object/10.5-7-b-3-s.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: 10.5-7-b-3-s diff --git a/test/language/arguments-object/10.5-7-b-4-s.js b/test/language/arguments-object/10.5-7-b-4-s.js index 8455115c24d5e83b4f3d47f0de583db2ce76dbc3..98aa38b5acc65ec7460c1a5326dd9183ad67b68c 100644 --- a/test/language/arguments-object/10.5-7-b-4-s.js +++ b/test/language/arguments-object/10.5-7-b-4-s.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: 10.5-7-b-4-s diff --git a/test/language/arguments-object/10.6-10-c-ii-1-s.js b/test/language/arguments-object/10.6-10-c-ii-1-s.js index b21b1871792b556d9d912e586c12ec016f33ceab..9b4e241f077c935140b9421e88b55e7219006c71 100644 --- a/test/language/arguments-object/10.6-10-c-ii-1-s.js +++ b/test/language/arguments-object/10.6-10-c-ii-1-s.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: 10.6-10-c-ii-1-s diff --git a/test/language/arguments-object/10.6-10-c-ii-1.js b/test/language/arguments-object/10.6-10-c-ii-1.js index a2eb67ad7e5ed39a77bb4d581970c29cab407865..3b43e1eaa1eb06ddbe1252c1761161a063bddd57 100644 --- a/test/language/arguments-object/10.6-10-c-ii-1.js +++ b/test/language/arguments-object/10.6-10-c-ii-1.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: 10.6-10-c-ii-1 diff --git a/test/language/arguments-object/10.6-10-c-ii-2-s.js b/test/language/arguments-object/10.6-10-c-ii-2-s.js index 479123a9f152394ba4ca6e112e83589c3323b215..8e72ac84aac7e3caa88fec9106f2ebd0137ee43d 100644 --- a/test/language/arguments-object/10.6-10-c-ii-2-s.js +++ b/test/language/arguments-object/10.6-10-c-ii-2-s.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: 10.6-10-c-ii-2-s diff --git a/test/language/arguments-object/10.6-10-c-ii-2.js b/test/language/arguments-object/10.6-10-c-ii-2.js index fb2463d7c978b900366816925d1e480b53584f35..4a60277f14a6750def39c3691f6e560b4022a003 100644 --- a/test/language/arguments-object/10.6-10-c-ii-2.js +++ b/test/language/arguments-object/10.6-10-c-ii-2.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: 10.6-10-c-ii-2 diff --git a/test/language/arguments-object/10.6-11-b-1.js b/test/language/arguments-object/10.6-11-b-1.js index cd6949ceaa442c4bb97003053651ad8b855edecd..cd09d57c412bbbc6a607da7f824ac53599f3fa07 100644 --- a/test/language/arguments-object/10.6-11-b-1.js +++ b/test/language/arguments-object/10.6-11-b-1.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: 10.6-11-b-1 diff --git a/test/language/arguments-object/10.6-12-1.js b/test/language/arguments-object/10.6-12-1.js index 0a9d566931b5601933d68a13aba792d54b706e91..9551b66769e79ba91af8fa419d1ba75fc379a414 100644 --- a/test/language/arguments-object/10.6-12-1.js +++ b/test/language/arguments-object/10.6-12-1.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: 10.6-12-1 diff --git a/test/language/arguments-object/10.6-12-2.js b/test/language/arguments-object/10.6-12-2.js index 050a8024d70e05ef9d2557281267ae1cc4ec6aef..0cbccb0caf0349d37cf049d1595990310c07e60e 100644 --- a/test/language/arguments-object/10.6-12-2.js +++ b/test/language/arguments-object/10.6-12-2.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: 10.6-12-2 diff --git a/test/language/arguments-object/10.6-13-1.js b/test/language/arguments-object/10.6-13-1.js index 2c954ebf6259a95bbc9cea918a0ae8ee662091c2..7139144da523a9e264d4ae6f9ef7204cdf039119 100644 --- a/test/language/arguments-object/10.6-13-1.js +++ b/test/language/arguments-object/10.6-13-1.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: 10.6-13-1 diff --git a/test/language/arguments-object/10.6-13-a-1.js b/test/language/arguments-object/10.6-13-a-1.js index b0009fe7c54f3f64e2a8d36e04eaa36c6833f604..fa722ac3d6142ce5bd370aff6138b22501666dbb 100644 --- a/test/language/arguments-object/10.6-13-a-1.js +++ b/test/language/arguments-object/10.6-13-a-1.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: 10.6-13-a-1 diff --git a/test/language/arguments-object/10.6-13-a-2.js b/test/language/arguments-object/10.6-13-a-2.js index 3dc027cb7236c0ba35814c9c50caebcab7bc1ad4..03509c8d8607ef46596a49e4975c9a4a8ea8af9e 100644 --- a/test/language/arguments-object/10.6-13-a-2.js +++ b/test/language/arguments-object/10.6-13-a-2.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: 10.6-13-a-2 diff --git a/test/language/arguments-object/10.6-13-a-3.js b/test/language/arguments-object/10.6-13-a-3.js index c0f285483689f1a134d7e9a6d6b20a2ea8614d1c..25b528b8206181a0c22d45a6561e330930d85b62 100644 --- a/test/language/arguments-object/10.6-13-a-3.js +++ b/test/language/arguments-object/10.6-13-a-3.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: 10.6-13-a-3 diff --git a/test/language/arguments-object/10.6-13-b-1-s.js b/test/language/arguments-object/10.6-13-b-1-s.js index b98a324006f2fdc15739881717b33c477f5c1e65..b590b2b1ff1266eb7c433471ee78265a0f973391 100644 --- a/test/language/arguments-object/10.6-13-b-1-s.js +++ b/test/language/arguments-object/10.6-13-b-1-s.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: 10.6-13-b-1-s diff --git a/test/language/arguments-object/10.6-13-b-2-s.js b/test/language/arguments-object/10.6-13-b-2-s.js index 4b939ef4ed9f71dbfe782bb82c951d2e0efb1d57..1ffcb7da346954db3a78d369fa0c3924b330146d 100644 --- a/test/language/arguments-object/10.6-13-b-2-s.js +++ b/test/language/arguments-object/10.6-13-b-2-s.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: 10.6-13-b-2-s diff --git a/test/language/arguments-object/10.6-13-b-3-s.js b/test/language/arguments-object/10.6-13-b-3-s.js index b741e0b1efcde778f6acbe56dfcbd3067b0bf8a8..ba1640f5e67819046b85867c9e4017fe733436e2 100644 --- a/test/language/arguments-object/10.6-13-b-3-s.js +++ b/test/language/arguments-object/10.6-13-b-3-s.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: 10.6-13-b-3-s diff --git a/test/language/arguments-object/10.6-13-c-1-s.js b/test/language/arguments-object/10.6-13-c-1-s.js index d46801b6bdc55b59a8deae1c430fba81f4a9bea7..88c3187c629d99b1fadf3ad05ae4216c039f4159 100644 --- a/test/language/arguments-object/10.6-13-c-1-s.js +++ b/test/language/arguments-object/10.6-13-c-1-s.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: 10.6-13-c-1-s diff --git a/test/language/arguments-object/10.6-13-c-2-s.js b/test/language/arguments-object/10.6-13-c-2-s.js index a1adc185c3696bc54bddbc58ae5969b4da95cb3f..bf742df24966ba51e566b71d287ebb9cdba4015d 100644 --- a/test/language/arguments-object/10.6-13-c-2-s.js +++ b/test/language/arguments-object/10.6-13-c-2-s.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: 10.6-13-c-2-s diff --git a/test/language/arguments-object/10.6-13-c-3-s.js b/test/language/arguments-object/10.6-13-c-3-s.js index 8400492a0fae70ba7c44db4efeeafc385d8614dd..c83bcd4cb7c9d54c18fc85a44629474bcfb37c2d 100644 --- a/test/language/arguments-object/10.6-13-c-3-s.js +++ b/test/language/arguments-object/10.6-13-c-3-s.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: 10.6-13-c-3-s diff --git a/test/language/arguments-object/10.6-14-1-s.js b/test/language/arguments-object/10.6-14-1-s.js index a5989cd4e6a4e8364074896c6a46d5c52d73322d..f85ddafc63f96af0fc5c0432e3b2e0267a0b1fa9 100644 --- a/test/language/arguments-object/10.6-14-1-s.js +++ b/test/language/arguments-object/10.6-14-1-s.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: 10.6-14-1-s diff --git a/test/language/arguments-object/10.6-14-b-1-s.js b/test/language/arguments-object/10.6-14-b-1-s.js index 56ca2c1bcac6f8f28220565f67d9fcc2581e5499..11a8bd36e5278e0127657a17be7b5bcd97a398e8 100644 --- a/test/language/arguments-object/10.6-14-b-1-s.js +++ b/test/language/arguments-object/10.6-14-b-1-s.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: 10.6-14-b-1-s diff --git a/test/language/arguments-object/10.6-14-b-4-s.js b/test/language/arguments-object/10.6-14-b-4-s.js index c642a132c8ece283e63c851557f5631c9c125150..bc0da52882f10ce3b12e29de8d7dfa8625228955 100644 --- a/test/language/arguments-object/10.6-14-b-4-s.js +++ b/test/language/arguments-object/10.6-14-b-4-s.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: 10.6-14-b-4-s diff --git a/test/language/arguments-object/10.6-14-c-1-s.js b/test/language/arguments-object/10.6-14-c-1-s.js index 5decd7a23e4afa7fb736d4c5e96b16fa9f1c8680..8a3e369548c5474246b6681dbeb53ddafcacf664 100644 --- a/test/language/arguments-object/10.6-14-c-1-s.js +++ b/test/language/arguments-object/10.6-14-c-1-s.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: 10.6-14-c-1-s diff --git a/test/language/arguments-object/10.6-14-c-4-s.js b/test/language/arguments-object/10.6-14-c-4-s.js index 9b0df1174f23373b1c8aaafaecf200f15a276206..4d7c42220efb2d4c3698fe3dc7565ffb14af878b 100644 --- a/test/language/arguments-object/10.6-14-c-4-s.js +++ b/test/language/arguments-object/10.6-14-c-4-s.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: 10.6-14-c-4-s diff --git a/test/language/arguments-object/10.6-1gs.js b/test/language/arguments-object/10.6-1gs.js index 7486af74383bc64e55d5ca184a17dec355aab668..8b3649137903757fb7ed68087ec6bd47ead9046c 100644 --- a/test/language/arguments-object/10.6-1gs.js +++ b/test/language/arguments-object/10.6-1gs.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: 10.6-1gs diff --git a/test/language/arguments-object/10.6-2gs.js b/test/language/arguments-object/10.6-2gs.js index 577a92d4c97f74949b2f93d2ec6aca189212715e..f46870bba0e06e6a6a8c9b33bc338ef090b3bbea 100644 --- a/test/language/arguments-object/10.6-2gs.js +++ b/test/language/arguments-object/10.6-2gs.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: 10.6-2gs diff --git a/test/language/arguments-object/10.6-5-1.js b/test/language/arguments-object/10.6-5-1.js index 058a96c76480e6617e181fce2d86236de832930d..5c2a2b5caf4967a2df8b1d0cd315aba5780fa29d 100644 --- a/test/language/arguments-object/10.6-5-1.js +++ b/test/language/arguments-object/10.6-5-1.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: 10.6-5-1 diff --git a/test/language/arguments-object/10.6-6-1.js b/test/language/arguments-object/10.6-6-1.js index 3ac99bd38328b653a02b8866a4b44544d5178882..1b70c1cd1091c50ee321f5c02a5943a4535ca3b0 100644 --- a/test/language/arguments-object/10.6-6-1.js +++ b/test/language/arguments-object/10.6-6-1.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: 10.6-6-1 diff --git a/test/language/arguments-object/10.6-6-2.js b/test/language/arguments-object/10.6-6-2.js index 6a1f56e466af5e1b75fce8b334d759ffe2ea11e6..e04aaf87f3c3aaaa24ff7936ba5262cc2a05fcde 100644 --- a/test/language/arguments-object/10.6-6-2.js +++ b/test/language/arguments-object/10.6-6-2.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: 10.6-6-2 diff --git a/test/language/arguments-object/10.6-6-3-s.js b/test/language/arguments-object/10.6-6-3-s.js index 374122aec933e949d70a2614d911d26837c1b725..5357e0afab5645f679eeecb3f5db3fd9e6c14ebb 100644 --- a/test/language/arguments-object/10.6-6-3-s.js +++ b/test/language/arguments-object/10.6-6-3-s.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: 10.6-6-3 diff --git a/test/language/arguments-object/10.6-6-3.js b/test/language/arguments-object/10.6-6-3.js index d32d0dc64f716b1a7332d4da5b940feb9b052621..9a05fded0b6c1a530e99e6762221b92bad8b3a9f 100644 --- a/test/language/arguments-object/10.6-6-3.js +++ b/test/language/arguments-object/10.6-6-3.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: 10.6-6-3 diff --git a/test/language/arguments-object/10.6-6-4-s.js b/test/language/arguments-object/10.6-6-4-s.js index 39f77e728c1026e9931a1d4eee5b33f8f25653a7..a1932ab5c95b82a64c10d4721b9c818b4046c293 100644 --- a/test/language/arguments-object/10.6-6-4-s.js +++ b/test/language/arguments-object/10.6-6-4-s.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: 10.6-6-4 diff --git a/test/language/arguments-object/10.6-6-4.js b/test/language/arguments-object/10.6-6-4.js index c331ba3ea29e742a5df8b0dbaeecf54e78937c69..c40d320491c0d4344e0b643a24906c2bc79e49bb 100644 --- a/test/language/arguments-object/10.6-6-4.js +++ b/test/language/arguments-object/10.6-6-4.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: 10.6-6-4 diff --git a/test/language/arguments-object/10.6-7-1.js b/test/language/arguments-object/10.6-7-1.js index ca2238d42bd2dd6bd7c4a79e602369ee09f25e65..b663fe370fcd67c857d0b71217866e63daab9615 100644 --- a/test/language/arguments-object/10.6-7-1.js +++ b/test/language/arguments-object/10.6-7-1.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: 10.6-7-1 diff --git a/test/language/directive-prologue/10.1.1-1-s.js b/test/language/directive-prologue/10.1.1-1-s.js index 8b9fc2df736a27b3cc9d66949370058407dfc0e8..fe2fa106f4d16774ce5b3be0a8ad6c84bb9bd9f5 100644 --- a/test/language/directive-prologue/10.1.1-1-s.js +++ b/test/language/directive-prologue/10.1.1-1-s.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: 10.1.1-1-s diff --git a/test/language/directive-prologue/10.1.1-10-s.js b/test/language/directive-prologue/10.1.1-10-s.js index 51acb4931212dd9c1a850f00dcdb161a873f03c5..46ffddb30e9c597d9c5fcf863022cdaa4c613f30 100644 --- a/test/language/directive-prologue/10.1.1-10-s.js +++ b/test/language/directive-prologue/10.1.1-10-s.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: 10.1.1-10-s diff --git a/test/language/directive-prologue/10.1.1-11-s.js b/test/language/directive-prologue/10.1.1-11-s.js index 7adb6335ae9543f82577f1e4e21481593b99c119..3efc01b2136426fee783ba53ec38fadc3f0b0cf2 100644 --- a/test/language/directive-prologue/10.1.1-11-s.js +++ b/test/language/directive-prologue/10.1.1-11-s.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: 10.1.1-11-s diff --git a/test/language/directive-prologue/10.1.1-12-s.js b/test/language/directive-prologue/10.1.1-12-s.js index 71c087e017581e8e39f1f74fb09fb656a55e3cc2..2915de0fdab3dd6b28768eea1bb444c077ab078e 100644 --- a/test/language/directive-prologue/10.1.1-12-s.js +++ b/test/language/directive-prologue/10.1.1-12-s.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: 10.1.1-12-s diff --git a/test/language/directive-prologue/10.1.1-13-s.js b/test/language/directive-prologue/10.1.1-13-s.js index 978e2a677570ec2ce1f294640b6d8d2198c61b74..99284e26444faad0b5df19dabadfe77e795b13bd 100644 --- a/test/language/directive-prologue/10.1.1-13-s.js +++ b/test/language/directive-prologue/10.1.1-13-s.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: 10.1.1-13-s diff --git a/test/language/directive-prologue/10.1.1-14-s.js b/test/language/directive-prologue/10.1.1-14-s.js index af347a9e888ad7d8f16a6499d9f683aded2a9c71..33feedbf47f5867329c8dc1c8814e06c4a7372ee 100644 --- a/test/language/directive-prologue/10.1.1-14-s.js +++ b/test/language/directive-prologue/10.1.1-14-s.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: 10.1.1-14-s diff --git a/test/language/directive-prologue/10.1.1-15-s.js b/test/language/directive-prologue/10.1.1-15-s.js index 1b983c8641e0708c2ba692b103ca570fc430dffa..b316f4739fdc7be79e5c8237ba159c3a326d4934 100644 --- a/test/language/directive-prologue/10.1.1-15-s.js +++ b/test/language/directive-prologue/10.1.1-15-s.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: 10.1.1-15-s diff --git a/test/language/directive-prologue/10.1.1-16-s.js b/test/language/directive-prologue/10.1.1-16-s.js index 201968069044837aea4e5f065959e7e5a2baddc8..db6f470cae37f00125bb47f1b387376d0f92d244 100644 --- a/test/language/directive-prologue/10.1.1-16-s.js +++ b/test/language/directive-prologue/10.1.1-16-s.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: 10.1.1-16-s diff --git a/test/language/directive-prologue/10.1.1-17-s.js b/test/language/directive-prologue/10.1.1-17-s.js index 2458c5cb08ee4b4b6683bba5dd1f30d7e5b93fdf..c7be757a3be3879019e4014b116fd325ba078236 100644 --- a/test/language/directive-prologue/10.1.1-17-s.js +++ b/test/language/directive-prologue/10.1.1-17-s.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: 10.1.1-17-s diff --git a/test/language/directive-prologue/10.1.1-18-s.js b/test/language/directive-prologue/10.1.1-18-s.js index d67d98b112ed2582674c4575878ac22375d973de..2f47b68fc4e977eb41199d74357fcd2417d71355 100644 --- a/test/language/directive-prologue/10.1.1-18-s.js +++ b/test/language/directive-prologue/10.1.1-18-s.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: 10.1.1-18-s diff --git a/test/language/directive-prologue/10.1.1-19-s.js b/test/language/directive-prologue/10.1.1-19-s.js index 36921780f886aad5c2c38b1a63fe1359331d50f6..54f186b5d56d05c5ba5cd3fa8a2748c0913b478d 100644 --- a/test/language/directive-prologue/10.1.1-19-s.js +++ b/test/language/directive-prologue/10.1.1-19-s.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: 10.1.1-19-s diff --git a/test/language/directive-prologue/10.1.1-2-s.js b/test/language/directive-prologue/10.1.1-2-s.js index bcc71378452df5337df65f0d9736239266a97320..550db34163797fc730bab82a1e1cc5e366e8f2e8 100644 --- a/test/language/directive-prologue/10.1.1-2-s.js +++ b/test/language/directive-prologue/10.1.1-2-s.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: 10.1.1-2-s diff --git a/test/language/directive-prologue/10.1.1-20-s.js b/test/language/directive-prologue/10.1.1-20-s.js index 91ba7bae211ec307681f520e607248573a3dcd0a..f99e0f6a676c3391ee5ba2ce2ccc1d527580e49d 100644 --- a/test/language/directive-prologue/10.1.1-20-s.js +++ b/test/language/directive-prologue/10.1.1-20-s.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: 10.1.1-20-s diff --git a/test/language/directive-prologue/10.1.1-21-s.js b/test/language/directive-prologue/10.1.1-21-s.js index fa0c7b788f849ab5340b5e447ba8aded06a65097..2b63feda51ff6020cecab348526ccf61748cc217 100644 --- a/test/language/directive-prologue/10.1.1-21-s.js +++ b/test/language/directive-prologue/10.1.1-21-s.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: 10.1.1-21-s diff --git a/test/language/directive-prologue/10.1.1-22-s.js b/test/language/directive-prologue/10.1.1-22-s.js index a22282e49be010cd57e062ff46cacbefe1f8f291..d089eba5853978b5e0d583909c5019b6cebd7a3d 100644 --- a/test/language/directive-prologue/10.1.1-22-s.js +++ b/test/language/directive-prologue/10.1.1-22-s.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: 10.1.1-22-s diff --git a/test/language/directive-prologue/10.1.1-23-s.js b/test/language/directive-prologue/10.1.1-23-s.js index 5cbc72d7e0e9bada15b49327fd5a69bfd1b0c5e3..1d0f589c5e4025716be5404bccf8004e0ea6f213 100644 --- a/test/language/directive-prologue/10.1.1-23-s.js +++ b/test/language/directive-prologue/10.1.1-23-s.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: 10.1.1-23-s diff --git a/test/language/directive-prologue/10.1.1-24-s.js b/test/language/directive-prologue/10.1.1-24-s.js index f32bce204ae4e1f65551cc9c9d73c230c955e11d..8c539f2229a301f3f7966b84c6e0374009e0cf6c 100644 --- a/test/language/directive-prologue/10.1.1-24-s.js +++ b/test/language/directive-prologue/10.1.1-24-s.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: 10.1.1-24-s diff --git a/test/language/directive-prologue/10.1.1-25-s.js b/test/language/directive-prologue/10.1.1-25-s.js index 1915bab57483e0ae08236d15e3f7c00c1eb06862..85d0ea15e310d112ff5711a9f51841702a36e261 100644 --- a/test/language/directive-prologue/10.1.1-25-s.js +++ b/test/language/directive-prologue/10.1.1-25-s.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: 10.1.1-25-s diff --git a/test/language/directive-prologue/10.1.1-26-s.js b/test/language/directive-prologue/10.1.1-26-s.js index af3773045e23a10e59b6e8ba33391c766b67ef42..2a7fd468ecc23fa5a6a75721e73c6cbc84e47343 100644 --- a/test/language/directive-prologue/10.1.1-26-s.js +++ b/test/language/directive-prologue/10.1.1-26-s.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: 10.1.1-26-s diff --git a/test/language/directive-prologue/10.1.1-27-s.js b/test/language/directive-prologue/10.1.1-27-s.js index c87b69bc937b775a5068f007e3a5e0d943a24849..eb2cb9a611d1db4bbf838ad0f5602b937971252a 100644 --- a/test/language/directive-prologue/10.1.1-27-s.js +++ b/test/language/directive-prologue/10.1.1-27-s.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: 10.1.1-27-s diff --git a/test/language/directive-prologue/10.1.1-28-s.js b/test/language/directive-prologue/10.1.1-28-s.js index f4934145c4924c1a3523c3a718ab92ce7466a201..7a00c10747a10b9217e2d5d1cc6375b5293f5b70 100644 --- a/test/language/directive-prologue/10.1.1-28-s.js +++ b/test/language/directive-prologue/10.1.1-28-s.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: 10.1.1-28-s diff --git a/test/language/directive-prologue/10.1.1-29-s.js b/test/language/directive-prologue/10.1.1-29-s.js index 9a33001e16845ee00c76e86b98f7f257d8afef0c..720128592e40d0f76c66a7dab2fc6a07a1238cfd 100644 --- a/test/language/directive-prologue/10.1.1-29-s.js +++ b/test/language/directive-prologue/10.1.1-29-s.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: 10.1.1-29-s diff --git a/test/language/directive-prologue/10.1.1-2gs.js b/test/language/directive-prologue/10.1.1-2gs.js index a0edb25a18639e9e01f921279cef0a43f32dcbd8..057858a6b0bc9c52b8f03baa59e894208b105f59 100644 --- a/test/language/directive-prologue/10.1.1-2gs.js +++ b/test/language/directive-prologue/10.1.1-2gs.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: 10.1.1-2gs diff --git a/test/language/directive-prologue/10.1.1-3-s.js b/test/language/directive-prologue/10.1.1-3-s.js index 0365d8c0ba1d57ebdf5d3ddc42ba78444baa7e4a..03d517ff0e74b3d6ef6faca57785415fd4ea0cb3 100644 --- a/test/language/directive-prologue/10.1.1-3-s.js +++ b/test/language/directive-prologue/10.1.1-3-s.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: 10.1.1-3-s diff --git a/test/language/directive-prologue/10.1.1-30-s.js b/test/language/directive-prologue/10.1.1-30-s.js index c85a46fcf78af219df1b1a346126060619e1de03..ae39d87ccee57fed85a259bbd62ef35424d791f5 100644 --- a/test/language/directive-prologue/10.1.1-30-s.js +++ b/test/language/directive-prologue/10.1.1-30-s.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: 10.1.1-30-s diff --git a/test/language/directive-prologue/10.1.1-31-s.js b/test/language/directive-prologue/10.1.1-31-s.js index f3fe6952c816695396927c831a402e19b67aa352..21bfaca47a90e4fcea633f0a0e2ba81d7440f32f 100644 --- a/test/language/directive-prologue/10.1.1-31-s.js +++ b/test/language/directive-prologue/10.1.1-31-s.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: 10.1.1-31-s diff --git a/test/language/directive-prologue/10.1.1-32-s.js b/test/language/directive-prologue/10.1.1-32-s.js index 25dd59fbf544898be87e13fb5172b8e0069cecaa..11bf5f5cfe010de93b3df8c25597852f68a1a9a2 100644 --- a/test/language/directive-prologue/10.1.1-32-s.js +++ b/test/language/directive-prologue/10.1.1-32-s.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: 10.1.1-32-s diff --git a/test/language/directive-prologue/10.1.1-4-s.js b/test/language/directive-prologue/10.1.1-4-s.js index 16b4565ba79643a546a0107490173ad35b6235c8..a50bf9f2b9509a27711201afbd4ac51edb9c5bef 100644 --- a/test/language/directive-prologue/10.1.1-4-s.js +++ b/test/language/directive-prologue/10.1.1-4-s.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: 10.1.1-4-s diff --git a/test/language/directive-prologue/10.1.1-5-s.js b/test/language/directive-prologue/10.1.1-5-s.js index 019342219fd3914779938d6a8bbc1d27607e8c73..a67f6d5559163319e2fafd0a2e72c38fae10c0b4 100644 --- a/test/language/directive-prologue/10.1.1-5-s.js +++ b/test/language/directive-prologue/10.1.1-5-s.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: 10.1.1-5-s diff --git a/test/language/directive-prologue/10.1.1-5gs.js b/test/language/directive-prologue/10.1.1-5gs.js index b396268ca9b2f448ffcb4cf38ee398a97f68caa3..12904b99a5e82aa53ca01103f3b661bf0318ca0b 100644 --- a/test/language/directive-prologue/10.1.1-5gs.js +++ b/test/language/directive-prologue/10.1.1-5gs.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: 10.1.1-5gs diff --git a/test/language/directive-prologue/10.1.1-6-s.js b/test/language/directive-prologue/10.1.1-6-s.js index 8a294e43cb5c1bdcaa9830591677b3be843e1435..cdd58ce7a74bdd8e9f233b918e4def97f14294f1 100644 --- a/test/language/directive-prologue/10.1.1-6-s.js +++ b/test/language/directive-prologue/10.1.1-6-s.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: 10.1.1-6-s diff --git a/test/language/directive-prologue/10.1.1-7-s.js b/test/language/directive-prologue/10.1.1-7-s.js index fe5518a5bd15f7e0cc6af1af2ae98775ae80866b..afb189d15d092fad3150a6c3573de909112b0fa8 100644 --- a/test/language/directive-prologue/10.1.1-7-s.js +++ b/test/language/directive-prologue/10.1.1-7-s.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: 10.1.1-7-s diff --git a/test/language/directive-prologue/10.1.1-8-s.js b/test/language/directive-prologue/10.1.1-8-s.js index 8ac369f19e094259eec0baa177da3a420ceb52c7..8db8ae363241b92a9327c79153510d3a84a5d807 100644 --- a/test/language/directive-prologue/10.1.1-8-s.js +++ b/test/language/directive-prologue/10.1.1-8-s.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: 10.1.1-8-s diff --git a/test/language/directive-prologue/10.1.1-8gs.js b/test/language/directive-prologue/10.1.1-8gs.js index a45d7832ab7aab3c013f4e417902000ffbd2906f..b64b5126d48933a4a86452fea9206669fd3422eb 100644 --- a/test/language/directive-prologue/10.1.1-8gs.js +++ b/test/language/directive-prologue/10.1.1-8gs.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: 10.1.1-8gs diff --git a/test/language/directive-prologue/10.1.1-9-s.js b/test/language/directive-prologue/10.1.1-9-s.js index 6e82a4debb6d5b91c6ad0bcbc3bce1d559a948ab..0858cf41eb9678d9d923944690141fb0e8e2009e 100644 --- a/test/language/directive-prologue/10.1.1-9-s.js +++ b/test/language/directive-prologue/10.1.1-9-s.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: 10.1.1-9-s diff --git a/test/language/directive-prologue/14.1-1-s.js b/test/language/directive-prologue/14.1-1-s.js index fbf7b0874c2dee70a1b8e5ff0fd0ce2df1a4e309..9a7ef4a54f7febcaa5e4a38b6f16867004acdb0f 100644 --- a/test/language/directive-prologue/14.1-1-s.js +++ b/test/language/directive-prologue/14.1-1-s.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: 14.1-1-s diff --git a/test/language/directive-prologue/14.1-10-s.js b/test/language/directive-prologue/14.1-10-s.js index 144f5316681147d0eb505380b4a4ba64fd7251ac..577f25ba9436500cf374f3826d0b57e9a43c9a50 100644 --- a/test/language/directive-prologue/14.1-10-s.js +++ b/test/language/directive-prologue/14.1-10-s.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: 14.1-10-s diff --git a/test/language/directive-prologue/14.1-11-s.js b/test/language/directive-prologue/14.1-11-s.js index c55e5824891d1193513a20301f2ea876ee85eaab..7f53f034bc9151cc89ff39c6636df3aeecc0480f 100644 --- a/test/language/directive-prologue/14.1-11-s.js +++ b/test/language/directive-prologue/14.1-11-s.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: 14.1-11-s diff --git a/test/language/directive-prologue/14.1-12-s.js b/test/language/directive-prologue/14.1-12-s.js index c5fc84f1753ff1b821bcdcd7bba9fc6eeebffa01..4ab67194f4a58bb958904ffc16649916679cd453 100644 --- a/test/language/directive-prologue/14.1-12-s.js +++ b/test/language/directive-prologue/14.1-12-s.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: 14.1-12-s diff --git a/test/language/directive-prologue/14.1-13-s.js b/test/language/directive-prologue/14.1-13-s.js index 63165f94b0882669d1c084674b7c3e48eca69296..6a89ac72ddf27c0cb2d5b1129355b75b9c7b6fe8 100644 --- a/test/language/directive-prologue/14.1-13-s.js +++ b/test/language/directive-prologue/14.1-13-s.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: 14.1-13-s diff --git a/test/language/directive-prologue/14.1-14-s.js b/test/language/directive-prologue/14.1-14-s.js index 5f7ae4f42bb5e85693a327638106ebd8defcaa9d..5def0451a604c07d723ad15a0e63d629f6ae0f9e 100644 --- a/test/language/directive-prologue/14.1-14-s.js +++ b/test/language/directive-prologue/14.1-14-s.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: 14.1-14-s diff --git a/test/language/directive-prologue/14.1-15-s.js b/test/language/directive-prologue/14.1-15-s.js index 15f0279c98730b45383dd2ed8f49452ea58d968c..22465b974f7e074f5879641c668d1dbc42a48b00 100644 --- a/test/language/directive-prologue/14.1-15-s.js +++ b/test/language/directive-prologue/14.1-15-s.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: 14.1-15-s diff --git a/test/language/directive-prologue/14.1-16-s.js b/test/language/directive-prologue/14.1-16-s.js index 7ff8e586ccbbc6e45665e8ec69e0a49b9de87c90..ae87a4ba8d19ffa51684f622fa3966c4a1df597e 100644 --- a/test/language/directive-prologue/14.1-16-s.js +++ b/test/language/directive-prologue/14.1-16-s.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: 14.1-16-s diff --git a/test/language/directive-prologue/14.1-17-s.js b/test/language/directive-prologue/14.1-17-s.js index d295da7f5636b1a55d90f99d64d9af3294a6fcc4..5124c4617fb26e172e787c21388ce4b0c6ea8fbc 100644 --- a/test/language/directive-prologue/14.1-17-s.js +++ b/test/language/directive-prologue/14.1-17-s.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: 14.1-17-s diff --git a/test/language/directive-prologue/14.1-2-s.js b/test/language/directive-prologue/14.1-2-s.js index acd4fe998422b75096ea813cf84b81ac7a24002a..51f6de7e4577c79a16970bb01e45d52f3adf5820 100644 --- a/test/language/directive-prologue/14.1-2-s.js +++ b/test/language/directive-prologue/14.1-2-s.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: 14.1-2-s diff --git a/test/language/directive-prologue/14.1-3-s.js b/test/language/directive-prologue/14.1-3-s.js index 843230817816c3630655d7ccfb04b72cd65aab6c..f3d78f996995cdf58587ea0b77f3f88761ca04b1 100644 --- a/test/language/directive-prologue/14.1-3-s.js +++ b/test/language/directive-prologue/14.1-3-s.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: 14.1-3-s diff --git a/test/language/directive-prologue/14.1-4-s.js b/test/language/directive-prologue/14.1-4-s.js index 82dad1b16b7c6f06afedfda3ed528907285f5c36..0db7af2afa2d0a3b1d0f71ca3e18ed8e0ccc8b59 100644 --- a/test/language/directive-prologue/14.1-4-s.js +++ b/test/language/directive-prologue/14.1-4-s.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: 14.1-4-s diff --git a/test/language/directive-prologue/14.1-4gs.js b/test/language/directive-prologue/14.1-4gs.js index 4abecb876851df35dae5a2e31b30eb4d7dcd0cbc..13c9674c75b4153907d949dfa5ea0a6e9484a229 100644 --- a/test/language/directive-prologue/14.1-4gs.js +++ b/test/language/directive-prologue/14.1-4gs.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: 14.1-4gs diff --git a/test/language/directive-prologue/14.1-5-s.js b/test/language/directive-prologue/14.1-5-s.js index 110b495a7296d19fa2cbae9f0f7214f7599cac9c..3c854e294a71c0bc1aa9d631e79683ebb06e666c 100644 --- a/test/language/directive-prologue/14.1-5-s.js +++ b/test/language/directive-prologue/14.1-5-s.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: 14.1-5-s diff --git a/test/language/directive-prologue/14.1-5gs.js b/test/language/directive-prologue/14.1-5gs.js index 71b27087a6e756b8a8e5726c774e5f9c67054379..83f8df0d10e4a0c66a1fb13e2d91049247f50643 100644 --- a/test/language/directive-prologue/14.1-5gs.js +++ b/test/language/directive-prologue/14.1-5gs.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: 14.1-5gs diff --git a/test/language/directive-prologue/14.1-6-s.js b/test/language/directive-prologue/14.1-6-s.js index 438cf640927bc83a8231f6686dd52e74b3b24285..7e9e2777b55b9f9b2b64335033e2150f6963f6af 100644 --- a/test/language/directive-prologue/14.1-6-s.js +++ b/test/language/directive-prologue/14.1-6-s.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: 14.1-6-s diff --git a/test/language/directive-prologue/14.1-7-s.js b/test/language/directive-prologue/14.1-7-s.js index 152bda9a1c5c825e5045711569adc12051abc149..5ae4bea95e7eb897ded4f0208b6170843bdbcacd 100644 --- a/test/language/directive-prologue/14.1-7-s.js +++ b/test/language/directive-prologue/14.1-7-s.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: 14.1-7-s diff --git a/test/language/directive-prologue/14.1-8-s.js b/test/language/directive-prologue/14.1-8-s.js index 88d725b374c30e408a4e9c2bec43c3f6c9889043..a332fa7ce9a2af54bca1ac8e3a35442f93986233 100644 --- a/test/language/directive-prologue/14.1-8-s.js +++ b/test/language/directive-prologue/14.1-8-s.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: 14.1-8-s diff --git a/test/language/directive-prologue/14.1-9-s.js b/test/language/directive-prologue/14.1-9-s.js index 2ff11aa005beb3aea2111f149f5698bbfab19762..476de111be4d18e2b366709e4201ef041a9ce566 100644 --- a/test/language/directive-prologue/14.1-9-s.js +++ b/test/language/directive-prologue/14.1-9-s.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: 14.1-9-s diff --git a/test/language/eval-code/10.4.2-1-1.js b/test/language/eval-code/10.4.2-1-1.js index 5e586dd1f8346091f3a0467dd6f8ac2d9f7beee2..eba55831d2a7e771c3dc9316db08345db53a6789 100644 --- a/test/language/eval-code/10.4.2-1-1.js +++ b/test/language/eval-code/10.4.2-1-1.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: 10.4.2-1-1 diff --git a/test/language/eval-code/10.4.2-1-2.js b/test/language/eval-code/10.4.2-1-2.js index 1bf085e9aef19fd3245c181af18c0cc10f0936ed..8450c4221663f54467fbd8610d721b1e5cc973f7 100644 --- a/test/language/eval-code/10.4.2-1-2.js +++ b/test/language/eval-code/10.4.2-1-2.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: 10.4.2-1-2 diff --git a/test/language/eval-code/10.4.2-1-3.js b/test/language/eval-code/10.4.2-1-3.js index 0888aa561aea18b6a7f2f9faf14e0a06288999d3..b300af067d893c71395f88169782db5cded0c1e4 100644 --- a/test/language/eval-code/10.4.2-1-3.js +++ b/test/language/eval-code/10.4.2-1-3.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: 10.4.2-1-3 diff --git a/test/language/eval-code/10.4.2-1-4.js b/test/language/eval-code/10.4.2-1-4.js index 71d88aca1d02a5a37a034b459bf9ca6772a639bc..d0ff799fedeb459f60fdc4d721baa18c32920459 100644 --- a/test/language/eval-code/10.4.2-1-4.js +++ b/test/language/eval-code/10.4.2-1-4.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: 10.4.2-1-4 diff --git a/test/language/eval-code/10.4.2-1-5.js b/test/language/eval-code/10.4.2-1-5.js index 62acb2c978ec9026ad2ab62f3fddf81e8db6454f..7ea43dfe91e936a19401cf9ed3eff5a15568d3da 100644 --- a/test/language/eval-code/10.4.2-1-5.js +++ b/test/language/eval-code/10.4.2-1-5.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: 10.4.2-1-5 diff --git a/test/language/eval-code/10.4.2-2-c-1.js b/test/language/eval-code/10.4.2-2-c-1.js index dda002b1ac0fd830c0a80f234f42916b6a489c9a..1a907ef48508bf77e47d822ae3fc24b7486b252e 100644 --- a/test/language/eval-code/10.4.2-2-c-1.js +++ b/test/language/eval-code/10.4.2-2-c-1.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: 10.4.2-2-c-1 diff --git a/test/language/eval-code/10.4.2-2-s.js b/test/language/eval-code/10.4.2-2-s.js index f950114546abd554525581b2a02e8e7c28f89c0c..ea42245ae5346854c287f7194b18497baeefc8e5 100644 --- a/test/language/eval-code/10.4.2-2-s.js +++ b/test/language/eval-code/10.4.2-2-s.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: 10.4.2-2-s diff --git a/test/language/eval-code/10.4.2-3-c-1-s.js b/test/language/eval-code/10.4.2-3-c-1-s.js index 604a6f17a444831214c820321964de4500e44817..3766e3a98277441528445c8fe91ee6673e87d7ca 100644 --- a/test/language/eval-code/10.4.2-3-c-1-s.js +++ b/test/language/eval-code/10.4.2-3-c-1-s.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: 10.4.2-3-c-1-s diff --git a/test/language/eval-code/10.4.2-3-c-2-s.js b/test/language/eval-code/10.4.2-3-c-2-s.js index a80a24f06e7ec7d76a90afbaa5ad2446ada7fe88..86001d9c27124352c96169748674675ce9075f73 100644 --- a/test/language/eval-code/10.4.2-3-c-2-s.js +++ b/test/language/eval-code/10.4.2-3-c-2-s.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: 10.4.2-3-c-2-s diff --git a/test/language/eval-code/10.4.2-3-c-3-s.js b/test/language/eval-code/10.4.2-3-c-3-s.js index 00baee253ba3607560f26f64f7c6a90c29e9f8b1..f523d20a36da8b00820490c993533ea261a7012e 100644 --- a/test/language/eval-code/10.4.2-3-c-3-s.js +++ b/test/language/eval-code/10.4.2-3-c-3-s.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: 10.4.2-3-c-3-s diff --git a/test/language/eval-code/10.4.2.1-1gs.js b/test/language/eval-code/10.4.2.1-1gs.js index 8aeb23fce55759fc2573900d396cb182ce0da06a..738178e2e4c9ccda70f120cfe19bfdc7a5fe1ad5 100644 --- a/test/language/eval-code/10.4.2.1-1gs.js +++ b/test/language/eval-code/10.4.2.1-1gs.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: 10.4.2.1-1gs diff --git a/test/language/eval-code/10.4.2.1-2-s.js b/test/language/eval-code/10.4.2.1-2-s.js index 69518403b6c286a507011fca3f4b034fc10553b8..c858874f05613df31490239122a440e051cfcbb5 100644 --- a/test/language/eval-code/10.4.2.1-2-s.js +++ b/test/language/eval-code/10.4.2.1-2-s.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: 10.4.2.1-2-s diff --git a/test/language/eval-code/10.4.2.1-4-s.js b/test/language/eval-code/10.4.2.1-4-s.js index c9729ce04e9f5ac78049aea84f7c22123cc81c0d..df4e1c6b7a6b5e0716c293eb3de1722eec474b8b 100644 --- a/test/language/eval-code/10.4.2.1-4-s.js +++ b/test/language/eval-code/10.4.2.1-4-s.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: 10.4.2.1-4-s diff --git a/test/language/expressions/array/11.1.4-0.js b/test/language/expressions/array/11.1.4-0.js index 02aad8b68d82450621d2554c45d0550d0fd8f709..721a7036194b7abe1a08f6313710906ce9d7fcdf 100644 --- a/test/language/expressions/array/11.1.4-0.js +++ b/test/language/expressions/array/11.1.4-0.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: 11.1.4-0 diff --git a/test/language/expressions/array/11.1.4_4-5-1.js b/test/language/expressions/array/11.1.4_4-5-1.js index 9b9e86c186008d5c85f546dcadd91399c6800042..7d2ad8e0de56091d77bb23f4da80e21d8caf9854 100644 --- a/test/language/expressions/array/11.1.4_4-5-1.js +++ b/test/language/expressions/array/11.1.4_4-5-1.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. /*--- info: > diff --git a/test/language/expressions/array/11.1.4_5-6-1.js b/test/language/expressions/array/11.1.4_5-6-1.js index 07d48005f291da5511547c63407a1fa91d0c3e26..d4c6b202a379f4244853da9db7bdbc6e2370a1ae 100644 --- a/test/language/expressions/array/11.1.4_5-6-1.js +++ b/test/language/expressions/array/11.1.4_5-6-1.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. /*--- info: > diff --git a/test/language/expressions/assignment/11.13.1-1-1.js b/test/language/expressions/assignment/11.13.1-1-1.js index c71ce74e02d24b2e6510848be71a566692760c18..4832a073ca6ef800440c59043f83f64563e75f17 100644 --- a/test/language/expressions/assignment/11.13.1-1-1.js +++ b/test/language/expressions/assignment/11.13.1-1-1.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. /*--- info: PutValue operates only on references (see step 1) diff --git a/test/language/expressions/assignment/11.13.1-1-2.js b/test/language/expressions/assignment/11.13.1-1-2.js index cc0c0a5b7f4f4adc7fcf86ea8c2434d6185ab33e..4ef12ab7d5cc6cb16cee05d6ad7e75064ec4ad83 100644 --- a/test/language/expressions/assignment/11.13.1-1-2.js +++ b/test/language/expressions/assignment/11.13.1-1-2.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. /*--- info: PutValue operates only on references (see step 1). diff --git a/test/language/expressions/assignment/11.13.1-1-3.js b/test/language/expressions/assignment/11.13.1-1-3.js index 4e8fd804029218e35cbb3dd34caa1aada7d46220..1969b2a7f85a61a3e1bd7514d13dc9a60b5c7227 100644 --- a/test/language/expressions/assignment/11.13.1-1-3.js +++ b/test/language/expressions/assignment/11.13.1-1-3.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. /*--- info: PutValue operates only on references (see step 1). diff --git a/test/language/expressions/assignment/11.13.1-1-4.js b/test/language/expressions/assignment/11.13.1-1-4.js index a17be88751040097283a8af7172a6e6bc6a2eaeb..8b0dc8eb4525b8b1d15abbd987d106f7944a4cb3 100644 --- a/test/language/expressions/assignment/11.13.1-1-4.js +++ b/test/language/expressions/assignment/11.13.1-1-4.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. /*--- info: PutValue operates only on references (see step 1). diff --git a/test/language/expressions/assignment/11.13.1-1-6-s.js b/test/language/expressions/assignment/11.13.1-1-6-s.js index 702deac1db28a5714b7eed7770aac1bddcb00996..5a112ff1d09062e1b2b6b7d933257b254242e828 100644 --- a/test/language/expressions/assignment/11.13.1-1-6-s.js +++ b/test/language/expressions/assignment/11.13.1-1-6-s.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. /*--- info: PutValue operates only on references (see step 3.a). diff --git a/test/language/expressions/assignment/11.13.1-1-s.js b/test/language/expressions/assignment/11.13.1-1-s.js index f16517accc55a7b49ada0afce17002daae9df0fa..9c8f508be07525bb545aa26ef4ca49a8e36a6c03 100644 --- a/test/language/expressions/assignment/11.13.1-1-s.js +++ b/test/language/expressions/assignment/11.13.1-1-s.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: 11.13.1-1-s diff --git a/test/language/expressions/assignment/11.13.1-2-s.js b/test/language/expressions/assignment/11.13.1-2-s.js index dbacc467b337acd8aab717f8706503b125edfb6e..ee005def69f8892cbd193a9e476f96e3e7d152f5 100644 --- a/test/language/expressions/assignment/11.13.1-2-s.js +++ b/test/language/expressions/assignment/11.13.1-2-s.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: 11.13.1-2-s diff --git a/test/language/expressions/assignment/11.13.1-3-s.js b/test/language/expressions/assignment/11.13.1-3-s.js index c4e9b34da176f31d503b7e353e077040c8ec15a7..4f3e5e8a322d6332b62946db7afe5c557528efa4 100644 --- a/test/language/expressions/assignment/11.13.1-3-s.js +++ b/test/language/expressions/assignment/11.13.1-3-s.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: 11.13.1-3-s diff --git a/test/language/expressions/assignment/11.13.1-4-1.js b/test/language/expressions/assignment/11.13.1-4-1.js index 11288101f044600664e9ad19d9697f05992faad6..e1b73b84deea2703f88d0e6d1f243dc2f9ce5e76 100644 --- a/test/language/expressions/assignment/11.13.1-4-1.js +++ b/test/language/expressions/assignment/11.13.1-4-1.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. /*--- info: PutValue operates only on references (see step 3.b). diff --git a/test/language/expressions/assignment/11.13.1-4-14-s.js b/test/language/expressions/assignment/11.13.1-4-14-s.js index 3c777f32beef5f681eea3c6ca19b25ff9bb320be..6193954958a35e95eedfa85fb739f75ddcc01a20 100644 --- a/test/language/expressions/assignment/11.13.1-4-14-s.js +++ b/test/language/expressions/assignment/11.13.1-4-14-s.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: 11.13.1-4-14-s diff --git a/test/language/expressions/assignment/11.13.1-4-27-s.js b/test/language/expressions/assignment/11.13.1-4-27-s.js index 5ce719261dc1c77acc3e03bff035197c0463032f..356735d6c2654ac528e82cfaa02dedbfe5981437 100644 --- a/test/language/expressions/assignment/11.13.1-4-27-s.js +++ b/test/language/expressions/assignment/11.13.1-4-27-s.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: 11.13.1-4-27-s diff --git a/test/language/expressions/assignment/11.13.1-4-28-s.js b/test/language/expressions/assignment/11.13.1-4-28-s.js index 5c3ed55e6f6daf4d4b1a346699b762ccb42a0779..998fa4c0d80a6a771c78589e3f29d6cb2c7aba1d 100644 --- a/test/language/expressions/assignment/11.13.1-4-28-s.js +++ b/test/language/expressions/assignment/11.13.1-4-28-s.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: 11.13.1-4-28-s diff --git a/test/language/expressions/assignment/11.13.1-4-28gs.js b/test/language/expressions/assignment/11.13.1-4-28gs.js index a373fc076f97ea9ed43aaa50fc4b86cbc72c0ccb..be6fd199786184adaee56fc65724b3c38129eb2b 100644 --- a/test/language/expressions/assignment/11.13.1-4-28gs.js +++ b/test/language/expressions/assignment/11.13.1-4-28gs.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: 11.13.1-4-28gs diff --git a/test/language/expressions/assignment/11.13.1-4-29-s.js b/test/language/expressions/assignment/11.13.1-4-29-s.js index 3a6e66ce0d6c70be329ed69e2120ccefa8562e94..6f2d39c535bae3e662635718616ff524b6bde781 100644 --- a/test/language/expressions/assignment/11.13.1-4-29-s.js +++ b/test/language/expressions/assignment/11.13.1-4-29-s.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: 11.13.1-4-29-s diff --git a/test/language/expressions/assignment/11.13.1-4-29gs.js b/test/language/expressions/assignment/11.13.1-4-29gs.js index b2ef7d32b87ed0abccdcf5c7ad92bddeb1ae9cb0..e501c1ae626dfb74dda0bf9e6c2d51b6df900ab9 100644 --- a/test/language/expressions/assignment/11.13.1-4-29gs.js +++ b/test/language/expressions/assignment/11.13.1-4-29gs.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: 11.13.1-4-29gs diff --git a/test/language/expressions/assignment/11.13.1-4-3-s.js b/test/language/expressions/assignment/11.13.1-4-3-s.js index 9e32b29ef6080ec3a086d374975d03acc1fd0663..22d88388bb65ea0b5aed81e09cdc765731bec455 100644 --- a/test/language/expressions/assignment/11.13.1-4-3-s.js +++ b/test/language/expressions/assignment/11.13.1-4-3-s.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: 11.13.1-4-3-s diff --git a/test/language/expressions/assignment/11.13.1-4-30-s.js b/test/language/expressions/assignment/11.13.1-4-30-s.js index 98832f6b9833943094234ebf098fa0eef38b72a4..242f96d10af4d67e82d1a55cf1b521b6e96ef3a6 100644 --- a/test/language/expressions/assignment/11.13.1-4-30-s.js +++ b/test/language/expressions/assignment/11.13.1-4-30-s.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: 11.13.1-4-30-s diff --git a/test/language/expressions/assignment/11.13.1-4-31-s.js b/test/language/expressions/assignment/11.13.1-4-31-s.js index 3c415dc019a77eaa8eaf917c0312eeff5a04c2dc..5252a7ebf7d7d4049a6e74ccf8af4fac074e91a1 100644 --- a/test/language/expressions/assignment/11.13.1-4-31-s.js +++ b/test/language/expressions/assignment/11.13.1-4-31-s.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: 11.13.1-4-31-s diff --git a/test/language/expressions/assignment/11.13.1-4-6-s.js b/test/language/expressions/assignment/11.13.1-4-6-s.js index 2d1b2ffded8005648e9ae1b07ca10f71d0ad3dcc..bd35f51f4f8ce06acfe75bf7a43ba2ae4219b0f1 100644 --- a/test/language/expressions/assignment/11.13.1-4-6-s.js +++ b/test/language/expressions/assignment/11.13.1-4-6-s.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: 11.13.1-4-6-s diff --git a/test/language/expressions/assignment/8.12.5-3-b_1.js b/test/language/expressions/assignment/8.12.5-3-b_1.js index 96ce36c823441166f53397c592615d7fccebb493..74c10731a30564d9100252b1e4916986029ea0cb 100644 --- a/test/language/expressions/assignment/8.12.5-3-b_1.js +++ b/test/language/expressions/assignment/8.12.5-3-b_1.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: 8.12.5-3-b_1 diff --git a/test/language/expressions/assignment/8.12.5-3-b_2.js b/test/language/expressions/assignment/8.12.5-3-b_2.js index 8c393de38b48f694620787816b97292e92eb90b3..46587dcc501253a6773403f246b704f21d7acdc4 100644 --- a/test/language/expressions/assignment/8.12.5-3-b_2.js +++ b/test/language/expressions/assignment/8.12.5-3-b_2.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: 8.12.5-3-b_2 diff --git a/test/language/expressions/assignment/8.12.5-5-b_1.js b/test/language/expressions/assignment/8.12.5-5-b_1.js index 29a071c2382c622c22309469eb9967f04d7c3445..a2f9e3e9e9800508ef0b068ce944c31acaf9d3a9 100644 --- a/test/language/expressions/assignment/8.12.5-5-b_1.js +++ b/test/language/expressions/assignment/8.12.5-5-b_1.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: 8.12.5-5-b_1 diff --git a/test/language/expressions/assignment/8.14.4-8-b_1.js b/test/language/expressions/assignment/8.14.4-8-b_1.js index 04b5e94d4b8624bc77b3ca97272b3fc4db005a26..842cd647436b9f208e0f09de7e21c325e9eed85b 100644 --- a/test/language/expressions/assignment/8.14.4-8-b_1.js +++ b/test/language/expressions/assignment/8.14.4-8-b_1.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: 8.14.4-8-b_1 diff --git a/test/language/expressions/assignment/8.14.4-8-b_2.js b/test/language/expressions/assignment/8.14.4-8-b_2.js index 4088737b9f7f354d68b458a48371afd99e70851a..61c1f3f402e020a2368017727f33fe21ac545997 100644 --- a/test/language/expressions/assignment/8.14.4-8-b_2.js +++ b/test/language/expressions/assignment/8.14.4-8-b_2.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: 8.14.4-8-b_2 diff --git a/test/language/expressions/call/11.2.3-3_1.js b/test/language/expressions/call/11.2.3-3_1.js index c1495dba644f25e9b518e60c4ff61d3d57ca0182..4ae4848421c7e83a0d4e6d2677f217c55b5b3e63 100644 --- a/test/language/expressions/call/11.2.3-3_1.js +++ b/test/language/expressions/call/11.2.3-3_1.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: 11.2.3-3_1 diff --git a/test/language/expressions/call/11.2.3-3_2.js b/test/language/expressions/call/11.2.3-3_2.js index 92987c081e1cd145df24fb18504acf85183200f7..0de02c677e8266a3dded0eee212c5eb87a98c4e7 100644 --- a/test/language/expressions/call/11.2.3-3_2.js +++ b/test/language/expressions/call/11.2.3-3_2.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: 11.2.3-3_2 diff --git a/test/language/expressions/call/11.2.3-3_3.js b/test/language/expressions/call/11.2.3-3_3.js index 51c43dd39964a1e228b245da309fd9a87b60eced..ef652bbd93821abb325ad16f08cba549bdb90f72 100644 --- a/test/language/expressions/call/11.2.3-3_3.js +++ b/test/language/expressions/call/11.2.3-3_3.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: 11.2.3-3_3 diff --git a/test/language/expressions/call/11.2.3-3_4.js b/test/language/expressions/call/11.2.3-3_4.js index 328aac8ea041a95ccb62eac79fedf9f239ac5a4a..99a7c543e83304655e5118c73da71ef42e5d19a0 100644 --- a/test/language/expressions/call/11.2.3-3_4.js +++ b/test/language/expressions/call/11.2.3-3_4.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: 11.2.3-3_4 diff --git a/test/language/expressions/call/11.2.3-3_5.js b/test/language/expressions/call/11.2.3-3_5.js index 93bc8709103be7a7b3b17a764b22d34961621e6d..f3e58fa1b4bf3ce2b52ae0bfed1a547cabb85785 100644 --- a/test/language/expressions/call/11.2.3-3_5.js +++ b/test/language/expressions/call/11.2.3-3_5.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: 11.2.3-3_5 diff --git a/test/language/expressions/call/11.2.3-3_6.js b/test/language/expressions/call/11.2.3-3_6.js index 798e7bcdf3b1f79543dd1b46fff287773407a8b0..b302abac7151b5334cd3546e284828ca91e31412 100644 --- a/test/language/expressions/call/11.2.3-3_6.js +++ b/test/language/expressions/call/11.2.3-3_6.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: 11.2.3-3_6 diff --git a/test/language/expressions/call/11.2.3-3_7.js b/test/language/expressions/call/11.2.3-3_7.js index ad6743f51ce43382d6e7e5becf15cd252eb0d055..318413d92743d623a17b78e02deb5c226e40ac44 100644 --- a/test/language/expressions/call/11.2.3-3_7.js +++ b/test/language/expressions/call/11.2.3-3_7.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: 11.2.3-3_7 diff --git a/test/language/expressions/call/11.2.3-3_8.js b/test/language/expressions/call/11.2.3-3_8.js index 78d463a25a58f7e25a14110ad702249a0c3b1486..b0f4677b90b0a9e987e2645a00dea580a32f7894 100644 --- a/test/language/expressions/call/11.2.3-3_8.js +++ b/test/language/expressions/call/11.2.3-3_8.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: 11.2.3-3_8 diff --git a/test/language/expressions/compound-assignment/11.13.2-1-s.js b/test/language/expressions/compound-assignment/11.13.2-1-s.js index d033a8817d8f7ef6d2135942339312c4e2da2b8f..159b17bfc9b2738dd9bd8e8f5cfc8d1eedd4d53d 100644 --- a/test/language/expressions/compound-assignment/11.13.2-1-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-1-s.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: 11.13.2-1-s diff --git a/test/language/expressions/compound-assignment/11.13.2-10-s.js b/test/language/expressions/compound-assignment/11.13.2-10-s.js index dfe63f85b339021a71c681d521336366a7ccc3f9..b5726c941eab0f08dfee66276ec278e301486f04 100644 --- a/test/language/expressions/compound-assignment/11.13.2-10-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-10-s.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: 11.13.2-10-s diff --git a/test/language/expressions/compound-assignment/11.13.2-11-s.js b/test/language/expressions/compound-assignment/11.13.2-11-s.js index 21ffc82150f85bbec1e10e7eae484184eb6c35e5..a55be9a4cc457e6f84529bbc75ced5abed8a3b88 100644 --- a/test/language/expressions/compound-assignment/11.13.2-11-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-11-s.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: 11.13.2-11-s diff --git a/test/language/expressions/compound-assignment/11.13.2-12-s.js b/test/language/expressions/compound-assignment/11.13.2-12-s.js index 62300cb9408e39bcd2f387e315c654c9f4fcb5be..9325808a760eb7c41f5c5b24fb46e82588345522 100644 --- a/test/language/expressions/compound-assignment/11.13.2-12-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-12-s.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: 11.13.2-12-s diff --git a/test/language/expressions/compound-assignment/11.13.2-13-s.js b/test/language/expressions/compound-assignment/11.13.2-13-s.js index eac6487d33fbe35f05152e8bff5a79d718d2179f..da586e107061ad3156b4172f1c18dc5029790ecc 100644 --- a/test/language/expressions/compound-assignment/11.13.2-13-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-13-s.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: 11.13.2-13-s diff --git a/test/language/expressions/compound-assignment/11.13.2-14-s.js b/test/language/expressions/compound-assignment/11.13.2-14-s.js index ae466bfc4d23967a7ceaf455f876f3399098f305..f76b72ae13893887cf6b9bcf22e18736ef37e7af 100644 --- a/test/language/expressions/compound-assignment/11.13.2-14-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-14-s.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: 11.13.2-14-s diff --git a/test/language/expressions/compound-assignment/11.13.2-15-s.js b/test/language/expressions/compound-assignment/11.13.2-15-s.js index 240ea6c5b146a37512d1d7ef96c9a8da6e26aede..cd66ecc3a69b9198fd83085137f98fc628c627e3 100644 --- a/test/language/expressions/compound-assignment/11.13.2-15-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-15-s.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: 11.13.2-15-s diff --git a/test/language/expressions/compound-assignment/11.13.2-16-s.js b/test/language/expressions/compound-assignment/11.13.2-16-s.js index 9efbf94693e71ad35f5317a909fc202bca90beb3..fb66e8502bb3e827037af6438bc7505f104cdd86 100644 --- a/test/language/expressions/compound-assignment/11.13.2-16-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-16-s.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: 11.13.2-16-s diff --git a/test/language/expressions/compound-assignment/11.13.2-17-s.js b/test/language/expressions/compound-assignment/11.13.2-17-s.js index cafc339bbd6958f6da8214f66b44712b51f4c647..d475e208a99b592951f463aa6fc1c0dbdd535cc3 100644 --- a/test/language/expressions/compound-assignment/11.13.2-17-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-17-s.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: 11.13.2-17-s diff --git a/test/language/expressions/compound-assignment/11.13.2-18-s.js b/test/language/expressions/compound-assignment/11.13.2-18-s.js index c9ce6defab724ffd41823de9e2c7e0ae2db37b19..6cbdb0b6b3abb5688266ff1f7e0ac1e6534e7b0f 100644 --- a/test/language/expressions/compound-assignment/11.13.2-18-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-18-s.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: 11.13.2-18-s diff --git a/test/language/expressions/compound-assignment/11.13.2-19-s.js b/test/language/expressions/compound-assignment/11.13.2-19-s.js index 3b2ed5e35e14d1cdbbfb6f6f00bf2845496f03d0..b13bca40a8d74e5e4d240befae3eb32706e80643 100644 --- a/test/language/expressions/compound-assignment/11.13.2-19-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-19-s.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: 11.13.2-19-s diff --git a/test/language/expressions/compound-assignment/11.13.2-2-s.js b/test/language/expressions/compound-assignment/11.13.2-2-s.js index 4ef23dbe6f49533ca839ac09411a44086a9f102f..78ea77f01c6c328e2ab24b0e780139ddcd829242 100644 --- a/test/language/expressions/compound-assignment/11.13.2-2-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-2-s.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: 11.13.2-2-s diff --git a/test/language/expressions/compound-assignment/11.13.2-20-s.js b/test/language/expressions/compound-assignment/11.13.2-20-s.js index 6eedb3ff29678f5e7e686a6a222d0fd3a86aac37..a4abfbed660edc3bf650f0c6eacc9ff7db2d5a37 100644 --- a/test/language/expressions/compound-assignment/11.13.2-20-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-20-s.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: 11.13.2-20-s diff --git a/test/language/expressions/compound-assignment/11.13.2-21-s.js b/test/language/expressions/compound-assignment/11.13.2-21-s.js index 3d758012caf63b605a638822bf1d7a826982da83..c7086f30e4d974fd7a4bf03d832466fa36fe7808 100644 --- a/test/language/expressions/compound-assignment/11.13.2-21-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-21-s.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: 11.13.2-21-s diff --git a/test/language/expressions/compound-assignment/11.13.2-22-s.js b/test/language/expressions/compound-assignment/11.13.2-22-s.js index 11033eb54cbe88987c4206892d03d38c912a5b88..01977e2b92e5f89aec9eb907acda5d4825dd0aaf 100644 --- a/test/language/expressions/compound-assignment/11.13.2-22-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-22-s.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: 11.13.2-22-s diff --git a/test/language/expressions/compound-assignment/11.13.2-23-s.js b/test/language/expressions/compound-assignment/11.13.2-23-s.js index f7d7c27d3b2ada8747e35ddf4f364a70194f96e9..739f623725a0903cdb772bf2c948fa032aada5b1 100644 --- a/test/language/expressions/compound-assignment/11.13.2-23-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-23-s.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: 11.13.2-23-s diff --git a/test/language/expressions/compound-assignment/11.13.2-24-s.js b/test/language/expressions/compound-assignment/11.13.2-24-s.js index f214a1bc6b855ac99627a2a4b3dd8cdb8582b4a3..a4042bc4f8a43d8b0548a8968610aa2399ef5d4d 100644 --- a/test/language/expressions/compound-assignment/11.13.2-24-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-24-s.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: 11.13.2-24-s diff --git a/test/language/expressions/compound-assignment/11.13.2-25-s.js b/test/language/expressions/compound-assignment/11.13.2-25-s.js index b21fc293bbe89b1af57bfdb70bcbf0974126fc02..3a0955547fbaddd5af3bcfad7bfebaf8a6447794 100644 --- a/test/language/expressions/compound-assignment/11.13.2-25-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-25-s.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: 11.13.2-25-s diff --git a/test/language/expressions/compound-assignment/11.13.2-26-s.js b/test/language/expressions/compound-assignment/11.13.2-26-s.js index a1cbb7e4b956285fd0b5c1ffa3bf0a002b3066c4..53fae86891da4cd49ea26d07bf5119c27e0ef349 100644 --- a/test/language/expressions/compound-assignment/11.13.2-26-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-26-s.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: 11.13.2-26-s diff --git a/test/language/expressions/compound-assignment/11.13.2-27-s.js b/test/language/expressions/compound-assignment/11.13.2-27-s.js index 4367a57aacdcdac2d407c6ee1e9bdd3b3abd3cc1..d4d92cf0be6bda4671e1dca57b8ca417b660b001 100644 --- a/test/language/expressions/compound-assignment/11.13.2-27-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-27-s.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: 11.13.2-27-s diff --git a/test/language/expressions/compound-assignment/11.13.2-28-s.js b/test/language/expressions/compound-assignment/11.13.2-28-s.js index 09c15f7a3db808cf128ed9e7af1c77f5adc87fa2..d65fcbefcf041d082b561d93caa15dab2951b7d2 100644 --- a/test/language/expressions/compound-assignment/11.13.2-28-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-28-s.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: 11.13.2-28-s diff --git a/test/language/expressions/compound-assignment/11.13.2-29-s.js b/test/language/expressions/compound-assignment/11.13.2-29-s.js index d4da2143d7cf3e1a3ffd0ee7cbbb0e8e08ebae86..8974a1615f01288a4068bf98bf32d11a89e68ee0 100644 --- a/test/language/expressions/compound-assignment/11.13.2-29-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-29-s.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: 11.13.2-29-s diff --git a/test/language/expressions/compound-assignment/11.13.2-3-s.js b/test/language/expressions/compound-assignment/11.13.2-3-s.js index 3c15e56b0893abbb3642869e61be3ff23479743f..8eb11c9d05c813699cef1669c7f697b21c256c01 100644 --- a/test/language/expressions/compound-assignment/11.13.2-3-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-3-s.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: 11.13.2-3-s diff --git a/test/language/expressions/compound-assignment/11.13.2-30-s.js b/test/language/expressions/compound-assignment/11.13.2-30-s.js index a743f92bf2e29b793a9e906f2ad5effd42776f73..ab927ad0d0a39e022522787fb1a093adbf7e0381 100644 --- a/test/language/expressions/compound-assignment/11.13.2-30-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-30-s.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: 11.13.2-30-s diff --git a/test/language/expressions/compound-assignment/11.13.2-31-s.js b/test/language/expressions/compound-assignment/11.13.2-31-s.js index 56a44ea09d4e0b3ad798615578f129fa596d24e9..878ed63e3b689fc55f05bfc7be1bf14989daf92f 100644 --- a/test/language/expressions/compound-assignment/11.13.2-31-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-31-s.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: 11.13.2-31-s diff --git a/test/language/expressions/compound-assignment/11.13.2-32-s.js b/test/language/expressions/compound-assignment/11.13.2-32-s.js index 4f2f156db1b92cdbf1ebebf7c2aede98aab441b4..96f1ad9df29b20d206e9eb4bf4f1271f4eb605dd 100644 --- a/test/language/expressions/compound-assignment/11.13.2-32-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-32-s.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: 11.13.2-32-s diff --git a/test/language/expressions/compound-assignment/11.13.2-33-s.js b/test/language/expressions/compound-assignment/11.13.2-33-s.js index 733550e6e029792d26b09ba6572fe8dee93ec743..f1aa5b365b9913a65c78456721be3468ba6250b9 100644 --- a/test/language/expressions/compound-assignment/11.13.2-33-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-33-s.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: 11.13.2-33-s diff --git a/test/language/expressions/compound-assignment/11.13.2-34-s.js b/test/language/expressions/compound-assignment/11.13.2-34-s.js index b30a1c1acdcb0447f945690ad66764a328674a21..5ae15b667497dfc26741e6e053263234f95eef37 100644 --- a/test/language/expressions/compound-assignment/11.13.2-34-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-34-s.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: 11.13.2-34-s diff --git a/test/language/expressions/compound-assignment/11.13.2-35-s.js b/test/language/expressions/compound-assignment/11.13.2-35-s.js index d1563bd2729085478551a6deb7dcccf3bb25c3ac..78aec217b4a0527d3f9970f2d152b54aafeb7944 100644 --- a/test/language/expressions/compound-assignment/11.13.2-35-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-35-s.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: 11.13.2-35-s diff --git a/test/language/expressions/compound-assignment/11.13.2-36-s.js b/test/language/expressions/compound-assignment/11.13.2-36-s.js index d7a322d9dd8e40cbbd1b0b016e816b35a6f790e3..3d771cff676bf09ef8f85c69c1469da34b50e3d4 100644 --- a/test/language/expressions/compound-assignment/11.13.2-36-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-36-s.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: 11.13.2-36-s diff --git a/test/language/expressions/compound-assignment/11.13.2-37-s.js b/test/language/expressions/compound-assignment/11.13.2-37-s.js index 2484365bb32540c889d1455f9650fbc376027b41..c21c84a7b01d2d73611faacfd0951580ac42f3f6 100644 --- a/test/language/expressions/compound-assignment/11.13.2-37-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-37-s.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: 11.13.2-37-s diff --git a/test/language/expressions/compound-assignment/11.13.2-38-s.js b/test/language/expressions/compound-assignment/11.13.2-38-s.js index 5daca5f4516289f030d868f21ba01087b1fe01c3..6e637599aa08c14862c6ff6bb46e5a2cfa5919e3 100644 --- a/test/language/expressions/compound-assignment/11.13.2-38-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-38-s.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: 11.13.2-38-s diff --git a/test/language/expressions/compound-assignment/11.13.2-39-s.js b/test/language/expressions/compound-assignment/11.13.2-39-s.js index 07853f3f722c68ac9a7eea438f3c0780b29c65c4..3b78d131eca422d6d9eec4ae5f199311fd39abe9 100644 --- a/test/language/expressions/compound-assignment/11.13.2-39-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-39-s.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: 11.13.2-39-s diff --git a/test/language/expressions/compound-assignment/11.13.2-4-s.js b/test/language/expressions/compound-assignment/11.13.2-4-s.js index 1c2d609e8e5e74a70bbe5eadf3d293a2e2fe5ea5..3370fe1878088618dd472b4d55fd28b75432ddd8 100644 --- a/test/language/expressions/compound-assignment/11.13.2-4-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-4-s.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: 11.13.2-4-s diff --git a/test/language/expressions/compound-assignment/11.13.2-40-s.js b/test/language/expressions/compound-assignment/11.13.2-40-s.js index b70b95c035102cea22eb7835ccd3585251d940ea..ac6cd92e6ec5846ffee953265852e53ce5ec3c80 100644 --- a/test/language/expressions/compound-assignment/11.13.2-40-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-40-s.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: 11.13.2-40-s diff --git a/test/language/expressions/compound-assignment/11.13.2-41-s.js b/test/language/expressions/compound-assignment/11.13.2-41-s.js index b3522e2ea283363bc890b455fa98cb990ee8ff89..707032af8756e5c43333c966d21fc26c5409adb3 100644 --- a/test/language/expressions/compound-assignment/11.13.2-41-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-41-s.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: 11.13.2-41-s diff --git a/test/language/expressions/compound-assignment/11.13.2-42-s.js b/test/language/expressions/compound-assignment/11.13.2-42-s.js index 4d4e130466bd858195d1b81110c724f35e3e17ce..5d81a5130ac3efb804e55ce18a08c6af81f65c65 100644 --- a/test/language/expressions/compound-assignment/11.13.2-42-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-42-s.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: 11.13.2-42-s diff --git a/test/language/expressions/compound-assignment/11.13.2-43-s.js b/test/language/expressions/compound-assignment/11.13.2-43-s.js index de3f26aed3ad37a6649baaec289052ea50ac66bd..b3c1e38b38788bd8befed2388cbe6dd19582bb7d 100644 --- a/test/language/expressions/compound-assignment/11.13.2-43-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-43-s.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: 11.13.2-43-s diff --git a/test/language/expressions/compound-assignment/11.13.2-44-s.js b/test/language/expressions/compound-assignment/11.13.2-44-s.js index d9fc2f07261adf960af273f25ef0f8d5591ba2d5..75808f9ac19f210fa98c2a09c0df2e505f753c78 100644 --- a/test/language/expressions/compound-assignment/11.13.2-44-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-44-s.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: 11.13.2-44-s diff --git a/test/language/expressions/compound-assignment/11.13.2-45-s.js b/test/language/expressions/compound-assignment/11.13.2-45-s.js index f9a6e0040749c5b6f0af4c061f4a40791429007e..b912bfd9da403bff9c0be75a3d80eac43cf5ba38 100644 --- a/test/language/expressions/compound-assignment/11.13.2-45-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-45-s.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: 11.13.2-45-s diff --git a/test/language/expressions/compound-assignment/11.13.2-46-s.js b/test/language/expressions/compound-assignment/11.13.2-46-s.js index bdc4af1575c4d89a482086c860201df95c74548a..81af78fd79796079e74af19ce601e4e4dfcfc999 100644 --- a/test/language/expressions/compound-assignment/11.13.2-46-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-46-s.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: 11.13.2-46-s diff --git a/test/language/expressions/compound-assignment/11.13.2-47-s.js b/test/language/expressions/compound-assignment/11.13.2-47-s.js index fbb0beb0bee1d0eccc5cb1b4ba84a1d7ede40225..bd195e5eb589e9eb3abc02758d0960cb78c20aed 100644 --- a/test/language/expressions/compound-assignment/11.13.2-47-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-47-s.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: 11.13.2-47-s diff --git a/test/language/expressions/compound-assignment/11.13.2-48-s.js b/test/language/expressions/compound-assignment/11.13.2-48-s.js index 821fc906fd060f7e9d10659c4a83d0d9152a45ab..a6f09bfe956ef236e1f1f9bc8405b7e0872a575d 100644 --- a/test/language/expressions/compound-assignment/11.13.2-48-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-48-s.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: 11.13.2-48-s diff --git a/test/language/expressions/compound-assignment/11.13.2-49-s.js b/test/language/expressions/compound-assignment/11.13.2-49-s.js index 4a452befdae02cdffb9d278c7ef23931065e5355..fc5dff939baf2beb93220f3f2ccbfc420f0a1a28 100644 --- a/test/language/expressions/compound-assignment/11.13.2-49-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-49-s.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: 11.13.2-49-s diff --git a/test/language/expressions/compound-assignment/11.13.2-5-s.js b/test/language/expressions/compound-assignment/11.13.2-5-s.js index 90c818281a504175f9017c5d0f5e2cf9d91808ef..6c9bc27a6b1b0be58f60dde7586e6982124edc24 100644 --- a/test/language/expressions/compound-assignment/11.13.2-5-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-5-s.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: 11.13.2-5-s diff --git a/test/language/expressions/compound-assignment/11.13.2-50-s.js b/test/language/expressions/compound-assignment/11.13.2-50-s.js index 9d1ac4e5b30ed9251e556609f72d2f7290552fac..bca80fc10020ef754810dad5c225c30b44d756dd 100644 --- a/test/language/expressions/compound-assignment/11.13.2-50-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-50-s.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: 11.13.2-50-s diff --git a/test/language/expressions/compound-assignment/11.13.2-51-s.js b/test/language/expressions/compound-assignment/11.13.2-51-s.js index 975c6dc3daa8fa93ce7eab553493c91b84a3c1fb..1700bb52d10e90ea2db7ed041858d9a2f8fa847f 100644 --- a/test/language/expressions/compound-assignment/11.13.2-51-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-51-s.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: 11.13.2-51-s diff --git a/test/language/expressions/compound-assignment/11.13.2-52-s.js b/test/language/expressions/compound-assignment/11.13.2-52-s.js index ad8c00972afe4f885cd2b77b29bd62745859e5d6..903fe627ceea15c446cf52a9610356e233b3109b 100644 --- a/test/language/expressions/compound-assignment/11.13.2-52-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-52-s.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: 11.13.2-52-s diff --git a/test/language/expressions/compound-assignment/11.13.2-53-s.js b/test/language/expressions/compound-assignment/11.13.2-53-s.js index 93b7fe5a59115735ccdb176549467c4fbd11c78f..e806f5c7f05630621afbbff8850d3ef262b22b69 100644 --- a/test/language/expressions/compound-assignment/11.13.2-53-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-53-s.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: 11.13.2-53-s diff --git a/test/language/expressions/compound-assignment/11.13.2-54-s.js b/test/language/expressions/compound-assignment/11.13.2-54-s.js index 6f9259d2b0ceb4e5816be2bd4257c63c14539f8b..3ea74293a3ab4fe63dd5df73174914a697c0b1d2 100644 --- a/test/language/expressions/compound-assignment/11.13.2-54-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-54-s.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: 11.13.2-54-s diff --git a/test/language/expressions/compound-assignment/11.13.2-55-s.js b/test/language/expressions/compound-assignment/11.13.2-55-s.js index 85269cdb3301fd0eebb1bf19345c7f7a530df9f8..572557313210c31aea47ea37f6a2c1608e11ff20 100644 --- a/test/language/expressions/compound-assignment/11.13.2-55-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-55-s.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: 11.13.2-55-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-1-s.js b/test/language/expressions/compound-assignment/11.13.2-6-1-s.js index c290462fd89183cbd351665672c33f8bdeec6b2e..cc66c4642ad0ba0461e032f7c08f52fff84dd963 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-1-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-1-s.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: 11.13.2-6-1-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-10-s.js b/test/language/expressions/compound-assignment/11.13.2-6-10-s.js index 84caf2582927c9fde0ed61f67645ba87f053e7c9..e126407e213103808381988893099494897303e5 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-10-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-10-s.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: 11.13.2-6-10-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-11-s.js b/test/language/expressions/compound-assignment/11.13.2-6-11-s.js index 573028ca6d7dc83e92f1053013d5bc86e62bc861..ea5caeca817e56488b10e33b070d439f58440b66 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-11-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-11-s.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: 11.13.2-6-11-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-12-s.js b/test/language/expressions/compound-assignment/11.13.2-6-12-s.js index 1391aef66e1f5d3030ddc731db36d8ba16232f10..5a5135b0ba1ccf6230c9c7f5ed905a3fef8521ac 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-12-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-12-s.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: 11.13.2-6-12-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-13-s.js b/test/language/expressions/compound-assignment/11.13.2-6-13-s.js index 7c9abed67cffbe271b870fbcbfbc41f168660165..50b386204e793e71805c4deb7c7e3d09c60d2d1d 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-13-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-13-s.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: 11.13.2-6-13-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-14-s.js b/test/language/expressions/compound-assignment/11.13.2-6-14-s.js index b2af07b0798c7781d02deeceec626a1cd7007e73..df9f3fcb73751b4134846c20e3caead3f9ba2251 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-14-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-14-s.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: 11.13.2-6-14-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-15-s.js b/test/language/expressions/compound-assignment/11.13.2-6-15-s.js index 4f82ceef729d8101ba787aa6aa0d426644fa9f08..69005682ced69b5073ce575aa65162e3168794c3 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-15-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-15-s.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: 11.13.2-6-15-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-16-s.js b/test/language/expressions/compound-assignment/11.13.2-6-16-s.js index 0d2effc5571f759989da10cf7f6eec0d20f91b30..7b8911f811acb3286a7af1453249fd37607daf7c 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-16-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-16-s.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: 11.13.2-6-16-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-17-s.js b/test/language/expressions/compound-assignment/11.13.2-6-17-s.js index aad8bcee02c8bd2f482b381f15ed4e2b69d50d1b..fd7cc5ce2187fce84a21fea5efc782c7ff656921 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-17-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-17-s.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: 11.13.2-6-17-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-18-s.js b/test/language/expressions/compound-assignment/11.13.2-6-18-s.js index 18f7121d85da40ac7e5099255b145a68b39aee84..421d68a4b40b3ec9627ce15a4b3ea7d2c0f4846a 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-18-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-18-s.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: 11.13.2-6-18-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-19-s.js b/test/language/expressions/compound-assignment/11.13.2-6-19-s.js index 1c37e1ba5f42996b0c97d80cc214e9fb5c6ed368..6cd1363399ff06d5d1eb6feda796643a24e6d3cf 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-19-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-19-s.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: 11.13.2-6-19-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-1gs.js b/test/language/expressions/compound-assignment/11.13.2-6-1gs.js index 8e42ac9ccc86f5ae1646b0675c59f49c66c22f32..0ffe2294d4e9abe8936cced4af3ba279193d8d3c 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-1gs.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-1gs.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: 11.13.2-6-1gs diff --git a/test/language/expressions/compound-assignment/11.13.2-6-2-s.js b/test/language/expressions/compound-assignment/11.13.2-6-2-s.js index d8170d30ec1527b68e7db5cde5bb90f7f6342a09..3be6d709f971e71f4b9d11d1bcbb13853c2665f8 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-2-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-2-s.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: 11.13.2-6-2-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-20-s.js b/test/language/expressions/compound-assignment/11.13.2-6-20-s.js index 4f24caaf10c3d2da0484cb001259cce624390859..d02a0af9e19f9efa83cfc95ced501831b3c29904 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-20-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-20-s.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: 11.13.2-6-20-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-21-s.js b/test/language/expressions/compound-assignment/11.13.2-6-21-s.js index bdc10ebcf2be595edd42f0f8c99fa75fa50929c5..ef7c25f95688fed02f6986e9f6c53cbf2d3438ee 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-21-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-21-s.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: 11.13.2-6-21-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-22-s.js b/test/language/expressions/compound-assignment/11.13.2-6-22-s.js index abc28a6a6adfcf29021211de5d8945d2900d8376..57ebde975c4e2aa04e15dc10039b8f8f5785dafc 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-22-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-22-s.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: 11.13.2-6-22-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-3-s.js b/test/language/expressions/compound-assignment/11.13.2-6-3-s.js index 5f11fc4a958fcca1d0169496204ece1eb2f98f44..0612d5364f49ab8d94240fa5d544091fd9299340 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-3-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-3-s.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: 11.13.2-6-3-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-4-s.js b/test/language/expressions/compound-assignment/11.13.2-6-4-s.js index e6091ca4f172f73f7c18ae1c9d817560830f4146..eab0d354ce5aa83044d5044bae254b6dd20ce8cf 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-4-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-4-s.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: 11.13.2-6-4-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-5-s.js b/test/language/expressions/compound-assignment/11.13.2-6-5-s.js index ccb5192a0b4d03ab9bce98cf8d6ce49945ad7dfe..93389778e8ddc14fdcf0c5d5e572b9f114027ac6 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-5-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-5-s.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: 11.13.2-6-5-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-6-s.js b/test/language/expressions/compound-assignment/11.13.2-6-6-s.js index e71fb144b8a1d5fe2d7700c720b8bf2cd01a5f81..b57fed01017ba33be14a661040df0b27a0085eb1 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-6-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-6-s.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: 11.13.2-6-6-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-7-s.js b/test/language/expressions/compound-assignment/11.13.2-6-7-s.js index ae0ac5e2606cfee78e372470e006523bcdc4db63..1599e4f899bcb75449620464a29fc7bbe14006f0 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-7-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-7-s.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: 11.13.2-6-7-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-8-s.js b/test/language/expressions/compound-assignment/11.13.2-6-8-s.js index 1cdfbbbbbc9d31392339e4f3b50648a46c31257a..66519aa72a9da624a558a1d5ee053bfffea19a95 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-8-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-8-s.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: 11.13.2-6-8-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-9-s.js b/test/language/expressions/compound-assignment/11.13.2-6-9-s.js index 5a734605090d570ff21e7040aad6e344d877900b..098cca5865d74f0a9478a190feef8c79957dd10d 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-9-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-9-s.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: 11.13.2-6-9-s diff --git a/test/language/expressions/compound-assignment/11.13.2-6-s.js b/test/language/expressions/compound-assignment/11.13.2-6-s.js index a3c20ba1b656ef3c6f7e2f4f41dde51a38c1c960..563676a9af142737b8d332606700d9b5404984ff 100644 --- a/test/language/expressions/compound-assignment/11.13.2-6-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-6-s.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: 11.13.2-6-s diff --git a/test/language/expressions/compound-assignment/11.13.2-7-s.js b/test/language/expressions/compound-assignment/11.13.2-7-s.js index 5f74936ffa4e5f61f3a256ba8f02189fa94870ec..f6a6fa948e3d64c71611c995ced9090f58af8ee5 100644 --- a/test/language/expressions/compound-assignment/11.13.2-7-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-7-s.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: 11.13.2-7-s diff --git a/test/language/expressions/compound-assignment/11.13.2-8-s.js b/test/language/expressions/compound-assignment/11.13.2-8-s.js index 9ec7950b778146e6a3bbf417ce7f9ac4a28485ee..d37ef25a6a5e5236676b3afe2f06ecd74d0453ae 100644 --- a/test/language/expressions/compound-assignment/11.13.2-8-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-8-s.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: 11.13.2-8-s diff --git a/test/language/expressions/compound-assignment/11.13.2-9-s.js b/test/language/expressions/compound-assignment/11.13.2-9-s.js index cdf20282c5c1a0c4ff93f374532a41e389a3e59b..b58701da848942a99aed3e3606e3c75dd3be9934 100644 --- a/test/language/expressions/compound-assignment/11.13.2-9-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-9-s.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: 11.13.2-9-s diff --git a/test/language/expressions/delete/11.4.1-0-1.js b/test/language/expressions/delete/11.4.1-0-1.js index 7bcf99a86e36837f5de7b3627ebb94b57c576211..bdabfbdb5f97f4b8eba6aeda12d43965b62777d8 100644 --- a/test/language/expressions/delete/11.4.1-0-1.js +++ b/test/language/expressions/delete/11.4.1-0-1.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-2-1.js b/test/language/expressions/delete/11.4.1-2-1.js index 742fc5e9ae21c1b03333e586c16f6efd8bba1e0a..4d88210e5bb85abde003b64b41cb19491c6fc5b7 100644 --- a/test/language/expressions/delete/11.4.1-2-1.js +++ b/test/language/expressions/delete/11.4.1-2-1.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: 11.4.1-2-1 diff --git a/test/language/expressions/delete/11.4.1-2-2.js b/test/language/expressions/delete/11.4.1-2-2.js index f5efd06962c1c32143340462216a2ddf874021a9..e801c2799a51027e3e0a5c9990dc69d0ba3df0a3 100644 --- a/test/language/expressions/delete/11.4.1-2-2.js +++ b/test/language/expressions/delete/11.4.1-2-2.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: 11.4.1-2-2 diff --git a/test/language/expressions/delete/11.4.1-2-3.js b/test/language/expressions/delete/11.4.1-2-3.js index 6821dfa5ee8e94ab5b56b76f6f85957d2612b66c..a55699770fc424dab3e896ff5107c1bba9ef9187 100644 --- a/test/language/expressions/delete/11.4.1-2-3.js +++ b/test/language/expressions/delete/11.4.1-2-3.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: 11.4.1-2-3 diff --git a/test/language/expressions/delete/11.4.1-2-4.js b/test/language/expressions/delete/11.4.1-2-4.js index 83cc963a9ca974a28807d7964a49b4a495bfef5b..a2cb46eba2a702219261f6e523a548fe2cf95d86 100644 --- a/test/language/expressions/delete/11.4.1-2-4.js +++ b/test/language/expressions/delete/11.4.1-2-4.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: 11.4.1-2-4 diff --git a/test/language/expressions/delete/11.4.1-2-5.js b/test/language/expressions/delete/11.4.1-2-5.js index f3c24f2dc26bb589a94981eac1c247ed025d74e9..55784bc5ecd24c3cbc7626914e6c927a5c15a98e 100644 --- a/test/language/expressions/delete/11.4.1-2-5.js +++ b/test/language/expressions/delete/11.4.1-2-5.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: 11.4.1-2-5 diff --git a/test/language/expressions/delete/11.4.1-2-6.js b/test/language/expressions/delete/11.4.1-2-6.js index 8730a0bd1bfe33a5ce5e1544e8a9c9f78e9e6faf..d772298385d204c5e124b2c958fcc25a2c2a2909 100644 --- a/test/language/expressions/delete/11.4.1-2-6.js +++ b/test/language/expressions/delete/11.4.1-2-6.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: 11.4.1-2-6 diff --git a/test/language/expressions/delete/11.4.1-3-1.js b/test/language/expressions/delete/11.4.1-3-1.js index aac7f0af7da81a78edec5b2615a4249abadbcf78..2aa0a935ace08a454cc8a15ab3f1afeda7e0ccaa 100644 --- a/test/language/expressions/delete/11.4.1-3-1.js +++ b/test/language/expressions/delete/11.4.1-3-1.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: 11.4.1-3-1 diff --git a/test/language/expressions/delete/11.4.1-3-2.js b/test/language/expressions/delete/11.4.1-3-2.js index f87c71d87800370b797c6f2c1673629f9e08688e..df1c3f612e36be43b667d3f1da57f1dc18ae5ce1 100644 --- a/test/language/expressions/delete/11.4.1-3-2.js +++ b/test/language/expressions/delete/11.4.1-3-2.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: 11.4.1-3-2 diff --git a/test/language/expressions/delete/11.4.1-3-3.js b/test/language/expressions/delete/11.4.1-3-3.js index 9ed39061bae432d8188a1aa57e5c80898c380adb..a514fad092103f27a7c96e1a1cb901db393ed891 100644 --- a/test/language/expressions/delete/11.4.1-3-3.js +++ b/test/language/expressions/delete/11.4.1-3-3.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: 11.4.1-3-3 diff --git a/test/language/expressions/delete/11.4.1-3-a-1-s.js b/test/language/expressions/delete/11.4.1-3-a-1-s.js index 38e1653f278f66f7030bd192cb6df781eeba963f..fd3db626cc345df39b25e1526f92235810cd4d97 100644 --- a/test/language/expressions/delete/11.4.1-3-a-1-s.js +++ b/test/language/expressions/delete/11.4.1-3-a-1-s.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: 11.4.1-3-a-1-s diff --git a/test/language/expressions/delete/11.4.1-4-a-1-s.js b/test/language/expressions/delete/11.4.1-4-a-1-s.js index f4f801e9a507da164236c6073e27b040f1755dae..cd5b561e9eab5b829039c7b4e1fc45a6921652ea 100644 --- a/test/language/expressions/delete/11.4.1-4-a-1-s.js +++ b/test/language/expressions/delete/11.4.1-4-a-1-s.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: 11.4.1-4-a-1-s diff --git a/test/language/expressions/delete/11.4.1-4-a-2-s.js b/test/language/expressions/delete/11.4.1-4-a-2-s.js index 25dddedc9b6509cad3bcd02006353fefdc084978..b61a6c0e69769b6350f1ed7fd0fd946782772e5a 100644 --- a/test/language/expressions/delete/11.4.1-4-a-2-s.js +++ b/test/language/expressions/delete/11.4.1-4-a-2-s.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: 11.4.1-4-a-2-s diff --git a/test/language/expressions/delete/11.4.1-4-a-3-s.js b/test/language/expressions/delete/11.4.1-4-a-3-s.js index 304729795695ff03c95e0237eb051b25bd4ab1c4..ee0a00693d9d5699b3f062e09fcc01d08e1ed104 100644 --- a/test/language/expressions/delete/11.4.1-4-a-3-s.js +++ b/test/language/expressions/delete/11.4.1-4-a-3-s.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: 11.4.1-4-a-3-s diff --git a/test/language/expressions/delete/11.4.1-4-a-4-s.js b/test/language/expressions/delete/11.4.1-4-a-4-s.js index b592b58f8720738bc824c567b25b05cdd8a02834..9615b50414bd8b6831b266895e60569adb77188d 100644 --- a/test/language/expressions/delete/11.4.1-4-a-4-s.js +++ b/test/language/expressions/delete/11.4.1-4-a-4-s.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: 11.4.1-4-a-4-s diff --git a/test/language/expressions/delete/11.4.1-4.a-1.js b/test/language/expressions/delete/11.4.1-4.a-1.js index 10e5a0d9d8b7c25129233190b8eee778e9b0a15a..419f787d4c99f85e13ce955b8784b4e377035251 100644 --- a/test/language/expressions/delete/11.4.1-4.a-1.js +++ b/test/language/expressions/delete/11.4.1-4.a-1.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-10.js b/test/language/expressions/delete/11.4.1-4.a-10.js index 19c73ec3675f08bc6e486894518caa5e8c0beac7..48b5543ae4170ce79909572a6d8a8170a641491c 100644 --- a/test/language/expressions/delete/11.4.1-4.a-10.js +++ b/test/language/expressions/delete/11.4.1-4.a-10.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-11.js b/test/language/expressions/delete/11.4.1-4.a-11.js index a4f4b01a3f96369b4a8dc62075162a7c3f838ded..282fbca47c81b2123820ef39d12552292af56883 100644 --- a/test/language/expressions/delete/11.4.1-4.a-11.js +++ b/test/language/expressions/delete/11.4.1-4.a-11.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-12.js b/test/language/expressions/delete/11.4.1-4.a-12.js index cf708f893808b06cd441b8c4f0508419e20aa817..9553756b2540746af940dd69cd3467f1e9016c6b 100644 --- a/test/language/expressions/delete/11.4.1-4.a-12.js +++ b/test/language/expressions/delete/11.4.1-4.a-12.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-13.js b/test/language/expressions/delete/11.4.1-4.a-13.js index 69966f3cf88c0e57cb542cb40edf81eb24bd5055..432685ed1c121b1170cf0e8ba7f37d03fe761a2e 100644 --- a/test/language/expressions/delete/11.4.1-4.a-13.js +++ b/test/language/expressions/delete/11.4.1-4.a-13.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-14.js b/test/language/expressions/delete/11.4.1-4.a-14.js index 5a11863e635961ed65850dd51313a93dc0e5ec6d..005b6aa381d5e466c7179f88116caeaac6d8497f 100644 --- a/test/language/expressions/delete/11.4.1-4.a-14.js +++ b/test/language/expressions/delete/11.4.1-4.a-14.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-15.js b/test/language/expressions/delete/11.4.1-4.a-15.js index 3aacb9f09d6a9130057c7d1b81ab62f369353a72..2290557cfdce4226599e8eab1ae53345e7c6d2b8 100644 --- a/test/language/expressions/delete/11.4.1-4.a-15.js +++ b/test/language/expressions/delete/11.4.1-4.a-15.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-16.js b/test/language/expressions/delete/11.4.1-4.a-16.js index bb324b7aaad37143ee58dbb178312b21be3be889..0e844ab64038e84851c1381f888563c1673f890a 100644 --- a/test/language/expressions/delete/11.4.1-4.a-16.js +++ b/test/language/expressions/delete/11.4.1-4.a-16.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-17.js b/test/language/expressions/delete/11.4.1-4.a-17.js index 03dbd22146f13da984797ff5a9fd594896f55f17..b9a86cd8b00f27d095b89f0ee7357c174662b290 100644 --- a/test/language/expressions/delete/11.4.1-4.a-17.js +++ b/test/language/expressions/delete/11.4.1-4.a-17.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-2.js b/test/language/expressions/delete/11.4.1-4.a-2.js index a7c999a201537d136687de01da5c1b7207942265..0e9fa332ae68a645c0b6466ca69bfb44dd8d6cd2 100644 --- a/test/language/expressions/delete/11.4.1-4.a-2.js +++ b/test/language/expressions/delete/11.4.1-4.a-2.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-3-s.js b/test/language/expressions/delete/11.4.1-4.a-3-s.js index e3cf8ed7b8cf8d14c7a2be5dae8b60b426d150cf..501f3162e779af03a0e9807e10a75ce5bfa83c71 100644 --- a/test/language/expressions/delete/11.4.1-4.a-3-s.js +++ b/test/language/expressions/delete/11.4.1-4.a-3-s.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-3.js b/test/language/expressions/delete/11.4.1-4.a-3.js index 1fc6659b6fda9355dc520c7c098837694a4dadbf..4268066a9d9cba3ad3d50a47e61e7d7c1252f33f 100644 --- a/test/language/expressions/delete/11.4.1-4.a-3.js +++ b/test/language/expressions/delete/11.4.1-4.a-3.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-4.js b/test/language/expressions/delete/11.4.1-4.a-4.js index d5bc35d08af18a860e861c0564781eee159d914a..c3246b83f43bb7f5ac80206cbe1139160ba26092 100644 --- a/test/language/expressions/delete/11.4.1-4.a-4.js +++ b/test/language/expressions/delete/11.4.1-4.a-4.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-5.js b/test/language/expressions/delete/11.4.1-4.a-5.js index 65b6be01fbcfb594d6b8629cae5c2cbb000fa4e1..1b7c15f94979c1210f89da85a7e7b4b9fa307f4d 100644 --- a/test/language/expressions/delete/11.4.1-4.a-5.js +++ b/test/language/expressions/delete/11.4.1-4.a-5.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-6.js b/test/language/expressions/delete/11.4.1-4.a-6.js index f49044f573a7477bf3ede0b9ad0fc68cda38c23e..66dae9683b22a654996371e6ca60c60db13682af 100644 --- a/test/language/expressions/delete/11.4.1-4.a-6.js +++ b/test/language/expressions/delete/11.4.1-4.a-6.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-7.js b/test/language/expressions/delete/11.4.1-4.a-7.js index e41da2ed49b633db4aff709e8706483dd8c50860..99107fb94c3cf9e7cef03d0744ff9104541e1f3e 100644 --- a/test/language/expressions/delete/11.4.1-4.a-7.js +++ b/test/language/expressions/delete/11.4.1-4.a-7.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-8-s.js b/test/language/expressions/delete/11.4.1-4.a-8-s.js index bef9940fb1fb6c9e158abb1f2f7dabaa2ef8cb0d..69bb9fa51e6caaf2ccebd28e6f77ad275bf3da02 100644 --- a/test/language/expressions/delete/11.4.1-4.a-8-s.js +++ b/test/language/expressions/delete/11.4.1-4.a-8-s.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-8.js b/test/language/expressions/delete/11.4.1-4.a-8.js index 3492b07623deb9ce67caf3aa8f2e64159e8f18ed..a2e443a3c264a58135424ae8fcd9899ba3c7766b 100644 --- a/test/language/expressions/delete/11.4.1-4.a-8.js +++ b/test/language/expressions/delete/11.4.1-4.a-8.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-9-s.js b/test/language/expressions/delete/11.4.1-4.a-9-s.js index 61eefe890c78f6e640644aae7e6686bcfc3f72a3..197d0769eb004ff7cb123c9a3dbc89a9d768f249 100644 --- a/test/language/expressions/delete/11.4.1-4.a-9-s.js +++ b/test/language/expressions/delete/11.4.1-4.a-9-s.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-4.a-9.js b/test/language/expressions/delete/11.4.1-4.a-9.js index 0b6b234909531255108594317231873d67b55c96..43ceddf0939d25109a5d0cd314ef4ef1146a5579 100644 --- a/test/language/expressions/delete/11.4.1-4.a-9.js +++ b/test/language/expressions/delete/11.4.1-4.a-9.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. /*--- info: > diff --git a/test/language/expressions/delete/11.4.1-5-1.js b/test/language/expressions/delete/11.4.1-5-1.js index cdd7d2f1c29837cb147c6260573c656afcc7e327..0767aa3bcb4d28e2ae8de68da8010e174445efc7 100644 --- a/test/language/expressions/delete/11.4.1-5-1.js +++ b/test/language/expressions/delete/11.4.1-5-1.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: 11.4.1-5-1 diff --git a/test/language/expressions/delete/11.4.1-5-2.js b/test/language/expressions/delete/11.4.1-5-2.js index fa560adc9fd1975061b9b994257284970f4fd2fb..e6d5193ab60950c04a8cff564654c7ba62ccc265 100644 --- a/test/language/expressions/delete/11.4.1-5-2.js +++ b/test/language/expressions/delete/11.4.1-5-2.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: 11.4.1-5-2 diff --git a/test/language/expressions/delete/11.4.1-5-3.js b/test/language/expressions/delete/11.4.1-5-3.js index e4c05744d7153415690d814a6e5100a6143ac8bf..ff60b01c40622757ca212ee245e2d32536fc2a0e 100644 --- a/test/language/expressions/delete/11.4.1-5-3.js +++ b/test/language/expressions/delete/11.4.1-5-3.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: 11.4.1-5-3 diff --git a/test/language/expressions/delete/11.4.1-5-a-1-s.js b/test/language/expressions/delete/11.4.1-5-a-1-s.js index 189f85954b8ed1ce0a24668da30707db7ff9042a..b7200bc3e7f3a874539deaa6cd37cf646b5832d4 100644 --- a/test/language/expressions/delete/11.4.1-5-a-1-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-1-s.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: 11.4.1-5-a-1-s diff --git a/test/language/expressions/delete/11.4.1-5-a-10-s.js b/test/language/expressions/delete/11.4.1-5-a-10-s.js index 0c63f4fa41e81d19e345c6cc74502e91192f3a99..5b23498a975ddef755b5d542ecd296c4109e725b 100644 --- a/test/language/expressions/delete/11.4.1-5-a-10-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-10-s.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: 11.4.1-5-a-10-s diff --git a/test/language/expressions/delete/11.4.1-5-a-11-s.js b/test/language/expressions/delete/11.4.1-5-a-11-s.js index 881eead38753de453b20b62fab35dd3490b60be6..57f22f6c904575a888d106fb055d3abd8d290568 100644 --- a/test/language/expressions/delete/11.4.1-5-a-11-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-11-s.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: 11.4.1-5-a-11-s diff --git a/test/language/expressions/delete/11.4.1-5-a-12-s.js b/test/language/expressions/delete/11.4.1-5-a-12-s.js index e723ee02c4b2cc026a4abcaff248572574498bef..e292408768cb36f86ce42fe101e7362c84e69402 100644 --- a/test/language/expressions/delete/11.4.1-5-a-12-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-12-s.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: 11.4.1-5-a-12-s diff --git a/test/language/expressions/delete/11.4.1-5-a-13-s.js b/test/language/expressions/delete/11.4.1-5-a-13-s.js index 952948132870a50b99021bd7c55848c4781afc17..aeb96027b871df1542dab291b1b6cb8c043b3364 100644 --- a/test/language/expressions/delete/11.4.1-5-a-13-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-13-s.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: 11.4.1-5-a-13-s diff --git a/test/language/expressions/delete/11.4.1-5-a-14-s.js b/test/language/expressions/delete/11.4.1-5-a-14-s.js index 1695ce9f457625d4b894d1b77774e04eb4d12c9f..c39db53a43ff8c4648a977557b772b5a7e5a5e49 100644 --- a/test/language/expressions/delete/11.4.1-5-a-14-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-14-s.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: 11.4.1-5-a-14-s diff --git a/test/language/expressions/delete/11.4.1-5-a-15-s.js b/test/language/expressions/delete/11.4.1-5-a-15-s.js index 7a3280793df4318aa70011c395d665336236b7e9..f3f54e138c7c706a488875d22a2239e02ae143cd 100644 --- a/test/language/expressions/delete/11.4.1-5-a-15-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-15-s.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: 11.4.1-5-a-15-s diff --git a/test/language/expressions/delete/11.4.1-5-a-16-s.js b/test/language/expressions/delete/11.4.1-5-a-16-s.js index e7ba555e31adb69eea2e4dbdb96034df1f6e51f7..876760d2ab07bdccc7e6344f6d25f0ea5ec201e6 100644 --- a/test/language/expressions/delete/11.4.1-5-a-16-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-16-s.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: 11.4.1-5-a-16-s diff --git a/test/language/expressions/delete/11.4.1-5-a-17-s.js b/test/language/expressions/delete/11.4.1-5-a-17-s.js index b602437f72b037dbed0003a81f45d794580e23be..502b09219d973fd3581856fc9725ee6f15af7254 100644 --- a/test/language/expressions/delete/11.4.1-5-a-17-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-17-s.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: 11.4.1-5-a-17-s diff --git a/test/language/expressions/delete/11.4.1-5-a-18-s.js b/test/language/expressions/delete/11.4.1-5-a-18-s.js index 16113ba069c63ae8e4a6d00755582a485b87d892..c370de06f168bc41bf75ad4995782ef5b77cebbf 100644 --- a/test/language/expressions/delete/11.4.1-5-a-18-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-18-s.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: 11.4.1-5-a-18-s diff --git a/test/language/expressions/delete/11.4.1-5-a-19-s.js b/test/language/expressions/delete/11.4.1-5-a-19-s.js index 7d11834e028c2395151e9b1a9eecf3b01b218ebb..f960f9032f8c114c1612ba4bf2285264117ac3e6 100644 --- a/test/language/expressions/delete/11.4.1-5-a-19-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-19-s.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: 11.4.1-5-a-19-s diff --git a/test/language/expressions/delete/11.4.1-5-a-2-s.js b/test/language/expressions/delete/11.4.1-5-a-2-s.js index b65177ff4a261687fd1565f802fb535539d65abe..1d39f9a2d51c65eb2f69c0981d0a1da0aa5e8524 100644 --- a/test/language/expressions/delete/11.4.1-5-a-2-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-2-s.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: 11.4.1-5-a-2-s diff --git a/test/language/expressions/delete/11.4.1-5-a-20-s.js b/test/language/expressions/delete/11.4.1-5-a-20-s.js index 2c035455f37c3aaebf3639a3f4ebe54de2162961..2f66bd7ed9b4ef9ad0c764a42211f300b23fea0a 100644 --- a/test/language/expressions/delete/11.4.1-5-a-20-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-20-s.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: 11.4.1-5-a-20-s diff --git a/test/language/expressions/delete/11.4.1-5-a-21-s.js b/test/language/expressions/delete/11.4.1-5-a-21-s.js index 5ab0dd04ca2133e613723e5288b9000bd195914e..43d29cb98ba9b585b646a0e32bfd8f75747dc4ba 100644 --- a/test/language/expressions/delete/11.4.1-5-a-21-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-21-s.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: 11.4.1-5-a-21-s diff --git a/test/language/expressions/delete/11.4.1-5-a-22-s.js b/test/language/expressions/delete/11.4.1-5-a-22-s.js index 85ec8dcb389a2df3f6378657d159ba5d5d7f55f0..acab4ea75628c357304bb98500a08bf655527d04 100644 --- a/test/language/expressions/delete/11.4.1-5-a-22-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-22-s.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: 11.4.1-5-a-22-s diff --git a/test/language/expressions/delete/11.4.1-5-a-23-s.js b/test/language/expressions/delete/11.4.1-5-a-23-s.js index 135187b90ef354f516e77bb410011b77aa6bc49b..1eb2eb08dff20a669dcc95bc73ea85641522c92f 100644 --- a/test/language/expressions/delete/11.4.1-5-a-23-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-23-s.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: 11.4.1-5-a-23-s diff --git a/test/language/expressions/delete/11.4.1-5-a-24-s.js b/test/language/expressions/delete/11.4.1-5-a-24-s.js index 947b331ed481cd53ba1f879eba189835b5d8596f..e3782a273b6f86aaffedecc26e6080fc5a020c0a 100644 --- a/test/language/expressions/delete/11.4.1-5-a-24-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-24-s.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: 11.4.1-5-a-24-s diff --git a/test/language/expressions/delete/11.4.1-5-a-25-s.js b/test/language/expressions/delete/11.4.1-5-a-25-s.js index 29d0115c4a608549c460f3403c868c993865f944..dcbf2ccb44eaf20008be5a6d54eab965e32795e3 100644 --- a/test/language/expressions/delete/11.4.1-5-a-25-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-25-s.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: 11.4.1-5-a-25-s diff --git a/test/language/expressions/delete/11.4.1-5-a-26-s.js b/test/language/expressions/delete/11.4.1-5-a-26-s.js index 874211bef46ff06e2fe2d8f0cdd173e5740ef29c..475b61ee1b25aa3695df139580cea10d58723385 100644 --- a/test/language/expressions/delete/11.4.1-5-a-26-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-26-s.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: 11.4.1-5-a-26-s diff --git a/test/language/expressions/delete/11.4.1-5-a-27-s.js b/test/language/expressions/delete/11.4.1-5-a-27-s.js index 9537170b0e41d20dbc1ead46dd353908c949ab96..04e2a9e76c893a1d417936f14795f434e934c5b9 100644 --- a/test/language/expressions/delete/11.4.1-5-a-27-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-27-s.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: 11.4.1-5-a-27-s diff --git a/test/language/expressions/delete/11.4.1-5-a-28-s.js b/test/language/expressions/delete/11.4.1-5-a-28-s.js index 3fc103bac4608ac5760fa0401549195d3dbcabcf..7780447ad7eed81ef85a05032ec6ef7e18e5212a 100644 --- a/test/language/expressions/delete/11.4.1-5-a-28-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-28-s.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: 11.4.1-5-a-28-s diff --git a/test/language/expressions/delete/11.4.1-5-a-3-s.js b/test/language/expressions/delete/11.4.1-5-a-3-s.js index 433c259f008dc411d955150ad3e488c530432c58..7780f4ddc2dfeed8f7600d37bd821d6bcf7cf87a 100644 --- a/test/language/expressions/delete/11.4.1-5-a-3-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-3-s.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: 11.4.1-5-a-3-s diff --git a/test/language/expressions/delete/11.4.1-5-a-4-s.js b/test/language/expressions/delete/11.4.1-5-a-4-s.js index 2472d49a17b0350be49da2d712f89e6a6b574d5f..51714eba872fed7ca0c3a74c14d3820e7bd0f153 100644 --- a/test/language/expressions/delete/11.4.1-5-a-4-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-4-s.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: 11.4.1-5-a-4-s diff --git a/test/language/expressions/delete/11.4.1-5-a-5-s.js b/test/language/expressions/delete/11.4.1-5-a-5-s.js index f7235efbed84e8805d581e9039a80228e4d7ac9d..88020733c1b7ba26912215fd103d898674235088 100644 --- a/test/language/expressions/delete/11.4.1-5-a-5-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-5-s.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: 11.4.1-5-a-5-s diff --git a/test/language/expressions/delete/11.4.1-5-a-5gs.js b/test/language/expressions/delete/11.4.1-5-a-5gs.js index 6f7cae17cdd7c2b886694e3ff457614d18158f8a..6596c92d59c35f1086b60640d1089ede966bc982 100644 --- a/test/language/expressions/delete/11.4.1-5-a-5gs.js +++ b/test/language/expressions/delete/11.4.1-5-a-5gs.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: 11.4.1-5-a-5gs diff --git a/test/language/expressions/delete/11.4.1-5-a-6-s.js b/test/language/expressions/delete/11.4.1-5-a-6-s.js index 2e7e1472d0023be14ca8aef92163b00e6bc33adb..4a4cd5ee0ba2b1e60dbce0e9bf5103ba72f51912 100644 --- a/test/language/expressions/delete/11.4.1-5-a-6-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-6-s.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: 11.4.1-5-a-6-s diff --git a/test/language/expressions/delete/11.4.1-5-a-7-s.js b/test/language/expressions/delete/11.4.1-5-a-7-s.js index f47870a7e682165ef34589d20e61d3039b5e66fc..a9dd1f76f9740b7ee6e1db51235f710f7abfc059 100644 --- a/test/language/expressions/delete/11.4.1-5-a-7-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-7-s.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: 11.4.1-5-a-7-s diff --git a/test/language/expressions/delete/11.4.1-5-a-8-s.js b/test/language/expressions/delete/11.4.1-5-a-8-s.js index 065ac181e9b3bcbd69c2ff49ac04b936ef4900b5..ee7fabd4c26c626f87a362f66a433c0b83c8aa59 100644 --- a/test/language/expressions/delete/11.4.1-5-a-8-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-8-s.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: 11.4.1-5-a-8-s diff --git a/test/language/expressions/delete/11.4.1-5-a-9-s.js b/test/language/expressions/delete/11.4.1-5-a-9-s.js index d2b67c258978b1da1073c02d3360fb3ae2ebaba4..4f511027121fd3faa9b4a697157da4e0f7273587 100644 --- a/test/language/expressions/delete/11.4.1-5-a-9-s.js +++ b/test/language/expressions/delete/11.4.1-5-a-9-s.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: 11.4.1-5-a-9-s diff --git a/test/language/expressions/delete/11.4.4-4.a-3-s.js b/test/language/expressions/delete/11.4.4-4.a-3-s.js index f934b08e46c9c66f5781bb2bc0dab1d62deb7aa5..8f9455fc5d8d22eb087f42390494135b7b4abb7f 100644 --- a/test/language/expressions/delete/11.4.4-4.a-3-s.js +++ b/test/language/expressions/delete/11.4.4-4.a-3-s.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. /*--- info: > diff --git a/test/language/expressions/greater-than/11.8.2-1.js b/test/language/expressions/greater-than/11.8.2-1.js index b4bbdc193c83b90df71e44b41633d790f8771c03..6dc0ed2ef48e6a9dba41500de25418146ee461e2 100644 --- a/test/language/expressions/greater-than/11.8.2-1.js +++ b/test/language/expressions/greater-than/11.8.2-1.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: 11.8.2-1 diff --git a/test/language/expressions/greater-than/11.8.2-2.js b/test/language/expressions/greater-than/11.8.2-2.js index 441f703b059f3f674c0e9d426f393b27687cc168..870d337f8eeb0717dfd766d0c67e3ff5f1103460 100644 --- a/test/language/expressions/greater-than/11.8.2-2.js +++ b/test/language/expressions/greater-than/11.8.2-2.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: 11.8.2-2 diff --git a/test/language/expressions/greater-than/11.8.2-3.js b/test/language/expressions/greater-than/11.8.2-3.js index 7d677611c0ca9c82ec8c8f858e849623f7f5e0a2..e66fe83ae28cf3624d9cc9cff347c0273a0b4591 100644 --- a/test/language/expressions/greater-than/11.8.2-3.js +++ b/test/language/expressions/greater-than/11.8.2-3.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: 11.8.2-3 diff --git a/test/language/expressions/greater-than/11.8.2-4.js b/test/language/expressions/greater-than/11.8.2-4.js index 25abafc3c3785ce03df9912b9a0cac5c456465e7..aded2314fff0bd469813e739118eabb65adb2b2f 100644 --- a/test/language/expressions/greater-than/11.8.2-4.js +++ b/test/language/expressions/greater-than/11.8.2-4.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: 11.8.2-4 diff --git a/test/language/expressions/less-than-or-equal/11.8.3-1.js b/test/language/expressions/less-than-or-equal/11.8.3-1.js index 7c7b58224037672d1d59c7954ba1e82616a31068..37b61163ab33b5791649b7fbc9ba866d5a332ac8 100644 --- a/test/language/expressions/less-than-or-equal/11.8.3-1.js +++ b/test/language/expressions/less-than-or-equal/11.8.3-1.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: 11.8.3-1 diff --git a/test/language/expressions/less-than-or-equal/11.8.3-2.js b/test/language/expressions/less-than-or-equal/11.8.3-2.js index 8d74460f3a6dcd51fd5667d8d2fc38bc240e439c..1f21e8ae5d9d3f647881e3fb3a2ca9346db22547 100644 --- a/test/language/expressions/less-than-or-equal/11.8.3-2.js +++ b/test/language/expressions/less-than-or-equal/11.8.3-2.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: 11.8.3-2 diff --git a/test/language/expressions/less-than-or-equal/11.8.3-3.js b/test/language/expressions/less-than-or-equal/11.8.3-3.js index 598aaee6d129da18c4addf1cae7024469b5238a2..05b8a200ccbffc746e3116b4253cd00b3aad06fa 100644 --- a/test/language/expressions/less-than-or-equal/11.8.3-3.js +++ b/test/language/expressions/less-than-or-equal/11.8.3-3.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: 11.8.3-3 diff --git a/test/language/expressions/less-than-or-equal/11.8.3-4.js b/test/language/expressions/less-than-or-equal/11.8.3-4.js index 22694efde81c4226d0a14bc24d666339e8682e3a..b87bc1e5ca0ccf7b41cfb1b936f4ed856d1f3294 100644 --- a/test/language/expressions/less-than-or-equal/11.8.3-4.js +++ b/test/language/expressions/less-than-or-equal/11.8.3-4.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: 11.8.3-4 diff --git a/test/language/expressions/less-than-or-equal/11.8.3-5.js b/test/language/expressions/less-than-or-equal/11.8.3-5.js index 211cd5e7702303a9bd42dcb5a2d649b0b99bfdbc..2b84b97bed61ecab7d663cf22b266820afbc3ff4 100644 --- a/test/language/expressions/less-than-or-equal/11.8.3-5.js +++ b/test/language/expressions/less-than-or-equal/11.8.3-5.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: 11.8.3-5 diff --git a/test/language/expressions/object/11.1.5-0-1.js b/test/language/expressions/object/11.1.5-0-1.js index 4289f50181b5f909702f8ec4914a3b352da89856..e4bdd51ac9bc132ac4af1e2cb38c5e1ccc652d4f 100644 --- a/test/language/expressions/object/11.1.5-0-1.js +++ b/test/language/expressions/object/11.1.5-0-1.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5-0-2.js b/test/language/expressions/object/11.1.5-0-2.js index fa8da8a76edc6b06b0ff5abd2ec7e49195d8a56f..da2bc92a6b6c038ad2787aa02e551354d68322f2 100644 --- a/test/language/expressions/object/11.1.5-0-2.js +++ b/test/language/expressions/object/11.1.5-0-2.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5-1-s.js b/test/language/expressions/object/11.1.5-1-s.js index ce4806e24c2b74226b065e8e11c5e5680edcdec4..865f4d7dffce2993e7c858a116e3f2953c42e37e 100644 --- a/test/language/expressions/object/11.1.5-1-s.js +++ b/test/language/expressions/object/11.1.5-1-s.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: 11.1.5-1-s diff --git a/test/language/expressions/object/11.1.5-1gs.js b/test/language/expressions/object/11.1.5-1gs.js index c664f8da045458aa3214a82a5f8b1001e7551520..2736cf7e55703043c6cd179926d2b385e6b979eb 100644 --- a/test/language/expressions/object/11.1.5-1gs.js +++ b/test/language/expressions/object/11.1.5-1gs.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: 11.1.5-1gs diff --git a/test/language/expressions/object/11.1.5-2-s.js b/test/language/expressions/object/11.1.5-2-s.js index 37066ecf6eacaffb5fddbcb52763167d75065e32..604191572ecb44ceeab8974a14493c5e268c1094 100644 --- a/test/language/expressions/object/11.1.5-2-s.js +++ b/test/language/expressions/object/11.1.5-2-s.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: 11.1.5-2-s diff --git a/test/language/expressions/object/11.1.5-2gs.js b/test/language/expressions/object/11.1.5-2gs.js index adaa8214dfbfd8a3284a8bd0cf6a15692efa3e9d..da9308bf2575473dbcc805bf4602010836c48e28 100644 --- a/test/language/expressions/object/11.1.5-2gs.js +++ b/test/language/expressions/object/11.1.5-2gs.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: 11.1.5-2gs diff --git a/test/language/expressions/object/11.1.5-3-s.js b/test/language/expressions/object/11.1.5-3-s.js index 2f3d7ede026b0e55d032073d641435770d3cf135..7817fcea21d184ed298266bda508f83d35cc110f 100644 --- a/test/language/expressions/object/11.1.5-3-s.js +++ b/test/language/expressions/object/11.1.5-3-s.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: 11.1.5-3-s diff --git a/test/language/expressions/object/11.1.5-4-4-a-1-s.js b/test/language/expressions/object/11.1.5-4-4-a-1-s.js index 5cc6ed13cd7f9db40659eb3e0f1a25ddd116f554..7041689ec4ff631e4478c2da061b3f282fe7758d 100644 --- a/test/language/expressions/object/11.1.5-4-4-a-1-s.js +++ b/test/language/expressions/object/11.1.5-4-4-a-1-s.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: 11.1.5-4-4-a-1-s diff --git a/test/language/expressions/object/11.1.5-4-s.js b/test/language/expressions/object/11.1.5-4-s.js index d77267df762896f037b4401c4f88ae336f256095..422416f0cdfa0797e3a1d16428e743f7c1b01f96 100644 --- a/test/language/expressions/object/11.1.5-4-s.js +++ b/test/language/expressions/object/11.1.5-4-s.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: 11.1.5-4-s diff --git a/test/language/expressions/object/11.1.5_3-3-1.js b/test/language/expressions/object/11.1.5_3-3-1.js index 59138c0e8df5601a2100b1b4303b76233ff22cf5..ead4da5ea66cfe1a128b193f74a279c46e603a28 100644 --- a/test/language/expressions/object/11.1.5_3-3-1.js +++ b/test/language/expressions/object/11.1.5_3-3-1.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5_4-4-a-2.js b/test/language/expressions/object/11.1.5_4-4-a-2.js index c170d8772485fbe818b7add25a768314d141ebed..084c8d726efd6187a3e70b0025e521faa7e9b6b3 100644 --- a/test/language/expressions/object/11.1.5_4-4-a-2.js +++ b/test/language/expressions/object/11.1.5_4-4-a-2.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5_4-4-a-3.js b/test/language/expressions/object/11.1.5_4-4-a-3.js index 7de96ab33753acc65bb0a51b85674dd8d07b1f3d..80aa7e75502303ecbb5e8855e256e324f256e381 100644 --- a/test/language/expressions/object/11.1.5_4-4-a-3.js +++ b/test/language/expressions/object/11.1.5_4-4-a-3.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5_4-4-b-1.js b/test/language/expressions/object/11.1.5_4-4-b-1.js index 908d0bee427e8b054db3bf0201a37ee6476ebe90..f9049e668e2656f23e89334b29808b60a7cefa2e 100644 --- a/test/language/expressions/object/11.1.5_4-4-b-1.js +++ b/test/language/expressions/object/11.1.5_4-4-b-1.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: 11.1.5_4-4-b-1 diff --git a/test/language/expressions/object/11.1.5_4-4-b-2.js b/test/language/expressions/object/11.1.5_4-4-b-2.js index e0cc72a4827ea664b43e0c8ed8f0a2aa323e58f8..cb69dfe6d22ca2f379d3ab2e34182c8f404226b1 100644 --- a/test/language/expressions/object/11.1.5_4-4-b-2.js +++ b/test/language/expressions/object/11.1.5_4-4-b-2.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: 11.1.5_4-4-b-2 diff --git a/test/language/expressions/object/11.1.5_4-4-c-1.js b/test/language/expressions/object/11.1.5_4-4-c-1.js index da757dd3362a7b9e0c9914482ee9b3fc40cebc3f..f1aef556e57f62bdd6e2559be782d2f9e554a4d5 100644 --- a/test/language/expressions/object/11.1.5_4-4-c-1.js +++ b/test/language/expressions/object/11.1.5_4-4-c-1.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: 11.1.5_4-4-c-1 diff --git a/test/language/expressions/object/11.1.5_4-4-c-2.js b/test/language/expressions/object/11.1.5_4-4-c-2.js index 2dbf40c49b31568bf0f1c983c720264d87b3ea61..49d9c0fbbfbfe96e9abb719bbb3a84f1178c2bb1 100644 --- a/test/language/expressions/object/11.1.5_4-4-c-2.js +++ b/test/language/expressions/object/11.1.5_4-4-c-2.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: 11.1.5_4-4-c-2 diff --git a/test/language/expressions/object/11.1.5_4-4-d-1.js b/test/language/expressions/object/11.1.5_4-4-d-1.js index 7f158f64e6a0f95e41b8be60c21f9495bad5cadf..cb4245fa4ab817af18ce241f84d91c165e2a91c1 100644 --- a/test/language/expressions/object/11.1.5_4-4-d-1.js +++ b/test/language/expressions/object/11.1.5_4-4-d-1.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: 11.1.5_4-4-d-1 diff --git a/test/language/expressions/object/11.1.5_4-4-d-2.js b/test/language/expressions/object/11.1.5_4-4-d-2.js index 42974b62a1ad5f11e0b988895dc364dc00bc7309..4f1434f103de067d3a8a2ac935bd94b102c0f0cb 100644 --- a/test/language/expressions/object/11.1.5_4-4-d-2.js +++ b/test/language/expressions/object/11.1.5_4-4-d-2.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: 11.1.5_4-4-d-2 diff --git a/test/language/expressions/object/11.1.5_4-4-d-3.js b/test/language/expressions/object/11.1.5_4-4-d-3.js index be4b01a73e8bc0deab2a0858dad8ee535a939436..864a7a40f8fd279de809c6d1137138e31b4f7214 100644 --- a/test/language/expressions/object/11.1.5_4-4-d-3.js +++ b/test/language/expressions/object/11.1.5_4-4-d-3.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: 11.1.5_4-4-d-3 diff --git a/test/language/expressions/object/11.1.5_4-4-d-4.js b/test/language/expressions/object/11.1.5_4-4-d-4.js index 80e9b234e3ce7c56f36e695facbc3ad2fc17b178..366fb6076420b7932e5c6ecead9e08943edbfa20 100644 --- a/test/language/expressions/object/11.1.5_4-4-d-4.js +++ b/test/language/expressions/object/11.1.5_4-4-d-4.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: 11.1.5_4-4-d-4 diff --git a/test/language/expressions/object/11.1.5_4-5-1.js b/test/language/expressions/object/11.1.5_4-5-1.js index 5eb7de9cce6cec7df5fdcf3b389c486d490b7bf4..bf9f4ca0d519031c3fa5ac371c9f80064665ce70 100644 --- a/test/language/expressions/object/11.1.5_4-5-1.js +++ b/test/language/expressions/object/11.1.5_4-5-1.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5_5-4-1.js b/test/language/expressions/object/11.1.5_5-4-1.js index 8f2daadd284e0a624621449c5b14f2e547e8a73d..4e2ee12dcf4de0b862b1831cfe67ee73b3d30246 100644 --- a/test/language/expressions/object/11.1.5_5-4-1.js +++ b/test/language/expressions/object/11.1.5_5-4-1.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5_6-2-1-s.js b/test/language/expressions/object/11.1.5_6-2-1-s.js index f8c086c90758ff1297c8f2ea62f38e2a5d38fa4d..589a2075e683ea7a5af546c4a30c0e3c3a85271c 100644 --- a/test/language/expressions/object/11.1.5_6-2-1-s.js +++ b/test/language/expressions/object/11.1.5_6-2-1-s.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: 11.1.5_6-2-1-s diff --git a/test/language/expressions/object/11.1.5_6-2-2-s.js b/test/language/expressions/object/11.1.5_6-2-2-s.js index 4e14b3f06f2e5bef973353d0d884ada6889127f3..d52470741da41ab3c6a2c2c41fa260c2a5bd9654 100644 --- a/test/language/expressions/object/11.1.5_6-2-2-s.js +++ b/test/language/expressions/object/11.1.5_6-2-2-s.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: 11.1.5_6-2-2-s diff --git a/test/language/expressions/object/11.1.5_6-3-1.js b/test/language/expressions/object/11.1.5_6-3-1.js index 61f289a2700894c153e316e08b759f189f5e0552..36746a8c625333cc91eabce07ffc8458c66c279e 100644 --- a/test/language/expressions/object/11.1.5_6-3-1.js +++ b/test/language/expressions/object/11.1.5_6-3-1.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5_6-3-2.js b/test/language/expressions/object/11.1.5_6-3-2.js index 313b234c084fb46873f27066b445a8bebd01cd89..570356e68bce4681ecd20a03e7a7ae3b6fb43048 100644 --- a/test/language/expressions/object/11.1.5_6-3-2.js +++ b/test/language/expressions/object/11.1.5_6-3-2.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5_7-2-1-s.js b/test/language/expressions/object/11.1.5_7-2-1-s.js index 5caedbe7953a0de7434180094b101a911b37f911..e0361fc5db5b6bdfa1759c66ab0f160c3b63cace 100644 --- a/test/language/expressions/object/11.1.5_7-2-1-s.js +++ b/test/language/expressions/object/11.1.5_7-2-1-s.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: 11.1.5_7-2-1-s diff --git a/test/language/expressions/object/11.1.5_7-2-2-s.js b/test/language/expressions/object/11.1.5_7-2-2-s.js index 4d4a6cb1d16e81f9676ac6bb4a5602890ec72814..84b0ac3a136ed587986b02ae859f2b80d9890e2f 100644 --- a/test/language/expressions/object/11.1.5_7-2-2-s.js +++ b/test/language/expressions/object/11.1.5_7-2-2-s.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: 11.1.5_7-2-2-s diff --git a/test/language/expressions/object/11.1.5_7-3-1.js b/test/language/expressions/object/11.1.5_7-3-1.js index 043a22cea6b030453af684f50d5c61a9abe74c66..7afb7c8959a0030b9cb8369578b6ec2514fae687 100644 --- a/test/language/expressions/object/11.1.5_7-3-1.js +++ b/test/language/expressions/object/11.1.5_7-3-1.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. /*--- info: > diff --git a/test/language/expressions/object/11.1.5_7-3-2.js b/test/language/expressions/object/11.1.5_7-3-2.js index efbb1ce10f44dc13be3e3e15bff27725a93599a3..7fbd0d9e71aaec0aa632cb88ad23c42b7855a108 100644 --- a/test/language/expressions/object/11.1.5_7-3-2.js +++ b/test/language/expressions/object/11.1.5_7-3-2.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. /*--- info: > diff --git a/test/language/expressions/postfix-decrement/11.3.2-2-1-s.js b/test/language/expressions/postfix-decrement/11.3.2-2-1-s.js index c49829b0f0a30392dcb6cdb2d65988aea55789c3..056988fad968bbce537959a9600f087d661ec1f0 100644 --- a/test/language/expressions/postfix-decrement/11.3.2-2-1-s.js +++ b/test/language/expressions/postfix-decrement/11.3.2-2-1-s.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: 11.3.2-2-1-s diff --git a/test/language/expressions/postfix-decrement/11.3.2-2-2-s.js b/test/language/expressions/postfix-decrement/11.3.2-2-2-s.js index e57a2af75b992f168ec6399c2f15ce2d234735ab..0fc15b17a1336eeae3943578b65f4b313f35d526 100644 --- a/test/language/expressions/postfix-decrement/11.3.2-2-2-s.js +++ b/test/language/expressions/postfix-decrement/11.3.2-2-2-s.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: 11.3.2-2-2-s diff --git a/test/language/expressions/postfix-decrement/11.3.2-2-3-s.js b/test/language/expressions/postfix-decrement/11.3.2-2-3-s.js index bce2c7c4be2a5516dbbcf777e34b3453f5e3e0a6..f4286074a9e8a4ba929df4f40104088977f25983 100644 --- a/test/language/expressions/postfix-decrement/11.3.2-2-3-s.js +++ b/test/language/expressions/postfix-decrement/11.3.2-2-3-s.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: 11.3.2-2-3-s diff --git a/test/language/expressions/postfix-increment/11.3.1-2-1-s.js b/test/language/expressions/postfix-increment/11.3.1-2-1-s.js index 818c2cf55b3643e0cb9de75566abaf5b830436a4..c45c16798de395ec1271f0eda5515bb6f3f3a82d 100644 --- a/test/language/expressions/postfix-increment/11.3.1-2-1-s.js +++ b/test/language/expressions/postfix-increment/11.3.1-2-1-s.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: 11.3.1-2-1-s diff --git a/test/language/expressions/postfix-increment/11.3.1-2-1gs.js b/test/language/expressions/postfix-increment/11.3.1-2-1gs.js index d2a12983b995ad689e4919c59a36fa61745cc2c8..f79ce4d42187f8c38235b80ea301fb60832182af 100644 --- a/test/language/expressions/postfix-increment/11.3.1-2-1gs.js +++ b/test/language/expressions/postfix-increment/11.3.1-2-1gs.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: 11.3.1-2-1gs diff --git a/test/language/expressions/postfix-increment/11.3.1-2-2-s.js b/test/language/expressions/postfix-increment/11.3.1-2-2-s.js index a4c6d871b0d2a75afdecabd31c8a0cff0a8af9b8..56aaa3d1a805cdad029fbf8ae18e72d9d3acbd7a 100644 --- a/test/language/expressions/postfix-increment/11.3.1-2-2-s.js +++ b/test/language/expressions/postfix-increment/11.3.1-2-2-s.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: 11.3.1-2-2-s diff --git a/test/language/expressions/postfix-increment/11.3.1-2-3-s.js b/test/language/expressions/postfix-increment/11.3.1-2-3-s.js index 14b9dadb06c1131823440de29526fe2d2401f3c4..298a94130463f8863b21445f9aa05fe5e235d2b8 100644 --- a/test/language/expressions/postfix-increment/11.3.1-2-3-s.js +++ b/test/language/expressions/postfix-increment/11.3.1-2-3-s.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: 11.3.1-2-3-s diff --git a/test/language/expressions/prefix-decrement/11.4.5-2-1-s.js b/test/language/expressions/prefix-decrement/11.4.5-2-1-s.js index a1b6b976e25a8f74be5db1d1b9bd32573cba41e5..fbbf882999c8932bcff062ab9c383679a2971261 100644 --- a/test/language/expressions/prefix-decrement/11.4.5-2-1-s.js +++ b/test/language/expressions/prefix-decrement/11.4.5-2-1-s.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: 11.4.5-2-1-s diff --git a/test/language/expressions/prefix-decrement/11.4.5-2-2-s.js b/test/language/expressions/prefix-decrement/11.4.5-2-2-s.js index 3ef57ec83da2cb3b6c062af1490900e7339ec3e3..b5f1d8b13fdd75e0b254257e6563df65e8608fbf 100644 --- a/test/language/expressions/prefix-decrement/11.4.5-2-2-s.js +++ b/test/language/expressions/prefix-decrement/11.4.5-2-2-s.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: 11.4.5-2-2-s diff --git a/test/language/expressions/prefix-decrement/11.4.5-2-2gs.js b/test/language/expressions/prefix-decrement/11.4.5-2-2gs.js index daec1dc94528062cc2d6886fdd159b4589eb77f5..a812a2438696e2e64360573f22caf360aa829bdc 100644 --- a/test/language/expressions/prefix-decrement/11.4.5-2-2gs.js +++ b/test/language/expressions/prefix-decrement/11.4.5-2-2gs.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: 11.4.5-2-2gs diff --git a/test/language/expressions/prefix-decrement/11.4.5-2-3-s.js b/test/language/expressions/prefix-decrement/11.4.5-2-3-s.js index bac4d8b48f3225b7bd734e742737e96a5d600c25..079da1a3b8b42ce57aee7daf0786ddcdb4abb6ee 100644 --- a/test/language/expressions/prefix-decrement/11.4.5-2-3-s.js +++ b/test/language/expressions/prefix-decrement/11.4.5-2-3-s.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: 11.4.5-2-3-s diff --git a/test/language/expressions/prefix-increment/11.4.4-2-1-s.js b/test/language/expressions/prefix-increment/11.4.4-2-1-s.js index f3f1c66572cb5a6be6ed0eaa28fa07015754e35d..9ff404bdc955a0934e1888f8fa4b718e5e314b49 100644 --- a/test/language/expressions/prefix-increment/11.4.4-2-1-s.js +++ b/test/language/expressions/prefix-increment/11.4.4-2-1-s.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: 11.4.4-2-1-s diff --git a/test/language/expressions/prefix-increment/11.4.4-2-2-s.js b/test/language/expressions/prefix-increment/11.4.4-2-2-s.js index 83994f55ca1e72fe9fdcf374a2858b2f8de6ab8c..af0820c9549e0a3343aeae04820620f71b344cca 100644 --- a/test/language/expressions/prefix-increment/11.4.4-2-2-s.js +++ b/test/language/expressions/prefix-increment/11.4.4-2-2-s.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: 11.4.4-2-2-s diff --git a/test/language/expressions/prefix-increment/11.4.4-2-3-s.js b/test/language/expressions/prefix-increment/11.4.4-2-3-s.js index 42ba02ac29fa84302491549874a570ca5c28bbf7..80a9d365b2486190acdb19e1eefd77aa67514db8 100644 --- a/test/language/expressions/prefix-increment/11.4.4-2-3-s.js +++ b/test/language/expressions/prefix-increment/11.4.4-2-3-s.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: 11.4.4-2-3-s diff --git a/test/language/expressions/this/11.1.1-1gs.js b/test/language/expressions/this/11.1.1-1gs.js index 3d105319ad05b7be389eea0b3636d947240902e4..63ad2319ef6af99a1c4f50b11c17c29e6727bf92 100644 --- a/test/language/expressions/this/11.1.1-1gs.js +++ b/test/language/expressions/this/11.1.1-1gs.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: 11.1.1-1gs diff --git a/test/language/expressions/unary-minus/11.4.7-4-1.js b/test/language/expressions/unary-minus/11.4.7-4-1.js index eb8f7fddf5b7b18066661f170b1d50126ae2ed27..170df2eebb386b26e620468556ebe042ae72897b 100644 --- a/test/language/expressions/unary-minus/11.4.7-4-1.js +++ b/test/language/expressions/unary-minus/11.4.7-4-1.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: 11.4.7-4-1 diff --git a/test/language/expressions/unary-plus/11.4.6-2-1.js b/test/language/expressions/unary-plus/11.4.6-2-1.js index 814f10198c4b5338a69cc6d143d479b03c135e41..da6da3c7ab4d4a5efb2fbb91b24ff93be7d68d87 100644 --- a/test/language/expressions/unary-plus/11.4.6-2-1.js +++ b/test/language/expressions/unary-plus/11.4.6-2-1.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: 11.4.6-2-1 diff --git a/test/language/function-code/10.4.3-1-1-s.js b/test/language/function-code/10.4.3-1-1-s.js index 7507204c6a8e803b2bf4395210405bc3275313ce..1ad2ea81f7b30ef11f8b149d0f637e171fc1d59a 100644 --- a/test/language/function-code/10.4.3-1-1-s.js +++ b/test/language/function-code/10.4.3-1-1-s.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: 10.4.3-1-1-s diff --git a/test/language/function-code/10.4.3-1-10-s.js b/test/language/function-code/10.4.3-1-10-s.js index a9bd31406be1b76cf80588d077a95a6814f7ae86..85ad2cd075403ea53c71ac0b07935bc7d1854783 100644 --- a/test/language/function-code/10.4.3-1-10-s.js +++ b/test/language/function-code/10.4.3-1-10-s.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: 10.4.3-1-10-s diff --git a/test/language/function-code/10.4.3-1-100-s.js b/test/language/function-code/10.4.3-1-100-s.js index 4c8775a2d65f1e19fb919db25a418524c001a394..7613d4ed418b683aae22c2d86083db0e1a8fd57b 100644 --- a/test/language/function-code/10.4.3-1-100-s.js +++ b/test/language/function-code/10.4.3-1-100-s.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: 10.4.3-1-100-s diff --git a/test/language/function-code/10.4.3-1-100gs.js b/test/language/function-code/10.4.3-1-100gs.js index b2ee512d8ca17e5d5c914052efe225caf6814393..b8b46a939561bc066a07b38f0d256273fce72b80 100644 --- a/test/language/function-code/10.4.3-1-100gs.js +++ b/test/language/function-code/10.4.3-1-100gs.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: 10.4.3-1-100gs diff --git a/test/language/function-code/10.4.3-1-101-s.js b/test/language/function-code/10.4.3-1-101-s.js index 7f3f96eb835048bc09a73afa5f41707b25695428..129163c94344e89943b9aca67adbb76372175d50 100644 --- a/test/language/function-code/10.4.3-1-101-s.js +++ b/test/language/function-code/10.4.3-1-101-s.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: 10.4.3-1-101-s diff --git a/test/language/function-code/10.4.3-1-101gs.js b/test/language/function-code/10.4.3-1-101gs.js index 4c9c147ff21885875de443296f01caecc833af36..d223b0bbdd198f25cb4493ad8a94816a38053d64 100644 --- a/test/language/function-code/10.4.3-1-101gs.js +++ b/test/language/function-code/10.4.3-1-101gs.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: 10.4.3-1-101gs diff --git a/test/language/function-code/10.4.3-1-102-s.js b/test/language/function-code/10.4.3-1-102-s.js index 64f674370ba44f2458cc421411029fa5a3d6bab0..53d6c781a5ba4e2a925a82a4d25a508b4f995951 100644 --- a/test/language/function-code/10.4.3-1-102-s.js +++ b/test/language/function-code/10.4.3-1-102-s.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: 10.4.3-1-102-s diff --git a/test/language/function-code/10.4.3-1-102gs.js b/test/language/function-code/10.4.3-1-102gs.js index 471ec4afae58b5c15e3b926bc3bd41c0c3f1768e..f8fcd451c1b09b7683809c802974619155a051bb 100644 --- a/test/language/function-code/10.4.3-1-102gs.js +++ b/test/language/function-code/10.4.3-1-102gs.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: 10.4.3-1-102gs diff --git a/test/language/function-code/10.4.3-1-103.js b/test/language/function-code/10.4.3-1-103.js index 885d3b8ead73852fa9ceffac80a7e92508be35b1..655ec7f18ad1ce444c96dd9c09c5e34ed15470a7 100644 --- a/test/language/function-code/10.4.3-1-103.js +++ b/test/language/function-code/10.4.3-1-103.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: 10.4.3-1-103 diff --git a/test/language/function-code/10.4.3-1-104.js b/test/language/function-code/10.4.3-1-104.js index f0bbaa53ea7408809139830151d61f18dde15bac..70851570a9c54c0322c5b0913b781c31b4047d00 100644 --- a/test/language/function-code/10.4.3-1-104.js +++ b/test/language/function-code/10.4.3-1-104.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: 10.4.3-1-104 diff --git a/test/language/function-code/10.4.3-1-105.js b/test/language/function-code/10.4.3-1-105.js index 34ce38e5ea57db6cad77afe7929d82cf578f81e4..7613ecf67473d6d23d34e32ef51acb5515ffe8a7 100644 --- a/test/language/function-code/10.4.3-1-105.js +++ b/test/language/function-code/10.4.3-1-105.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. /*--- info: > diff --git a/test/language/function-code/10.4.3-1-106.js b/test/language/function-code/10.4.3-1-106.js index 885bd47600324f39de68340eb03eebb4dd5703e7..4e2456fdebd5ebbef9a4aba4416f5dbdcbef5e17 100644 --- a/test/language/function-code/10.4.3-1-106.js +++ b/test/language/function-code/10.4.3-1-106.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. /*--- info: > diff --git a/test/language/function-code/10.4.3-1-10gs.js b/test/language/function-code/10.4.3-1-10gs.js index 2a14002b2b4b0605b93d066581316a488a01a317..55e7d0e707d073d2b4e42920ce02f3407224c25c 100644 --- a/test/language/function-code/10.4.3-1-10gs.js +++ b/test/language/function-code/10.4.3-1-10gs.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: 10.4.3-1-10gs diff --git a/test/language/function-code/10.4.3-1-11-s.js b/test/language/function-code/10.4.3-1-11-s.js index 0866c503bbd38cb0eb70aab6f518021027ff47cb..8f246eb96312853006a5c465e61bbd496cfaf61c 100644 --- a/test/language/function-code/10.4.3-1-11-s.js +++ b/test/language/function-code/10.4.3-1-11-s.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: 10.4.3-1-11-s diff --git a/test/language/function-code/10.4.3-1-11gs.js b/test/language/function-code/10.4.3-1-11gs.js index fc5ebbba097ac6e3083668311e409975561c35ad..26ce4048533098c101dd2d3acd7aee7e10c77e6d 100644 --- a/test/language/function-code/10.4.3-1-11gs.js +++ b/test/language/function-code/10.4.3-1-11gs.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: 10.4.3-1-11gs diff --git a/test/language/function-code/10.4.3-1-12-s.js b/test/language/function-code/10.4.3-1-12-s.js index 404185f2b50e0c72ceec5968032a08d081e16322..523e15cef20d4de5ee98be2a2ffc727207172305 100644 --- a/test/language/function-code/10.4.3-1-12-s.js +++ b/test/language/function-code/10.4.3-1-12-s.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: 10.4.3-1-12-s diff --git a/test/language/function-code/10.4.3-1-12gs.js b/test/language/function-code/10.4.3-1-12gs.js index 0f4ecb38b960d81fe8ae29bb386dcb09b5d9e32d..76814895b98df0996061986402188a3b44345b69 100644 --- a/test/language/function-code/10.4.3-1-12gs.js +++ b/test/language/function-code/10.4.3-1-12gs.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: 10.4.3-1-12gs diff --git a/test/language/function-code/10.4.3-1-13-s.js b/test/language/function-code/10.4.3-1-13-s.js index 721df26b441a173ba69822331b0ad4bb2883e93f..13201b2b7f8c7bc3e28a351b283ed41c2c2449cb 100644 --- a/test/language/function-code/10.4.3-1-13-s.js +++ b/test/language/function-code/10.4.3-1-13-s.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: 10.4.3-1-13-s diff --git a/test/language/function-code/10.4.3-1-13gs.js b/test/language/function-code/10.4.3-1-13gs.js index 6abfe01adc6e0424e803e870554bf5ceb8139a6a..63f42f64b78d7ccfe78986a70c8cca98be8a886e 100644 --- a/test/language/function-code/10.4.3-1-13gs.js +++ b/test/language/function-code/10.4.3-1-13gs.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: 10.4.3-1-13gs diff --git a/test/language/function-code/10.4.3-1-14-s.js b/test/language/function-code/10.4.3-1-14-s.js index 515ff9c96423a673e76ad520c8cc8679b9f55730..97a2de70aaf4c328a5d589e1741938b510a51488 100644 --- a/test/language/function-code/10.4.3-1-14-s.js +++ b/test/language/function-code/10.4.3-1-14-s.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: 10.4.3-1-14-s diff --git a/test/language/function-code/10.4.3-1-14gs.js b/test/language/function-code/10.4.3-1-14gs.js index cac68ec19f4599948ff04eab4b98c59ab7a945a6..e28bc67d99fa7b4d5c1724306ad31fb3c7ac0425 100644 --- a/test/language/function-code/10.4.3-1-14gs.js +++ b/test/language/function-code/10.4.3-1-14gs.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: 10.4.3-1-14gs diff --git a/test/language/function-code/10.4.3-1-15-s.js b/test/language/function-code/10.4.3-1-15-s.js index 082314c4bb59f1620cd21c3a4358371dfd1a5f05..0564197cf3e4f6a83eaaca3138a6b74f03a926c5 100644 --- a/test/language/function-code/10.4.3-1-15-s.js +++ b/test/language/function-code/10.4.3-1-15-s.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: 10.4.3-1-15-s diff --git a/test/language/function-code/10.4.3-1-15gs.js b/test/language/function-code/10.4.3-1-15gs.js index 973c12da4ddf4b7173e65e27f7116f499f496154..a1a9b2a47a995d304a2c3391dcebc0396cc8692e 100644 --- a/test/language/function-code/10.4.3-1-15gs.js +++ b/test/language/function-code/10.4.3-1-15gs.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: 10.4.3-1-15gs diff --git a/test/language/function-code/10.4.3-1-16-s.js b/test/language/function-code/10.4.3-1-16-s.js index 2cb9cbbdac2cd405a4742af39efcfa6808e8cb5e..a443e6370aaa80fb5410114d559d61d7fa781fb5 100644 --- a/test/language/function-code/10.4.3-1-16-s.js +++ b/test/language/function-code/10.4.3-1-16-s.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: 10.4.3-1-16-s diff --git a/test/language/function-code/10.4.3-1-16gs.js b/test/language/function-code/10.4.3-1-16gs.js index 01bbc7af20f04fa5a3a13d4702b1ce0363c6136f..e1626bb959f2f3998e9d299a0595bdab47a7ebd9 100644 --- a/test/language/function-code/10.4.3-1-16gs.js +++ b/test/language/function-code/10.4.3-1-16gs.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: 10.4.3-1-16gs diff --git a/test/language/function-code/10.4.3-1-17-s.js b/test/language/function-code/10.4.3-1-17-s.js index a1fca5660470587d077eb0f23d2fe72902e94c42..029f2d247f260c2812a537e570d3824a5741b93f 100644 --- a/test/language/function-code/10.4.3-1-17-s.js +++ b/test/language/function-code/10.4.3-1-17-s.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: 10.4.3-1-17-s diff --git a/test/language/function-code/10.4.3-1-17gs.js b/test/language/function-code/10.4.3-1-17gs.js index 6c37c63e3e4cbb522ceb2c80a80b81d555479e02..ecd456638612076ddedae80cdd79098b8397f41e 100644 --- a/test/language/function-code/10.4.3-1-17gs.js +++ b/test/language/function-code/10.4.3-1-17gs.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: 10.4.3-1-17gs diff --git a/test/language/function-code/10.4.3-1-18gs.js b/test/language/function-code/10.4.3-1-18gs.js index f32c7c1012b5938c98117ba77cf8e9063699bfbe..9fb3ba8f408c05e79dafe35482b0a981a71f5b5c 100644 --- a/test/language/function-code/10.4.3-1-18gs.js +++ b/test/language/function-code/10.4.3-1-18gs.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: 10.4.3-1-18gs diff --git a/test/language/function-code/10.4.3-1-19-s.js b/test/language/function-code/10.4.3-1-19-s.js index 618887f382971f8c254de9755141670f701e621d..b6146fb5170e3af3ec4f673a1b7e25fb65065935 100644 --- a/test/language/function-code/10.4.3-1-19-s.js +++ b/test/language/function-code/10.4.3-1-19-s.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: 10.4.3-1-19-s diff --git a/test/language/function-code/10.4.3-1-19gs.js b/test/language/function-code/10.4.3-1-19gs.js index 0c866a51f4a6db3360be7e8e8ac191fa21b37bbf..3b4630a8e15a50f229e80cf66747d3a431dda3b4 100644 --- a/test/language/function-code/10.4.3-1-19gs.js +++ b/test/language/function-code/10.4.3-1-19gs.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: 10.4.3-1-19gs diff --git a/test/language/function-code/10.4.3-1-2-s.js b/test/language/function-code/10.4.3-1-2-s.js index 631ebabf9c568ab777622167552fca8c63ba3074..ad0bfe1d3efcf4d60c08fe4fcd8a53004acb476d 100644 --- a/test/language/function-code/10.4.3-1-2-s.js +++ b/test/language/function-code/10.4.3-1-2-s.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: 10.4.3-1-2-s diff --git a/test/language/function-code/10.4.3-1-20-s.js b/test/language/function-code/10.4.3-1-20-s.js index 106a6d12e8d855232ad61d9ba3f09dfa7e90b97e..7394c8350aec3fe080908b587fd4568f65b77db3 100644 --- a/test/language/function-code/10.4.3-1-20-s.js +++ b/test/language/function-code/10.4.3-1-20-s.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: 10.4.3-1-20-s diff --git a/test/language/function-code/10.4.3-1-20gs.js b/test/language/function-code/10.4.3-1-20gs.js index c10770398f1be8b7e316fe82c4d9e260c2107f2d..5a1339a3681a82abff27288bab63de0765cc42bc 100644 --- a/test/language/function-code/10.4.3-1-20gs.js +++ b/test/language/function-code/10.4.3-1-20gs.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: 10.4.3-1-20gs diff --git a/test/language/function-code/10.4.3-1-21-s.js b/test/language/function-code/10.4.3-1-21-s.js index 4446cc6c7d016355712ae898c263268b354bd6dc..78d622a857d96f7cf0ac4f99220351dec9da84a2 100644 --- a/test/language/function-code/10.4.3-1-21-s.js +++ b/test/language/function-code/10.4.3-1-21-s.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: 10.4.3-1-21-s diff --git a/test/language/function-code/10.4.3-1-21gs.js b/test/language/function-code/10.4.3-1-21gs.js index 74f33f22ca046e27a927d5f49334daebeb98120e..31e41a01147bb32a6b4cd39d4fd4d72522164c09 100644 --- a/test/language/function-code/10.4.3-1-21gs.js +++ b/test/language/function-code/10.4.3-1-21gs.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: 10.4.3-1-21gs diff --git a/test/language/function-code/10.4.3-1-22-s.js b/test/language/function-code/10.4.3-1-22-s.js index 7f3a974d748a1a987694df2f511fa739f45495d6..8a2e772b7a596e6b98c2d1d073b4bcc352a7f99b 100644 --- a/test/language/function-code/10.4.3-1-22-s.js +++ b/test/language/function-code/10.4.3-1-22-s.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: 10.4.3-1-22-s diff --git a/test/language/function-code/10.4.3-1-22gs.js b/test/language/function-code/10.4.3-1-22gs.js index 71c2b813737a2ba530a7458d146ba1a77a65874e..55cdaa4fd5537c9d0b26af523187a8b54165eaaa 100644 --- a/test/language/function-code/10.4.3-1-22gs.js +++ b/test/language/function-code/10.4.3-1-22gs.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: 10.4.3-1-22gs diff --git a/test/language/function-code/10.4.3-1-23-s.js b/test/language/function-code/10.4.3-1-23-s.js index a8d0753d908e8f7651f6d23a428c3b825abcdd9d..bf909a8ff984e374f75b47e560e07a9551f6c422 100644 --- a/test/language/function-code/10.4.3-1-23-s.js +++ b/test/language/function-code/10.4.3-1-23-s.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: 10.4.3-1-23-s diff --git a/test/language/function-code/10.4.3-1-23gs.js b/test/language/function-code/10.4.3-1-23gs.js index 83be79857208be5e75c99fb6e39149890e79ec2b..17f385269d8a38c3eb1e0abe44e1ceb6c7bcb7ab 100644 --- a/test/language/function-code/10.4.3-1-23gs.js +++ b/test/language/function-code/10.4.3-1-23gs.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: 10.4.3-1-23gs diff --git a/test/language/function-code/10.4.3-1-24-s.js b/test/language/function-code/10.4.3-1-24-s.js index a9d26f1809858ae9276da0506666fd07bd32d638..a30f3bd31023d47fabafcc39fc7535155878d413 100644 --- a/test/language/function-code/10.4.3-1-24-s.js +++ b/test/language/function-code/10.4.3-1-24-s.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: 10.4.3-1-24-s diff --git a/test/language/function-code/10.4.3-1-24gs.js b/test/language/function-code/10.4.3-1-24gs.js index 238ad408404874c8e2ca4090251f793873c522f8..fc156a0c059c078763903b342c6b2179d3364eb9 100644 --- a/test/language/function-code/10.4.3-1-24gs.js +++ b/test/language/function-code/10.4.3-1-24gs.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: 10.4.3-1-24gs diff --git a/test/language/function-code/10.4.3-1-25-s.js b/test/language/function-code/10.4.3-1-25-s.js index 39aff6f56b85724bac6ad32421fdb8424390c90f..2b92f82ac6416f3a967c2fe3e6c87b5323b662f8 100644 --- a/test/language/function-code/10.4.3-1-25-s.js +++ b/test/language/function-code/10.4.3-1-25-s.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: 10.4.3-1-25-s diff --git a/test/language/function-code/10.4.3-1-25gs.js b/test/language/function-code/10.4.3-1-25gs.js index a75b004c8cfb00ad126f47cc6e6209a61688d96f..049e6b6946e5550b15654ccd17b57cfd3a95d7b9 100644 --- a/test/language/function-code/10.4.3-1-25gs.js +++ b/test/language/function-code/10.4.3-1-25gs.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: 10.4.3-1-25gs diff --git a/test/language/function-code/10.4.3-1-26-s.js b/test/language/function-code/10.4.3-1-26-s.js index 49e984b1a680d0070309bdaf0a665cd0899285a0..12533e37ea068f2fc87d157acbf905b2657f9f0a 100644 --- a/test/language/function-code/10.4.3-1-26-s.js +++ b/test/language/function-code/10.4.3-1-26-s.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: 10.4.3-1-26-s diff --git a/test/language/function-code/10.4.3-1-26gs.js b/test/language/function-code/10.4.3-1-26gs.js index 070ad118ceaf9a47a95df42ae57eb3b313c8ccab..40b7f114c4967a0da88d0c3db9e4a5f6461253c0 100644 --- a/test/language/function-code/10.4.3-1-26gs.js +++ b/test/language/function-code/10.4.3-1-26gs.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: 10.4.3-1-26gs diff --git a/test/language/function-code/10.4.3-1-27-s.js b/test/language/function-code/10.4.3-1-27-s.js index 7680a77abdcddcdaec05aabb1e78bec23eee6360..41b6c29fa8571a7f5f038963f4ecde9e31419f6f 100644 --- a/test/language/function-code/10.4.3-1-27-s.js +++ b/test/language/function-code/10.4.3-1-27-s.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: 10.4.3-1-27-s diff --git a/test/language/function-code/10.4.3-1-27gs.js b/test/language/function-code/10.4.3-1-27gs.js index 5535ce0af6bbd8499c89c139b2f828e0f624cbbb..760395323fbccb7e52e93651fecf6d9c981c384d 100644 --- a/test/language/function-code/10.4.3-1-27gs.js +++ b/test/language/function-code/10.4.3-1-27gs.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: 10.4.3-1-27gs diff --git a/test/language/function-code/10.4.3-1-28-s.js b/test/language/function-code/10.4.3-1-28-s.js index 45451f71f05413d11849141bb07bae347651db55..3dd3e80e406d07e72451c8b11f4a5d38d63bf3fa 100644 --- a/test/language/function-code/10.4.3-1-28-s.js +++ b/test/language/function-code/10.4.3-1-28-s.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: 10.4.3-1-28-s diff --git a/test/language/function-code/10.4.3-1-28gs.js b/test/language/function-code/10.4.3-1-28gs.js index eda4d411dda5b6213776a9c3e90bc740c3b0a2df..dbdfc8fd98adc1bd3d4532cc8fc58a71fceacf0c 100644 --- a/test/language/function-code/10.4.3-1-28gs.js +++ b/test/language/function-code/10.4.3-1-28gs.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: 10.4.3-1-28gs diff --git a/test/language/function-code/10.4.3-1-29-s.js b/test/language/function-code/10.4.3-1-29-s.js index e5fd11ef912d1764183d1711708893d80cf232ca..d975eb41faef993b7ad5e01b659dffb7bfdb3b32 100644 --- a/test/language/function-code/10.4.3-1-29-s.js +++ b/test/language/function-code/10.4.3-1-29-s.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: 10.4.3-1-29-s diff --git a/test/language/function-code/10.4.3-1-29gs.js b/test/language/function-code/10.4.3-1-29gs.js index 7d578a7042230968bdaada2991e4de188b8b6248..4201c6c096193dacd267946336c1bc13e263fbf0 100644 --- a/test/language/function-code/10.4.3-1-29gs.js +++ b/test/language/function-code/10.4.3-1-29gs.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: 10.4.3-1-29gs diff --git a/test/language/function-code/10.4.3-1-3-s.js b/test/language/function-code/10.4.3-1-3-s.js index b978fcee06f6f0eda8a15ef741efebed955734d8..a3c6a42c242e78b398860251d409cf5604945b0b 100644 --- a/test/language/function-code/10.4.3-1-3-s.js +++ b/test/language/function-code/10.4.3-1-3-s.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: 10.4.3-1-3-s diff --git a/test/language/function-code/10.4.3-1-30-s.js b/test/language/function-code/10.4.3-1-30-s.js index a3c3b88265475c4fdcf6879fdc0329178825ca15..5969bd109c2861ecd914c443549744d599a596a4 100644 --- a/test/language/function-code/10.4.3-1-30-s.js +++ b/test/language/function-code/10.4.3-1-30-s.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: 10.4.3-1-30-s diff --git a/test/language/function-code/10.4.3-1-30gs.js b/test/language/function-code/10.4.3-1-30gs.js index f2fa92053b515c79c269163883bbc27d489cea26..4787cee9c812c019c1338b1ac818ac37c5834f72 100644 --- a/test/language/function-code/10.4.3-1-30gs.js +++ b/test/language/function-code/10.4.3-1-30gs.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: 10.4.3-1-30gs diff --git a/test/language/function-code/10.4.3-1-31-s.js b/test/language/function-code/10.4.3-1-31-s.js index 9f40662a4f74c23cd0510ef777aabab478df7180..6bd24e99c32fd9e69b3602b68726d0be377ac51e 100644 --- a/test/language/function-code/10.4.3-1-31-s.js +++ b/test/language/function-code/10.4.3-1-31-s.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: 10.4.3-1-31-s diff --git a/test/language/function-code/10.4.3-1-31gs.js b/test/language/function-code/10.4.3-1-31gs.js index b0125594e592365a6592b6e15511e0dd7e470756..3341e45448fdc139ddefd4c8e2680400dc515944 100644 --- a/test/language/function-code/10.4.3-1-31gs.js +++ b/test/language/function-code/10.4.3-1-31gs.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: 10.4.3-1-31gs diff --git a/test/language/function-code/10.4.3-1-32-s.js b/test/language/function-code/10.4.3-1-32-s.js index ffa1018d81f3e4260da6d3945d57999e66cdf19f..d095b0a2f966a13925f01e5fcaf66629c0966496 100644 --- a/test/language/function-code/10.4.3-1-32-s.js +++ b/test/language/function-code/10.4.3-1-32-s.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: 10.4.3-1-32-s diff --git a/test/language/function-code/10.4.3-1-32gs.js b/test/language/function-code/10.4.3-1-32gs.js index e4ef88779fadd1ef50ed3db4ea9bffad875797fa..ce32161855acd8a9c4a3ff51d24874015b1d13df 100644 --- a/test/language/function-code/10.4.3-1-32gs.js +++ b/test/language/function-code/10.4.3-1-32gs.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: 10.4.3-1-32gs diff --git a/test/language/function-code/10.4.3-1-33-s.js b/test/language/function-code/10.4.3-1-33-s.js index 2aae61cc19e679686e9b5506df9a3f4411cbb49f..106eeb65a084b4dca9a1ef2d70520363541a8a77 100644 --- a/test/language/function-code/10.4.3-1-33-s.js +++ b/test/language/function-code/10.4.3-1-33-s.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: 10.4.3-1-33-s diff --git a/test/language/function-code/10.4.3-1-33gs.js b/test/language/function-code/10.4.3-1-33gs.js index dc4adc50fb3b65030b9b341480ac8a49fe85d5c1..0cd6cc067ad138243bd4494c9e5740312553aa0d 100644 --- a/test/language/function-code/10.4.3-1-33gs.js +++ b/test/language/function-code/10.4.3-1-33gs.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: 10.4.3-1-33gs diff --git a/test/language/function-code/10.4.3-1-34-s.js b/test/language/function-code/10.4.3-1-34-s.js index 0d119eaa04a12f5d136498c1c50b626940cf2cc4..bcc169a6fcb0c1d3eebdc195163d0382ac90e0b8 100644 --- a/test/language/function-code/10.4.3-1-34-s.js +++ b/test/language/function-code/10.4.3-1-34-s.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: 10.4.3-1-34-s diff --git a/test/language/function-code/10.4.3-1-34gs.js b/test/language/function-code/10.4.3-1-34gs.js index 2254ef578c21129938941feafb1cf4dd5fe0f9d6..05a949c6f251faabf0805095ca637e383a313002 100644 --- a/test/language/function-code/10.4.3-1-34gs.js +++ b/test/language/function-code/10.4.3-1-34gs.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: 10.4.3-1-34gs diff --git a/test/language/function-code/10.4.3-1-35-s.js b/test/language/function-code/10.4.3-1-35-s.js index f03887bf08c34ae5f2ede9f2df07f90543f984dd..5b500c56249cffdad41840fc3c58821aa245e494 100644 --- a/test/language/function-code/10.4.3-1-35-s.js +++ b/test/language/function-code/10.4.3-1-35-s.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: 10.4.3-1-35-s diff --git a/test/language/function-code/10.4.3-1-35gs.js b/test/language/function-code/10.4.3-1-35gs.js index 013022619d6fe54cb9112216e64a006ed1a18622..abbdf99896176e405effdf1b0ff19194cb1377b3 100644 --- a/test/language/function-code/10.4.3-1-35gs.js +++ b/test/language/function-code/10.4.3-1-35gs.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: 10.4.3-1-35gs diff --git a/test/language/function-code/10.4.3-1-36-s.js b/test/language/function-code/10.4.3-1-36-s.js index 6833878d45bdda0da7f7d60d5ce34fdd35342b73..d50999a5945a044e9fb72e84d2648be8e46ae0ec 100644 --- a/test/language/function-code/10.4.3-1-36-s.js +++ b/test/language/function-code/10.4.3-1-36-s.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: 10.4.3-1-36-s diff --git a/test/language/function-code/10.4.3-1-36gs.js b/test/language/function-code/10.4.3-1-36gs.js index 529bb36b685fe5466e95caf877d4bcd1598fcbfc..610238efc35dcc4e8a2036e2da946c7858dcd780 100644 --- a/test/language/function-code/10.4.3-1-36gs.js +++ b/test/language/function-code/10.4.3-1-36gs.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: 10.4.3-1-36gs diff --git a/test/language/function-code/10.4.3-1-37-s.js b/test/language/function-code/10.4.3-1-37-s.js index 69d3e754e7e8ed7f568450154359d0cd8c9f3103..79e2a3e48420bfb938a2c27135732be5e4d8e869 100644 --- a/test/language/function-code/10.4.3-1-37-s.js +++ b/test/language/function-code/10.4.3-1-37-s.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: 10.4.3-1-37-s diff --git a/test/language/function-code/10.4.3-1-37gs.js b/test/language/function-code/10.4.3-1-37gs.js index b0c1c130e9789668342d61681a38bafab409f8b2..8ff10e0aeae495bbd14d6f17d86ee943a907b75e 100644 --- a/test/language/function-code/10.4.3-1-37gs.js +++ b/test/language/function-code/10.4.3-1-37gs.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: 10.4.3-1-37gs diff --git a/test/language/function-code/10.4.3-1-38-s.js b/test/language/function-code/10.4.3-1-38-s.js index 754fc362e6a1bd3a41eb6c07eb4f63bc2c9b2cf1..80bab409abf3425b381f9f9986269e14927e66f9 100644 --- a/test/language/function-code/10.4.3-1-38-s.js +++ b/test/language/function-code/10.4.3-1-38-s.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: 10.4.3-1-38-s diff --git a/test/language/function-code/10.4.3-1-38gs.js b/test/language/function-code/10.4.3-1-38gs.js index fa2deb8f6c763937a3b2eb44e92734d524b32d1a..af1e522127e87c79d5871b09addca39858b286f9 100644 --- a/test/language/function-code/10.4.3-1-38gs.js +++ b/test/language/function-code/10.4.3-1-38gs.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: 10.4.3-1-38gs diff --git a/test/language/function-code/10.4.3-1-39-s.js b/test/language/function-code/10.4.3-1-39-s.js index 5d8694fa7feb5c310de8db121a6c6d847caf03ac..2b886d01e43a8a2e5195acb6b8ebc41cffac29d2 100644 --- a/test/language/function-code/10.4.3-1-39-s.js +++ b/test/language/function-code/10.4.3-1-39-s.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: 10.4.3-1-39-s diff --git a/test/language/function-code/10.4.3-1-39gs.js b/test/language/function-code/10.4.3-1-39gs.js index 7a9732dd45f3d07179db4e8a408c9a94f0babc6a..db1faa428481c340e7a3a2c26fe24807742e6f79 100644 --- a/test/language/function-code/10.4.3-1-39gs.js +++ b/test/language/function-code/10.4.3-1-39gs.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: 10.4.3-1-39gs diff --git a/test/language/function-code/10.4.3-1-4-s.js b/test/language/function-code/10.4.3-1-4-s.js index 292904c9fed932ce7624fcfe783b22557effaee8..6de018f5c4771a50e2ba0bef6c766c0e41777469 100644 --- a/test/language/function-code/10.4.3-1-4-s.js +++ b/test/language/function-code/10.4.3-1-4-s.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: 10.4.3-1-4-s diff --git a/test/language/function-code/10.4.3-1-40-s.js b/test/language/function-code/10.4.3-1-40-s.js index daeff64a94d712363c158b4d3f56e82fe744b629..d71e43b5ab9d38c6c5a07b63475d66228ef41b21 100644 --- a/test/language/function-code/10.4.3-1-40-s.js +++ b/test/language/function-code/10.4.3-1-40-s.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: 10.4.3-1-40-s diff --git a/test/language/function-code/10.4.3-1-40gs.js b/test/language/function-code/10.4.3-1-40gs.js index db2511083fe994d1d77192cf4c9bb1b9e26aa3db..7d4dad3843f1dcc333c18389e1f631dc3e27a1d0 100644 --- a/test/language/function-code/10.4.3-1-40gs.js +++ b/test/language/function-code/10.4.3-1-40gs.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: 10.4.3-1-40gs diff --git a/test/language/function-code/10.4.3-1-41-s.js b/test/language/function-code/10.4.3-1-41-s.js index 1fdfe6e13b4cff87a53ef9ea4b557ea06f68c377..4a9b9386f9d0eeb2d1891cbe9d03dee0146d5dc6 100644 --- a/test/language/function-code/10.4.3-1-41-s.js +++ b/test/language/function-code/10.4.3-1-41-s.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: 10.4.3-1-41-s diff --git a/test/language/function-code/10.4.3-1-41gs.js b/test/language/function-code/10.4.3-1-41gs.js index 842eb31f3d09729662911c5c339dc274f4c161ca..25422e9e8ff172f3c80584115942d2e27a3354ee 100644 --- a/test/language/function-code/10.4.3-1-41gs.js +++ b/test/language/function-code/10.4.3-1-41gs.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: 10.4.3-1-41gs diff --git a/test/language/function-code/10.4.3-1-42-s.js b/test/language/function-code/10.4.3-1-42-s.js index cb5dbc26bb4b283a1a06de5c6a44601bdc2d1ab0..cd6f0337c5524aad611599dee73b3a53c11424c3 100644 --- a/test/language/function-code/10.4.3-1-42-s.js +++ b/test/language/function-code/10.4.3-1-42-s.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: 10.4.3-1-42-s diff --git a/test/language/function-code/10.4.3-1-42gs.js b/test/language/function-code/10.4.3-1-42gs.js index 8703668b9b0835d08dbbfef32f3dcb6445974bba..8b7508431d4e9218b4ac4f69fe63839c0a0b9908 100644 --- a/test/language/function-code/10.4.3-1-42gs.js +++ b/test/language/function-code/10.4.3-1-42gs.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: 10.4.3-1-42gs diff --git a/test/language/function-code/10.4.3-1-43-s.js b/test/language/function-code/10.4.3-1-43-s.js index 1c6fa8fbfea6682c08b82758eeb6bfd30aa0ea78..91dbb74f714ea5feadb3d8dbe5e2937053a1b418 100644 --- a/test/language/function-code/10.4.3-1-43-s.js +++ b/test/language/function-code/10.4.3-1-43-s.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: 10.4.3-1-43-s diff --git a/test/language/function-code/10.4.3-1-43gs.js b/test/language/function-code/10.4.3-1-43gs.js index 2e57f92078d8064e7d0b18dd3eb71ae8026ac2dc..2233e1be88bc80f75a16be3821cf6fbda318f88a 100644 --- a/test/language/function-code/10.4.3-1-43gs.js +++ b/test/language/function-code/10.4.3-1-43gs.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: 10.4.3-1-43gs diff --git a/test/language/function-code/10.4.3-1-44-s.js b/test/language/function-code/10.4.3-1-44-s.js index 4e8d34230a2563ebf1a98ea28644a83240c29838..cf75229638ace2822c45bb3216ddb61b6d2c8d71 100644 --- a/test/language/function-code/10.4.3-1-44-s.js +++ b/test/language/function-code/10.4.3-1-44-s.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: 10.4.3-1-44-s diff --git a/test/language/function-code/10.4.3-1-44gs.js b/test/language/function-code/10.4.3-1-44gs.js index 56e8a68dd40097f721004439b23b8fad0c19d219..444fbd6701ca7ab514e8e8377e7face710899abf 100644 --- a/test/language/function-code/10.4.3-1-44gs.js +++ b/test/language/function-code/10.4.3-1-44gs.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: 10.4.3-1-44gs diff --git a/test/language/function-code/10.4.3-1-45-s.js b/test/language/function-code/10.4.3-1-45-s.js index ce0c1c5b2377ba5e477ed83d1d78c3b49d56c8c0..3e46e67e80edc71d40bf847e040e65c303d513af 100644 --- a/test/language/function-code/10.4.3-1-45-s.js +++ b/test/language/function-code/10.4.3-1-45-s.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: 10.4.3-1-45-s diff --git a/test/language/function-code/10.4.3-1-45gs.js b/test/language/function-code/10.4.3-1-45gs.js index 09e1eda85a07b57cd4406ab0055099b1908a7d53..45e37da196a2cbd98c5426ce1fcfc98cb9687bb1 100644 --- a/test/language/function-code/10.4.3-1-45gs.js +++ b/test/language/function-code/10.4.3-1-45gs.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: 10.4.3-1-45gs diff --git a/test/language/function-code/10.4.3-1-46-s.js b/test/language/function-code/10.4.3-1-46-s.js index 11fb9fae8bc4d90aea398600d780d63538496e2f..af4a06c4b5626659f64e3f6989f6283a6970c0e3 100644 --- a/test/language/function-code/10.4.3-1-46-s.js +++ b/test/language/function-code/10.4.3-1-46-s.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: 10.4.3-1-46-s diff --git a/test/language/function-code/10.4.3-1-46gs.js b/test/language/function-code/10.4.3-1-46gs.js index 31e495ab25fd9a9183a7da3a301e38f4629dd18c..53935f5fa7fcdbe97fdde81f9ddf125dd3c74244 100644 --- a/test/language/function-code/10.4.3-1-46gs.js +++ b/test/language/function-code/10.4.3-1-46gs.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: 10.4.3-1-46gs diff --git a/test/language/function-code/10.4.3-1-47-s.js b/test/language/function-code/10.4.3-1-47-s.js index 29fd5c2def8db05141cbac49c8da3e077c373668..10f6b26268bae318ac4f0d5c63f78ac09573268e 100644 --- a/test/language/function-code/10.4.3-1-47-s.js +++ b/test/language/function-code/10.4.3-1-47-s.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: 10.4.3-1-47-s diff --git a/test/language/function-code/10.4.3-1-47gs.js b/test/language/function-code/10.4.3-1-47gs.js index 28dd22579492849f98127e059eee7f4230c79433..d84296c46fe0419ce8356a414980e925f6d7c63c 100644 --- a/test/language/function-code/10.4.3-1-47gs.js +++ b/test/language/function-code/10.4.3-1-47gs.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: 10.4.3-1-47gs diff --git a/test/language/function-code/10.4.3-1-48-s.js b/test/language/function-code/10.4.3-1-48-s.js index 2792091475b80ad12f48a443ee27d7cc5535c707..9fe714908e7d1715304f6c5d5bf612a1eb75fcd5 100644 --- a/test/language/function-code/10.4.3-1-48-s.js +++ b/test/language/function-code/10.4.3-1-48-s.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: 10.4.3-1-48-s diff --git a/test/language/function-code/10.4.3-1-48gs.js b/test/language/function-code/10.4.3-1-48gs.js index c6b8efd599bcd6f01555e18c348e53070d342bc2..6840f11b782ae54356e598a933fe86ad12b9f57a 100644 --- a/test/language/function-code/10.4.3-1-48gs.js +++ b/test/language/function-code/10.4.3-1-48gs.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: 10.4.3-1-48gs diff --git a/test/language/function-code/10.4.3-1-49-s.js b/test/language/function-code/10.4.3-1-49-s.js index f8e9e341919682a8355f12aaee921290984c1d3d..ed3e398417c92127181b279d3fa5d13cc5749cdb 100644 --- a/test/language/function-code/10.4.3-1-49-s.js +++ b/test/language/function-code/10.4.3-1-49-s.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: 10.4.3-1-49-s diff --git a/test/language/function-code/10.4.3-1-49gs.js b/test/language/function-code/10.4.3-1-49gs.js index e10adc97de5424c88d8c2e6e98926a07316dc51b..0f31d357b2586bda26004f00f71170e70b2da3a1 100644 --- a/test/language/function-code/10.4.3-1-49gs.js +++ b/test/language/function-code/10.4.3-1-49gs.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: 10.4.3-1-49gs diff --git a/test/language/function-code/10.4.3-1-5-s.js b/test/language/function-code/10.4.3-1-5-s.js index e47e8954bebc9cb0b178238be808eebb5b355334..37b40c7d2176806aaf429ff5380aef81234e1a70 100644 --- a/test/language/function-code/10.4.3-1-5-s.js +++ b/test/language/function-code/10.4.3-1-5-s.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: 10.4.3-1-5-s diff --git a/test/language/function-code/10.4.3-1-50-s.js b/test/language/function-code/10.4.3-1-50-s.js index 3f748296bf978fdc9996578d334cdafdf73da158..96e85d984d709634d3b118cb140e9e17af2a5945 100644 --- a/test/language/function-code/10.4.3-1-50-s.js +++ b/test/language/function-code/10.4.3-1-50-s.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: 10.4.3-1-50-s diff --git a/test/language/function-code/10.4.3-1-50gs.js b/test/language/function-code/10.4.3-1-50gs.js index c189abc6b54b20c7b8ada0c691de499831dd85e3..c1e667060cf321bf6bfdaf8ea8765bbe11a8f4c5 100644 --- a/test/language/function-code/10.4.3-1-50gs.js +++ b/test/language/function-code/10.4.3-1-50gs.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: 10.4.3-1-50gs diff --git a/test/language/function-code/10.4.3-1-51-s.js b/test/language/function-code/10.4.3-1-51-s.js index 7a933541e398c78396928abab0215029ddeb2ecb..70f9147410961e80bfd1a9803bd49c7bf07f6601 100644 --- a/test/language/function-code/10.4.3-1-51-s.js +++ b/test/language/function-code/10.4.3-1-51-s.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: 10.4.3-1-51-s diff --git a/test/language/function-code/10.4.3-1-51gs.js b/test/language/function-code/10.4.3-1-51gs.js index ed010258086f2621f5df4e5e67e65dab9aad665c..3c6f9810a3d925cbd7c6b26fc082f44480c41e99 100644 --- a/test/language/function-code/10.4.3-1-51gs.js +++ b/test/language/function-code/10.4.3-1-51gs.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: 10.4.3-1-51gs diff --git a/test/language/function-code/10.4.3-1-52-s.js b/test/language/function-code/10.4.3-1-52-s.js index 06fe64f31e144d5fda1ff4de513bde516d051716..17a707a109112d28ec8987bf61fa1c2e8b871a7b 100644 --- a/test/language/function-code/10.4.3-1-52-s.js +++ b/test/language/function-code/10.4.3-1-52-s.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: 10.4.3-1-52-s diff --git a/test/language/function-code/10.4.3-1-52gs.js b/test/language/function-code/10.4.3-1-52gs.js index 3e6f626fa3422f6afe9075da4fb2705cbc280077..f33607f6ec0d1377aa2a0a39714bb04bc2fc8dc3 100644 --- a/test/language/function-code/10.4.3-1-52gs.js +++ b/test/language/function-code/10.4.3-1-52gs.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: 10.4.3-1-52gs diff --git a/test/language/function-code/10.4.3-1-53-s.js b/test/language/function-code/10.4.3-1-53-s.js index 245b52da484b3a5ed6dc2dce863c145b2a553c6c..69792c8d7166f5ded1ad0d2371eb117462511782 100644 --- a/test/language/function-code/10.4.3-1-53-s.js +++ b/test/language/function-code/10.4.3-1-53-s.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: 10.4.3-1-53-s diff --git a/test/language/function-code/10.4.3-1-53gs.js b/test/language/function-code/10.4.3-1-53gs.js index 7e57820a7295e3ad71218a3433da820c603b510f..ddd50586660c31f35ed57dc6ef9b225b4312a565 100644 --- a/test/language/function-code/10.4.3-1-53gs.js +++ b/test/language/function-code/10.4.3-1-53gs.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: 10.4.3-1-53gs diff --git a/test/language/function-code/10.4.3-1-54-s.js b/test/language/function-code/10.4.3-1-54-s.js index 3e6d6932462ce15dff8f5d8013d02027ff994a22..d1b47bdefeff5d9b40f11653d5b5adfba7b74fcd 100644 --- a/test/language/function-code/10.4.3-1-54-s.js +++ b/test/language/function-code/10.4.3-1-54-s.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: 10.4.3-1-54-s diff --git a/test/language/function-code/10.4.3-1-54gs.js b/test/language/function-code/10.4.3-1-54gs.js index 3e0511976060f79b0cdfa94a03913e274e105e0a..223f9da645067812a7a209986efdfebe15bdf289 100644 --- a/test/language/function-code/10.4.3-1-54gs.js +++ b/test/language/function-code/10.4.3-1-54gs.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: 10.4.3-1-54gs diff --git a/test/language/function-code/10.4.3-1-55-s.js b/test/language/function-code/10.4.3-1-55-s.js index 6bad9e1686af265a9b786eb48a115b3e05ed5045..b5039b1ec773b24c88573017bcdc3b4e7ab2e6f8 100644 --- a/test/language/function-code/10.4.3-1-55-s.js +++ b/test/language/function-code/10.4.3-1-55-s.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: 10.4.3-1-55-s diff --git a/test/language/function-code/10.4.3-1-55gs.js b/test/language/function-code/10.4.3-1-55gs.js index 5ede845974b50ce99688597a8ad6c97e019fafeb..31d43be66910811fc43639b75c5be5097c1c7b36 100644 --- a/test/language/function-code/10.4.3-1-55gs.js +++ b/test/language/function-code/10.4.3-1-55gs.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: 10.4.3-1-55gs diff --git a/test/language/function-code/10.4.3-1-56-s.js b/test/language/function-code/10.4.3-1-56-s.js index 62eecd8ff68b060864921047091a0d434d46151d..358b6a23bd1abcc8ea9e370eb7397209f114c890 100644 --- a/test/language/function-code/10.4.3-1-56-s.js +++ b/test/language/function-code/10.4.3-1-56-s.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: 10.4.3-1-56-s diff --git a/test/language/function-code/10.4.3-1-56gs.js b/test/language/function-code/10.4.3-1-56gs.js index 3af86b5ce7ead45633f937d5f7fafd47a5a39b29..a2109ea92c9773ed9b60f3c1ca45d0d86c141b9b 100644 --- a/test/language/function-code/10.4.3-1-56gs.js +++ b/test/language/function-code/10.4.3-1-56gs.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: 10.4.3-1-56gs diff --git a/test/language/function-code/10.4.3-1-57-s.js b/test/language/function-code/10.4.3-1-57-s.js index 507b8afdd373a709bb61bcdad031c03df51eac62..3ead0e7afc783467e02cc98386bdf487e9520144 100644 --- a/test/language/function-code/10.4.3-1-57-s.js +++ b/test/language/function-code/10.4.3-1-57-s.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: 10.4.3-1-57-s diff --git a/test/language/function-code/10.4.3-1-57gs.js b/test/language/function-code/10.4.3-1-57gs.js index 6f9409b65a530133028ae3fd92092a726e9947f1..3512c910978a7dd639697b483d84f0651f7f91d8 100644 --- a/test/language/function-code/10.4.3-1-57gs.js +++ b/test/language/function-code/10.4.3-1-57gs.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: 10.4.3-1-57gs diff --git a/test/language/function-code/10.4.3-1-58-s.js b/test/language/function-code/10.4.3-1-58-s.js index 02fe74dcb891dca6cf64339955b5bc5c8c3bcaa8..8b9811dcdef7afb16cdae015be2bb662be165844 100644 --- a/test/language/function-code/10.4.3-1-58-s.js +++ b/test/language/function-code/10.4.3-1-58-s.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: 10.4.3-1-58-s diff --git a/test/language/function-code/10.4.3-1-58gs.js b/test/language/function-code/10.4.3-1-58gs.js index 0107e28c609e62bc49e360c8340887e39d3497c3..ea3cbca28d3ce805eaa6ed9cfb1143439e515530 100644 --- a/test/language/function-code/10.4.3-1-58gs.js +++ b/test/language/function-code/10.4.3-1-58gs.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: 10.4.3-1-58gs diff --git a/test/language/function-code/10.4.3-1-59-s.js b/test/language/function-code/10.4.3-1-59-s.js index d320a07c4744b570bbdf303673bda88dec1e9509..94cb74ea58c7d7de1c145e3b34d4d0c66d9e6b21 100644 --- a/test/language/function-code/10.4.3-1-59-s.js +++ b/test/language/function-code/10.4.3-1-59-s.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: 10.4.3-1-59-s diff --git a/test/language/function-code/10.4.3-1-59gs.js b/test/language/function-code/10.4.3-1-59gs.js index c3a6298c35c0d17446582b14e7041102ae19cd38..c25168366f5ffacd4f19c51001ae4e4a7d317d18 100644 --- a/test/language/function-code/10.4.3-1-59gs.js +++ b/test/language/function-code/10.4.3-1-59gs.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: 10.4.3-1-59gs diff --git a/test/language/function-code/10.4.3-1-60-s.js b/test/language/function-code/10.4.3-1-60-s.js index adf1946cdb5c742582dd160324746622878a3704..29814cf29bcea230fc669260151b433aac91d97b 100644 --- a/test/language/function-code/10.4.3-1-60-s.js +++ b/test/language/function-code/10.4.3-1-60-s.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: 10.4.3-1-60-s diff --git a/test/language/function-code/10.4.3-1-60gs.js b/test/language/function-code/10.4.3-1-60gs.js index 3c3dc73fb6f8e2dece38e2e66a3298803d4f7791..38a9b137ba6b8cb25aa84af1bc7c443003f4af53 100644 --- a/test/language/function-code/10.4.3-1-60gs.js +++ b/test/language/function-code/10.4.3-1-60gs.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: 10.4.3-1-60gs diff --git a/test/language/function-code/10.4.3-1-61-s.js b/test/language/function-code/10.4.3-1-61-s.js index 1ed436a4139213c1207d44aac2bcba8abc5df01d..fe3c948505653444f9ad91627a6dbafbb3e111ee 100644 --- a/test/language/function-code/10.4.3-1-61-s.js +++ b/test/language/function-code/10.4.3-1-61-s.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: 10.4.3-1-61-s diff --git a/test/language/function-code/10.4.3-1-61gs.js b/test/language/function-code/10.4.3-1-61gs.js index e588255b8a3e1e39ec1275b0fd002fb24b8b9598..8e0143923c4a89bdc9b6398bc1b1cbeba9cdde51 100644 --- a/test/language/function-code/10.4.3-1-61gs.js +++ b/test/language/function-code/10.4.3-1-61gs.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: 10.4.3-1-61gs diff --git a/test/language/function-code/10.4.3-1-62-s.js b/test/language/function-code/10.4.3-1-62-s.js index 9f48331fd95592475f791a63049a000c9ec2106c..564a630840d14ab421a3c142f9e5bb5afeab61bf 100644 --- a/test/language/function-code/10.4.3-1-62-s.js +++ b/test/language/function-code/10.4.3-1-62-s.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: 10.4.3-1-62-s diff --git a/test/language/function-code/10.4.3-1-62gs.js b/test/language/function-code/10.4.3-1-62gs.js index 5f0d5e9c8f6999f093beeecb6f55ec4a56f2151d..ccd866acd59d40be5d666cb12c3364d48101ceb2 100644 --- a/test/language/function-code/10.4.3-1-62gs.js +++ b/test/language/function-code/10.4.3-1-62gs.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: 10.4.3-1-62gs diff --git a/test/language/function-code/10.4.3-1-63-s.js b/test/language/function-code/10.4.3-1-63-s.js index a4cd80635f01438f08772e52d99f18228815b960..5b2f958c7209dca28b2bc61b9a5a7bf56836adbf 100644 --- a/test/language/function-code/10.4.3-1-63-s.js +++ b/test/language/function-code/10.4.3-1-63-s.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: 10.4.3-1-63-s diff --git a/test/language/function-code/10.4.3-1-63gs.js b/test/language/function-code/10.4.3-1-63gs.js index e27e234086e284a88b62679c2bebbf784e4b10c6..e6502deb8d67930d04e7398428cf2f1983c85e29 100644 --- a/test/language/function-code/10.4.3-1-63gs.js +++ b/test/language/function-code/10.4.3-1-63gs.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: 10.4.3-1-63gs diff --git a/test/language/function-code/10.4.3-1-64-s.js b/test/language/function-code/10.4.3-1-64-s.js index d27a64d1055c99a39255ea1c01dcf267a492c1ef..49a20b277951b6b062c2dae4e5c9957d9853f63b 100644 --- a/test/language/function-code/10.4.3-1-64-s.js +++ b/test/language/function-code/10.4.3-1-64-s.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: 10.4.3-1-64-s diff --git a/test/language/function-code/10.4.3-1-64gs.js b/test/language/function-code/10.4.3-1-64gs.js index dc0feaf5204a20e0d9422131bd9d0256b83e8d67..2db7874b1ae25137d43e19d3238beaf3301ce034 100644 --- a/test/language/function-code/10.4.3-1-64gs.js +++ b/test/language/function-code/10.4.3-1-64gs.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: 10.4.3-1-64gs diff --git a/test/language/function-code/10.4.3-1-65-s.js b/test/language/function-code/10.4.3-1-65-s.js index 999fa42528fecd0e5141ae3f76044a91f97ac378..0725e797d244b6b5ad033b25f173834d08d88af3 100644 --- a/test/language/function-code/10.4.3-1-65-s.js +++ b/test/language/function-code/10.4.3-1-65-s.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: 10.4.3-1-65-s diff --git a/test/language/function-code/10.4.3-1-65gs.js b/test/language/function-code/10.4.3-1-65gs.js index 975cff70e3d80f870b52a2413fc1919b63ebfb0c..571fedbdd86e6031fc165a415b6ae9472ffdb8de 100644 --- a/test/language/function-code/10.4.3-1-65gs.js +++ b/test/language/function-code/10.4.3-1-65gs.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: 10.4.3-1-65gs diff --git a/test/language/function-code/10.4.3-1-66-s.js b/test/language/function-code/10.4.3-1-66-s.js index dcbbc5ef9aea9980ffb4b51c2febbb1b1c2589b4..7da2d21f758b9d38283ae7b64eed3708b9f159e2 100644 --- a/test/language/function-code/10.4.3-1-66-s.js +++ b/test/language/function-code/10.4.3-1-66-s.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: 10.4.3-1-66-s diff --git a/test/language/function-code/10.4.3-1-66gs.js b/test/language/function-code/10.4.3-1-66gs.js index 7ee33adadea13472fdbbcc385484308c43d61ffc..b3865c2dfb45ae7e743aeb0873749be45b4fd77d 100644 --- a/test/language/function-code/10.4.3-1-66gs.js +++ b/test/language/function-code/10.4.3-1-66gs.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: 10.4.3-1-66gs diff --git a/test/language/function-code/10.4.3-1-67-s.js b/test/language/function-code/10.4.3-1-67-s.js index b582ae77c5cdac28fe884d3fff5fc240454b727d..32b1fab38ebc940292475e68fe1a69419dd8220a 100644 --- a/test/language/function-code/10.4.3-1-67-s.js +++ b/test/language/function-code/10.4.3-1-67-s.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: 10.4.3-1-67-s diff --git a/test/language/function-code/10.4.3-1-67gs.js b/test/language/function-code/10.4.3-1-67gs.js index 58f6857978ee77c649bb829c75f673c1ef9499a7..43222379dd8e26cb656ff556968d628018ee37e0 100644 --- a/test/language/function-code/10.4.3-1-67gs.js +++ b/test/language/function-code/10.4.3-1-67gs.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: 10.4.3-1-67gs diff --git a/test/language/function-code/10.4.3-1-68-s.js b/test/language/function-code/10.4.3-1-68-s.js index cec941a0a7ff71daa7202bbfc0c2349621a48369..1eb1e93b255e5070f319a462224eb9a7341e1c9e 100644 --- a/test/language/function-code/10.4.3-1-68-s.js +++ b/test/language/function-code/10.4.3-1-68-s.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: 10.4.3-1-68-s diff --git a/test/language/function-code/10.4.3-1-68gs.js b/test/language/function-code/10.4.3-1-68gs.js index 30c3726052065312bfe20e1339c84a607628a558..6ba86edd1d51bcef873134f25e10a24ee8fa1f21 100644 --- a/test/language/function-code/10.4.3-1-68gs.js +++ b/test/language/function-code/10.4.3-1-68gs.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: 10.4.3-1-68gs diff --git a/test/language/function-code/10.4.3-1-69-s.js b/test/language/function-code/10.4.3-1-69-s.js index caec77b0713284d57ca689414b47904e24fe4ab2..4b65b33774794f3e72ecff6d5e6af2c31ad6c6e0 100644 --- a/test/language/function-code/10.4.3-1-69-s.js +++ b/test/language/function-code/10.4.3-1-69-s.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: 10.4.3-1-69-s diff --git a/test/language/function-code/10.4.3-1-69gs.js b/test/language/function-code/10.4.3-1-69gs.js index 294afea875db9456a129a3952035679a8afcb87d..207c52166e55f22131070d21ceffd718c15d4d9b 100644 --- a/test/language/function-code/10.4.3-1-69gs.js +++ b/test/language/function-code/10.4.3-1-69gs.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: 10.4.3-1-69gs diff --git a/test/language/function-code/10.4.3-1-7-s.js b/test/language/function-code/10.4.3-1-7-s.js index e3b691fed9a3b555827fe1ab27b1f0f8704fd4be..2c9d796076f291dac34876f16aad6e90c5626a4e 100644 --- a/test/language/function-code/10.4.3-1-7-s.js +++ b/test/language/function-code/10.4.3-1-7-s.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: 10.4.3-1-7-s diff --git a/test/language/function-code/10.4.3-1-70-s.js b/test/language/function-code/10.4.3-1-70-s.js index efdd80fa3356851a55ef747f7c01ef6ad75b3cb5..8a73071cc035098710776fbbba6e0f7e307af04b 100644 --- a/test/language/function-code/10.4.3-1-70-s.js +++ b/test/language/function-code/10.4.3-1-70-s.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: 10.4.3-1-70-s diff --git a/test/language/function-code/10.4.3-1-70gs.js b/test/language/function-code/10.4.3-1-70gs.js index 7fe9702b3de13a08d440bc40b81249e6ae968b69..3bf0900e4a785b2e608bfc9a145db6985f5717c5 100644 --- a/test/language/function-code/10.4.3-1-70gs.js +++ b/test/language/function-code/10.4.3-1-70gs.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: 10.4.3-1-70gs diff --git a/test/language/function-code/10.4.3-1-71-s.js b/test/language/function-code/10.4.3-1-71-s.js index 7457b326cb736572815570d6522eab24c67bf13a..60e9486f82a0de2f16236d52af2f982b4c98c29c 100644 --- a/test/language/function-code/10.4.3-1-71-s.js +++ b/test/language/function-code/10.4.3-1-71-s.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: 10.4.3-1-71-s diff --git a/test/language/function-code/10.4.3-1-71gs.js b/test/language/function-code/10.4.3-1-71gs.js index 675e261bdb742d811d148d39feee1c8d0abc9375..57e49460dede74bf45e97d795d43c8b4e63af97f 100644 --- a/test/language/function-code/10.4.3-1-71gs.js +++ b/test/language/function-code/10.4.3-1-71gs.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: 10.4.3-1-71gs diff --git a/test/language/function-code/10.4.3-1-72-s.js b/test/language/function-code/10.4.3-1-72-s.js index 2dd14af40b26de1b37d95c97bf4c46ebdffb8fd0..b22169d4942dde6a5640f23064510e8526d296d4 100644 --- a/test/language/function-code/10.4.3-1-72-s.js +++ b/test/language/function-code/10.4.3-1-72-s.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: 10.4.3-1-72-s diff --git a/test/language/function-code/10.4.3-1-72gs.js b/test/language/function-code/10.4.3-1-72gs.js index 7aee0a80992b124b8dda4895ef19bed1dcdac8ea..2c86806f17d4d9eaa40807ce2c8e8d3c48b6d4f1 100644 --- a/test/language/function-code/10.4.3-1-72gs.js +++ b/test/language/function-code/10.4.3-1-72gs.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: 10.4.3-1-72gs diff --git a/test/language/function-code/10.4.3-1-73-s.js b/test/language/function-code/10.4.3-1-73-s.js index ed758da70fedfea37dfc72379dcad223f21e67d3..9e0e41e81b2657c3cf7a7e5cbb62a0bfa1f5c246 100644 --- a/test/language/function-code/10.4.3-1-73-s.js +++ b/test/language/function-code/10.4.3-1-73-s.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: 10.4.3-1-73-s diff --git a/test/language/function-code/10.4.3-1-73gs.js b/test/language/function-code/10.4.3-1-73gs.js index 3e9fc23f2e239cbd6669077c237c95b7f829761c..c0c3abe6896824a223851dc6536c25053e2f01dd 100644 --- a/test/language/function-code/10.4.3-1-73gs.js +++ b/test/language/function-code/10.4.3-1-73gs.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: 10.4.3-1-73gs diff --git a/test/language/function-code/10.4.3-1-74-s.js b/test/language/function-code/10.4.3-1-74-s.js index 75bf51b47702765f5c212a9109b82773dcb27a26..8f6e3e58bba4206e7d8bf036513e009df7dc9bbb 100644 --- a/test/language/function-code/10.4.3-1-74-s.js +++ b/test/language/function-code/10.4.3-1-74-s.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: 10.4.3-1-74-s diff --git a/test/language/function-code/10.4.3-1-74gs.js b/test/language/function-code/10.4.3-1-74gs.js index e2f122ab98982e7d59c385e66dedb0c824151cc5..9116817e917640f6aed3b1107cb913fd7253723c 100644 --- a/test/language/function-code/10.4.3-1-74gs.js +++ b/test/language/function-code/10.4.3-1-74gs.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: 10.4.3-1-74gs diff --git a/test/language/function-code/10.4.3-1-75-s.js b/test/language/function-code/10.4.3-1-75-s.js index a7918303cbc0fff0e792a1ef90b9fb3a6b5f3491..a8d7d36544d5a071f6cd3b0687d3b199600c8340 100644 --- a/test/language/function-code/10.4.3-1-75-s.js +++ b/test/language/function-code/10.4.3-1-75-s.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: 10.4.3-1-75-s diff --git a/test/language/function-code/10.4.3-1-75gs.js b/test/language/function-code/10.4.3-1-75gs.js index e62c9f88eec85f0fdf9c68d3c6778ae1bb8ca534..b8938ffa784afa4dd80e5cf436c5eb45aa2719c4 100644 --- a/test/language/function-code/10.4.3-1-75gs.js +++ b/test/language/function-code/10.4.3-1-75gs.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: 10.4.3-1-75gs diff --git a/test/language/function-code/10.4.3-1-76-s.js b/test/language/function-code/10.4.3-1-76-s.js index b72ba423751a74f91948b322f556ed54e768ee14..988056566aba706190477a7e4dff715b0d0e20ad 100644 --- a/test/language/function-code/10.4.3-1-76-s.js +++ b/test/language/function-code/10.4.3-1-76-s.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: 10.4.3-1-76-s diff --git a/test/language/function-code/10.4.3-1-76gs.js b/test/language/function-code/10.4.3-1-76gs.js index 15a7d2eb09ca10dc7e7fe49866a6ce055192cf00..795e500cf164deffc24aa2faf9c358974e3914ac 100644 --- a/test/language/function-code/10.4.3-1-76gs.js +++ b/test/language/function-code/10.4.3-1-76gs.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: 10.4.3-1-76gs diff --git a/test/language/function-code/10.4.3-1-77-s.js b/test/language/function-code/10.4.3-1-77-s.js index ee18a940ecc3c7e3f49fda0417baf240c5951d50..3476c239167b2776fb81f43caac5d600d56405dc 100644 --- a/test/language/function-code/10.4.3-1-77-s.js +++ b/test/language/function-code/10.4.3-1-77-s.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: 10.4.3-1-77-s diff --git a/test/language/function-code/10.4.3-1-77gs.js b/test/language/function-code/10.4.3-1-77gs.js index 1df28b6c222b4a5feefcecbe4f4fc22cafa94c57..086b88eaf72ced52f1d01ac59aec347b7feb80fc 100644 --- a/test/language/function-code/10.4.3-1-77gs.js +++ b/test/language/function-code/10.4.3-1-77gs.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: 10.4.3-1-77gs diff --git a/test/language/function-code/10.4.3-1-78-s.js b/test/language/function-code/10.4.3-1-78-s.js index 674736af045368795b0a8a9bf6813228d141cbc3..ea1b18ef38c3a6e092ca3f09330861f1472dd380 100644 --- a/test/language/function-code/10.4.3-1-78-s.js +++ b/test/language/function-code/10.4.3-1-78-s.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: 10.4.3-1-78-s diff --git a/test/language/function-code/10.4.3-1-78gs.js b/test/language/function-code/10.4.3-1-78gs.js index b3fd1a5fdbbee6cfb88191b5ce849fd3b1f4c0bb..91f0dc6c90282fba32d9587b169cfb07732e76cc 100644 --- a/test/language/function-code/10.4.3-1-78gs.js +++ b/test/language/function-code/10.4.3-1-78gs.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: 10.4.3-1-78gs diff --git a/test/language/function-code/10.4.3-1-79-s.js b/test/language/function-code/10.4.3-1-79-s.js index d23bdadc529a3231479ef9b3501019544ee8c10c..eb761755547ff515a15e5a04393bc715e7d891fe 100644 --- a/test/language/function-code/10.4.3-1-79-s.js +++ b/test/language/function-code/10.4.3-1-79-s.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: 10.4.3-1-79-s diff --git a/test/language/function-code/10.4.3-1-79gs.js b/test/language/function-code/10.4.3-1-79gs.js index 5f6b6db79930ded28fded898b90ef8fd180f0809..e911ce83ae635dc9caa3fbf1a32df221f5e881a9 100644 --- a/test/language/function-code/10.4.3-1-79gs.js +++ b/test/language/function-code/10.4.3-1-79gs.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: 10.4.3-1-79gs diff --git a/test/language/function-code/10.4.3-1-7gs.js b/test/language/function-code/10.4.3-1-7gs.js index 868a8a8981d78b0cd877e3ec09b9f656e96ec93d..1f122becead72552b7e648dc1aacbdd7d65f778f 100644 --- a/test/language/function-code/10.4.3-1-7gs.js +++ b/test/language/function-code/10.4.3-1-7gs.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: 10.4.3-1-7gs diff --git a/test/language/function-code/10.4.3-1-8-s.js b/test/language/function-code/10.4.3-1-8-s.js index 8bf9914188f69774387fdad2921de9aa9f215871..27f652b597fc47526f4699516fcd9f4d60d7d983 100644 --- a/test/language/function-code/10.4.3-1-8-s.js +++ b/test/language/function-code/10.4.3-1-8-s.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: 10.4.3-1-8-s diff --git a/test/language/function-code/10.4.3-1-80-s.js b/test/language/function-code/10.4.3-1-80-s.js index c3e4e228526281e0953a0889f9951d433a727e5b..2ba8d02c2f6e856748a983cfeac17d670cb55588 100644 --- a/test/language/function-code/10.4.3-1-80-s.js +++ b/test/language/function-code/10.4.3-1-80-s.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: 10.4.3-1-80-s diff --git a/test/language/function-code/10.4.3-1-80gs.js b/test/language/function-code/10.4.3-1-80gs.js index 46228175bd7f0c066c3f9c7dd45c75ddd831ff96..580a510c56687a0204ed70798c4b88904a4449e7 100644 --- a/test/language/function-code/10.4.3-1-80gs.js +++ b/test/language/function-code/10.4.3-1-80gs.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: 10.4.3-1-80gs diff --git a/test/language/function-code/10.4.3-1-81-s.js b/test/language/function-code/10.4.3-1-81-s.js index 21b7f8ee94af12f9cc22ed86df29ae8338080714..e9626d66634c1202651e8d8207dcf25561825f9f 100644 --- a/test/language/function-code/10.4.3-1-81-s.js +++ b/test/language/function-code/10.4.3-1-81-s.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: 10.4.3-1-81-s diff --git a/test/language/function-code/10.4.3-1-81gs.js b/test/language/function-code/10.4.3-1-81gs.js index 097a8ad3cc57440b58f32a7573d5fff7f861fde4..8d56e018302c99bf9e23ee43204cf492f905a1e8 100644 --- a/test/language/function-code/10.4.3-1-81gs.js +++ b/test/language/function-code/10.4.3-1-81gs.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: 10.4.3-1-81gs diff --git a/test/language/function-code/10.4.3-1-82-s.js b/test/language/function-code/10.4.3-1-82-s.js index a46160d3adabdc084ed9c4014077d08c2a85b717..146160f37fe06215c2eeb0369f7a5087d194e441 100644 --- a/test/language/function-code/10.4.3-1-82-s.js +++ b/test/language/function-code/10.4.3-1-82-s.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: 10.4.3-1-82-s diff --git a/test/language/function-code/10.4.3-1-82gs.js b/test/language/function-code/10.4.3-1-82gs.js index 64069cfd92c9b72a3e5c89706d2c10e1814dfb7b..6f864dc2c666054939fc6ac65fbf2707789189f7 100644 --- a/test/language/function-code/10.4.3-1-82gs.js +++ b/test/language/function-code/10.4.3-1-82gs.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: 10.4.3-1-82gs diff --git a/test/language/function-code/10.4.3-1-83-s.js b/test/language/function-code/10.4.3-1-83-s.js index e5c69968dae4678c16f4016afc4568b41e7be14e..4b6331ddf88993a627a9f23aec5c20c363314495 100644 --- a/test/language/function-code/10.4.3-1-83-s.js +++ b/test/language/function-code/10.4.3-1-83-s.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: 10.4.3-1-83-s diff --git a/test/language/function-code/10.4.3-1-83gs.js b/test/language/function-code/10.4.3-1-83gs.js index ea0b70b2dbb42d7b5476ff9f811c29939e8b2cc4..7d546eb7d2c8a3d66f4debbfcc91ccbaccb707c9 100644 --- a/test/language/function-code/10.4.3-1-83gs.js +++ b/test/language/function-code/10.4.3-1-83gs.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: 10.4.3-1-83gs diff --git a/test/language/function-code/10.4.3-1-84-s.js b/test/language/function-code/10.4.3-1-84-s.js index e583539aea5a74c1407b0ffebb1e16dad03cb325..f9807b800e1193c3baef000a5e8d73e229760859 100644 --- a/test/language/function-code/10.4.3-1-84-s.js +++ b/test/language/function-code/10.4.3-1-84-s.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: 10.4.3-1-84-s diff --git a/test/language/function-code/10.4.3-1-84gs.js b/test/language/function-code/10.4.3-1-84gs.js index afad190985be61af90ae3aaf9dd40fc7a740aae8..d55823e7f2bc6b45208e5715276374c900fb0f78 100644 --- a/test/language/function-code/10.4.3-1-84gs.js +++ b/test/language/function-code/10.4.3-1-84gs.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: 10.4.3-1-84gs diff --git a/test/language/function-code/10.4.3-1-85-s.js b/test/language/function-code/10.4.3-1-85-s.js index 134e4c73005f4c44d9f5aab9fd8b09d622f8c521..d292baf48746f9dd3ef0c089b98f106f2fa65049 100644 --- a/test/language/function-code/10.4.3-1-85-s.js +++ b/test/language/function-code/10.4.3-1-85-s.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: 10.4.3-1-85-s diff --git a/test/language/function-code/10.4.3-1-85gs.js b/test/language/function-code/10.4.3-1-85gs.js index 7d75208fe356403b006201b8ea7d7eb9503801ff..16453d400462a6a258e61d57ab0cf263d50a918b 100644 --- a/test/language/function-code/10.4.3-1-85gs.js +++ b/test/language/function-code/10.4.3-1-85gs.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: 10.4.3-1-85gs diff --git a/test/language/function-code/10.4.3-1-86-s.js b/test/language/function-code/10.4.3-1-86-s.js index 594c02efa6528f4dcd8ebfa029fff72bb84a7f8c..1cf7a495d34e1ed9e984220eb03ec97bf46c08b5 100644 --- a/test/language/function-code/10.4.3-1-86-s.js +++ b/test/language/function-code/10.4.3-1-86-s.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: 10.4.3-1-86-s diff --git a/test/language/function-code/10.4.3-1-86gs.js b/test/language/function-code/10.4.3-1-86gs.js index 92ee3eee63e186928f53f798a67ccf8a39a3bde2..e909eec163c2894ceb51067b0c4cb08d75aa3abf 100644 --- a/test/language/function-code/10.4.3-1-86gs.js +++ b/test/language/function-code/10.4.3-1-86gs.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: 10.4.3-1-86gs diff --git a/test/language/function-code/10.4.3-1-87-s.js b/test/language/function-code/10.4.3-1-87-s.js index ee70fd31983dbbb8407ea3d05e0fb4aca4476c9f..92a9ef332b8d70d16b3ad9ce45950f31aaf231cf 100644 --- a/test/language/function-code/10.4.3-1-87-s.js +++ b/test/language/function-code/10.4.3-1-87-s.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: 10.4.3-1-87-s diff --git a/test/language/function-code/10.4.3-1-87gs.js b/test/language/function-code/10.4.3-1-87gs.js index 925c1c8d2ee7ddba46166151f344fab552204ba5..87dd0be56112138af13fc3f28042c2f4300bc5cc 100644 --- a/test/language/function-code/10.4.3-1-87gs.js +++ b/test/language/function-code/10.4.3-1-87gs.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: 10.4.3-1-87gs diff --git a/test/language/function-code/10.4.3-1-88-s.js b/test/language/function-code/10.4.3-1-88-s.js index cd457fbbef7ba5ff1f5604df350955153fbc4beb..54ecbd34099c5b4ba831bf486ccdbe2585191f82 100644 --- a/test/language/function-code/10.4.3-1-88-s.js +++ b/test/language/function-code/10.4.3-1-88-s.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: 10.4.3-1-88-s diff --git a/test/language/function-code/10.4.3-1-88gs.js b/test/language/function-code/10.4.3-1-88gs.js index a8b15826b0a93f981e7691017a821a4621fd92d1..a8e9288cf4935ebb5f559b278dce78bde49737d2 100644 --- a/test/language/function-code/10.4.3-1-88gs.js +++ b/test/language/function-code/10.4.3-1-88gs.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: 10.4.3-1-88gs diff --git a/test/language/function-code/10.4.3-1-89-s.js b/test/language/function-code/10.4.3-1-89-s.js index 0afc3e581ca34761007140bdd02dce420a5458ca..73e193b3f5d6841d50af3643e712e275c14fdd9b 100644 --- a/test/language/function-code/10.4.3-1-89-s.js +++ b/test/language/function-code/10.4.3-1-89-s.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: 10.4.3-1-89-s diff --git a/test/language/function-code/10.4.3-1-89gs.js b/test/language/function-code/10.4.3-1-89gs.js index 4bc937abc883c853cb48be5cea26898a78e156f0..eb72e26fa48560e180f1bb8069c05112f38e4371 100644 --- a/test/language/function-code/10.4.3-1-89gs.js +++ b/test/language/function-code/10.4.3-1-89gs.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: 10.4.3-1-89gs diff --git a/test/language/function-code/10.4.3-1-8gs.js b/test/language/function-code/10.4.3-1-8gs.js index 60e677498799d66ef355c5112731961f52ce4d0c..7bc0d97a384e43df99939ab90088f6febbceeb6a 100644 --- a/test/language/function-code/10.4.3-1-8gs.js +++ b/test/language/function-code/10.4.3-1-8gs.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: 10.4.3-1-8gs diff --git a/test/language/function-code/10.4.3-1-9-s.js b/test/language/function-code/10.4.3-1-9-s.js index a0fd6baa8ad33f4c210ab00ca47e728678f20119..15ad701541c9535d67f707be37a83d449344c0a0 100644 --- a/test/language/function-code/10.4.3-1-9-s.js +++ b/test/language/function-code/10.4.3-1-9-s.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: 10.4.3-1-9-s diff --git a/test/language/function-code/10.4.3-1-90-s.js b/test/language/function-code/10.4.3-1-90-s.js index 6a4c20c696bfb97684af65cc84a3763e7363bdb8..65063ddd1608e8ac30609a871a3dadb261ce7e6f 100644 --- a/test/language/function-code/10.4.3-1-90-s.js +++ b/test/language/function-code/10.4.3-1-90-s.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: 10.4.3-1-90-s diff --git a/test/language/function-code/10.4.3-1-90gs.js b/test/language/function-code/10.4.3-1-90gs.js index 18ec5b7ca42bc051b641773fffe16756ca889146..2abf2882e70d84931a733f5743df720c929d672d 100644 --- a/test/language/function-code/10.4.3-1-90gs.js +++ b/test/language/function-code/10.4.3-1-90gs.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: 10.4.3-1-90gs diff --git a/test/language/function-code/10.4.3-1-91-s.js b/test/language/function-code/10.4.3-1-91-s.js index 4979b4df1acb373a6f24dcb9f61840d9fd733012..e1d0dd932af765bac42783cc981dfbc6e1bcec81 100644 --- a/test/language/function-code/10.4.3-1-91-s.js +++ b/test/language/function-code/10.4.3-1-91-s.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: 10.4.3-1-91-s diff --git a/test/language/function-code/10.4.3-1-91gs.js b/test/language/function-code/10.4.3-1-91gs.js index ec3cac5bd7e28b821b39deae5e0bbb1b4d12b912..6788d0c712b1fffd68fea84bb6afbed6aab1b303 100644 --- a/test/language/function-code/10.4.3-1-91gs.js +++ b/test/language/function-code/10.4.3-1-91gs.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: 10.4.3-1-91gs diff --git a/test/language/function-code/10.4.3-1-92-s.js b/test/language/function-code/10.4.3-1-92-s.js index b06a2691d957e1187f169cdd508b17a0432d7680..c058527cdc63879494328303230374f91dd323b5 100644 --- a/test/language/function-code/10.4.3-1-92-s.js +++ b/test/language/function-code/10.4.3-1-92-s.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: 10.4.3-1-92-s diff --git a/test/language/function-code/10.4.3-1-92gs.js b/test/language/function-code/10.4.3-1-92gs.js index 1344bb81c33f36bc9eb906bc438b309580747a8c..d747d4cdaceef251e274cc8663b6a1dd731fd2ac 100644 --- a/test/language/function-code/10.4.3-1-92gs.js +++ b/test/language/function-code/10.4.3-1-92gs.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: 10.4.3-1-92gs diff --git a/test/language/function-code/10.4.3-1-93-s.js b/test/language/function-code/10.4.3-1-93-s.js index 6cab14e87741c027dcc3bb80d761449f8d4cad62..ecda8c11f9200d23c34884f2dfc53d56fc38d823 100644 --- a/test/language/function-code/10.4.3-1-93-s.js +++ b/test/language/function-code/10.4.3-1-93-s.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: 10.4.3-1-93-s diff --git a/test/language/function-code/10.4.3-1-93gs.js b/test/language/function-code/10.4.3-1-93gs.js index 2ac795d51178800c655af23ca74bf466724e543d..6209c4e9719cfbf3fb0f04dfd80394e3de9646e5 100644 --- a/test/language/function-code/10.4.3-1-93gs.js +++ b/test/language/function-code/10.4.3-1-93gs.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: 10.4.3-1-93gs diff --git a/test/language/function-code/10.4.3-1-94-s.js b/test/language/function-code/10.4.3-1-94-s.js index 999896209b20fc3be26fc08eaecb0acbd73f7085..ee4817c543e59c9960e4663e58c8e22272a46b80 100644 --- a/test/language/function-code/10.4.3-1-94-s.js +++ b/test/language/function-code/10.4.3-1-94-s.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: 10.4.3-1-94-s diff --git a/test/language/function-code/10.4.3-1-94gs.js b/test/language/function-code/10.4.3-1-94gs.js index 7ac578987bedf51ba25cfecb2fe1436a29fe3e02..56f4481d89b8268f7b904b3458423b339d0cf837 100644 --- a/test/language/function-code/10.4.3-1-94gs.js +++ b/test/language/function-code/10.4.3-1-94gs.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: 10.4.3-1-94gs diff --git a/test/language/function-code/10.4.3-1-95-s.js b/test/language/function-code/10.4.3-1-95-s.js index d4f2fe25294f661590babd965402caf3a4e08d39..c7306f101593674f3b0088b4c1e531329c622f33 100644 --- a/test/language/function-code/10.4.3-1-95-s.js +++ b/test/language/function-code/10.4.3-1-95-s.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: 10.4.3-1-95-s diff --git a/test/language/function-code/10.4.3-1-95gs.js b/test/language/function-code/10.4.3-1-95gs.js index c427a3cb9030ea55ce29689d1d433a8ae61f05b1..ac799f4d1dee108cfe55633e61abf081637bc99d 100644 --- a/test/language/function-code/10.4.3-1-95gs.js +++ b/test/language/function-code/10.4.3-1-95gs.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: 10.4.3-1-95gs diff --git a/test/language/function-code/10.4.3-1-96-s.js b/test/language/function-code/10.4.3-1-96-s.js index e319495bfbef9e558790dd78cc987d995c756a4a..4da2545f9ec2f8f8b21d7cc637a6f4a13a19e048 100644 --- a/test/language/function-code/10.4.3-1-96-s.js +++ b/test/language/function-code/10.4.3-1-96-s.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: 10.4.3-1-96-s diff --git a/test/language/function-code/10.4.3-1-96gs.js b/test/language/function-code/10.4.3-1-96gs.js index 16d81f31751ea727373bc56fccec37461a29ef93..f1709b7e4f23190b3a18c100900980de0126ebf7 100644 --- a/test/language/function-code/10.4.3-1-96gs.js +++ b/test/language/function-code/10.4.3-1-96gs.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: 10.4.3-1-96gs diff --git a/test/language/function-code/10.4.3-1-97-s.js b/test/language/function-code/10.4.3-1-97-s.js index 3159e50575bf91dfa354f794231f3b818d813ee8..1f569b3619803942e9b7bd1d73c2c58d9deb3863 100644 --- a/test/language/function-code/10.4.3-1-97-s.js +++ b/test/language/function-code/10.4.3-1-97-s.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: 10.4.3-1-97-s diff --git a/test/language/function-code/10.4.3-1-97gs.js b/test/language/function-code/10.4.3-1-97gs.js index 72f600a65e4c79c8e614fc812749590f709fac7e..800031a3672ce488287d2c5c6f663621c0d7b370 100644 --- a/test/language/function-code/10.4.3-1-97gs.js +++ b/test/language/function-code/10.4.3-1-97gs.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: 10.4.3-1-97gs diff --git a/test/language/function-code/10.4.3-1-98-s.js b/test/language/function-code/10.4.3-1-98-s.js index 618b4d21bc66a61d6f3ac85a87df6dfbdc6c9f1f..36360dffa4590669ea62c61692e6ddce0833e3d6 100644 --- a/test/language/function-code/10.4.3-1-98-s.js +++ b/test/language/function-code/10.4.3-1-98-s.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: 10.4.3-1-98-s diff --git a/test/language/function-code/10.4.3-1-98gs.js b/test/language/function-code/10.4.3-1-98gs.js index 27968a7062f918d32fe788866c58e526aa4f032d..7dfa8dcd1ad0cfc15a0833fabdcce2833ac67fe0 100644 --- a/test/language/function-code/10.4.3-1-98gs.js +++ b/test/language/function-code/10.4.3-1-98gs.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: 10.4.3-1-98gs diff --git a/test/language/function-code/10.4.3-1-99-s.js b/test/language/function-code/10.4.3-1-99-s.js index d9b3f5ee870165523c26be3f36395e3a0d16e505..8f0f2f6f3a394de91f18caea0c1da7bd065d6c39 100644 --- a/test/language/function-code/10.4.3-1-99-s.js +++ b/test/language/function-code/10.4.3-1-99-s.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: 10.4.3-1-99-s diff --git a/test/language/function-code/10.4.3-1-99gs.js b/test/language/function-code/10.4.3-1-99gs.js index 7482a34c6a65c2f79c184a67abfee3b46fdea64f..6cf1d8153ec92672bcb16439a2331b522df427fe 100644 --- a/test/language/function-code/10.4.3-1-99gs.js +++ b/test/language/function-code/10.4.3-1-99gs.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: 10.4.3-1-99gs diff --git a/test/language/function-code/10.4.3-1-9gs.js b/test/language/function-code/10.4.3-1-9gs.js index 0cf49d9b627c404bc688f4e596501bdf8fa1d4ce..836d3d52f1dfcc624dae4af21bdc9d2fe35a9791 100644 --- a/test/language/function-code/10.4.3-1-9gs.js +++ b/test/language/function-code/10.4.3-1-9gs.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: 10.4.3-1-9gs diff --git a/test/language/future-reserved-words/7.6.1-17-s.js b/test/language/future-reserved-words/7.6.1-17-s.js index e792c3ed992a63476183212022bc165bf9fa27d2..c4c6a0c5bb05035beb59e645ed6dccc4361e9430 100644 --- a/test/language/future-reserved-words/7.6.1-17-s.js +++ b/test/language/future-reserved-words/7.6.1-17-s.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: 7.6.1-17-s diff --git a/test/language/future-reserved-words/7.6.1-18-s.js b/test/language/future-reserved-words/7.6.1-18-s.js index 2763a363ed6b5a3efb9d502739da7e035fcca22c..1b9d7b87471492edcc7009a8e3ff04de6891b0b6 100644 --- a/test/language/future-reserved-words/7.6.1-18-s.js +++ b/test/language/future-reserved-words/7.6.1-18-s.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: 7.6.1-18-s diff --git a/test/language/future-reserved-words/7.6.1-19-s.js b/test/language/future-reserved-words/7.6.1-19-s.js index cdad850ddef8307e558d0565b549341efcb5c742..7a9386884272a17b315ebc1faf964813856f7583 100644 --- a/test/language/future-reserved-words/7.6.1-19-s.js +++ b/test/language/future-reserved-words/7.6.1-19-s.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: 7.6.1-19-s diff --git a/test/language/future-reserved-words/7.6.1-20-s.js b/test/language/future-reserved-words/7.6.1-20-s.js index 90ffb2047bbdab5fe4afc079d54dbc5a55c4adbb..355293f23c45c4625b13ca25b93534469e9fe968 100644 --- a/test/language/future-reserved-words/7.6.1-20-s.js +++ b/test/language/future-reserved-words/7.6.1-20-s.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: 7.6.1-20-s diff --git a/test/language/future-reserved-words/7.6.1-21-s.js b/test/language/future-reserved-words/7.6.1-21-s.js index 0d77a3c74ab8df9db49f3bb1cdcab63c09596617..3052cda095898407a6258d804a6410d9ee7e2a20 100644 --- a/test/language/future-reserved-words/7.6.1-21-s.js +++ b/test/language/future-reserved-words/7.6.1-21-s.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: 7.6.1-21-s diff --git a/test/language/future-reserved-words/7.6.1-22-s.js b/test/language/future-reserved-words/7.6.1-22-s.js index 3e62ffd56a7cac4460ecc4e413737c7b79589978..290f8677897e270144184dd20c078459b88a80f9 100644 --- a/test/language/future-reserved-words/7.6.1-22-s.js +++ b/test/language/future-reserved-words/7.6.1-22-s.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: 7.6.1-22-s diff --git a/test/language/future-reserved-words/7.6.1-23-s.js b/test/language/future-reserved-words/7.6.1-23-s.js index 348c735d8d00e3887726f67e8354bf349a704699..7514efbf5bb1457d6e7b43b564a360bf0ed9e43b 100644 --- a/test/language/future-reserved-words/7.6.1-23-s.js +++ b/test/language/future-reserved-words/7.6.1-23-s.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: 7.6.1-23-s diff --git a/test/language/future-reserved-words/7.6.1-24-s.js b/test/language/future-reserved-words/7.6.1-24-s.js index 286b8cd0673fa6b01eaf68332f63c413eb4c5f2f..df90c3f272762e3d0d96c7b582b1bf4a225be4c5 100644 --- a/test/language/future-reserved-words/7.6.1-24-s.js +++ b/test/language/future-reserved-words/7.6.1-24-s.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: 7.6.1-24-s diff --git a/test/language/future-reserved-words/7.6.1-25-s.js b/test/language/future-reserved-words/7.6.1-25-s.js index a64db4ac0cff1457aad5bdc6ae933331aa5dd67b..9003e3aec8eb8cb67eb2cf356ff28cb6f8047486 100644 --- a/test/language/future-reserved-words/7.6.1-25-s.js +++ b/test/language/future-reserved-words/7.6.1-25-s.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: 7.6.1-25-s diff --git a/test/language/future-reserved-words/7.6.1.2-1-s.js b/test/language/future-reserved-words/7.6.1.2-1-s.js index fff9f71f4d488230537a02face5a32bc13cbcfcd..d5018237d34049c58dc39d701adb4404f0e945e0 100644 --- a/test/language/future-reserved-words/7.6.1.2-1-s.js +++ b/test/language/future-reserved-words/7.6.1.2-1-s.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: 7.6.1.2-1-s diff --git a/test/language/future-reserved-words/7.6.1.2-10-s.js b/test/language/future-reserved-words/7.6.1.2-10-s.js index 3d89de7a8075f6d964bae4a2cbee12308ee8ae57..00d4faea457bf86edfe23ab29e3d79e870146368 100644 --- a/test/language/future-reserved-words/7.6.1.2-10-s.js +++ b/test/language/future-reserved-words/7.6.1.2-10-s.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: 7.6.1.2-10-s diff --git a/test/language/future-reserved-words/7.6.1.2-11-s.js b/test/language/future-reserved-words/7.6.1.2-11-s.js index 47ede121b2597a84dc978a015b726946a7dbb98e..14911e837f53559839119c4236a1cad78f6dcf83 100644 --- a/test/language/future-reserved-words/7.6.1.2-11-s.js +++ b/test/language/future-reserved-words/7.6.1.2-11-s.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: 7.6.1.2-11-s diff --git a/test/language/future-reserved-words/7.6.1.2-12-s.js b/test/language/future-reserved-words/7.6.1.2-12-s.js index c85b7962c79b5b2e4332f9dc3568b1eefdac3342..dfdb2d6dc9ec3fca4c231602494fb9e0aec0ed4f 100644 --- a/test/language/future-reserved-words/7.6.1.2-12-s.js +++ b/test/language/future-reserved-words/7.6.1.2-12-s.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: 7.6.1.2-12-s diff --git a/test/language/future-reserved-words/7.6.1.2-13-s.js b/test/language/future-reserved-words/7.6.1.2-13-s.js index 896820f9aaed20ec75050981c2c3b0ab1610907f..c432fe281090068f55500cc3390224716e72d532 100644 --- a/test/language/future-reserved-words/7.6.1.2-13-s.js +++ b/test/language/future-reserved-words/7.6.1.2-13-s.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: 7.6.1.2-13-s diff --git a/test/language/future-reserved-words/7.6.1.2-14-s.js b/test/language/future-reserved-words/7.6.1.2-14-s.js index 464960f753cd9f8cdacc4df770c2f86cf0ae5469..b34ced0befaf7228d2e7893fa46bd880d098f700 100644 --- a/test/language/future-reserved-words/7.6.1.2-14-s.js +++ b/test/language/future-reserved-words/7.6.1.2-14-s.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: 7.6.1.2-14-s diff --git a/test/language/future-reserved-words/7.6.1.2-16-s.js b/test/language/future-reserved-words/7.6.1.2-16-s.js index 0d4fc87b9ddad4ab8a6bae828baf22ad95ff4248..033290bd688b8f3e087bb794c270dcb3c86c14f0 100644 --- a/test/language/future-reserved-words/7.6.1.2-16-s.js +++ b/test/language/future-reserved-words/7.6.1.2-16-s.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: 7.6.1.2-16-s diff --git a/test/language/future-reserved-words/7.6.1.2-2-s.js b/test/language/future-reserved-words/7.6.1.2-2-s.js index 352111702a1dcf9e9e40f102ef0f51519c070cf4..eacb04891c92fbf5c0f51c1488c789ab06f717fd 100644 --- a/test/language/future-reserved-words/7.6.1.2-2-s.js +++ b/test/language/future-reserved-words/7.6.1.2-2-s.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: 7.6.1.2-2-s diff --git a/test/language/future-reserved-words/7.6.1.2-3-s.js b/test/language/future-reserved-words/7.6.1.2-3-s.js index a77740bd8779997dbb95d5ecd3904047ff3dc33a..eccde4173525f679bcd327adfc8da62f64b13e65 100644 --- a/test/language/future-reserved-words/7.6.1.2-3-s.js +++ b/test/language/future-reserved-words/7.6.1.2-3-s.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: 7.6.1.2-3-s diff --git a/test/language/future-reserved-words/7.6.1.2-4-s.js b/test/language/future-reserved-words/7.6.1.2-4-s.js index 076601e2a4be253ba504383771f6dd1de304e51c..4cd3556e8042753c112fa0aca46c44ffb6157d8a 100644 --- a/test/language/future-reserved-words/7.6.1.2-4-s.js +++ b/test/language/future-reserved-words/7.6.1.2-4-s.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: 7.6.1.2-4-s diff --git a/test/language/future-reserved-words/7.6.1.2-5-s.js b/test/language/future-reserved-words/7.6.1.2-5-s.js index cb6157470b2f8ecb116e6b0c282ecb6f82464575..5e7b0eea946adb2e2506f4b464c4bc31343da6d8 100644 --- a/test/language/future-reserved-words/7.6.1.2-5-s.js +++ b/test/language/future-reserved-words/7.6.1.2-5-s.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: 7.6.1.2-5-s diff --git a/test/language/future-reserved-words/7.6.1.2-6-s.js b/test/language/future-reserved-words/7.6.1.2-6-s.js index 4c2737651fb5262db9dccfbd60690bf0f7f5e363..ed8a7affa4a4e22a3a86a49ee60e0f52de7a5144 100644 --- a/test/language/future-reserved-words/7.6.1.2-6-s.js +++ b/test/language/future-reserved-words/7.6.1.2-6-s.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: 7.6.1.2-6-s diff --git a/test/language/future-reserved-words/7.6.1.2-7-s.js b/test/language/future-reserved-words/7.6.1.2-7-s.js index 201fdbd71a9210b661b8bcb4717e7b9fdc5a6a33..6b3c4b98174f7414d12c5b86bf512287c98ac3e5 100644 --- a/test/language/future-reserved-words/7.6.1.2-7-s.js +++ b/test/language/future-reserved-words/7.6.1.2-7-s.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: 7.6.1.2-7-s diff --git a/test/language/future-reserved-words/7.6.1.2-8-s.js b/test/language/future-reserved-words/7.6.1.2-8-s.js index adf90d5f15bdd77d5c021d2c35576153ed1fee5b..fdc92ecb683e6b1b67f23fee0fdb3b1d883a0b8f 100644 --- a/test/language/future-reserved-words/7.6.1.2-8-s.js +++ b/test/language/future-reserved-words/7.6.1.2-8-s.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: 7.6.1.2-8-s diff --git a/test/language/future-reserved-words/7.6.1.2-9-s.js b/test/language/future-reserved-words/7.6.1.2-9-s.js index a12a4f5eb209f0e85c3e40645a522986bc3f5d4e..4fe80505bb20cdf91bd8ec909fe3a9dd40c4b1a1 100644 --- a/test/language/future-reserved-words/7.6.1.2-9-s.js +++ b/test/language/future-reserved-words/7.6.1.2-9-s.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: 7.6.1.2-9-s diff --git a/test/language/identifiers/val-break-via-escape-hex4.js b/test/language/identifiers/val-break-via-escape-hex4.js index 6ad296341d197e9ac22e3fc1355b6393e5737556..8206f0eb380193c75c6acedc6f3f53cccc0dd387 100644 --- a/test/language/identifiers/val-break-via-escape-hex4.js +++ b/test/language/identifiers/val-break-via-escape-hex4.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: 7.6-4 diff --git a/test/language/identifiers/val-case-via-escape-hex4.js b/test/language/identifiers/val-case-via-escape-hex4.js index 1848fec9f60ceab006a016e79afff713f4bd21ff..cfd8a602219218f2e984b839f82ca60194f6005e 100644 --- a/test/language/identifiers/val-case-via-escape-hex4.js +++ b/test/language/identifiers/val-case-via-escape-hex4.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: 7.6-5 diff --git a/test/language/identifiers/val-catch-via-escape-hex4.js b/test/language/identifiers/val-catch-via-escape-hex4.js index 587d7903eefc0f9e24dfebfd08c6fcc2391bb9b3..464c6da5207a5c5b296a4c0866a7872b3963d40e 100644 --- a/test/language/identifiers/val-catch-via-escape-hex4.js +++ b/test/language/identifiers/val-catch-via-escape-hex4.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: 7.6-13 diff --git a/test/language/identifiers/val-class-via-escape-hex4.js b/test/language/identifiers/val-class-via-escape-hex4.js index 90022e3b4f3a346a7232ff18a886286c815cdb5e..25e17718a51ae40f2ba1f2472826c49194ba0bfe 100644 --- a/test/language/identifiers/val-class-via-escape-hex4.js +++ b/test/language/identifiers/val-class-via-escape-hex4.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: 7.6-30 diff --git a/test/language/identifiers/val-const-via-escape-hex4.js b/test/language/identifiers/val-const-via-escape-hex4.js index f1492690c000f00034df1447b8d20990ff8b58dc..2f9f77afe6ad1878a9ffef4fc74dad973311dd42 100644 --- a/test/language/identifiers/val-const-via-escape-hex4.js +++ b/test/language/identifiers/val-const-via-escape-hex4.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: 7.6-34 diff --git a/test/language/identifiers/val-continue-via-escape-hex4.js b/test/language/identifiers/val-continue-via-escape-hex4.js index b786d357c8096e8d18cbf8be201f5f70e500527c..6d67614d249e8049ea43176c6b7357a4b722eb7c 100644 --- a/test/language/identifiers/val-continue-via-escape-hex4.js +++ b/test/language/identifiers/val-continue-via-escape-hex4.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: 7.6-17 diff --git a/test/language/identifiers/val-debugger-via-escape-hex4.js b/test/language/identifiers/val-debugger-via-escape-hex4.js index 7fb2d4a616c5edd0917ebecd656844bfd0178b2e..b42e9c7e28642c06e568c0661bab0d3ca1f9c935 100644 --- a/test/language/identifiers/val-debugger-via-escape-hex4.js +++ b/test/language/identifiers/val-debugger-via-escape-hex4.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: 7.6-21 diff --git a/test/language/identifiers/val-default-via-escape-hex4.js b/test/language/identifiers/val-default-via-escape-hex4.js index 2598d90a78161d54198bd2965826f88fdec23998..dbd5f3b37152e0c8f40e6d727b46a43b1f323860 100644 --- a/test/language/identifiers/val-default-via-escape-hex4.js +++ b/test/language/identifiers/val-default-via-escape-hex4.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: 7.6-26 diff --git a/test/language/identifiers/val-delete-via-escape-hex4.js b/test/language/identifiers/val-delete-via-escape-hex4.js index 686a12d4c88fa3e3944b33e2b755f000ea249e58..2f4be9ae69e6584cf3bb28786a260accd975cb6f 100644 --- a/test/language/identifiers/val-delete-via-escape-hex4.js +++ b/test/language/identifiers/val-delete-via-escape-hex4.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: 7.6-29 diff --git a/test/language/identifiers/val-do-via-escape-hex4.js b/test/language/identifiers/val-do-via-escape-hex4.js index 359de1c82de1e34d2b62e3f39aad1b029a49499e..02fe6d723ed1f51a48e670947da9c2dcab3451be 100644 --- a/test/language/identifiers/val-do-via-escape-hex4.js +++ b/test/language/identifiers/val-do-via-escape-hex4.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: 7.6-8 diff --git a/test/language/identifiers/val-else-via-escape-hex4.js b/test/language/identifiers/val-else-via-escape-hex4.js index 5fb67949f58fcbe8e3d854a2ca8b0018fc2965d9..497c30c2c0bc5dfa6601c4a07180c8b60704b5b6 100644 --- a/test/language/identifiers/val-else-via-escape-hex4.js +++ b/test/language/identifiers/val-else-via-escape-hex4.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: 7.6-9 diff --git a/test/language/identifiers/val-enum-via-escape-hex4.js b/test/language/identifiers/val-enum-via-escape-hex4.js index 722532ffd160509c17581e6b1de2ab24b6f8815f..55184e7534c0e039a9fea83652f2dfb748f6b972 100644 --- a/test/language/identifiers/val-enum-via-escape-hex4.js +++ b/test/language/identifiers/val-enum-via-escape-hex4.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: 7.6-32 diff --git a/test/language/identifiers/val-export-via-escape-hex4.js b/test/language/identifiers/val-export-via-escape-hex4.js index 199123ad9804386e572fdf0129b311b74ee4d0cd..e712aeadcadef3712be98cdca4a2422683dc8862 100644 --- a/test/language/identifiers/val-export-via-escape-hex4.js +++ b/test/language/identifiers/val-export-via-escape-hex4.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: 7.6-35 diff --git a/test/language/identifiers/val-extends-via-escape-hex4.js b/test/language/identifiers/val-extends-via-escape-hex4.js index 8b37006219323b2af8cd2f49907a88b9722b0ad8..af9bd22d216ac3ad6ad8d601d3f62b495eabb592 100644 --- a/test/language/identifiers/val-extends-via-escape-hex4.js +++ b/test/language/identifiers/val-extends-via-escape-hex4.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: 7.6-31 diff --git a/test/language/identifiers/val-false-via-escape-hex4.js b/test/language/identifiers/val-false-via-escape-hex4.js index 5830acc8b798952f81010511c6b7808473f40b7d..ed74335a98e6311105dc0b6cd8ec1925549bfef5 100644 --- a/test/language/identifiers/val-false-via-escape-hex4.js +++ b/test/language/identifiers/val-false-via-escape-hex4.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: 7.6-3 diff --git a/test/language/identifiers/val-finally-via-escape-hex4.js b/test/language/identifiers/val-finally-via-escape-hex4.js index a6bd6a85d1f9ad12929fb832cb51153ce117108a..c940c520d65bd10ef2bbe8826bddfbb2155829c2 100644 --- a/test/language/identifiers/val-finally-via-escape-hex4.js +++ b/test/language/identifiers/val-finally-via-escape-hex4.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: 7.6-14 diff --git a/test/language/identifiers/val-for-via-escape-hex4.js b/test/language/identifiers/val-for-via-escape-hex4.js index 5958770e2bfa34199ff6c8a90b1328a6c86516bc..005c26eb5252f9479c558c10534180372e3b0296 100644 --- a/test/language/identifiers/val-for-via-escape-hex4.js +++ b/test/language/identifiers/val-for-via-escape-hex4.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: 7.6-18 diff --git a/test/language/identifiers/val-function-via-escape-hex4.js b/test/language/identifiers/val-function-via-escape-hex4.js index 928cf0d36b75477957ff5062f89e2ae8a5d0c10c..50c50b3d36018719680d6973722878fd76287a32 100644 --- a/test/language/identifiers/val-function-via-escape-hex4.js +++ b/test/language/identifiers/val-function-via-escape-hex4.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: 7.6-22 diff --git a/test/language/identifiers/val-if-via-escape-hex4.js b/test/language/identifiers/val-if-via-escape-hex4.js index 206370090f229431564eb2c0a6788d870757b978..8fefe16a73b899f6ad294d7b98ca1be569a75e28 100644 --- a/test/language/identifiers/val-if-via-escape-hex4.js +++ b/test/language/identifiers/val-if-via-escape-hex4.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: 7.6-24 diff --git a/test/language/identifiers/val-import-via-escape-hex4.js b/test/language/identifiers/val-import-via-escape-hex4.js index c8cd74ae7bf2ee5a1ae6f1496dcd547a9d07f489..dabf8b92dc7bb3ea2af15486b15be99dd9868bda 100644 --- a/test/language/identifiers/val-import-via-escape-hex4.js +++ b/test/language/identifiers/val-import-via-escape-hex4.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: 7.6-36 diff --git a/test/language/identifiers/val-in-via-escape-hex4.js b/test/language/identifiers/val-in-via-escape-hex4.js index 5179a2d9674d21e916ae074597beaa4cda91a412..fcec93268c7cebbdb30ad98e08b06b54f827a40f 100644 --- a/test/language/identifiers/val-in-via-escape-hex4.js +++ b/test/language/identifiers/val-in-via-escape-hex4.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: 7.6-28 diff --git a/test/language/identifiers/val-instanceof-via-escape-hex4.js b/test/language/identifiers/val-instanceof-via-escape-hex4.js index ebe0ae6079e2848fa22798df553b7d94dd322dc9..fb43af7c69d527bf73e44469651f65926b3dbd9d 100644 --- a/test/language/identifiers/val-instanceof-via-escape-hex4.js +++ b/test/language/identifiers/val-instanceof-via-escape-hex4.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: 7.6-6 diff --git a/test/language/identifiers/val-new-via-escape-hex4.js b/test/language/identifiers/val-new-via-escape-hex4.js index 20c77414262e116c1518109a31edb14060f05d61..626ec4c02e908a32f04b25d2d4d12b52599edbf1 100644 --- a/test/language/identifiers/val-new-via-escape-hex4.js +++ b/test/language/identifiers/val-new-via-escape-hex4.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: 7.6-10 diff --git a/test/language/identifiers/val-null-via-escape-hex4.js b/test/language/identifiers/val-null-via-escape-hex4.js index 03067daac28a54f6392cd42499bbdaa87cb3c92f..c547dac9e794dc665279c239f1d26a8d45dd2fce 100644 --- a/test/language/identifiers/val-null-via-escape-hex4.js +++ b/test/language/identifiers/val-null-via-escape-hex4.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: 7.6-1 diff --git a/test/language/identifiers/val-return-via-escape-hex4.js b/test/language/identifiers/val-return-via-escape-hex4.js index e6efec8e5a75f27aec86703b089050ef261a2a2c..714f6665511fbfca97711bd9765fda6583699c83 100644 --- a/test/language/identifiers/val-return-via-escape-hex4.js +++ b/test/language/identifiers/val-return-via-escape-hex4.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: 7.6-15 diff --git a/test/language/identifiers/val-super-via-escape-hex4.js b/test/language/identifiers/val-super-via-escape-hex4.js index d4c559fd0588816ab250f9039038089e10e4e1eb..e9568a7bb1ffdcdbe66b2a1119f5adf9895a395e 100644 --- a/test/language/identifiers/val-super-via-escape-hex4.js +++ b/test/language/identifiers/val-super-via-escape-hex4.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: 7.6-33 diff --git a/test/language/identifiers/val-switch-via-escape-hex4.js b/test/language/identifiers/val-switch-via-escape-hex4.js index 9ec21adeca0bc5ba659b61a5f5e55c83674a3329..bc20a1250086f4a98ceca5a565708be0d08ab97a 100644 --- a/test/language/identifiers/val-switch-via-escape-hex4.js +++ b/test/language/identifiers/val-switch-via-escape-hex4.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: 7.6-19 diff --git a/test/language/identifiers/val-this-via-escape-hex4.js b/test/language/identifiers/val-this-via-escape-hex4.js index a539b69bcea1c3ba5596f7b290fe7baf8f3486af..ffcd5e5928b8b365c25d7488a33e01cceb7e7384 100644 --- a/test/language/identifiers/val-this-via-escape-hex4.js +++ b/test/language/identifiers/val-this-via-escape-hex4.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: 7.6-23 diff --git a/test/language/identifiers/val-throw-via-escape-hex4.js b/test/language/identifiers/val-throw-via-escape-hex4.js index a47e700715f5ed5e0fab7d9f6f3964778603d063..dc7c9dc807c55f406100ebfd94d1bfbdff536197 100644 --- a/test/language/identifiers/val-throw-via-escape-hex4.js +++ b/test/language/identifiers/val-throw-via-escape-hex4.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: 7.6-27 diff --git a/test/language/identifiers/val-true-via-escape-hex4.js b/test/language/identifiers/val-true-via-escape-hex4.js index b4c14e0fe15bb7abbfce24efcf980b899738e99a..59a541e849fe00f98bc1c5a01feb0d40116172a3 100644 --- a/test/language/identifiers/val-true-via-escape-hex4.js +++ b/test/language/identifiers/val-true-via-escape-hex4.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: 7.6-2 diff --git a/test/language/identifiers/val-try-via-escape-hex4.js b/test/language/identifiers/val-try-via-escape-hex4.js index 77eeecb9a29091ca4edb088f6d7984dcf53b3be2..55f73422bb328831633dd4b3c509d452036d0973 100644 --- a/test/language/identifiers/val-try-via-escape-hex4.js +++ b/test/language/identifiers/val-try-via-escape-hex4.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: 7.6-12 diff --git a/test/language/identifiers/val-typeof-via-escape-hex4.js b/test/language/identifiers/val-typeof-via-escape-hex4.js index b189b32853758449b9d97652ddab38f20700089f..98d4ab0ccc2dcede2c39de29ea9ad0a88b938fd7 100644 --- a/test/language/identifiers/val-typeof-via-escape-hex4.js +++ b/test/language/identifiers/val-typeof-via-escape-hex4.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: 7.6-7 diff --git a/test/language/identifiers/val-var-via-escape-hex4.js b/test/language/identifiers/val-var-via-escape-hex4.js index 81b04bbc9dfd97452af4ef132a6bdf5f3b8ee267..bdca2d4c8cff0159684ebb890de926642abf82e7 100644 --- a/test/language/identifiers/val-var-via-escape-hex4.js +++ b/test/language/identifiers/val-var-via-escape-hex4.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: 7.6-11 diff --git a/test/language/identifiers/val-void-via-escape-hex4.js b/test/language/identifiers/val-void-via-escape-hex4.js index 06e7d2787950968599263e7dc06c758d0d8bdd47..7102d8aa61950a8b4c1febe0ee75343a42790103 100644 --- a/test/language/identifiers/val-void-via-escape-hex4.js +++ b/test/language/identifiers/val-void-via-escape-hex4.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: 7.6-16 diff --git a/test/language/identifiers/val-while-via-escape-hex4.js b/test/language/identifiers/val-while-via-escape-hex4.js index ab2078c5821612c300e658c50d1fd2598ad731a4..a3d4085a830f99b8809a459a5ab25952d1bf4618 100644 --- a/test/language/identifiers/val-while-via-escape-hex4.js +++ b/test/language/identifiers/val-while-via-escape-hex4.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: 7.6-20 diff --git a/test/language/identifiers/val-with-via-escape-hex4.js b/test/language/identifiers/val-with-via-escape-hex4.js index 78f89c141d55e69a9563840c2d00953bbc84def4..28c866a0e37fde5cbaf7d244a0b4ff1df29677f1 100644 --- a/test/language/identifiers/val-with-via-escape-hex4.js +++ b/test/language/identifiers/val-with-via-escape-hex4.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: 7.6-25 diff --git a/test/language/line-terminators/7.3-1.js b/test/language/line-terminators/7.3-1.js index 5ce081362d9224a65e49e8e82311e87d600c0435..23e19f7696809912b51efa7ec196353a2b46a1de 100644 --- a/test/language/line-terminators/7.3-1.js +++ b/test/language/line-terminators/7.3-1.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: 7.3-1 diff --git a/test/language/line-terminators/7.3-10.js b/test/language/line-terminators/7.3-10.js index 4099254d7aa42d286f151d625796c4fdd212e6bd..d70a321947bd5fa52588c91546f3fa6b6b8f6875 100644 --- a/test/language/line-terminators/7.3-10.js +++ b/test/language/line-terminators/7.3-10.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: 7.3-10 diff --git a/test/language/line-terminators/7.3-11.js b/test/language/line-terminators/7.3-11.js index 1ce5b0c8a81d0eb76412ba01a27f067c29030fdd..7903019acbe354be28b42563c43182bb283a1d3a 100644 --- a/test/language/line-terminators/7.3-11.js +++ b/test/language/line-terminators/7.3-11.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: 7.3-11 diff --git a/test/language/line-terminators/7.3-12.js b/test/language/line-terminators/7.3-12.js index b226dda1821d44cbfae2ee546d0bccdebab6713f..9cf2616b0fcf0f8feefff7fe6902cec1fff65b69 100644 --- a/test/language/line-terminators/7.3-12.js +++ b/test/language/line-terminators/7.3-12.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: 7.3-12 diff --git a/test/language/line-terminators/7.3-13.js b/test/language/line-terminators/7.3-13.js index 64b5f2f6062ce22bdc677e244232b5b161e05c36..4587a89ac7eaa9e8bd8f844556819fc79148c987 100644 --- a/test/language/line-terminators/7.3-13.js +++ b/test/language/line-terminators/7.3-13.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: 7.3-13 diff --git a/test/language/line-terminators/7.3-14.js b/test/language/line-terminators/7.3-14.js index 8bb2c70605b4920394d4604df94bfd5c88ba1b98..ea2cf9447d1557643289dd2e46580176bfb1a2c2 100644 --- a/test/language/line-terminators/7.3-14.js +++ b/test/language/line-terminators/7.3-14.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: 7.3-14 diff --git a/test/language/line-terminators/7.3-15.js b/test/language/line-terminators/7.3-15.js index e010f85105eedd93ce4b62f35b7e0f5a9a3aef47..ec4faa18f1ec3462bcc6b470a080b697d3435399 100644 --- a/test/language/line-terminators/7.3-15.js +++ b/test/language/line-terminators/7.3-15.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: 7.3-15 diff --git a/test/language/line-terminators/7.3-2.js b/test/language/line-terminators/7.3-2.js index fc7abd87225037168b98f8d6a978532ad230cd50..6d8b65f9b2bae6002df23d0b49a10b7c15ae82b2 100644 --- a/test/language/line-terminators/7.3-2.js +++ b/test/language/line-terminators/7.3-2.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: 7.3-2 diff --git a/test/language/line-terminators/7.3-3.js b/test/language/line-terminators/7.3-3.js index 72d65a87b66cfb7a11abefd55c59d93662d8710e..ff7bd8cb6a7262456b5207fa18100eb85268327f 100644 --- a/test/language/line-terminators/7.3-3.js +++ b/test/language/line-terminators/7.3-3.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: 7.3-3 diff --git a/test/language/line-terminators/7.3-4.js b/test/language/line-terminators/7.3-4.js index d7ade3ed1732fcbee9b4e3ac02d4ea7c85b4c75a..6450c77ad5786a57c8b45599cb6fd316b49edcbf 100644 --- a/test/language/line-terminators/7.3-4.js +++ b/test/language/line-terminators/7.3-4.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: 7.3-4 diff --git a/test/language/line-terminators/7.3-5.js b/test/language/line-terminators/7.3-5.js index 30d756929ea7901fed3762b4d6308627f124e426..be4853ea672c8e1ea9fe9a18095470001dd59043 100644 --- a/test/language/line-terminators/7.3-5.js +++ b/test/language/line-terminators/7.3-5.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: 7.3-5 diff --git a/test/language/line-terminators/7.3-6.js b/test/language/line-terminators/7.3-6.js index 6ccc29c4e8b5491a9d7f04416ab42843aeecc4df..7176056ebf1158624ac7a5a0806225ec9e48162f 100644 --- a/test/language/line-terminators/7.3-6.js +++ b/test/language/line-terminators/7.3-6.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: 7.3-6 diff --git a/test/language/line-terminators/7.3-7.js b/test/language/line-terminators/7.3-7.js index 48c5e71ef9df273181e8669e6bad85b451533055..3a1a65a5900ec201a475c0fe8e27319598d53c6e 100644 --- a/test/language/line-terminators/7.3-7.js +++ b/test/language/line-terminators/7.3-7.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: 7.3-7 diff --git a/test/language/line-terminators/7.3-8.js b/test/language/line-terminators/7.3-8.js index ee652a22c0c99d4b09366df97713adebb6f22437..28ae25916be7c78da7a74e1c176fd6cb43041f13 100644 --- a/test/language/line-terminators/7.3-8.js +++ b/test/language/line-terminators/7.3-8.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: 7.3-8 diff --git a/test/language/line-terminators/7.3-9.js b/test/language/line-terminators/7.3-9.js index 713e1045e87b064c92169620ab8e29c3fc1e12bc..49a55382c86271a0fefa17134aa7af8f300cb7b6 100644 --- a/test/language/line-terminators/7.3-9.js +++ b/test/language/line-terminators/7.3-9.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: 7.3-9 diff --git a/test/language/literals/numeric/7.8.3-1-s.js b/test/language/literals/numeric/7.8.3-1-s.js index 13f5e16343132291264dbe068ce7c8ef5d8857cc..426cb7e2b37596d42f578802c8a28b98a2bc32a6 100644 --- a/test/language/literals/numeric/7.8.3-1-s.js +++ b/test/language/literals/numeric/7.8.3-1-s.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: 7.8.3-1-s diff --git a/test/language/literals/numeric/7.8.3-1gs.js b/test/language/literals/numeric/7.8.3-1gs.js index d324dce4f01d06f326d7ad2e8c1160080b77b059..b63843295a09a6ec9a0d69903c1a831193d28f67 100644 --- a/test/language/literals/numeric/7.8.3-1gs.js +++ b/test/language/literals/numeric/7.8.3-1gs.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: 7.8.3-1gs diff --git a/test/language/literals/numeric/7.8.3-2-s.js b/test/language/literals/numeric/7.8.3-2-s.js index be860a064961554b4041cb9e950f839f1d67a56c..9d350c7dfe1dd138334b91b4ceffefaaa82819ba 100644 --- a/test/language/literals/numeric/7.8.3-2-s.js +++ b/test/language/literals/numeric/7.8.3-2-s.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: 7.8.3-2-s diff --git a/test/language/literals/numeric/7.8.3-2gs.js b/test/language/literals/numeric/7.8.3-2gs.js index e6045213e5ff5833981170de676657933b2df036..d4c938160f706f1b589a8d5d7255d443becb9cd8 100644 --- a/test/language/literals/numeric/7.8.3-2gs.js +++ b/test/language/literals/numeric/7.8.3-2gs.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: 7.8.3-2gs diff --git a/test/language/literals/numeric/7.8.3-3-s.js b/test/language/literals/numeric/7.8.3-3-s.js index e61e6481a902811fd9c3c18cac98ead2cfb24497..280e8e65a40626fe5eba000b2ab7fa4ced8bd0d9 100644 --- a/test/language/literals/numeric/7.8.3-3-s.js +++ b/test/language/literals/numeric/7.8.3-3-s.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: 7.8.3-3-s diff --git a/test/language/literals/numeric/7.8.3-3gs.js b/test/language/literals/numeric/7.8.3-3gs.js index 7457d1e0039273911cbe19d02492f5cc41aed359..b29697437cccb15941f895fd469caea03dde8da9 100644 --- a/test/language/literals/numeric/7.8.3-3gs.js +++ b/test/language/literals/numeric/7.8.3-3gs.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: 7.8.3-3gs diff --git a/test/language/literals/numeric/7.8.3-4-s.js b/test/language/literals/numeric/7.8.3-4-s.js index ce6df225ca39e19e81f3fd4bd1bbaa04729a8b4d..56cb15502fde2f30380acbbf19446433c0d2cde2 100644 --- a/test/language/literals/numeric/7.8.3-4-s.js +++ b/test/language/literals/numeric/7.8.3-4-s.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: 7.8.3-4-s diff --git a/test/language/literals/numeric/7.8.3-5-s.js b/test/language/literals/numeric/7.8.3-5-s.js index fe01bcd7daad77c8d71f75d784fe495af6e8770f..7abf81c2a0db0a351fc1938229c5e28d40631a50 100644 --- a/test/language/literals/numeric/7.8.3-5-s.js +++ b/test/language/literals/numeric/7.8.3-5-s.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: 7.8.3-5-s diff --git a/test/language/literals/numeric/7.8.3-6-s.js b/test/language/literals/numeric/7.8.3-6-s.js index 6ac9c0e3fc6acf88265b34c938a556094894a01e..749eb029523a8bfbe8247da5bb695894098af49c 100644 --- a/test/language/literals/numeric/7.8.3-6-s.js +++ b/test/language/literals/numeric/7.8.3-6-s.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: 7.8.3-6-s diff --git a/test/language/literals/numeric/7.8.3-7-s.js b/test/language/literals/numeric/7.8.3-7-s.js index 6b947907ca6b71224e804a2b5b5ce3366e6a8903..d3dd09033a6bc80b5c101a2d86ca48774be16b65 100644 --- a/test/language/literals/numeric/7.8.3-7-s.js +++ b/test/language/literals/numeric/7.8.3-7-s.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: 7.8.3-7-s diff --git a/test/language/literals/regexp/7.8.5-1.js b/test/language/literals/regexp/7.8.5-1.js index 0c6037364ded0ab4c45f3e07d7462ab95685f364..78ed6df6848b2c1ce292de5c62559df42e335b3c 100644 --- a/test/language/literals/regexp/7.8.5-1.js +++ b/test/language/literals/regexp/7.8.5-1.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: 7.8.5-1 diff --git a/test/language/literals/regexp/7.8.5-1gs.js b/test/language/literals/regexp/7.8.5-1gs.js index 4caa0b60833e11e4c9ccd8be01dc68c44a7d8447..a525c7f90ffa96ce6cddf7804f29750cc1e88607 100644 --- a/test/language/literals/regexp/7.8.5-1gs.js +++ b/test/language/literals/regexp/7.8.5-1gs.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: 7.8.5-1gs diff --git a/test/language/literals/regexp/7.8.5-2gs.js b/test/language/literals/regexp/7.8.5-2gs.js index ca02dc3e09f83cf37610708944391e94b70cd994..5b9c14967cbd64e06b49ed0d3dcebc24b86c4c4f 100644 --- a/test/language/literals/regexp/7.8.5-2gs.js +++ b/test/language/literals/regexp/7.8.5-2gs.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: 7.8.5-2gs diff --git a/test/language/literals/string/7.8.4-1-s.js b/test/language/literals/string/7.8.4-1-s.js index 9a89d0d85ad261770fcd76ee383a8facf34ef5d0..27ce14ca70e601888dd1d621443d30f03e916721 100644 --- a/test/language/literals/string/7.8.4-1-s.js +++ b/test/language/literals/string/7.8.4-1-s.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: 7.8.4-1-s diff --git a/test/language/literals/string/7.8.4-10-s.js b/test/language/literals/string/7.8.4-10-s.js index c6affe433c3aec86c09304354ae1f8c70bd4b3cf..b794457f2af3a0339d172ab4a0d4e2781853c5f5 100644 --- a/test/language/literals/string/7.8.4-10-s.js +++ b/test/language/literals/string/7.8.4-10-s.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: 7.8.4-10-s diff --git a/test/language/literals/string/7.8.4-11-s.js b/test/language/literals/string/7.8.4-11-s.js index c4b5676dc366fe12420247481116b81ddae0e8a0..2d9b2762d40276fff67b1e919292e2c6529553c3 100644 --- a/test/language/literals/string/7.8.4-11-s.js +++ b/test/language/literals/string/7.8.4-11-s.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: 7.8.4-11-s diff --git a/test/language/literals/string/7.8.4-12-s.js b/test/language/literals/string/7.8.4-12-s.js index 4ad68f4735202f25176bed723b0f7291e2aa027f..39bb3ad9e4ccc090c827c1cc8df03c16c64bad2e 100644 --- a/test/language/literals/string/7.8.4-12-s.js +++ b/test/language/literals/string/7.8.4-12-s.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: 7.8.4-12-s diff --git a/test/language/literals/string/7.8.4-13-s.js b/test/language/literals/string/7.8.4-13-s.js index 0387124c7a63d38c0102ecfc07c39e19b87b182d..828c061ab47362ee95bd44ac383d33175d0bad4e 100644 --- a/test/language/literals/string/7.8.4-13-s.js +++ b/test/language/literals/string/7.8.4-13-s.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: 7.8.4-13-s diff --git a/test/language/literals/string/7.8.4-14-s.js b/test/language/literals/string/7.8.4-14-s.js index f6c343e5e53dc92d9b37f91a53bb4680d818f1e6..575d1f12d5b1bb48b92e960d5b63a2770013f579 100644 --- a/test/language/literals/string/7.8.4-14-s.js +++ b/test/language/literals/string/7.8.4-14-s.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: 7.8.4-14-s diff --git a/test/language/literals/string/7.8.4-15-s.js b/test/language/literals/string/7.8.4-15-s.js index 1d4436b4a61f69c1ba0006f8f32b74ab7181f988..129fb9d1b96d97289351541d29ae740747bb8b29 100644 --- a/test/language/literals/string/7.8.4-15-s.js +++ b/test/language/literals/string/7.8.4-15-s.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: 7.8.4-15-s diff --git a/test/language/literals/string/7.8.4-16-s.js b/test/language/literals/string/7.8.4-16-s.js index 358e4ada6a1f1fdfacf046446dd34f63fe068c47..e83d7a05d087e49c15b121cbc4ea908b19c277f4 100644 --- a/test/language/literals/string/7.8.4-16-s.js +++ b/test/language/literals/string/7.8.4-16-s.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: 7.8.4-16-s diff --git a/test/language/literals/string/7.8.4-17-s.js b/test/language/literals/string/7.8.4-17-s.js index dfeac357d7bf9fcc0748787fca2c58a697589b46..9876a5d1ce93cdcdcf52e4374085e4cdb90cf2bd 100644 --- a/test/language/literals/string/7.8.4-17-s.js +++ b/test/language/literals/string/7.8.4-17-s.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: 7.8.4-17-s diff --git a/test/language/literals/string/7.8.4-18-s.js b/test/language/literals/string/7.8.4-18-s.js index 9c96c71e49280877d0a3a11417d9459fa5a49cdc..ebd8582cda3dde884de43f84bae366283ba4b639 100644 --- a/test/language/literals/string/7.8.4-18-s.js +++ b/test/language/literals/string/7.8.4-18-s.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: 7.8.4-18-s diff --git a/test/language/literals/string/7.8.4-19-s.js b/test/language/literals/string/7.8.4-19-s.js index 20cf50d37b339274bfe65a39f5fce18c6264e97a..afc2316c270723a3927271b3a62dbf1971d2a63b 100644 --- a/test/language/literals/string/7.8.4-19-s.js +++ b/test/language/literals/string/7.8.4-19-s.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: 7.8.4-19-s diff --git a/test/language/literals/string/7.8.4-1gs.js b/test/language/literals/string/7.8.4-1gs.js index e485320a18a4c5d8763a2b3648d2baee938cb19b..d78956031eec189477703e172dfde56e38d8c4b2 100644 --- a/test/language/literals/string/7.8.4-1gs.js +++ b/test/language/literals/string/7.8.4-1gs.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: 7.8.4-1gs diff --git a/test/language/literals/string/7.8.4-2-s.js b/test/language/literals/string/7.8.4-2-s.js index 385a8ec53354685a2a47ac3ddaa0ea8a3afda3db..835ca46bd2a7f19c989316e4a742d73ee4326c54 100644 --- a/test/language/literals/string/7.8.4-2-s.js +++ b/test/language/literals/string/7.8.4-2-s.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: 7.8.4-2-s diff --git a/test/language/literals/string/7.8.4-20-s.js b/test/language/literals/string/7.8.4-20-s.js index 7497427c57cbfa7f5adfa0279722c2af3c135a8f..ad5ac5fe5602166375b891a2be901e2258f9868d 100644 --- a/test/language/literals/string/7.8.4-20-s.js +++ b/test/language/literals/string/7.8.4-20-s.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: 7.8.4-20-s diff --git a/test/language/literals/string/7.8.4-21-s.js b/test/language/literals/string/7.8.4-21-s.js index 28a5ea5b7ba6905c68a27b9c5a0f3b19bc47d377..8a69f30c5327570ecb1330ad5429a7cf7ff5a271 100644 --- a/test/language/literals/string/7.8.4-21-s.js +++ b/test/language/literals/string/7.8.4-21-s.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: 7.8.4-21-s diff --git a/test/language/literals/string/7.8.4-22-s.js b/test/language/literals/string/7.8.4-22-s.js index f6116d969ab9afa4dfb46d13b22b23469df044dd..de4bff9c53d1acf305cb5a42a434c740923f9eb6 100644 --- a/test/language/literals/string/7.8.4-22-s.js +++ b/test/language/literals/string/7.8.4-22-s.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: 7.8.4-22-s diff --git a/test/language/literals/string/7.8.4-23-s.js b/test/language/literals/string/7.8.4-23-s.js index 799f26e7d1b68834f354cd50ae54742c668cb4a7..c0833852034f3fdc074e1ce332b15df79e679bfa 100644 --- a/test/language/literals/string/7.8.4-23-s.js +++ b/test/language/literals/string/7.8.4-23-s.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: 7.8.4-23-s diff --git a/test/language/literals/string/7.8.4-24-s.js b/test/language/literals/string/7.8.4-24-s.js index 2a557696808215c02b37f98cf04ef99cc405dd09..adfd4d57445f20b7795baa16af47938f566a56b1 100644 --- a/test/language/literals/string/7.8.4-24-s.js +++ b/test/language/literals/string/7.8.4-24-s.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: 7.8.4-24-s diff --git a/test/language/literals/string/7.8.4-25-s.js b/test/language/literals/string/7.8.4-25-s.js index 11222c9ccd76ddee87daaa5a9b4d716c62c938b8..c8f398569ca0af83b86d6f37a513e5b74ec63767 100644 --- a/test/language/literals/string/7.8.4-25-s.js +++ b/test/language/literals/string/7.8.4-25-s.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: 7.8.4-25-s diff --git a/test/language/literals/string/7.8.4-26-s.js b/test/language/literals/string/7.8.4-26-s.js index a535e0fb948f9e5e622ebd691824a7e659541b4a..9299663fb6cdcede4fe33c77074e2038ffc87d9b 100644 --- a/test/language/literals/string/7.8.4-26-s.js +++ b/test/language/literals/string/7.8.4-26-s.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: 7.8.4-26-s diff --git a/test/language/literals/string/7.8.4-27-s.js b/test/language/literals/string/7.8.4-27-s.js index b176357c23cb4dbaac8e1fd642b707d42eae8f54..ff8ab93d8d3e4e5a1f687a4820f0813762fc1283 100644 --- a/test/language/literals/string/7.8.4-27-s.js +++ b/test/language/literals/string/7.8.4-27-s.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: 7.8.4-27-s diff --git a/test/language/literals/string/7.8.4-28-s.js b/test/language/literals/string/7.8.4-28-s.js index e556a20dc5d729a0bc12bdd81011aedfa6c441f1..1a1175ece7c4e4a7f54d76ad6856e358d6193697 100644 --- a/test/language/literals/string/7.8.4-28-s.js +++ b/test/language/literals/string/7.8.4-28-s.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: 7.8.4-28-s diff --git a/test/language/literals/string/7.8.4-29-s.js b/test/language/literals/string/7.8.4-29-s.js index 0be3b8e6a47e405fc709587a630ca20e1fb10898..1814443ef8cc09c585fded6826bc39d2e2285850 100644 --- a/test/language/literals/string/7.8.4-29-s.js +++ b/test/language/literals/string/7.8.4-29-s.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: 7.8.4-29-s diff --git a/test/language/literals/string/7.8.4-3-s.js b/test/language/literals/string/7.8.4-3-s.js index 802cd832a9ef0a99a9f00337bf748ed85dfde21e..0b8906e0ae4bffbc9180209d23587a25b7990521 100644 --- a/test/language/literals/string/7.8.4-3-s.js +++ b/test/language/literals/string/7.8.4-3-s.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: 7.8.4-3-s diff --git a/test/language/literals/string/7.8.4-30-s.js b/test/language/literals/string/7.8.4-30-s.js index aed5b15e671b30ec44821dbb9d6435d683722cb7..6c8069c3e5f66f798f5a41586b698f66d038b539 100644 --- a/test/language/literals/string/7.8.4-30-s.js +++ b/test/language/literals/string/7.8.4-30-s.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: 7.8.4-30-s diff --git a/test/language/literals/string/7.8.4-31-s.js b/test/language/literals/string/7.8.4-31-s.js index cb786b7ff6ec6cd2bd97fd1df88d45276ef78d3a..6dcd4a2917c8fe71abeb0abaa067f17a0a5ca7f6 100644 --- a/test/language/literals/string/7.8.4-31-s.js +++ b/test/language/literals/string/7.8.4-31-s.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: 7.8.4-31-s diff --git a/test/language/literals/string/7.8.4-32-s.js b/test/language/literals/string/7.8.4-32-s.js index 843f744087a528ad6e2aac405d5a26847b1382f5..7835690bd5b485f96f982a98c675008803c3574b 100644 --- a/test/language/literals/string/7.8.4-32-s.js +++ b/test/language/literals/string/7.8.4-32-s.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: 7.8.4-32-s diff --git a/test/language/literals/string/7.8.4-33-s.js b/test/language/literals/string/7.8.4-33-s.js index c2fe9f8d0615c5bd0a31736a1b6498d1d27b5cc2..d7c4ab29e1ffecba096a5caee8c1078efe90363b 100644 --- a/test/language/literals/string/7.8.4-33-s.js +++ b/test/language/literals/string/7.8.4-33-s.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: 7.8.4-33-s diff --git a/test/language/literals/string/7.8.4-4-s.js b/test/language/literals/string/7.8.4-4-s.js index 94ab11bebc855877d1f444cef23d38c9daa8a5ae..3286cdc609a68fa921a3d5d8add979fec421c285 100644 --- a/test/language/literals/string/7.8.4-4-s.js +++ b/test/language/literals/string/7.8.4-4-s.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: 7.8.4-4-s diff --git a/test/language/literals/string/7.8.4-5-s.js b/test/language/literals/string/7.8.4-5-s.js index 99d63ca0a6a37dc82a793b5f65c66f61f845b57e..5fe162f90b2ba49deba84a8a923263fa1cb1be2e 100644 --- a/test/language/literals/string/7.8.4-5-s.js +++ b/test/language/literals/string/7.8.4-5-s.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: 7.8.4-5-s diff --git a/test/language/literals/string/7.8.4-6-s.js b/test/language/literals/string/7.8.4-6-s.js index e96f96a630e6c4734dc37a252d6b5c24a1da72b0..a0c59b147c93af549a104955e168b3b551595cfb 100644 --- a/test/language/literals/string/7.8.4-6-s.js +++ b/test/language/literals/string/7.8.4-6-s.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: 7.8.4-6-s diff --git a/test/language/literals/string/7.8.4-7-s.js b/test/language/literals/string/7.8.4-7-s.js index d451cd59b1ee75a5e37c2a878cec1a1e03678314..31367bb44c9ac8477aa021e0be9ebbc631f25e45 100644 --- a/test/language/literals/string/7.8.4-7-s.js +++ b/test/language/literals/string/7.8.4-7-s.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: 7.8.4-7-s diff --git a/test/language/literals/string/7.8.4-8-s.js b/test/language/literals/string/7.8.4-8-s.js index 936fc77e0ac77419be0e0717f342019da24c8d6e..aee66238a53102cb2e254b5fb0494fea0e431881 100644 --- a/test/language/literals/string/7.8.4-8-s.js +++ b/test/language/literals/string/7.8.4-8-s.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: 7.8.4-8-s diff --git a/test/language/literals/string/7.8.4-9-s.js b/test/language/literals/string/7.8.4-9-s.js index aecc55b13295ab3ce8230e917b512e41d36aa52d..3697a5f4dee432806c8aa3334be85175973a1cd2 100644 --- a/test/language/literals/string/7.8.4-9-s.js +++ b/test/language/literals/string/7.8.4-9-s.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: 7.8.4-9-s diff --git a/test/language/reserved-words/7.6.1-1-1.js b/test/language/reserved-words/7.6.1-1-1.js index 6fb3c06a85ee8c8313a2c236bd8acc8a003c9b91..6ae8a5f888c05e3c6d2a405a00b6b3a737bf4c73 100644 --- a/test/language/reserved-words/7.6.1-1-1.js +++ b/test/language/reserved-words/7.6.1-1-1.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: 7.6.1-1-1 diff --git a/test/language/reserved-words/7.6.1-1-10.js b/test/language/reserved-words/7.6.1-1-10.js index f21b2759a19e39bb46a05cde67e7cd0567c1cd71..0f791f198234d466fcf0fb92277061f60ac03360 100644 --- a/test/language/reserved-words/7.6.1-1-10.js +++ b/test/language/reserved-words/7.6.1-1-10.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: 7.6.1-1-10 diff --git a/test/language/reserved-words/7.6.1-1-11.js b/test/language/reserved-words/7.6.1-1-11.js index 03d1203943b1f312f220f2850d6718e0b73a55b7..42e086dbf8e4ee734dc1bd7c727db6b479fa7899 100644 --- a/test/language/reserved-words/7.6.1-1-11.js +++ b/test/language/reserved-words/7.6.1-1-11.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: 7.6.1-1-11 diff --git a/test/language/reserved-words/7.6.1-1-12.js b/test/language/reserved-words/7.6.1-1-12.js index f3445accd42a78f4605d5dc94167bea06334f3e0..eeb695b8100db5114c3523663dd002594a166a8f 100644 --- a/test/language/reserved-words/7.6.1-1-12.js +++ b/test/language/reserved-words/7.6.1-1-12.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: 7.6.1-1-12 diff --git a/test/language/reserved-words/7.6.1-1-13.js b/test/language/reserved-words/7.6.1-1-13.js index 8ec8707ecce6cad10f44843fe81a268c91b396a7..461a0a61cfa9b31330f2d2c316fd362867f8ce47 100644 --- a/test/language/reserved-words/7.6.1-1-13.js +++ b/test/language/reserved-words/7.6.1-1-13.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: 7.6.1-1-13 diff --git a/test/language/reserved-words/7.6.1-1-14.js b/test/language/reserved-words/7.6.1-1-14.js index 97c690604f3c4d1db5da49332be0979a8e4f0a59..b848ffe0085469e6ceed33f10170de3e0ca63c19 100644 --- a/test/language/reserved-words/7.6.1-1-14.js +++ b/test/language/reserved-words/7.6.1-1-14.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: 7.6.1-1-14 diff --git a/test/language/reserved-words/7.6.1-1-15.js b/test/language/reserved-words/7.6.1-1-15.js index dd1af2e90a4bb8d63911a579d5048dff5145a9d4..947b9f4c4ff4d42bb4686d798380dba0520bbeb8 100644 --- a/test/language/reserved-words/7.6.1-1-15.js +++ b/test/language/reserved-words/7.6.1-1-15.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: 7.6.1-1-15 diff --git a/test/language/reserved-words/7.6.1-1-16.js b/test/language/reserved-words/7.6.1-1-16.js index cc82ef8d5019f9c746219beb6a36cb90d24879c6..40bf40ec1161cfc87e71021f523fd53371aecae0 100644 --- a/test/language/reserved-words/7.6.1-1-16.js +++ b/test/language/reserved-words/7.6.1-1-16.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: 7.6.1-1-16 diff --git a/test/language/reserved-words/7.6.1-1-2.js b/test/language/reserved-words/7.6.1-1-2.js index f95c9a6475498c55a9a3d4021ca94f10144ea429..e8b5d1e380daa02e886c1fea4aa6d73bdb3c7de4 100644 --- a/test/language/reserved-words/7.6.1-1-2.js +++ b/test/language/reserved-words/7.6.1-1-2.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: 7.6.1-1-2 diff --git a/test/language/reserved-words/7.6.1-1-3.js b/test/language/reserved-words/7.6.1-1-3.js index d167c90756118707ff73033b46c132a6ba25500d..e67482105ece3b33e520f148ce6cc881790f3f10 100644 --- a/test/language/reserved-words/7.6.1-1-3.js +++ b/test/language/reserved-words/7.6.1-1-3.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: 7.6.1-1-3 diff --git a/test/language/reserved-words/7.6.1-1-4.js b/test/language/reserved-words/7.6.1-1-4.js index a26c1dd943c371d9a866b4a81d3af0d2b073f379..c80eb62509f6711548a489c3cd730232f89b3062 100644 --- a/test/language/reserved-words/7.6.1-1-4.js +++ b/test/language/reserved-words/7.6.1-1-4.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: 7.6.1-1-4 diff --git a/test/language/reserved-words/7.6.1-1-5.js b/test/language/reserved-words/7.6.1-1-5.js index d0b7bce83575abffe479babd49512c4b4e26297e..d4d52d4d0150ddc287ea081919cb9adbcb6fd373 100644 --- a/test/language/reserved-words/7.6.1-1-5.js +++ b/test/language/reserved-words/7.6.1-1-5.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: 7.6.1-1-5 diff --git a/test/language/reserved-words/7.6.1-1-6.js b/test/language/reserved-words/7.6.1-1-6.js index e35bea6d43e9934ee44be6a5284774de1aeb914b..1e75aba836e88f21ec2aad10c88a4b1e1e45e730 100644 --- a/test/language/reserved-words/7.6.1-1-6.js +++ b/test/language/reserved-words/7.6.1-1-6.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: 7.6.1-1-6 diff --git a/test/language/reserved-words/7.6.1-1-7.js b/test/language/reserved-words/7.6.1-1-7.js index f8f4041d34cb4b6a3e4136380f49bed6a4df832a..0091c895a8efabe97d1058bfaf5e00d518373512 100644 --- a/test/language/reserved-words/7.6.1-1-7.js +++ b/test/language/reserved-words/7.6.1-1-7.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: 7.6.1-1-7 diff --git a/test/language/reserved-words/7.6.1-1-8.js b/test/language/reserved-words/7.6.1-1-8.js index fa811abf8300f722b5f25c0c4fb07c3e9c5d9028..d1c55dcdc8e09e12ffaef40d3f46250f73fe76f8 100644 --- a/test/language/reserved-words/7.6.1-1-8.js +++ b/test/language/reserved-words/7.6.1-1-8.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: 7.6.1-1-8 diff --git a/test/language/reserved-words/7.6.1-1-9.js b/test/language/reserved-words/7.6.1-1-9.js index 20c7afe1670ddb021ca32c7a670cf79cb6c25083..56754d62c2e4ca65613046fc0a11d9bdef71e69e 100644 --- a/test/language/reserved-words/7.6.1-1-9.js +++ b/test/language/reserved-words/7.6.1-1-9.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: 7.6.1-1-9 diff --git a/test/language/reserved-words/7.6.1-2-1.js b/test/language/reserved-words/7.6.1-2-1.js index 3ad565fffa5df9300c49e666add80b4b6266b6d9..9c231301ade3cb465ddd6d309cc8dd767f9aca62 100644 --- a/test/language/reserved-words/7.6.1-2-1.js +++ b/test/language/reserved-words/7.6.1-2-1.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: 7.6.1-2-1 diff --git a/test/language/reserved-words/7.6.1-2-10.js b/test/language/reserved-words/7.6.1-2-10.js index d981465e8a506a03b86fdfbfcfd23d6f5da67584..0147f0c69bd253b2447cddceea9b896aa5113ed8 100644 --- a/test/language/reserved-words/7.6.1-2-10.js +++ b/test/language/reserved-words/7.6.1-2-10.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: 7.6.1-2-10 diff --git a/test/language/reserved-words/7.6.1-2-11.js b/test/language/reserved-words/7.6.1-2-11.js index 089ecf6477eedbfca03b0f3e6460268fd876bab9..01e6e3a957379fc434feb6151651a05838311a70 100644 --- a/test/language/reserved-words/7.6.1-2-11.js +++ b/test/language/reserved-words/7.6.1-2-11.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: 7.6.1-2-11 diff --git a/test/language/reserved-words/7.6.1-2-12.js b/test/language/reserved-words/7.6.1-2-12.js index dc8b91a6350aac18ac87c98919b1bf3f8b0242ff..5c9029c4541e3919a578cc1cf64ae19c99c3c799 100644 --- a/test/language/reserved-words/7.6.1-2-12.js +++ b/test/language/reserved-words/7.6.1-2-12.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: 7.6.1-2-12 diff --git a/test/language/reserved-words/7.6.1-2-13.js b/test/language/reserved-words/7.6.1-2-13.js index eb5d323c8a0ad207a6aa9cce6fe8ed56a481f878..928b110f3b4862501e92dcf9d2dccd54715deb17 100644 --- a/test/language/reserved-words/7.6.1-2-13.js +++ b/test/language/reserved-words/7.6.1-2-13.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: 7.6.1-2-13 diff --git a/test/language/reserved-words/7.6.1-2-14.js b/test/language/reserved-words/7.6.1-2-14.js index fecef9bc9af3522b34447e9073be6c2e94bdc676..f25a1aff98367a543b91bbfa360e796d1e063061 100644 --- a/test/language/reserved-words/7.6.1-2-14.js +++ b/test/language/reserved-words/7.6.1-2-14.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: 7.6.1-2-14 diff --git a/test/language/reserved-words/7.6.1-2-15.js b/test/language/reserved-words/7.6.1-2-15.js index 339109027e3b917a8a8737d86daab3fe8ba54ab2..888c38419742a40f5218738d54d4de97a2ece598 100644 --- a/test/language/reserved-words/7.6.1-2-15.js +++ b/test/language/reserved-words/7.6.1-2-15.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: 7.6.1-2-15 diff --git a/test/language/reserved-words/7.6.1-2-16.js b/test/language/reserved-words/7.6.1-2-16.js index a95446ec227a95cd48c8ad4f70d7a6b06bcf9be8..140705dee47f1509003b88031be06c12a49686a1 100644 --- a/test/language/reserved-words/7.6.1-2-16.js +++ b/test/language/reserved-words/7.6.1-2-16.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: 7.6.1-2-16 diff --git a/test/language/reserved-words/7.6.1-2-2.js b/test/language/reserved-words/7.6.1-2-2.js index 2644f305fb6e60bf6b70ae342c5e4874b828120f..a0bbf3797decc2d9c294fc9ec82e484feb10e732 100644 --- a/test/language/reserved-words/7.6.1-2-2.js +++ b/test/language/reserved-words/7.6.1-2-2.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: 7.6.1-2-2 diff --git a/test/language/reserved-words/7.6.1-2-3.js b/test/language/reserved-words/7.6.1-2-3.js index b966f26e6bb58172e1a5c755a83f2383f1a970a2..a6fd8ec2819408ededc81fea2afa5dfea333415d 100644 --- a/test/language/reserved-words/7.6.1-2-3.js +++ b/test/language/reserved-words/7.6.1-2-3.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: 7.6.1-2-3 diff --git a/test/language/reserved-words/7.6.1-2-4.js b/test/language/reserved-words/7.6.1-2-4.js index 4a4fe1b7375d122e7e790e34c35a5bf00da93169..4f7be44a344aae9ca04d80a1b8d690b7661349ac 100644 --- a/test/language/reserved-words/7.6.1-2-4.js +++ b/test/language/reserved-words/7.6.1-2-4.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: 7.6.1-2-4 diff --git a/test/language/reserved-words/7.6.1-2-5.js b/test/language/reserved-words/7.6.1-2-5.js index 6499d19da9e38e519988ed0ee7f49c0f535e75e1..aac051bbecc4e14354c27ba12ab624d29ec6df84 100644 --- a/test/language/reserved-words/7.6.1-2-5.js +++ b/test/language/reserved-words/7.6.1-2-5.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: 7.6.1-2-5 diff --git a/test/language/reserved-words/7.6.1-2-6.js b/test/language/reserved-words/7.6.1-2-6.js index 097394a40dabfce33a7aaaa3c800f76b597013b0..a38487d03788e28f33b8523e1fe8aedbe3e0b253 100644 --- a/test/language/reserved-words/7.6.1-2-6.js +++ b/test/language/reserved-words/7.6.1-2-6.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: 7.6.1-2-6 diff --git a/test/language/reserved-words/7.6.1-2-7.js b/test/language/reserved-words/7.6.1-2-7.js index 11494a835caa5de063ae5c51a44989b5e1601857..5b67031b3f2162dffe05fbca2907af08a2356fb9 100644 --- a/test/language/reserved-words/7.6.1-2-7.js +++ b/test/language/reserved-words/7.6.1-2-7.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: 7.6.1-2-7 diff --git a/test/language/reserved-words/7.6.1-2-8.js b/test/language/reserved-words/7.6.1-2-8.js index 1f5e8b73d14b7446a9e7921a5d4423a5993d0799..e5ce7f6aa9926491d2b4078a8394a364bb7be706 100644 --- a/test/language/reserved-words/7.6.1-2-8.js +++ b/test/language/reserved-words/7.6.1-2-8.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: 7.6.1-2-8 diff --git a/test/language/reserved-words/7.6.1-2-9.js b/test/language/reserved-words/7.6.1-2-9.js index 3d34bb500dc0afff538cd8814606930a3e56115d..0fefb4f00516eeab9c0ad4f71fa816dcc9e20ad3 100644 --- a/test/language/reserved-words/7.6.1-2-9.js +++ b/test/language/reserved-words/7.6.1-2-9.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: 7.6.1-2-9 diff --git a/test/language/reserved-words/7.6.1-3-1.js b/test/language/reserved-words/7.6.1-3-1.js index 3b782d3d9ee688b0d62fc5ac649d2d8354c6f3bf..4026dd657025493906d1bba46c210feb930d8a14 100644 --- a/test/language/reserved-words/7.6.1-3-1.js +++ b/test/language/reserved-words/7.6.1-3-1.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: 7.6.1-3-1 diff --git a/test/language/reserved-words/7.6.1-3-10.js b/test/language/reserved-words/7.6.1-3-10.js index 5967f0fa5e5358edc92c65b6090977ffd8e731f7..733b67c81b6c522788813b9d55dd7298a6b7fa83 100644 --- a/test/language/reserved-words/7.6.1-3-10.js +++ b/test/language/reserved-words/7.6.1-3-10.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: 7.6.1-3-10 diff --git a/test/language/reserved-words/7.6.1-3-11.js b/test/language/reserved-words/7.6.1-3-11.js index 80edde4a65f045b113136a3c4e69874009200b3b..4317466678ff883650fd071d47c20cc32cd7f857 100644 --- a/test/language/reserved-words/7.6.1-3-11.js +++ b/test/language/reserved-words/7.6.1-3-11.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: 7.6.1-3-11 diff --git a/test/language/reserved-words/7.6.1-3-12.js b/test/language/reserved-words/7.6.1-3-12.js index 8ed5a862984a37ef2c5d5fdad9081fcc657e27d1..b56da9a1fefd3d55f213e0af2d5c5ab55399a605 100644 --- a/test/language/reserved-words/7.6.1-3-12.js +++ b/test/language/reserved-words/7.6.1-3-12.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: 7.6.1-3-12 diff --git a/test/language/reserved-words/7.6.1-3-13.js b/test/language/reserved-words/7.6.1-3-13.js index f20b1c2401a8eccdf67812601849907474d7c9bd..bb686f6b5aa8a9ff28fa477dc56546ae5ae757fa 100644 --- a/test/language/reserved-words/7.6.1-3-13.js +++ b/test/language/reserved-words/7.6.1-3-13.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: 7.6.1-3-13 diff --git a/test/language/reserved-words/7.6.1-3-14.js b/test/language/reserved-words/7.6.1-3-14.js index 78a2337c27b96e57cf3f0b2418820e32bffa5f5f..41574a31b4ff3bf61a5507da083798a9dee19d55 100644 --- a/test/language/reserved-words/7.6.1-3-14.js +++ b/test/language/reserved-words/7.6.1-3-14.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: 7.6.1-3-14 diff --git a/test/language/reserved-words/7.6.1-3-15.js b/test/language/reserved-words/7.6.1-3-15.js index 68d0a87814940249bdb468a98c1a05fc3ac733fb..3a62f5fb8f47eddba8439726a895a244830ce982 100644 --- a/test/language/reserved-words/7.6.1-3-15.js +++ b/test/language/reserved-words/7.6.1-3-15.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: 7.6.1-3-15 diff --git a/test/language/reserved-words/7.6.1-3-16.js b/test/language/reserved-words/7.6.1-3-16.js index 7e67559fa4bb30bb2994341c1ebe9948b96bcef8..61ebc4a748732a3ffb357063bf00fca82184b575 100644 --- a/test/language/reserved-words/7.6.1-3-16.js +++ b/test/language/reserved-words/7.6.1-3-16.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: 7.6.1-3-16 diff --git a/test/language/reserved-words/7.6.1-3-2.js b/test/language/reserved-words/7.6.1-3-2.js index 6d6932c33517d32033c720abd5d36cd20548acae..f3c18b1def92571984bc00e6897b06547a825b02 100644 --- a/test/language/reserved-words/7.6.1-3-2.js +++ b/test/language/reserved-words/7.6.1-3-2.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: 7.6.1-3-2 diff --git a/test/language/reserved-words/7.6.1-3-3.js b/test/language/reserved-words/7.6.1-3-3.js index 981148beb1f3420ffbd8df8db0a7dd6f526e8e3d..47688082fa61a31565491a3cfd705a6dab88d7e8 100644 --- a/test/language/reserved-words/7.6.1-3-3.js +++ b/test/language/reserved-words/7.6.1-3-3.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: 7.6.1-3-3 diff --git a/test/language/reserved-words/7.6.1-3-4.js b/test/language/reserved-words/7.6.1-3-4.js index e86cd15c2cde767feb96e62a014282469d0a6818..bcb8d36df3df4a7bbc9f9e106fb9b28d6d6be110 100644 --- a/test/language/reserved-words/7.6.1-3-4.js +++ b/test/language/reserved-words/7.6.1-3-4.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: 7.6.1-3-4 diff --git a/test/language/reserved-words/7.6.1-3-5.js b/test/language/reserved-words/7.6.1-3-5.js index ad215b448bb1285d092157b42958ccb6ec5a161b..9e8c8edcd870ab245d94c46b8650244438b3023a 100644 --- a/test/language/reserved-words/7.6.1-3-5.js +++ b/test/language/reserved-words/7.6.1-3-5.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: 7.6.1-3-5 diff --git a/test/language/reserved-words/7.6.1-3-6.js b/test/language/reserved-words/7.6.1-3-6.js index c413a5c559abf36a7b2ce196665c112b12694cef..678fada81b0a8c3cfa0a314b47792da1873fb9ef 100644 --- a/test/language/reserved-words/7.6.1-3-6.js +++ b/test/language/reserved-words/7.6.1-3-6.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: 7.6.1-3-6 diff --git a/test/language/reserved-words/7.6.1-3-7.js b/test/language/reserved-words/7.6.1-3-7.js index ae8b3e13689772d0f0317c032b0c82a75779f064..5f0fa3db289c091272a8ca0d52a7fe77d5c17d21 100644 --- a/test/language/reserved-words/7.6.1-3-7.js +++ b/test/language/reserved-words/7.6.1-3-7.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: 7.6.1-3-7 diff --git a/test/language/reserved-words/7.6.1-3-8.js b/test/language/reserved-words/7.6.1-3-8.js index 355d5e70f9f2e5bff0b82c9abd7e421bcb6b29ef..983686b6b41b8ac696c85da1893e348bb858481f 100644 --- a/test/language/reserved-words/7.6.1-3-8.js +++ b/test/language/reserved-words/7.6.1-3-8.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: 7.6.1-3-8 diff --git a/test/language/reserved-words/7.6.1-3-9.js b/test/language/reserved-words/7.6.1-3-9.js index 8b9ec7e998f5a176b2492c29646546116fd39901..fef54c96b8dcaa0436b5577f5abf6aa7fe6f5191 100644 --- a/test/language/reserved-words/7.6.1-3-9.js +++ b/test/language/reserved-words/7.6.1-3-9.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: 7.6.1-3-9 diff --git a/test/language/reserved-words/7.6.1-4-1.js b/test/language/reserved-words/7.6.1-4-1.js index 2611dc691992943289e8ea3f9b0103c76d5dba16..8c9e1d4bdebe65ce8667744712b34382b6c92c64 100644 --- a/test/language/reserved-words/7.6.1-4-1.js +++ b/test/language/reserved-words/7.6.1-4-1.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: 7.6.1-4-1 diff --git a/test/language/reserved-words/7.6.1-4-10.js b/test/language/reserved-words/7.6.1-4-10.js index c20f7c9074bdcee76d0152edd112b246feadcacd..36dc23c97a3a7a76690e29913a931db227b453aa 100644 --- a/test/language/reserved-words/7.6.1-4-10.js +++ b/test/language/reserved-words/7.6.1-4-10.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: 7.6.1-4-10 diff --git a/test/language/reserved-words/7.6.1-4-11.js b/test/language/reserved-words/7.6.1-4-11.js index bcf2bb57c910f56118b9e955e03a291d63fc3470..9988776dff2464577e66eb13043f6b951ac208bc 100644 --- a/test/language/reserved-words/7.6.1-4-11.js +++ b/test/language/reserved-words/7.6.1-4-11.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: 7.6.1-4-11 diff --git a/test/language/reserved-words/7.6.1-4-12.js b/test/language/reserved-words/7.6.1-4-12.js index 8aff0d8c13a2f241d2f88961e8d00a6945e408b6..050ddca7f67c7067148e59179b23c1a1d4b8f63c 100644 --- a/test/language/reserved-words/7.6.1-4-12.js +++ b/test/language/reserved-words/7.6.1-4-12.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: 7.6.1-4-12 diff --git a/test/language/reserved-words/7.6.1-4-13.js b/test/language/reserved-words/7.6.1-4-13.js index acf825f72ccdd897ed01ceb1cc5bdd566b02c7a0..4c2f6a154ee8f230efa05a0c0ab2d02ce84f48c0 100644 --- a/test/language/reserved-words/7.6.1-4-13.js +++ b/test/language/reserved-words/7.6.1-4-13.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: 7.6.1-4-13 diff --git a/test/language/reserved-words/7.6.1-4-14.js b/test/language/reserved-words/7.6.1-4-14.js index 4cd3025172bc0f9d93d9ada60a8e5b475166b8eb..1151447953e0cbc02975849998e7f23091b121a8 100644 --- a/test/language/reserved-words/7.6.1-4-14.js +++ b/test/language/reserved-words/7.6.1-4-14.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: 7.6.1-4-14 diff --git a/test/language/reserved-words/7.6.1-4-15.js b/test/language/reserved-words/7.6.1-4-15.js index 785aa32c9957c943808187b31d6173069aff1c19..06eebbd7da9fcdb60215087edbd61748cccda376 100644 --- a/test/language/reserved-words/7.6.1-4-15.js +++ b/test/language/reserved-words/7.6.1-4-15.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: 7.6.1-4-15 diff --git a/test/language/reserved-words/7.6.1-4-16.js b/test/language/reserved-words/7.6.1-4-16.js index 6315c3312a1f953dde762b6d9ad24c6041b4df15..b5692b1cdf23457c1008ea290a3d12d004edcd20 100644 --- a/test/language/reserved-words/7.6.1-4-16.js +++ b/test/language/reserved-words/7.6.1-4-16.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: 7.6.1-4-16 diff --git a/test/language/reserved-words/7.6.1-4-2.js b/test/language/reserved-words/7.6.1-4-2.js index 07f3f8e4c02d457d3d33545fe24c5f3bb44b43ed..b2174482556a5870d23f649baaad98e7725ca68f 100644 --- a/test/language/reserved-words/7.6.1-4-2.js +++ b/test/language/reserved-words/7.6.1-4-2.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: 7.6.1-4-2 diff --git a/test/language/reserved-words/7.6.1-4-3.js b/test/language/reserved-words/7.6.1-4-3.js index bbaa9fbf8fd1944ab9e94c3d867406d63ec7ad56..88c06621f74e085e819d1279961b9c53e20631b5 100644 --- a/test/language/reserved-words/7.6.1-4-3.js +++ b/test/language/reserved-words/7.6.1-4-3.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: 7.6.1-4-3 diff --git a/test/language/reserved-words/7.6.1-4-4.js b/test/language/reserved-words/7.6.1-4-4.js index f25dde2a9adc16b710a6470433c5d61bacb1707c..c67398f7080932ef2075d548c14e108a9f23ce68 100644 --- a/test/language/reserved-words/7.6.1-4-4.js +++ b/test/language/reserved-words/7.6.1-4-4.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: 7.6.1-4-4 diff --git a/test/language/reserved-words/7.6.1-4-5.js b/test/language/reserved-words/7.6.1-4-5.js index de075888fc1bbe4d5175914db43a364494d60f9a..e3fa549c9894158309fe19ddb725f50ae41ae1ba 100644 --- a/test/language/reserved-words/7.6.1-4-5.js +++ b/test/language/reserved-words/7.6.1-4-5.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: 7.6.1-4-5 diff --git a/test/language/reserved-words/7.6.1-4-6.js b/test/language/reserved-words/7.6.1-4-6.js index d00c3ade2b5561486873ca6bfe9bfb3197bc7e07..293f6968fc5a579ab03dfe14fd8bf87c4146cd9c 100644 --- a/test/language/reserved-words/7.6.1-4-6.js +++ b/test/language/reserved-words/7.6.1-4-6.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: 7.6.1-4-6 diff --git a/test/language/reserved-words/7.6.1-4-7.js b/test/language/reserved-words/7.6.1-4-7.js index cfac46dd322adfbaa3371d9b055ea6f048caf23a..a511aaa6362a659410da664b49762c42237ebfee 100644 --- a/test/language/reserved-words/7.6.1-4-7.js +++ b/test/language/reserved-words/7.6.1-4-7.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: 7.6.1-4-7 diff --git a/test/language/reserved-words/7.6.1-4-8.js b/test/language/reserved-words/7.6.1-4-8.js index d9006e9c41a6843dfa5d9d916861055507c5294e..683eb900382f5dcfbb18f57bbce6a7d70a3e0951 100644 --- a/test/language/reserved-words/7.6.1-4-8.js +++ b/test/language/reserved-words/7.6.1-4-8.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: 7.6.1-4-8 diff --git a/test/language/reserved-words/7.6.1-4-9.js b/test/language/reserved-words/7.6.1-4-9.js index b0276dcee305194459202b1103ea8334d577bf4d..92ed4dbfa6a6fe4ab07f11ea4d46702321366675 100644 --- a/test/language/reserved-words/7.6.1-4-9.js +++ b/test/language/reserved-words/7.6.1-4-9.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: 7.6.1-4-9 diff --git a/test/language/reserved-words/7.6.1-5-1.js b/test/language/reserved-words/7.6.1-5-1.js index 4081f75274b682bea2b69c0775aab9652d54f424..bbbc32b806bd02048793b67897a66e35bdd05ee4 100644 --- a/test/language/reserved-words/7.6.1-5-1.js +++ b/test/language/reserved-words/7.6.1-5-1.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: 7.6.1-5-1 diff --git a/test/language/reserved-words/7.6.1-5-10.js b/test/language/reserved-words/7.6.1-5-10.js index 73f22a4af5de6ce93cc92f7d3d8a6c82e2006eea..32ca3f8425c765c440395f2602c1d1f9b9afeb00 100644 --- a/test/language/reserved-words/7.6.1-5-10.js +++ b/test/language/reserved-words/7.6.1-5-10.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: 7.6.1-5-10 diff --git a/test/language/reserved-words/7.6.1-5-11.js b/test/language/reserved-words/7.6.1-5-11.js index 54565235e30f921dcf2dac8f5fbb6fb39710ad23..b6590d692cb1987f7163c1c20bbc74aa03b5f61f 100644 --- a/test/language/reserved-words/7.6.1-5-11.js +++ b/test/language/reserved-words/7.6.1-5-11.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: 7.6.1-5-11 diff --git a/test/language/reserved-words/7.6.1-5-12.js b/test/language/reserved-words/7.6.1-5-12.js index 30d5c7b735b3fe58c015d610f697f3a0de4a9c62..9a1fbea83bd88f1e1d4ed5862573db1756c256f1 100644 --- a/test/language/reserved-words/7.6.1-5-12.js +++ b/test/language/reserved-words/7.6.1-5-12.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: 7.6.1-5-12 diff --git a/test/language/reserved-words/7.6.1-5-13.js b/test/language/reserved-words/7.6.1-5-13.js index 65d19e734871a0f61e24f63ea4345dd869de3759..baed97720b169985a8850ec2aa359219856819bd 100644 --- a/test/language/reserved-words/7.6.1-5-13.js +++ b/test/language/reserved-words/7.6.1-5-13.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: 7.6.1-5-13 diff --git a/test/language/reserved-words/7.6.1-5-14.js b/test/language/reserved-words/7.6.1-5-14.js index 387061118266f4137da62d60657c231bdfdb85a3..eecbfe596cb2fe70314b3a211d576aa0fdece014 100644 --- a/test/language/reserved-words/7.6.1-5-14.js +++ b/test/language/reserved-words/7.6.1-5-14.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: 7.6.1-5-14 diff --git a/test/language/reserved-words/7.6.1-5-15.js b/test/language/reserved-words/7.6.1-5-15.js index fc75f0672ea94f1d5df1302cb076b8c412e2d14a..093182a9ef189e51cc3f27cd278b92e05c2c27ec 100644 --- a/test/language/reserved-words/7.6.1-5-15.js +++ b/test/language/reserved-words/7.6.1-5-15.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: 7.6.1-5-15 diff --git a/test/language/reserved-words/7.6.1-5-16.js b/test/language/reserved-words/7.6.1-5-16.js index 75b63535ce729e81ebb9bd66c056f28ed8f1491b..9197734fff4e13a4c857496f3d3dd01173223afe 100644 --- a/test/language/reserved-words/7.6.1-5-16.js +++ b/test/language/reserved-words/7.6.1-5-16.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: 7.6.1-5-16 diff --git a/test/language/reserved-words/7.6.1-5-2.js b/test/language/reserved-words/7.6.1-5-2.js index 877c32bfce6ee79f1d3d273deb0e8b312aba9298..ae5f7a9ff2f1cb0b6f770983bc9df6477b09f754 100644 --- a/test/language/reserved-words/7.6.1-5-2.js +++ b/test/language/reserved-words/7.6.1-5-2.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: 7.6.1-5-2 diff --git a/test/language/reserved-words/7.6.1-5-3.js b/test/language/reserved-words/7.6.1-5-3.js index 436b9cefa5cef120f8b392be7cf072b0be3bdfaf..957e749d67ed3a0cd8ebb920015b337c1474b03c 100644 --- a/test/language/reserved-words/7.6.1-5-3.js +++ b/test/language/reserved-words/7.6.1-5-3.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: 7.6.1-5-3 diff --git a/test/language/reserved-words/7.6.1-5-4.js b/test/language/reserved-words/7.6.1-5-4.js index 3d75800793d92e65c955c75677d94356027e4cd6..d09232bd04e0d2c39d4ba29a3c74f3d56e57101b 100644 --- a/test/language/reserved-words/7.6.1-5-4.js +++ b/test/language/reserved-words/7.6.1-5-4.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: 7.6.1-5-4 diff --git a/test/language/reserved-words/7.6.1-5-5.js b/test/language/reserved-words/7.6.1-5-5.js index 4baaf06784dba314057343f5fab10fb9449ff88b..98caf9eb4116b9d33842224b758a67619c1484cb 100644 --- a/test/language/reserved-words/7.6.1-5-5.js +++ b/test/language/reserved-words/7.6.1-5-5.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: 7.6.1-5-5 diff --git a/test/language/reserved-words/7.6.1-5-6.js b/test/language/reserved-words/7.6.1-5-6.js index fc7cb83526617cb83929249db7369e776dd78191..fcbb33b2f20ae4bc4f145e92932e669c1a39d0f2 100644 --- a/test/language/reserved-words/7.6.1-5-6.js +++ b/test/language/reserved-words/7.6.1-5-6.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: 7.6.1-5-6 diff --git a/test/language/reserved-words/7.6.1-5-7.js b/test/language/reserved-words/7.6.1-5-7.js index aeeef4a933f3292a9e0c79807acd29f7d05a9523..d2b8e05b3084be921f51092b83da388c1439be2d 100644 --- a/test/language/reserved-words/7.6.1-5-7.js +++ b/test/language/reserved-words/7.6.1-5-7.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: 7.6.1-5-7 diff --git a/test/language/reserved-words/7.6.1-5-8.js b/test/language/reserved-words/7.6.1-5-8.js index 9fab877eac88593936b1bc011d207d380236ae14..fae8df8886e475e1b1c613bdf341003a93ceec20 100644 --- a/test/language/reserved-words/7.6.1-5-8.js +++ b/test/language/reserved-words/7.6.1-5-8.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: 7.6.1-5-8 diff --git a/test/language/reserved-words/7.6.1-5-9.js b/test/language/reserved-words/7.6.1-5-9.js index ab43011b002521f9284ba8194b4b11cb32ac61f6..acbe8beb5f1ba47382f83f6b5944fc3cd1714bc5 100644 --- a/test/language/reserved-words/7.6.1-5-9.js +++ b/test/language/reserved-words/7.6.1-5-9.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: 7.6.1-5-9 diff --git a/test/language/reserved-words/7.6.1-6-1.js b/test/language/reserved-words/7.6.1-6-1.js index 5c9d6317daea585164f157ee76ad1eea07737255..016faaed3d8468587adcae40d4040442ccd3a360 100644 --- a/test/language/reserved-words/7.6.1-6-1.js +++ b/test/language/reserved-words/7.6.1-6-1.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: 7.6.1-6-1 diff --git a/test/language/reserved-words/7.6.1-6-10.js b/test/language/reserved-words/7.6.1-6-10.js index 4e04e2f56ed90a0619f207a0bab930576a739e1b..3a4d4b210a7245ff62b827d4d7ca422f884bf765 100644 --- a/test/language/reserved-words/7.6.1-6-10.js +++ b/test/language/reserved-words/7.6.1-6-10.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: 7.6.1-6-10 diff --git a/test/language/reserved-words/7.6.1-6-11.js b/test/language/reserved-words/7.6.1-6-11.js index 8c705a9b219b867096777caa0d78cc10fec69b4a..6e65fbb9739ead1d9fd069782a07f3bb4d82c63c 100644 --- a/test/language/reserved-words/7.6.1-6-11.js +++ b/test/language/reserved-words/7.6.1-6-11.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: 7.6.1-6-11 diff --git a/test/language/reserved-words/7.6.1-6-12.js b/test/language/reserved-words/7.6.1-6-12.js index db74c64eec5d659931c629bd62038c93b260c742..215e04a151ed35133d411504227d16c56d3597fd 100644 --- a/test/language/reserved-words/7.6.1-6-12.js +++ b/test/language/reserved-words/7.6.1-6-12.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: 7.6.1-6-12 diff --git a/test/language/reserved-words/7.6.1-6-13.js b/test/language/reserved-words/7.6.1-6-13.js index 1c2cfb4c8824d3c0788b7a287d26a4a0885930a6..86ff179c3641577745a76660ec85657dac66a504 100644 --- a/test/language/reserved-words/7.6.1-6-13.js +++ b/test/language/reserved-words/7.6.1-6-13.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: 7.6.1-6-13 diff --git a/test/language/reserved-words/7.6.1-6-14.js b/test/language/reserved-words/7.6.1-6-14.js index f937d9f15c6770b5db7a3c0f835b6efdba76ad0f..914837317ca006a518b6735909ad929965147d6d 100644 --- a/test/language/reserved-words/7.6.1-6-14.js +++ b/test/language/reserved-words/7.6.1-6-14.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: 7.6.1-6-14 diff --git a/test/language/reserved-words/7.6.1-6-15.js b/test/language/reserved-words/7.6.1-6-15.js index 422a354593666ab4385b8db158cbe2920cfcf8ae..b7e7a51e26dc4cb1db4b838a6d4f49f0f06be5ea 100644 --- a/test/language/reserved-words/7.6.1-6-15.js +++ b/test/language/reserved-words/7.6.1-6-15.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: 7.6.1-6-15 diff --git a/test/language/reserved-words/7.6.1-6-16.js b/test/language/reserved-words/7.6.1-6-16.js index de6edf6364d7b5d2e7fb5cf8e7867b82132b974b..90a01d345b2f2bb45c271a969b9fe52b042cbdde 100644 --- a/test/language/reserved-words/7.6.1-6-16.js +++ b/test/language/reserved-words/7.6.1-6-16.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: 7.6.1-6-16 diff --git a/test/language/reserved-words/7.6.1-6-2.js b/test/language/reserved-words/7.6.1-6-2.js index ecbf70b68f0a5038df63af68c7dbaf13e3ff0ced..e485d8010a97a7ac6295417e008817171ecd4856 100644 --- a/test/language/reserved-words/7.6.1-6-2.js +++ b/test/language/reserved-words/7.6.1-6-2.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: 7.6.1-6-2 diff --git a/test/language/reserved-words/7.6.1-6-3.js b/test/language/reserved-words/7.6.1-6-3.js index 50514e9a51a96944f0221a8e6758fa8412e17073..b51d89e3e2d2852a47d2aafa7c4274adfb670414 100644 --- a/test/language/reserved-words/7.6.1-6-3.js +++ b/test/language/reserved-words/7.6.1-6-3.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: 7.6.1-6-3 diff --git a/test/language/reserved-words/7.6.1-6-4.js b/test/language/reserved-words/7.6.1-6-4.js index e651c370dd6cc9ab12a552a2e11448fed37f4322..4cfaf710e6383b30e45c7244fd81c9a8977d33dc 100644 --- a/test/language/reserved-words/7.6.1-6-4.js +++ b/test/language/reserved-words/7.6.1-6-4.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: 7.6.1-6-4 diff --git a/test/language/reserved-words/7.6.1-6-5.js b/test/language/reserved-words/7.6.1-6-5.js index 5bee4a5f133bf4e2fea03888ee3a83231024a8c7..edbf6eb1211b05160a407daa4759cfd6b2d520c4 100644 --- a/test/language/reserved-words/7.6.1-6-5.js +++ b/test/language/reserved-words/7.6.1-6-5.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: 7.6.1-6-5 diff --git a/test/language/reserved-words/7.6.1-6-6.js b/test/language/reserved-words/7.6.1-6-6.js index b4d861804a277859a4874a9c8a07fc679f2f03f1..ab1814965cf7cb5190e7e240b83536412c691af7 100644 --- a/test/language/reserved-words/7.6.1-6-6.js +++ b/test/language/reserved-words/7.6.1-6-6.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: 7.6.1-6-6 diff --git a/test/language/reserved-words/7.6.1-6-7.js b/test/language/reserved-words/7.6.1-6-7.js index 5a4741124cf9c01c25f9b659d6161e6200111141..e686bda9e580028b6c5f3ddbf5f28a8e80583016 100644 --- a/test/language/reserved-words/7.6.1-6-7.js +++ b/test/language/reserved-words/7.6.1-6-7.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: 7.6.1-6-7 diff --git a/test/language/reserved-words/7.6.1-6-8.js b/test/language/reserved-words/7.6.1-6-8.js index 30b5a36d1d4bcc82fe1924be5e2948c6698accfb..d97927ffc2dde58363ec0b1efb10693e255defbc 100644 --- a/test/language/reserved-words/7.6.1-6-8.js +++ b/test/language/reserved-words/7.6.1-6-8.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: 7.6.1-6-8 diff --git a/test/language/reserved-words/7.6.1-6-9.js b/test/language/reserved-words/7.6.1-6-9.js index aab1f58592563d8e9a3f72fee8645bdd5646ce67..f5c1eb39c73edae2bfa0e1c495343dc0615bb59f 100644 --- a/test/language/reserved-words/7.6.1-6-9.js +++ b/test/language/reserved-words/7.6.1-6-9.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: 7.6.1-6-9 diff --git a/test/language/reserved-words/7.6.1-7-1.js b/test/language/reserved-words/7.6.1-7-1.js index c138b5b92d70bf4ace80473478286411c6e9c655..54a83835bca8cd6623269ddd3307268e0fd3a398 100644 --- a/test/language/reserved-words/7.6.1-7-1.js +++ b/test/language/reserved-words/7.6.1-7-1.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: 7.6.1-7-1 diff --git a/test/language/reserved-words/7.6.1-7-10.js b/test/language/reserved-words/7.6.1-7-10.js index 0e2f1a68650176f894caf8fe8aa7b8f797b0414d..ad25678e7fd863f4a44486454b0d274c82d8e9c0 100644 --- a/test/language/reserved-words/7.6.1-7-10.js +++ b/test/language/reserved-words/7.6.1-7-10.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: 7.6.1-7-10 diff --git a/test/language/reserved-words/7.6.1-7-11.js b/test/language/reserved-words/7.6.1-7-11.js index d6ba3ac49bfa5f6fbd49b5c3e2b3ae64e39624cc..cd045acf2fb016e02175ecbb5bd6d17c5cec10eb 100644 --- a/test/language/reserved-words/7.6.1-7-11.js +++ b/test/language/reserved-words/7.6.1-7-11.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: 7.6.1-7-11 diff --git a/test/language/reserved-words/7.6.1-7-12.js b/test/language/reserved-words/7.6.1-7-12.js index 80eaf39fe5b844c5653867aebe9a5e55f92cbf50..948ac261a6dc9e8c82fe9f35acffc7b84ffd8b71 100644 --- a/test/language/reserved-words/7.6.1-7-12.js +++ b/test/language/reserved-words/7.6.1-7-12.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: 7.6.1-7-12 diff --git a/test/language/reserved-words/7.6.1-7-13.js b/test/language/reserved-words/7.6.1-7-13.js index 68c3d25ea2bae41dea7c5ba6b8b33547ab035ae3..df1da4d1abfe00dacb3af97ae9bcc89e58eb2c50 100644 --- a/test/language/reserved-words/7.6.1-7-13.js +++ b/test/language/reserved-words/7.6.1-7-13.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: 7.6.1-7-13 diff --git a/test/language/reserved-words/7.6.1-7-14.js b/test/language/reserved-words/7.6.1-7-14.js index 182e59930b6415da53dcc975d5eebd8f6d519c0a..7078ba72e7e2fea86822c530496f7cb76ad35278 100644 --- a/test/language/reserved-words/7.6.1-7-14.js +++ b/test/language/reserved-words/7.6.1-7-14.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: 7.6.1-7-14 diff --git a/test/language/reserved-words/7.6.1-7-15.js b/test/language/reserved-words/7.6.1-7-15.js index af908af194917175217ac9d5756cb0eeb6c8f02c..804d881db75d5450ca972c96dcd021847198f2ea 100644 --- a/test/language/reserved-words/7.6.1-7-15.js +++ b/test/language/reserved-words/7.6.1-7-15.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: 7.6.1-7-15 diff --git a/test/language/reserved-words/7.6.1-7-16.js b/test/language/reserved-words/7.6.1-7-16.js index 19a24b198ae641123957ead93e712010a07804f7..560516938e48c740eb6f6990a3ffdf9306aeafed 100644 --- a/test/language/reserved-words/7.6.1-7-16.js +++ b/test/language/reserved-words/7.6.1-7-16.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: 7.6.1-7-16 diff --git a/test/language/reserved-words/7.6.1-7-2.js b/test/language/reserved-words/7.6.1-7-2.js index 8cd52078f38c3f3f462f4f98e28b591dfafdcc90..77f0d3bc554ab03781d907a742ede089732fbfa0 100644 --- a/test/language/reserved-words/7.6.1-7-2.js +++ b/test/language/reserved-words/7.6.1-7-2.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: 7.6.1-7-2 diff --git a/test/language/reserved-words/7.6.1-7-3.js b/test/language/reserved-words/7.6.1-7-3.js index 9579d5b3d720db7d573af4b999c39b8b8d5d8667..4c2ae67623e8dc77f050258e168301f0e6c68fed 100644 --- a/test/language/reserved-words/7.6.1-7-3.js +++ b/test/language/reserved-words/7.6.1-7-3.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: 7.6.1-7-3 diff --git a/test/language/reserved-words/7.6.1-7-4.js b/test/language/reserved-words/7.6.1-7-4.js index 9a59b0abe4897c79c0a4bbf7e2ad414b3ca8be97..de11f76062703d79553c55dcbd795b452a1b95d5 100644 --- a/test/language/reserved-words/7.6.1-7-4.js +++ b/test/language/reserved-words/7.6.1-7-4.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: 7.6.1-7-4 diff --git a/test/language/reserved-words/7.6.1-7-5.js b/test/language/reserved-words/7.6.1-7-5.js index d394c68d9a05a3c6b41b72c12ab96abf95fa95b2..7a346a0abd6fc7f92ed02bcae0baed722de38249 100644 --- a/test/language/reserved-words/7.6.1-7-5.js +++ b/test/language/reserved-words/7.6.1-7-5.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: 7.6.1-7-5 diff --git a/test/language/reserved-words/7.6.1-7-6.js b/test/language/reserved-words/7.6.1-7-6.js index 6cd761545e0435b1a47876b90c285e8d3cc3d675..22ade04c5919e9fa66b8132cad16b787b53550af 100644 --- a/test/language/reserved-words/7.6.1-7-6.js +++ b/test/language/reserved-words/7.6.1-7-6.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: 7.6.1-7-6 diff --git a/test/language/reserved-words/7.6.1-7-7.js b/test/language/reserved-words/7.6.1-7-7.js index d73a13d40e22cc581ade6734c79317c32250f0b2..a420f93304b927f735d7c3f21d1d29a7b83bbedd 100644 --- a/test/language/reserved-words/7.6.1-7-7.js +++ b/test/language/reserved-words/7.6.1-7-7.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: 7.6.1-7-7 diff --git a/test/language/reserved-words/7.6.1-7-8.js b/test/language/reserved-words/7.6.1-7-8.js index 318b732b107298d4f198586720146bf57c99fbdc..159551f7e83d181f5dd23e327d9926668d333695 100644 --- a/test/language/reserved-words/7.6.1-7-8.js +++ b/test/language/reserved-words/7.6.1-7-8.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: 7.6.1-7-8 diff --git a/test/language/reserved-words/7.6.1-7-9.js b/test/language/reserved-words/7.6.1-7-9.js index 63c94247a0e857b628416242917b8b37cfbf8786..39545d6f09f28de58611628724b23d79998e6bb6 100644 --- a/test/language/reserved-words/7.6.1-7-9.js +++ b/test/language/reserved-words/7.6.1-7-9.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: 7.6.1-7-9 diff --git a/test/language/reserved-words/7.6.1-8-1.js b/test/language/reserved-words/7.6.1-8-1.js index 034e485110adfbeb19c82eab3802df230f6e86e2..5ac3dfad4f7323f852c68e8a6613e856658dbd0c 100644 --- a/test/language/reserved-words/7.6.1-8-1.js +++ b/test/language/reserved-words/7.6.1-8-1.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: 7.6.1-8-1 diff --git a/test/language/reserved-words/7.6.1-8-10.js b/test/language/reserved-words/7.6.1-8-10.js index d96e22e9c94d4387de19705183432c2eca3aa14d..7ec2e2ff77e6a980ec8c24233184a380af9aad46 100644 --- a/test/language/reserved-words/7.6.1-8-10.js +++ b/test/language/reserved-words/7.6.1-8-10.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: 7.6.1-8-10 diff --git a/test/language/reserved-words/7.6.1-8-11.js b/test/language/reserved-words/7.6.1-8-11.js index 14ec3826efcb676114c2067077b90fd560ed6c84..ff46b4587fe980fd6980fa8fa7e66debd88963ea 100644 --- a/test/language/reserved-words/7.6.1-8-11.js +++ b/test/language/reserved-words/7.6.1-8-11.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: 7.6.1-8-11 diff --git a/test/language/reserved-words/7.6.1-8-12.js b/test/language/reserved-words/7.6.1-8-12.js index c09b54aefa02570e35b624e13576abe6a6397062..9e6168fe7ff30ccb1ba389c029762243fbdb23a2 100644 --- a/test/language/reserved-words/7.6.1-8-12.js +++ b/test/language/reserved-words/7.6.1-8-12.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: 7.6.1-8-12 diff --git a/test/language/reserved-words/7.6.1-8-13.js b/test/language/reserved-words/7.6.1-8-13.js index 20dbf3a0bbde568660c744d0d51dfb343474af6c..48f16e9d9413c27a75d9cb9fcf681eff3a14cb0d 100644 --- a/test/language/reserved-words/7.6.1-8-13.js +++ b/test/language/reserved-words/7.6.1-8-13.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: 7.6.1-8-13 diff --git a/test/language/reserved-words/7.6.1-8-14.js b/test/language/reserved-words/7.6.1-8-14.js index 3077b65bfcc4fb063c6726a52d767962974eb2fa..cc484c1e04a8d0237875327bea86bf77cf5c50f2 100644 --- a/test/language/reserved-words/7.6.1-8-14.js +++ b/test/language/reserved-words/7.6.1-8-14.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: 7.6.1-8-14 diff --git a/test/language/reserved-words/7.6.1-8-15.js b/test/language/reserved-words/7.6.1-8-15.js index 671f66112b25b6accd0ec7af4d47ce41dcf95b22..83398e881a7f50707cae1959bf03eaf8d901a3db 100644 --- a/test/language/reserved-words/7.6.1-8-15.js +++ b/test/language/reserved-words/7.6.1-8-15.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: 7.6.1-8-15 diff --git a/test/language/reserved-words/7.6.1-8-16.js b/test/language/reserved-words/7.6.1-8-16.js index a02ae1cd05bfe2427d385fcedf04d471acde21a4..e555d1ec4e7a8376de67bcb7d16f007beb04ccd7 100644 --- a/test/language/reserved-words/7.6.1-8-16.js +++ b/test/language/reserved-words/7.6.1-8-16.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: 7.6.1-8-16 diff --git a/test/language/reserved-words/7.6.1-8-2.js b/test/language/reserved-words/7.6.1-8-2.js index 86012a2731eea983936378a250501fc3512d0ce5..63e573523f203f80dd35354adffed495fd4e4b68 100644 --- a/test/language/reserved-words/7.6.1-8-2.js +++ b/test/language/reserved-words/7.6.1-8-2.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: 7.6.1-8-2 diff --git a/test/language/reserved-words/7.6.1-8-3.js b/test/language/reserved-words/7.6.1-8-3.js index 64dfc89f7af3febb3c807355c6133f38729bde86..260fe28766ef4c521435815087e0135c782d0dd4 100644 --- a/test/language/reserved-words/7.6.1-8-3.js +++ b/test/language/reserved-words/7.6.1-8-3.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: 7.6.1-8-3 diff --git a/test/language/reserved-words/7.6.1-8-4.js b/test/language/reserved-words/7.6.1-8-4.js index 633700ca95e773291dc316a4499d5f366f787a7a..fac3ade5ef45a46de2c5a56b207d7a1fd38931de 100644 --- a/test/language/reserved-words/7.6.1-8-4.js +++ b/test/language/reserved-words/7.6.1-8-4.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: 7.6.1-8-4 diff --git a/test/language/reserved-words/7.6.1-8-5.js b/test/language/reserved-words/7.6.1-8-5.js index fada146b0230d0b0c0e29c361b940b1fec514be2..3587cf64bd6b80e402ab5a5ea425f139bfed4172 100644 --- a/test/language/reserved-words/7.6.1-8-5.js +++ b/test/language/reserved-words/7.6.1-8-5.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: 7.6.1-8-5 diff --git a/test/language/reserved-words/7.6.1-8-6.js b/test/language/reserved-words/7.6.1-8-6.js index ffad982c78ce42590fc7ebaba2f3bc63905d58dc..20fd05f5f5e1206d75f7cd0b9ccaacbce9f1adad 100644 --- a/test/language/reserved-words/7.6.1-8-6.js +++ b/test/language/reserved-words/7.6.1-8-6.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: 7.6.1-8-6 diff --git a/test/language/reserved-words/7.6.1-8-7.js b/test/language/reserved-words/7.6.1-8-7.js index 6e184c7d82e10002494db6d7effaa8b2ce2f3e65..24a395c6403e40e7de65496650f2d7b7f0e69498 100644 --- a/test/language/reserved-words/7.6.1-8-7.js +++ b/test/language/reserved-words/7.6.1-8-7.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: 7.6.1-8-7 diff --git a/test/language/reserved-words/7.6.1-8-8.js b/test/language/reserved-words/7.6.1-8-8.js index cb6a00a27eb5355f97f60c27d5fc30015bc5aebe..a5c59e9cb08ea0a9b8a079e2bed90ab963038e62 100644 --- a/test/language/reserved-words/7.6.1-8-8.js +++ b/test/language/reserved-words/7.6.1-8-8.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: 7.6.1-8-8 diff --git a/test/language/reserved-words/7.6.1-8-9.js b/test/language/reserved-words/7.6.1-8-9.js index d6164e18edd895c9f85bbba2536d66799a7fc98a..a635d13c4137c495d07807fe7dc54a1f46c6784d 100644 --- a/test/language/reserved-words/7.6.1-8-9.js +++ b/test/language/reserved-words/7.6.1-8-9.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: 7.6.1-8-9 diff --git a/test/language/reserved-words/7.6.1.2-1gs.js b/test/language/reserved-words/7.6.1.2-1gs.js index 6e0d15e63d6993e4980241edef740abd78d19f46..2dac3658737b6046da7285871018370cc7c28954 100644 --- a/test/language/reserved-words/7.6.1.2-1gs.js +++ b/test/language/reserved-words/7.6.1.2-1gs.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: 7.6.1.2-1gs diff --git a/test/language/source-text/6.1.js b/test/language/source-text/6.1.js index 8afc499fd917221c3ef06b3a8be65322e14f35bb..91090b55582d680cb5502c3a1d10775ef46863ee 100644 --- a/test/language/source-text/6.1.js +++ b/test/language/source-text/6.1.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: 6.1 diff --git a/test/language/statements/block/12.1-1.js b/test/language/statements/block/12.1-1.js index 2e4483c882a4b983bf28afdb017e80eace9bb85a..5655c14fb49581ecb8c34ca704912d22daf8747e 100644 --- a/test/language/statements/block/12.1-1.js +++ b/test/language/statements/block/12.1-1.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: 12.1-1 diff --git a/test/language/statements/block/12.1-2.js b/test/language/statements/block/12.1-2.js index 336a42ffa64c0e5205f290efc80ffe62e50bb32b..3e402038510b185fe2c8ef5449258d72ec44ba68 100644 --- a/test/language/statements/block/12.1-2.js +++ b/test/language/statements/block/12.1-2.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: 12.1-2 diff --git a/test/language/statements/block/12.1-3.js b/test/language/statements/block/12.1-3.js index 3a93757db18e22fc3e54bb8d8d3afd1633f5a42d..ad2b8d8411958ebe6a92537d080b95cd9cee0c71 100644 --- a/test/language/statements/block/12.1-3.js +++ b/test/language/statements/block/12.1-3.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: 12.1-3 diff --git a/test/language/statements/block/12.1-4.js b/test/language/statements/block/12.1-4.js index 3b33f446e6d4654edc746669369784e1b83f517e..b7284151fad615bcc3c697d9cae77ee216735acc 100644 --- a/test/language/statements/block/12.1-4.js +++ b/test/language/statements/block/12.1-4.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: 12.1-4 diff --git a/test/language/statements/block/12.1-5.js b/test/language/statements/block/12.1-5.js index ce7f18e43976d9b9f3e92e8616c72df01639546c..908ddcda1ace2bca208f95650c557338b50332d9 100644 --- a/test/language/statements/block/12.1-5.js +++ b/test/language/statements/block/12.1-5.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: 12.1-5 diff --git a/test/language/statements/block/12.1-6.js b/test/language/statements/block/12.1-6.js index ca26adb930ce8f2a22e77f0dec90d9b4cbca0665..f46fd216958230ea1cf2e988b88ca3921789931c 100644 --- a/test/language/statements/block/12.1-6.js +++ b/test/language/statements/block/12.1-6.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: 12.1-6 diff --git a/test/language/statements/block/12.1-7.js b/test/language/statements/block/12.1-7.js index 9677264caa2cc47f26dbf2aed624c9d9e61616f1..c251e8f930c125988cf5752e282592462e367b0d 100644 --- a/test/language/statements/block/12.1-7.js +++ b/test/language/statements/block/12.1-7.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: 12.1-7 diff --git a/test/language/statements/break/12.8-1.js b/test/language/statements/break/12.8-1.js index 743e82d937b71d9e2a7ac31ed6979c01679018cf..eb32c31af42e502ba6a2a9436cd90ee413c83729 100644 --- a/test/language/statements/break/12.8-1.js +++ b/test/language/statements/break/12.8-1.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: 12.8-1 diff --git a/test/language/statements/continue/12.7-1.js b/test/language/statements/continue/12.7-1.js index 03b52997286951915922a1a2b51bd290f1c843fc..d9092bc964224d810179b57889850f70677fe88f 100644 --- a/test/language/statements/continue/12.7-1.js +++ b/test/language/statements/continue/12.7-1.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: 12.7-1 diff --git a/test/language/statements/for-in/12.6.4-1.js b/test/language/statements/for-in/12.6.4-1.js index bc7570bff64ca8567b7d6eb9decd22022576fdbd..71a7ad5ccbc82622238618f4f105aa4c0550e6e1 100644 --- a/test/language/statements/for-in/12.6.4-1.js +++ b/test/language/statements/for-in/12.6.4-1.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: 12.6.4-1 diff --git a/test/language/statements/for-in/12.6.4-2.js b/test/language/statements/for-in/12.6.4-2.js index 048dfec9ae8f9c9b1e33a527744f1aadaff382fe..2fc274aa32882f0dc1e4a8f557132f782ad29649 100644 --- a/test/language/statements/for-in/12.6.4-2.js +++ b/test/language/statements/for-in/12.6.4-2.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: 12.6.4-2 diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-1.js b/test/language/statements/for/12.6.3_2-3-a-ii-1.js index 91d3878d3f8eb2ef78152b8aa12fd09ace0f2fa8..5b827b6873f01fc4966193546d15d03db2bdd323 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-1.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-1.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-10.js b/test/language/statements/for/12.6.3_2-3-a-ii-10.js index 1972c9f975e1400c4c3b6dd5378855d96ae36576..0256319492d739380a40ac90cf713c3e2c495288 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-10.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-10.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-11.js b/test/language/statements/for/12.6.3_2-3-a-ii-11.js index 7340922d04f5e1650ed89408437cb28b9834b4e4..8537053b0689c6f63ce87d34b074ca375f3cbdd3 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-11.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-11.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-12.js b/test/language/statements/for/12.6.3_2-3-a-ii-12.js index fa85f08d5ba186e52c63415fbf5af4f4dbc50cb9..055ac212f748f67324061220ff2b6bb1959ff105 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-12.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-12.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-13.js b/test/language/statements/for/12.6.3_2-3-a-ii-13.js index 2ae5fd1ce70ca43a162009ca01c9fb9e0a3a2e69..a51fc242f01fd8276c35382e547200d49e83f0b1 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-13.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-13.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-14.js b/test/language/statements/for/12.6.3_2-3-a-ii-14.js index a5573b3d56e076a77e8104245c031732e91e3346..a744d1f7a2f3a16f81763fa6220ae900b8accc3d 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-14.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-14.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-15.js b/test/language/statements/for/12.6.3_2-3-a-ii-15.js index 1f231292da238093fdd38ebc678ec200643430d7..d40ac214eb01f4e755ee9f68147068b6bb69e634 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-15.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-15.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-16.js b/test/language/statements/for/12.6.3_2-3-a-ii-16.js index 97eaad0ec6d8915ffae0b68147e28398d781d1a3..d891b7e2dbba37d06dcc1ad0acd5ca661462a691 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-16.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-16.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-17.js b/test/language/statements/for/12.6.3_2-3-a-ii-17.js index 2c6287c3396b36d74d1231b08f42a6715f64c122..98d51c2e8122133beb8cf57d0c1ec7c92bef86ab 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-17.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-17.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-18.js b/test/language/statements/for/12.6.3_2-3-a-ii-18.js index 21b9311a9c905ed3af8aaa05477cc128ecaca92b..d143fb822a862fcc28bb7a787072daae2aa70d51 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-18.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-18.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-19.js b/test/language/statements/for/12.6.3_2-3-a-ii-19.js index 61b118b6ca705ff300a896a089191b3825398661..abc9556e8b7d3c08b7b5cf356afdc0b80f62c920 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-19.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-19.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-2.js b/test/language/statements/for/12.6.3_2-3-a-ii-2.js index dc68228120868a1e899f4edb984576dee2739222..9a2050401a8f13b879480b7f4a7e0e39f3afcd87 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-2.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-2.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-20.js b/test/language/statements/for/12.6.3_2-3-a-ii-20.js index 0fe526704c8615694b48d0d23cb8d9687f13dc47..fcc20890ea8603f7bfb589a19197f7323da69210 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-20.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-20.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-21.js b/test/language/statements/for/12.6.3_2-3-a-ii-21.js index 93255da2cf30bd6e30d82fc80600f8900a6085ab..9f6a9fa033838824aad252ad0912d3ee515679b8 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-21.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-21.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-3.js b/test/language/statements/for/12.6.3_2-3-a-ii-3.js index ed7d474dffb6d206ce145518e625c03a8c551da8..7983d467bd326cc31331fc7744642c0f412697fd 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-3.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-3.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-4.js b/test/language/statements/for/12.6.3_2-3-a-ii-4.js index 4cc51863b9f2013f4cf4819c3e42bd027613d32d..ef0a925b098f8f6e210f9014eba9da65be0cccba 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-4.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-4.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-5.js b/test/language/statements/for/12.6.3_2-3-a-ii-5.js index 25d92e1dd7b81315bc4b01e27ce53c9e0d5cac21..ab081b38616798b214025c8e16fcf563071a3c65 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-5.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-5.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-6.js b/test/language/statements/for/12.6.3_2-3-a-ii-6.js index 2d86494d990dcb56423b2a7678ddad828eaad283..54a0501f74e7f0fc9620e399001d2b0e0d4186f1 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-6.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-6.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-7.js b/test/language/statements/for/12.6.3_2-3-a-ii-7.js index 70bd4c38c88ef5c8235a3dea4da9876118f636d8..7babaae899fba7f49b2ebe904f56572e556fddd8 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-7.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-7.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-8.js b/test/language/statements/for/12.6.3_2-3-a-ii-8.js index 93a5a654bf0f19d5dc43d924dad914baef6fb85f..85b617df214008714355b87eb09d717dd4bf6991 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-8.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-8.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. /*--- info: > diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-9.js b/test/language/statements/for/12.6.3_2-3-a-ii-9.js index 65948b6548cc50722938884348a186f593501179..75d75483e2d3dff905d1c2fc3c1fd35b2cc2a3cb 100644 --- a/test/language/statements/for/12.6.3_2-3-a-ii-9.js +++ b/test/language/statements/for/12.6.3_2-3-a-ii-9.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. /*--- info: > diff --git a/test/language/statements/function/13.0-1.js b/test/language/statements/function/13.0-1.js index 38299da057ad2c2e889a4fed1211e73095055cde..7e0e308ce07d733fac9731e552190155d82b1d88 100644 --- a/test/language/statements/function/13.0-1.js +++ b/test/language/statements/function/13.0-1.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: 13.0-1 diff --git a/test/language/statements/function/13.0-10-s.js b/test/language/statements/function/13.0-10-s.js index 9eb04d7a27cb26f49a185dfe42ff39b1a289df42..9368a83bc1378bc8ece9d0093326e563050a7728 100644 --- a/test/language/statements/function/13.0-10-s.js +++ b/test/language/statements/function/13.0-10-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-11-s.js b/test/language/statements/function/13.0-11-s.js index 8a77204248f257c2a4c0af5d6938c632b8893ccc..5686b6e1b35bca2c08ae12ac98fb2f2648a6bb28 100644 --- a/test/language/statements/function/13.0-11-s.js +++ b/test/language/statements/function/13.0-11-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-12-s.js b/test/language/statements/function/13.0-12-s.js index 34ed7fe9d00b6c80c4553cdda54350ce511d335b..edae04cdf12868e667dc3036180de861266dd2f7 100644 --- a/test/language/statements/function/13.0-12-s.js +++ b/test/language/statements/function/13.0-12-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-13-s.js b/test/language/statements/function/13.0-13-s.js index bad8b3d1f1028311fc7c0ab2953b1f887f04de47..0615fe02015ae3b8f3154a3f79e52a365d7fe173 100644 --- a/test/language/statements/function/13.0-13-s.js +++ b/test/language/statements/function/13.0-13-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-14-s.js b/test/language/statements/function/13.0-14-s.js index 126df5b7102ed0424da0478bada4fb280b76ce6e..22bcc0d763745d1da3bdf35a8d3d17f6c7e793a9 100644 --- a/test/language/statements/function/13.0-14-s.js +++ b/test/language/statements/function/13.0-14-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-15-s.js b/test/language/statements/function/13.0-15-s.js index 5459af59cef3f76a449875a9e53579d95d7dbddd..728dcb034e6791eeeedf5d6cafa4b6191001c3d3 100644 --- a/test/language/statements/function/13.0-15-s.js +++ b/test/language/statements/function/13.0-15-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-16-s.js b/test/language/statements/function/13.0-16-s.js index 4ee45b4f38121734ff3b658265fd5c4b12313110..3eefb46e3256244938a8b8e1044a36654cbf8a5f 100644 --- a/test/language/statements/function/13.0-16-s.js +++ b/test/language/statements/function/13.0-16-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-17-s.js b/test/language/statements/function/13.0-17-s.js index 75385f93733b888edd653cfd7d431a676630be0c..c269a7b24a9d1be36292c7656edcc337a2edb3d8 100644 --- a/test/language/statements/function/13.0-17-s.js +++ b/test/language/statements/function/13.0-17-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-2.js b/test/language/statements/function/13.0-2.js index 6dac57c7804f955444edefa6cf5595c1c0eb1c25..f2baa5a68d79e2ac9638239a936a33dd00d63ef3 100644 --- a/test/language/statements/function/13.0-2.js +++ b/test/language/statements/function/13.0-2.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: 13.0-2 diff --git a/test/language/statements/function/13.0-3.js b/test/language/statements/function/13.0-3.js index 607c55ab00211e8982833ac56147e22669311c3c..7ffb99d438d79ed361304974d8f048ddd8e4b018 100644 --- a/test/language/statements/function/13.0-3.js +++ b/test/language/statements/function/13.0-3.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: 13.0-3 diff --git a/test/language/statements/function/13.0-4.js b/test/language/statements/function/13.0-4.js index 1caa3a4953e7ccee6392780b09cfa4d9aa734d8f..56225bf7d8a80a062b9453dd7ab901f5c203edd5 100644 --- a/test/language/statements/function/13.0-4.js +++ b/test/language/statements/function/13.0-4.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: 13.0-4 diff --git a/test/language/statements/function/13.0-7-s.js b/test/language/statements/function/13.0-7-s.js index fd62128cf7a71929d5dcbb2ca57ed8c3dbfa4304..0c6ae6cfd984cf1b83d309eac23a38a3afba3a5b 100644 --- a/test/language/statements/function/13.0-7-s.js +++ b/test/language/statements/function/13.0-7-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-8-s.js b/test/language/statements/function/13.0-8-s.js index d7c9ecfbbf793b4c5a6ac16083da0faf10be80c1..ab970edc62226f6d11bde56b805c2f383b4e5831 100644 --- a/test/language/statements/function/13.0-8-s.js +++ b/test/language/statements/function/13.0-8-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0-9-s.js b/test/language/statements/function/13.0-9-s.js index ad548564007c228b3b9bfcdd0575064480787427..c2b1bf20f911478bfcb0d2432d7712767cfc5d1d 100644 --- a/test/language/statements/function/13.0-9-s.js +++ b/test/language/statements/function/13.0-9-s.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. /*--- info: > diff --git a/test/language/statements/function/13.0_4-17gs.js b/test/language/statements/function/13.0_4-17gs.js index 6f7d4395f8cd49d2d46503bc11bea9dff9793de7..de426ef4408cedd8aba02658a5777e57ec862a47 100644 --- a/test/language/statements/function/13.0_4-17gs.js +++ b/test/language/statements/function/13.0_4-17gs.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: 13.0_4-17gs diff --git a/test/language/statements/function/13.0_4-5gs.js b/test/language/statements/function/13.0_4-5gs.js index 2a26b8f4f00de106591cfa1b5a189c598d708668..325748e67128009a142ef3bdb0a1caaace590673 100644 --- a/test/language/statements/function/13.0_4-5gs.js +++ b/test/language/statements/function/13.0_4-5gs.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: 13.0_4-5gs diff --git a/test/language/statements/function/13.1-1-1.js b/test/language/statements/function/13.1-1-1.js index e383345001fc7e48e79ee628694f778954953eda..c634a7c39bd3c33bf59ed3c62209d839fc5e0d09 100644 --- a/test/language/statements/function/13.1-1-1.js +++ b/test/language/statements/function/13.1-1-1.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: 13.1-1-1 diff --git a/test/language/statements/function/13.1-1-2.js b/test/language/statements/function/13.1-1-2.js index 93de15fbec7b2c5c1a39d09816187fd648b60f39..1fc7af5e7128d492903c6490d8921f1a056502b2 100644 --- a/test/language/statements/function/13.1-1-2.js +++ b/test/language/statements/function/13.1-1-2.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: 13.1-1-2 diff --git a/test/language/statements/function/13.1-1-s.js b/test/language/statements/function/13.1-1-s.js index 3e19f0069abbfb5315bcd00a85fc970046ad35cd..077414ba0c78d0f09d5298a51d12829754c70034 100644 --- a/test/language/statements/function/13.1-1-s.js +++ b/test/language/statements/function/13.1-1-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-10-s.js b/test/language/statements/function/13.1-10-s.js index 457180173d6d876dba1790dee8fa7b469af33207..41acf78913f8683b83b6e924921bc9043fb4cb68 100644 --- a/test/language/statements/function/13.1-10-s.js +++ b/test/language/statements/function/13.1-10-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-11-s.js b/test/language/statements/function/13.1-11-s.js index c0e1158a7e2892ec9f6691491bf55981b13e6372..4d64d256d2e81bdefdde37b856ccfda933333a2b 100644 --- a/test/language/statements/function/13.1-11-s.js +++ b/test/language/statements/function/13.1-11-s.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: 13.1-11-s diff --git a/test/language/statements/function/13.1-12-s.js b/test/language/statements/function/13.1-12-s.js index 3d99e05695e27f163a83f63e7eaa58ec50ee05da..8f0e24d6f18ac5f09c161defb6b21edbb83febc9 100644 --- a/test/language/statements/function/13.1-12-s.js +++ b/test/language/statements/function/13.1-12-s.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: 13.1-12-s diff --git a/test/language/statements/function/13.1-13-s.js b/test/language/statements/function/13.1-13-s.js index f5f7033b334e68169aacf9e6d5b15b9ee07b95e2..290904800b7115b56c873a9d64253a6a8b1d1b25 100644 --- a/test/language/statements/function/13.1-13-s.js +++ b/test/language/statements/function/13.1-13-s.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: 13.1-13-s diff --git a/test/language/statements/function/13.1-13gs.js b/test/language/statements/function/13.1-13gs.js index cc36f7defc7b875f478e9bbab53d33b892e7fb1c..a39cfaa17db33c9b9ed5b8052a79ac956603caa2 100644 --- a/test/language/statements/function/13.1-13gs.js +++ b/test/language/statements/function/13.1-13gs.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: 13.1-13gs diff --git a/test/language/statements/function/13.1-14-s.js b/test/language/statements/function/13.1-14-s.js index 98ca06b2e022ca4660350c791d179c74b984b18e..d639eb202c58adf801ed9baceb0dc6caca836e97 100644 --- a/test/language/statements/function/13.1-14-s.js +++ b/test/language/statements/function/13.1-14-s.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: 13.1-14-s diff --git a/test/language/statements/function/13.1-15-s.js b/test/language/statements/function/13.1-15-s.js index f79193594a035251d0220aad694da6dc14e20700..1ee28524d8eb1782c865ed178c6d5623ecf2437e 100644 --- a/test/language/statements/function/13.1-15-s.js +++ b/test/language/statements/function/13.1-15-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-16-s.js b/test/language/statements/function/13.1-16-s.js index 99317ea51cba85d5a2d623df7bbf74c00f887aa0..0522c9b1eb4e31c5e243bda90dd287ae178f8f2e 100644 --- a/test/language/statements/function/13.1-16-s.js +++ b/test/language/statements/function/13.1-16-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-17-s.js b/test/language/statements/function/13.1-17-s.js index dba1ac83d9a405cf721027deb0c6f4f815fb275e..6d1dd8dcd411c41432a90e412a15a23768ec866f 100644 --- a/test/language/statements/function/13.1-17-s.js +++ b/test/language/statements/function/13.1-17-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-18-s.js b/test/language/statements/function/13.1-18-s.js index fb473826070322b181ab248c36893b9d1c467e4b..92a0c07fdf9cc21dea25da9320eb61bcc58067fe 100644 --- a/test/language/statements/function/13.1-18-s.js +++ b/test/language/statements/function/13.1-18-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-19-s.js b/test/language/statements/function/13.1-19-s.js index f14946a15543fe580714214e33f842c574608a5a..5cbf661565cb693232f6e7b5dd86dfa207084ea3 100644 --- a/test/language/statements/function/13.1-19-s.js +++ b/test/language/statements/function/13.1-19-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-1gs.js b/test/language/statements/function/13.1-1gs.js index 3ef75491bf04fa0439fda69114b814cda537f4f6..0dbfb456705092e523a04398296f814b78d33e60 100644 --- a/test/language/statements/function/13.1-1gs.js +++ b/test/language/statements/function/13.1-1gs.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: 13.1-1gs diff --git a/test/language/statements/function/13.1-2-1.js b/test/language/statements/function/13.1-2-1.js index f0e7b84e2a00391c3df2c92fb91b4e0c1a83f318..58ed04fb3c26866ef4c7e554015d173505e98581 100644 --- a/test/language/statements/function/13.1-2-1.js +++ b/test/language/statements/function/13.1-2-1.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: 13.1-2-1 diff --git a/test/language/statements/function/13.1-2-2.js b/test/language/statements/function/13.1-2-2.js index a4cc5dc9ab310e206aae72bfed630e56dde7c404..12c1eeaea68e93b784c943f6e5fce1946a2313c5 100644 --- a/test/language/statements/function/13.1-2-2.js +++ b/test/language/statements/function/13.1-2-2.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: 13.1-2-2 diff --git a/test/language/statements/function/13.1-2-5.js b/test/language/statements/function/13.1-2-5.js index 942cd44e1fff064adf7d8abb78bcf18501ccd6ee..7f70415854e83bc73f20d57f1021c5bd0ffea451 100644 --- a/test/language/statements/function/13.1-2-5.js +++ b/test/language/statements/function/13.1-2-5.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: 13.1-2-5 diff --git a/test/language/statements/function/13.1-2-6.js b/test/language/statements/function/13.1-2-6.js index 06da7509283f3422e1eb5c9ed5f59df3c16a41c1..c3436c7865c0b9b3b2b47bf29be421429fd016be 100644 --- a/test/language/statements/function/13.1-2-6.js +++ b/test/language/statements/function/13.1-2-6.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: 13.1-2-6 diff --git a/test/language/statements/function/13.1-2-s.js b/test/language/statements/function/13.1-2-s.js index b6a125a84573009a0d10ae185b1e461384ff6150..dfda3645f5ccf495543e9fdc393cc50640bc8ea4 100644 --- a/test/language/statements/function/13.1-2-s.js +++ b/test/language/statements/function/13.1-2-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-20-s.js b/test/language/statements/function/13.1-20-s.js index 5c58972e040ded58049d0b4b5a0f0b9565791f4c..44265dbb9936e3d2578a8dff9888e2c44ba2ca91 100644 --- a/test/language/statements/function/13.1-20-s.js +++ b/test/language/statements/function/13.1-20-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-21-s.js b/test/language/statements/function/13.1-21-s.js index fc1a476ed52640a4cd9bbf2336d4afbe3336ebaf..cb4421f62b803ddf360111d1fa2cfec82414ce7a 100644 --- a/test/language/statements/function/13.1-21-s.js +++ b/test/language/statements/function/13.1-21-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-22-s.js b/test/language/statements/function/13.1-22-s.js index 91b189e46f58c1e65a8fb28be31ecd69934d43ea..3243a96f249da56efe4f3f1f3285c26daf76cca2 100644 --- a/test/language/statements/function/13.1-22-s.js +++ b/test/language/statements/function/13.1-22-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-23-s.js b/test/language/statements/function/13.1-23-s.js index f91d62c87d6adaa36d77c13f01991ebc5e2a7516..fedc7a34288ff77d160f99ffb4e2636e92930f89 100644 --- a/test/language/statements/function/13.1-23-s.js +++ b/test/language/statements/function/13.1-23-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-24-s.js b/test/language/statements/function/13.1-24-s.js index 9452b404fc3e24c2f30caf44df69a3c22b8adae1..de66d85783567191a1df5dde1b007eb91559c18b 100644 --- a/test/language/statements/function/13.1-24-s.js +++ b/test/language/statements/function/13.1-24-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-25-s.js b/test/language/statements/function/13.1-25-s.js index 4e9421c9d3bdf110c69d87622344cd3d58f0e0fe..e470eb4ae6c00459bb589da0700055737b863120 100644 --- a/test/language/statements/function/13.1-25-s.js +++ b/test/language/statements/function/13.1-25-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-26-s.js b/test/language/statements/function/13.1-26-s.js index c093ff7f2e5e0b1913e3882a67a02f67413e1452..dd16e5f1134f9bf0ece8d349261be1a4eea436af 100644 --- a/test/language/statements/function/13.1-26-s.js +++ b/test/language/statements/function/13.1-26-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-27-s.js b/test/language/statements/function/13.1-27-s.js index 1a67135ec4535d5fac341c553f75cf9d590275b2..b9cf0eb5347ca9d5d6cead8c8b1dadfec46b8a1f 100644 --- a/test/language/statements/function/13.1-27-s.js +++ b/test/language/statements/function/13.1-27-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-28-s.js b/test/language/statements/function/13.1-28-s.js index 20c882c978ac479b184787ae0eb74fe58d3f3615..f87d2d17069a922910f0d654a20a7609ff56b996 100644 --- a/test/language/statements/function/13.1-28-s.js +++ b/test/language/statements/function/13.1-28-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-29-s.js b/test/language/statements/function/13.1-29-s.js index 20e104ff14672d22ae572fcd60086c6be8589a78..9c0cc7171b307a06ebe2b43a032b20c6de66fbe5 100644 --- a/test/language/statements/function/13.1-29-s.js +++ b/test/language/statements/function/13.1-29-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-3-1.js b/test/language/statements/function/13.1-3-1.js index 7a6b4bbe27a8c35210cc461781ff0ac03a68c9a6..10a8e46611364033ba57fcb99a1dc43d2f3d1ea0 100644 --- a/test/language/statements/function/13.1-3-1.js +++ b/test/language/statements/function/13.1-3-1.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: 13.1-3-1 diff --git a/test/language/statements/function/13.1-3-2.js b/test/language/statements/function/13.1-3-2.js index 681270f6d8aed94e47191a51ba6f4b5016e80117..80db21eb3397ab53a0cf68e23233a0e40ed80b7d 100644 --- a/test/language/statements/function/13.1-3-2.js +++ b/test/language/statements/function/13.1-3-2.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: 13.1-3-2 diff --git a/test/language/statements/function/13.1-3-7.js b/test/language/statements/function/13.1-3-7.js index 07275c58f983820395417079328f4abe3d4fbe10..c230719b841425872ee9edcdc5a34dd8fdb4f493 100644 --- a/test/language/statements/function/13.1-3-7.js +++ b/test/language/statements/function/13.1-3-7.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: 13.1-3-7 diff --git a/test/language/statements/function/13.1-3-8.js b/test/language/statements/function/13.1-3-8.js index 3b95fcc5f96dd9de170dfc585a397dac6e14fa14..5734df8e8cf8b8dc964a2eaa6fdd4c5a753339e9 100644 --- a/test/language/statements/function/13.1-3-8.js +++ b/test/language/statements/function/13.1-3-8.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: 13.1-3-8 diff --git a/test/language/statements/function/13.1-3-s.js b/test/language/statements/function/13.1-3-s.js index 4657cca356c64e75fe1c68837faf0552f37631ea..baa9c16c4312fdf349db1063e64c3ad0b3c23ed8 100644 --- a/test/language/statements/function/13.1-3-s.js +++ b/test/language/statements/function/13.1-3-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-30-s.js b/test/language/statements/function/13.1-30-s.js index 7bb3e6ee6fb310272177113827d695de5c0d86ad..0fbae1edeb6ed113e1d8b8582d35b762ac03e5f5 100644 --- a/test/language/statements/function/13.1-30-s.js +++ b/test/language/statements/function/13.1-30-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-31-s.js b/test/language/statements/function/13.1-31-s.js index 11cc3631a4e8e19516f18c160f350641655d52a9..4aba0e054270a91294d89a0055f0f95e3fdd5902 100644 --- a/test/language/statements/function/13.1-31-s.js +++ b/test/language/statements/function/13.1-31-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-32-s.js b/test/language/statements/function/13.1-32-s.js index 3abffc21788c0f49d839e23c6f9bdccd5bf1dd78..e46f50f783053d53f5c7c6aaaa96033fbbd1101f 100644 --- a/test/language/statements/function/13.1-32-s.js +++ b/test/language/statements/function/13.1-32-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-33-s.js b/test/language/statements/function/13.1-33-s.js index 9ac11d1cc7fe85edb3c8d73244722599b09c5f50..3d9b3112872b697716bd5f4ce2bb5191593f253f 100644 --- a/test/language/statements/function/13.1-33-s.js +++ b/test/language/statements/function/13.1-33-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-34-s.js b/test/language/statements/function/13.1-34-s.js index 3d667fd904cebd69a4a27819d2983ba0e523e070..4bedc599195743315b679f09e2f9471e7a987808 100644 --- a/test/language/statements/function/13.1-34-s.js +++ b/test/language/statements/function/13.1-34-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-35-s.js b/test/language/statements/function/13.1-35-s.js index bc7a9c653e8a08cfc783097052d63061c816b5ce..53f6bb730d8b7ee8aa2ce0d59e9be82828ac337a 100644 --- a/test/language/statements/function/13.1-35-s.js +++ b/test/language/statements/function/13.1-35-s.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: 13.1-35-s diff --git a/test/language/statements/function/13.1-36-s.js b/test/language/statements/function/13.1-36-s.js index c7834aa4cc7a56791bce0414da3da546a388a63e..0d09fef4e918d8b46b73edc873efe391d83b3c65 100644 --- a/test/language/statements/function/13.1-36-s.js +++ b/test/language/statements/function/13.1-36-s.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: 13.1-36-s diff --git a/test/language/statements/function/13.1-37-s.js b/test/language/statements/function/13.1-37-s.js index 2cdd43c42547eec6c326c01e75b89f895cd22079..031782a57bbb3073d4bf1bbdc0f76d339ebecb32 100644 --- a/test/language/statements/function/13.1-37-s.js +++ b/test/language/statements/function/13.1-37-s.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: 13.1-37-s diff --git a/test/language/statements/function/13.1-38-s.js b/test/language/statements/function/13.1-38-s.js index 45d6a39b97fc2a99818d1f6c098a6adab3aa98b7..bc5c1a49e50c2ac302b110e912ecda5e6a940986 100644 --- a/test/language/statements/function/13.1-38-s.js +++ b/test/language/statements/function/13.1-38-s.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: 13.1-38-s diff --git a/test/language/statements/function/13.1-39-s.js b/test/language/statements/function/13.1-39-s.js index ff4c6d87c73139b9232389f68026ae5b82d3d04b..bdbde71c60dadb9852097c091d4de9e6e8b987f8 100644 --- a/test/language/statements/function/13.1-39-s.js +++ b/test/language/statements/function/13.1-39-s.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: 13.1-39-s diff --git a/test/language/statements/function/13.1-4-s.js b/test/language/statements/function/13.1-4-s.js index 0f8adfbe104689ad536d3b739d059564bf4bdd51..71729cf40e262aeff0c17b43a9e875c3b9d1785b 100644 --- a/test/language/statements/function/13.1-4-s.js +++ b/test/language/statements/function/13.1-4-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-40-s.js b/test/language/statements/function/13.1-40-s.js index 36e7f7159aa30b945fc36e7bb69dc29dad3a5c72..d29ce3e5d30b5b9ab51dca77c2a37ad23fe25e18 100644 --- a/test/language/statements/function/13.1-40-s.js +++ b/test/language/statements/function/13.1-40-s.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: 13.1-40-s diff --git a/test/language/statements/function/13.1-41-s.js b/test/language/statements/function/13.1-41-s.js index 0e5cab9308a8c09b9a3de30d3678ea5f72d669ec..f59b4aeb073139d8c1d296b8f46849362c61cb81 100644 --- a/test/language/statements/function/13.1-41-s.js +++ b/test/language/statements/function/13.1-41-s.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: 13.1-41-s diff --git a/test/language/statements/function/13.1-42-s.js b/test/language/statements/function/13.1-42-s.js index 5d2e06e7b5d0401514bdaceb0ba4118dddab15e6..eee56516fe60504ffd09cdf3922271a8e26e1120 100644 --- a/test/language/statements/function/13.1-42-s.js +++ b/test/language/statements/function/13.1-42-s.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: 13.1-42-s diff --git a/test/language/statements/function/13.1-4gs.js b/test/language/statements/function/13.1-4gs.js index ac1b206d0cd96a48f2957ce4d825e7ab5a2f2fa9..e7726c47ebb83722c236e54848be90193fdb0d24 100644 --- a/test/language/statements/function/13.1-4gs.js +++ b/test/language/statements/function/13.1-4gs.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: 13.1-4gs diff --git a/test/language/statements/function/13.1-5-s.js b/test/language/statements/function/13.1-5-s.js index 119e8a43d7bb27da22c56df48964b24e19008686..a0dd7d482d53085746f0cacf7a9ff9bd764cb1ad 100644 --- a/test/language/statements/function/13.1-5-s.js +++ b/test/language/statements/function/13.1-5-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-5gs.js b/test/language/statements/function/13.1-5gs.js index 6ab3112118a8a29dfd1da2dce2a9875f0d232e1e..27c9026195c3a4e685cfcaa0378b6debd3b6bbfd 100644 --- a/test/language/statements/function/13.1-5gs.js +++ b/test/language/statements/function/13.1-5gs.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: 13.1-5gs diff --git a/test/language/statements/function/13.1-6-s.js b/test/language/statements/function/13.1-6-s.js index bb780c253eea63e35689571f252609e1013a38ea..24f7542da2a3ed874ae5b94be4e94c5dc378cdae 100644 --- a/test/language/statements/function/13.1-6-s.js +++ b/test/language/statements/function/13.1-6-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-7-s.js b/test/language/statements/function/13.1-7-s.js index ebb17ce2a9a84e7b22de6cc38a7634e8b2538dd3..64e4b17217ead4cedb6773deba823577c33f5278 100644 --- a/test/language/statements/function/13.1-7-s.js +++ b/test/language/statements/function/13.1-7-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-8-s.js b/test/language/statements/function/13.1-8-s.js index 47c863055629e17993f9b83a7c08d7023ae007fc..9ab6acd8030e652bf1e57bfa8b35c2906ad77bce 100644 --- a/test/language/statements/function/13.1-8-s.js +++ b/test/language/statements/function/13.1-8-s.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. /*--- info: > diff --git a/test/language/statements/function/13.1-8gs.js b/test/language/statements/function/13.1-8gs.js index 3d88d33a9393cea3a13a00abb68d9c941d642ab0..a2c54ffdc4a24e3fd0b629d79c5c1667463d7b7d 100644 --- a/test/language/statements/function/13.1-8gs.js +++ b/test/language/statements/function/13.1-8gs.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: 13.1-8gs diff --git a/test/language/statements/function/13.1-9-s.js b/test/language/statements/function/13.1-9-s.js index 96aa4eb16f612549630847527b8944c4e891d90c..551a6f61c746a0e3deea17a19a13963063ffb95f 100644 --- a/test/language/statements/function/13.1-9-s.js +++ b/test/language/statements/function/13.1-9-s.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. /*--- info: > diff --git a/test/language/statements/function/13.2-1-s.js b/test/language/statements/function/13.2-1-s.js index 10ccf61eb3ea123febf3f994e6f5f575d8e04673..ec7ae1bc8402a0a526c56ebed22988a475becc62 100644 --- a/test/language/statements/function/13.2-1-s.js +++ b/test/language/statements/function/13.2-1-s.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: 13.2-1-s diff --git a/test/language/statements/function/13.2-10-s.js b/test/language/statements/function/13.2-10-s.js index 7ead335f2b9d795cbf2888776d78c49b9222dc56..4687488f61c696aa3f88548b10141ae4d22cd5cc 100644 --- a/test/language/statements/function/13.2-10-s.js +++ b/test/language/statements/function/13.2-10-s.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: 13.2-10-s diff --git a/test/language/statements/function/13.2-11-s.js b/test/language/statements/function/13.2-11-s.js index d808514afa8d1ddb0aa51f88c60d5723b673416f..5fa605c3e97b556ab1f29a9db43dc32e416b17f8 100644 --- a/test/language/statements/function/13.2-11-s.js +++ b/test/language/statements/function/13.2-11-s.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: 13.2-11-s diff --git a/test/language/statements/function/13.2-12-s.js b/test/language/statements/function/13.2-12-s.js index 24e682723d11469bdf445cbf8350274b2c344807..9c4f397cb6b82e76fbf8be168726d4392c6cd906 100644 --- a/test/language/statements/function/13.2-12-s.js +++ b/test/language/statements/function/13.2-12-s.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: 13.2-12-s diff --git a/test/language/statements/function/13.2-13-s.js b/test/language/statements/function/13.2-13-s.js index 93616eb3310b307375630c188d2caf6359058d2a..ae3d1800f1c89d0d0e9bd761fb5fcdad78cc7253 100644 --- a/test/language/statements/function/13.2-13-s.js +++ b/test/language/statements/function/13.2-13-s.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: 13.2-13-s diff --git a/test/language/statements/function/13.2-14-s.js b/test/language/statements/function/13.2-14-s.js index cad2888ee66f9054b4e2f75c997cac8925ab0dd0..08e623791e305c4885b18ed84afe841b4ba53210 100644 --- a/test/language/statements/function/13.2-14-s.js +++ b/test/language/statements/function/13.2-14-s.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: 13.2-14-s diff --git a/test/language/statements/function/13.2-15-1.js b/test/language/statements/function/13.2-15-1.js index 9f73a1466f3874e61f858dcb8b831b48b62194a5..b983df6d3b091ad4b85cd1bf7434f59a5cde8a06 100644 --- a/test/language/statements/function/13.2-15-1.js +++ b/test/language/statements/function/13.2-15-1.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: 13.2-15-1 diff --git a/test/language/statements/function/13.2-15-s.js b/test/language/statements/function/13.2-15-s.js index a1e5d62eae461149ed50821ee2ae04aa2cc3c8fd..1f46d30a0cde817e90d7edce4e301839e31aa84f 100644 --- a/test/language/statements/function/13.2-15-s.js +++ b/test/language/statements/function/13.2-15-s.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: 13.2-15-s diff --git a/test/language/statements/function/13.2-16-s.js b/test/language/statements/function/13.2-16-s.js index b4841d1186993b8410ad1931f018b6eba7cf3b18..159d49a763d8dad90b235a8ac8acbd6e813e9370 100644 --- a/test/language/statements/function/13.2-16-s.js +++ b/test/language/statements/function/13.2-16-s.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: 13.2-16-s diff --git a/test/language/statements/function/13.2-17-1.js b/test/language/statements/function/13.2-17-1.js index 85e9b59aad3d8861aa26e861464c0b7f007edbbe..e9dd05da8c158f2fe6c10bc52ed3a9680d33db5c 100644 --- a/test/language/statements/function/13.2-17-1.js +++ b/test/language/statements/function/13.2-17-1.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: 13.2-17-1 diff --git a/test/language/statements/function/13.2-17-s.js b/test/language/statements/function/13.2-17-s.js index ddd9696e0c63a8d177d3fac0a885d41adb7b1500..5354731b2b77e5ae24a1160b208668aab9de09a2 100644 --- a/test/language/statements/function/13.2-17-s.js +++ b/test/language/statements/function/13.2-17-s.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: 13.2-17-s diff --git a/test/language/statements/function/13.2-18-1.js b/test/language/statements/function/13.2-18-1.js index 9d6953def70e11f19f2eaee1047bd2980d9bf9f4..c160920dae1cdf1128e20bcd13cdeac20bb97867 100644 --- a/test/language/statements/function/13.2-18-1.js +++ b/test/language/statements/function/13.2-18-1.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: 13.2-18-1 diff --git a/test/language/statements/function/13.2-18-s.js b/test/language/statements/function/13.2-18-s.js index 5c0c8716de7c6fa1776ab70782c949ee77ac6c90..6ea8865190dc08a0f503e4c7b51c440813d5aa01 100644 --- a/test/language/statements/function/13.2-18-s.js +++ b/test/language/statements/function/13.2-18-s.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: 13.2-18-s diff --git a/test/language/statements/function/13.2-19-b-3gs.js b/test/language/statements/function/13.2-19-b-3gs.js index 8877e0675afedc1a790266ab4bb0094c619997b5..f7ce6b8ec7c54b1af195ae1770cc69394b59f488 100644 --- a/test/language/statements/function/13.2-19-b-3gs.js +++ b/test/language/statements/function/13.2-19-b-3gs.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: 13.2-19-b-3gs diff --git a/test/language/statements/function/13.2-19-s.js b/test/language/statements/function/13.2-19-s.js index 48fcc7fb960b30c036022e2b280ea41b4befcac2..2f7f47642ba2a414b370ad5ed1979a59b07f0f6a 100644 --- a/test/language/statements/function/13.2-19-s.js +++ b/test/language/statements/function/13.2-19-s.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: 13.2-19-s diff --git a/test/language/statements/function/13.2-2-s.js b/test/language/statements/function/13.2-2-s.js index 70eeaa85b1027dfed2af4d0c64295c35ff914dbd..d47478316c1a57ff45358ec5dad105b885073644 100644 --- a/test/language/statements/function/13.2-2-s.js +++ b/test/language/statements/function/13.2-2-s.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: 13.2-2-s diff --git a/test/language/statements/function/13.2-20-s.js b/test/language/statements/function/13.2-20-s.js index 8a4a6493c8ebaaee8675da3f6b0d1bb317075ada..f7d8d348a4bcefb9c192a17a7bf1b9316fbeaeeb 100644 --- a/test/language/statements/function/13.2-20-s.js +++ b/test/language/statements/function/13.2-20-s.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: 13.2-20-s diff --git a/test/language/statements/function/13.2-21-s.js b/test/language/statements/function/13.2-21-s.js index c1b5ff2c99c32bc8782c012a4fef84c081e74ea0..c7b5ac37b83afe7edc891d29b3b181862a8058f9 100644 --- a/test/language/statements/function/13.2-21-s.js +++ b/test/language/statements/function/13.2-21-s.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: 13.2-21-s diff --git a/test/language/statements/function/13.2-22-s.js b/test/language/statements/function/13.2-22-s.js index 98ad5eb1d48ecd9b9b4a62ab5e350bee82df07b6..55a1a34a3260800801e9aa9cfc8f95a7d86b0e0b 100644 --- a/test/language/statements/function/13.2-22-s.js +++ b/test/language/statements/function/13.2-22-s.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: 13.2-22-s diff --git a/test/language/statements/function/13.2-23-s.js b/test/language/statements/function/13.2-23-s.js index 86a46ac446b15fc8236caa734ea50e93b33c22a9..7b0b971374e0c0f58e7b6356e14fae3c292c15aa 100644 --- a/test/language/statements/function/13.2-23-s.js +++ b/test/language/statements/function/13.2-23-s.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: 13.2-23-s diff --git a/test/language/statements/function/13.2-24-s.js b/test/language/statements/function/13.2-24-s.js index e0145225101ca88fac5e7fa90cfe91fe7b05daa1..58622c2638da5cad7bf0c85971b592b86380f1e4 100644 --- a/test/language/statements/function/13.2-24-s.js +++ b/test/language/statements/function/13.2-24-s.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: 13.2-24-s diff --git a/test/language/statements/function/13.2-25-s.js b/test/language/statements/function/13.2-25-s.js index f24b530e4fab664fc330fa754b3a7b0b4507c68a..05906597655c31d35f983e7e39db80da5eda4a20 100644 --- a/test/language/statements/function/13.2-25-s.js +++ b/test/language/statements/function/13.2-25-s.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: 13.2-25-s diff --git a/test/language/statements/function/13.2-26-s.js b/test/language/statements/function/13.2-26-s.js index 1493a7bcc851abe47243e38ab39a09fd21d0482d..33f2f1840d826e07506d5b8b8db659f48bc706cd 100644 --- a/test/language/statements/function/13.2-26-s.js +++ b/test/language/statements/function/13.2-26-s.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: 13.2-26-s diff --git a/test/language/statements/function/13.2-27-s.js b/test/language/statements/function/13.2-27-s.js index 49f376f99379e81a6adaf15f7716b4b1c4b50de9..742d5f4460693143dc66acb7e920b5212e872934 100644 --- a/test/language/statements/function/13.2-27-s.js +++ b/test/language/statements/function/13.2-27-s.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: 13.2-27-s diff --git a/test/language/statements/function/13.2-28-s.js b/test/language/statements/function/13.2-28-s.js index 35ab68f34d603bf18e77d8683c68a0b37c61fe1c..af65268a80b67f5d54d7e9bcb3012e6aaaf6b891 100644 --- a/test/language/statements/function/13.2-28-s.js +++ b/test/language/statements/function/13.2-28-s.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: 13.2-28-s diff --git a/test/language/statements/function/13.2-3-s.js b/test/language/statements/function/13.2-3-s.js index da6cbb57434ae2e94f8eebc243f7ee725cbe89d9..e4d6f123b9f5153fc9cb0c19fb81be5a0422ffcb 100644 --- a/test/language/statements/function/13.2-3-s.js +++ b/test/language/statements/function/13.2-3-s.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: 13.2-3-s diff --git a/test/language/statements/function/13.2-4-s.js b/test/language/statements/function/13.2-4-s.js index ba164db9fd3ba8c0b0e7dbad3e82794273059453..68a1b0a7a53da96b0475d400ab6121114c4ac32b 100644 --- a/test/language/statements/function/13.2-4-s.js +++ b/test/language/statements/function/13.2-4-s.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: 13.2-4-s diff --git a/test/language/statements/function/13.2-5-s.js b/test/language/statements/function/13.2-5-s.js index c31ce82f2907622a011791dbed0af4f2c8ebeeaf..2000a444885114400d0c9f70967fe674b8770fcb 100644 --- a/test/language/statements/function/13.2-5-s.js +++ b/test/language/statements/function/13.2-5-s.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: 13.2-5-s diff --git a/test/language/statements/function/13.2-6-s.js b/test/language/statements/function/13.2-6-s.js index ab543e0814c941d6a1fea4ee23936be79609c2e0..d751d08041e8b110bbdc5256dd5e075d86f56441 100644 --- a/test/language/statements/function/13.2-6-s.js +++ b/test/language/statements/function/13.2-6-s.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: 13.2-6-s diff --git a/test/language/statements/function/13.2-7-s.js b/test/language/statements/function/13.2-7-s.js index 687c83f2e155ecd9f34e9145ed9338b15304d452..c3110ba79d42f72efde59ca7075ae4f05ff421a7 100644 --- a/test/language/statements/function/13.2-7-s.js +++ b/test/language/statements/function/13.2-7-s.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: 13.2-7-s diff --git a/test/language/statements/function/13.2-8-s.js b/test/language/statements/function/13.2-8-s.js index 506ec9a8728f771bd42f805a69c346f42680b04e..c6c3da8aa16dd3690cdaca63190ac18d4c864dcc 100644 --- a/test/language/statements/function/13.2-8-s.js +++ b/test/language/statements/function/13.2-8-s.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: 13.2-8-s diff --git a/test/language/statements/function/13.2-9-s.js b/test/language/statements/function/13.2-9-s.js index 5d307cf39e9d3967af98fa95a2ad20b046b5fb9a..9594fbb11208608bd577bbfe3affe6eba4858ba2 100644 --- a/test/language/statements/function/13.2-9-s.js +++ b/test/language/statements/function/13.2-9-s.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: 13.2-9-s diff --git a/test/language/statements/return/12.9-1.js b/test/language/statements/return/12.9-1.js index 8cfb74b19d81be83cbf719b5fbbe5e3ddff1b6f1..9a971ca0ad870d719c2d058f0dd474ecbe8b2a0a 100644 --- a/test/language/statements/return/12.9-1.js +++ b/test/language/statements/return/12.9-1.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: 12.9-1 diff --git a/test/language/statements/try/12.14-1.js b/test/language/statements/try/12.14-1.js index 7ce7a1794d644d26af7769862ecf8a5f3eb22c75..76ce1dc32d20184c82f89412c72b4a13a717bd78 100644 --- a/test/language/statements/try/12.14-1.js +++ b/test/language/statements/try/12.14-1.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: 12.14-1 diff --git a/test/language/statements/try/12.14-10.js b/test/language/statements/try/12.14-10.js index c29aeee3f140af7d52c417998773845ff5531a61..01c7c9f41a2463bdb1e88771a514d924880fe82c 100644 --- a/test/language/statements/try/12.14-10.js +++ b/test/language/statements/try/12.14-10.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: 12.14-10 diff --git a/test/language/statements/try/12.14-11.js b/test/language/statements/try/12.14-11.js index 7fc3c2542509d1458a5606e1d070ba671f0ba1fd..3961ab1039509ca10f142cc3b03261ad08814f20 100644 --- a/test/language/statements/try/12.14-11.js +++ b/test/language/statements/try/12.14-11.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: 12.14-11 diff --git a/test/language/statements/try/12.14-12.js b/test/language/statements/try/12.14-12.js index c82003c9102c9f69bb0317e3a54b084bc2115595..01f2ea64bd4c9b1059a6e7900b578f277933f49b 100644 --- a/test/language/statements/try/12.14-12.js +++ b/test/language/statements/try/12.14-12.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: 12.14-12 diff --git a/test/language/statements/try/12.14-13.js b/test/language/statements/try/12.14-13.js index e932ce8f0d8ce8330afa3f6bdddb696411242f1e..232306c24f4c74f0af915a79a35d81bf69617ab1 100644 --- a/test/language/statements/try/12.14-13.js +++ b/test/language/statements/try/12.14-13.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: 12.14-13 diff --git a/test/language/statements/try/12.14-14.js b/test/language/statements/try/12.14-14.js index bba924909e09a52b52ceed6df26909ce33ced581..0ffd98b48df85b135a4729623cb473d8fe87e6f7 100644 --- a/test/language/statements/try/12.14-14.js +++ b/test/language/statements/try/12.14-14.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: 12.14-14 diff --git a/test/language/statements/try/12.14-15.js b/test/language/statements/try/12.14-15.js index 6ce1bf9baf2a27291dcb7ef997a4908aade4cc68..aa4f4860a1da88e8bc8261ce9c77d037139a6caf 100644 --- a/test/language/statements/try/12.14-15.js +++ b/test/language/statements/try/12.14-15.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: 12.14-15 diff --git a/test/language/statements/try/12.14-16.js b/test/language/statements/try/12.14-16.js index 326e1f9b21221f843184339bbf5f082d78cfe868..919e43170f744507ba021f94f06180f0e6201f2c 100644 --- a/test/language/statements/try/12.14-16.js +++ b/test/language/statements/try/12.14-16.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: 12.14-16 diff --git a/test/language/statements/try/12.14-2.js b/test/language/statements/try/12.14-2.js index cd87e3c3c6863744392a76f5f348e545a7f260fa..4bc8dcd8d59bccf8e23b03b3dac5c83cecd8f38f 100644 --- a/test/language/statements/try/12.14-2.js +++ b/test/language/statements/try/12.14-2.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: 12.14-2 diff --git a/test/language/statements/try/12.14-3.js b/test/language/statements/try/12.14-3.js index 37f4e36d67f9d9e64a4546cfe979529e8bf361be..0ca154a98551bead9a6f13c49ef3838d91fce038 100644 --- a/test/language/statements/try/12.14-3.js +++ b/test/language/statements/try/12.14-3.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. /*--- info: > diff --git a/test/language/statements/try/12.14-4.js b/test/language/statements/try/12.14-4.js index b343bd8ea389ec5326405756d387d8c016c2e27f..a55795870a6276622632567217b77e1f355bb206 100644 --- a/test/language/statements/try/12.14-4.js +++ b/test/language/statements/try/12.14-4.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. /*--- info: > diff --git a/test/language/statements/try/12.14-6.js b/test/language/statements/try/12.14-6.js index e36fbef5350199a3240b343635e31bd2a2d527fc..8f2a2d5777cffb69137872840705de0af242d3d9 100644 --- a/test/language/statements/try/12.14-6.js +++ b/test/language/statements/try/12.14-6.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. /*--- info: > diff --git a/test/language/statements/try/12.14-7.js b/test/language/statements/try/12.14-7.js index e846140c607b5ddb9c2fe35a21dc40ed7384869b..2f86ec68d4e3134bf9c7f0706d349112ce7f374d 100644 --- a/test/language/statements/try/12.14-7.js +++ b/test/language/statements/try/12.14-7.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. /*--- info: > diff --git a/test/language/statements/try/12.14-8.js b/test/language/statements/try/12.14-8.js index c44299199cb227a11a22b9a47fe192fa5e21bb80..1fe9ae1cad4956aa1b047eb55007c936bb475cfb 100644 --- a/test/language/statements/try/12.14-8.js +++ b/test/language/statements/try/12.14-8.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. /*--- info: > diff --git a/test/language/statements/try/12.14-9.js b/test/language/statements/try/12.14-9.js index 8b6d60aa21c2b027f0de5241c9a66db60c9c801e..7e129581cb23192afb83d1deb1a9b6d496ac74c4 100644 --- a/test/language/statements/try/12.14-9.js +++ b/test/language/statements/try/12.14-9.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: 12.14-9 diff --git a/test/language/statements/try/12.14.1-1-s.js b/test/language/statements/try/12.14.1-1-s.js index 1b6e125faab62b15cc580b59f4362e1b2c57b22c..e88f976ae791bafe62b1ae70ebf7e7b8430dd907 100644 --- a/test/language/statements/try/12.14.1-1-s.js +++ b/test/language/statements/try/12.14.1-1-s.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: 12.14.1-1-s diff --git a/test/language/statements/try/12.14.1-1gs.js b/test/language/statements/try/12.14.1-1gs.js index 15ad7efc998e0c78ae3117623b199bf7b80ce091..33b87b9a58c37c067d4c540ea6cbce38e6c09be3 100644 --- a/test/language/statements/try/12.14.1-1gs.js +++ b/test/language/statements/try/12.14.1-1gs.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: 12.14.1-1gs diff --git a/test/language/statements/try/12.14.1-2-s.js b/test/language/statements/try/12.14.1-2-s.js index 1a4a1bcf5765aa0c50357b1b0975f7c8751a17bf..0fe35a999522106f37c2e10cdbc0a874c7918213 100644 --- a/test/language/statements/try/12.14.1-2-s.js +++ b/test/language/statements/try/12.14.1-2-s.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: 12.14.1-2-s diff --git a/test/language/statements/try/12.14.1-3-s.js b/test/language/statements/try/12.14.1-3-s.js index 55811d8ee2639dde02a94a2314091327e7c5dc8c..29e75f7ceb9d54179a4015fe2b0002230b632c0c 100644 --- a/test/language/statements/try/12.14.1-3-s.js +++ b/test/language/statements/try/12.14.1-3-s.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: 12.14.1-3-s diff --git a/test/language/statements/try/12.14.1-4-s.js b/test/language/statements/try/12.14.1-4-s.js index e60acb2ffaf8741dbbe5406598ec381d440694fb..f035689c17aab7854014b105bac1078dc09072db 100644 --- a/test/language/statements/try/12.14.1-4-s.js +++ b/test/language/statements/try/12.14.1-4-s.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: 12.14.1-4-s diff --git a/test/language/statements/try/12.14.1-5-s.js b/test/language/statements/try/12.14.1-5-s.js index a8c77901bf5470aba5350ccdcb4c0bc2b7ef4d9c..c29979d3fb7c889ef8cabf538a4f6d1cea93bad3 100644 --- a/test/language/statements/try/12.14.1-5-s.js +++ b/test/language/statements/try/12.14.1-5-s.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: 12.14.1-5-s diff --git a/test/language/statements/try/12.14.1-6-s.js b/test/language/statements/try/12.14.1-6-s.js index bf5ad70b9b56a3b97940cea996adb9b8e6296c7e..afa0e7134fda6651dfa0f2bfbf5ff484e0b8c4c8 100644 --- a/test/language/statements/try/12.14.1-6-s.js +++ b/test/language/statements/try/12.14.1-6-s.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: 12.14.1-6-s diff --git a/test/language/statements/variable/12.2.1-1-s.js b/test/language/statements/variable/12.2.1-1-s.js index 626ee99072d62ff95784be0238aec3f4555221d4..448ebb28b6c83170cfdd23b9e9b78d19cd495c9d 100644 --- a/test/language/statements/variable/12.2.1-1-s.js +++ b/test/language/statements/variable/12.2.1-1-s.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: 12.2.1-1-s diff --git a/test/language/statements/variable/12.2.1-10-s.js b/test/language/statements/variable/12.2.1-10-s.js index 884199cdf5df3027f66ef24678948f60858c676f..971999ed09e92d4f75b57f3439670752e165665b 100644 --- a/test/language/statements/variable/12.2.1-10-s.js +++ b/test/language/statements/variable/12.2.1-10-s.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: 12.2.1-10-s diff --git a/test/language/statements/variable/12.2.1-11.js b/test/language/statements/variable/12.2.1-11.js index 9cd6dc61de9b2fe9da5be13400615cf08d62daf6..e908dd48a678874f12365ff641674059cadc0858 100644 --- a/test/language/statements/variable/12.2.1-11.js +++ b/test/language/statements/variable/12.2.1-11.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: 12.2.1-11 diff --git a/test/language/statements/variable/12.2.1-12-s.js b/test/language/statements/variable/12.2.1-12-s.js index 0b03ff14889822161e1f02dee45bbf0330a4ae1c..8028f64738bdd17e69c42b4233be3162ba57dcb5 100644 --- a/test/language/statements/variable/12.2.1-12-s.js +++ b/test/language/statements/variable/12.2.1-12-s.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: 12.2.1-12-s diff --git a/test/language/statements/variable/12.2.1-12.js b/test/language/statements/variable/12.2.1-12.js index d89e436d73d77894d3a061b2fa4cc3045d29c390..a0de7fe0464c258485d8f856c3710b34cce1c96a 100644 --- a/test/language/statements/variable/12.2.1-12.js +++ b/test/language/statements/variable/12.2.1-12.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: 12.2.1-12 diff --git a/test/language/statements/variable/12.2.1-13-s.js b/test/language/statements/variable/12.2.1-13-s.js index 6b6c102e6e8361a3c0385382dd041ce54b8825d1..8de3ada3ff485b0e9e923775b9c164375554f059 100644 --- a/test/language/statements/variable/12.2.1-13-s.js +++ b/test/language/statements/variable/12.2.1-13-s.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: 12.2.1-13-s diff --git a/test/language/statements/variable/12.2.1-14-s.js b/test/language/statements/variable/12.2.1-14-s.js index 3b40372ff6d3e57711aa26a9ddcb0b50112540cd..0f43c2824b5c3aaa064cd48ef7e06ef5d39cc573 100644 --- a/test/language/statements/variable/12.2.1-14-s.js +++ b/test/language/statements/variable/12.2.1-14-s.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: 12.2.1-14-s diff --git a/test/language/statements/variable/12.2.1-15-s.js b/test/language/statements/variable/12.2.1-15-s.js index 0756ac66a505260c8845f79db8d75e2756d5895e..2da7a85230a150ad97ef6332ff9e322f8d91d965 100644 --- a/test/language/statements/variable/12.2.1-15-s.js +++ b/test/language/statements/variable/12.2.1-15-s.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: 12.2.1-15-s diff --git a/test/language/statements/variable/12.2.1-16-s.js b/test/language/statements/variable/12.2.1-16-s.js index cf306094fd1fd8463a73bf277ad99643b7bbc2c1..24e66f1c59d57c36f0d3848e793483e8692340a8 100644 --- a/test/language/statements/variable/12.2.1-16-s.js +++ b/test/language/statements/variable/12.2.1-16-s.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: 12.2.1-16-s diff --git a/test/language/statements/variable/12.2.1-17-s.js b/test/language/statements/variable/12.2.1-17-s.js index 801a972d2f4536d9a1a8ed0509f8620efb781d97..9eb870194f16adea4bae398d70aa95083e2c93c0 100644 --- a/test/language/statements/variable/12.2.1-17-s.js +++ b/test/language/statements/variable/12.2.1-17-s.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: 12.2.1-17-s diff --git a/test/language/statements/variable/12.2.1-18-s.js b/test/language/statements/variable/12.2.1-18-s.js index a1d62d5c92da26a6e97d71292f4c5bac0bb929c1..6e8c15b00db1ead1a1a13bb42d646cb788f894b6 100644 --- a/test/language/statements/variable/12.2.1-18-s.js +++ b/test/language/statements/variable/12.2.1-18-s.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: 12.2.1-18-s diff --git a/test/language/statements/variable/12.2.1-19-s.js b/test/language/statements/variable/12.2.1-19-s.js index c65b76af921433f9835e00eb489fc6fac24a4e15..fd73916ddbd24074cc4ef1729a04ff1dde827c33 100644 --- a/test/language/statements/variable/12.2.1-19-s.js +++ b/test/language/statements/variable/12.2.1-19-s.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: 12.2.1-19-s diff --git a/test/language/statements/variable/12.2.1-1gs.js b/test/language/statements/variable/12.2.1-1gs.js index 3a4947af085b10a056d24b0caa6ec133d54548b5..59fb0a2db3fc536110367635788956b6e590398c 100644 --- a/test/language/statements/variable/12.2.1-1gs.js +++ b/test/language/statements/variable/12.2.1-1gs.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: 12.2.1-1gs diff --git a/test/language/statements/variable/12.2.1-2-s.js b/test/language/statements/variable/12.2.1-2-s.js index e9fc66c99e82c5c2bcbb983d6016eecb6a0e574d..d2e96976c789f64f92322d01f40e2ccaefb8a2a5 100644 --- a/test/language/statements/variable/12.2.1-2-s.js +++ b/test/language/statements/variable/12.2.1-2-s.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: 12.2.1-2-s diff --git a/test/language/statements/variable/12.2.1-20-s.js b/test/language/statements/variable/12.2.1-20-s.js index c30219054864b2d00942847caf483c110d1f42da..08c3968833bf258b5ad7a8a960123f4e36c45a91 100644 --- a/test/language/statements/variable/12.2.1-20-s.js +++ b/test/language/statements/variable/12.2.1-20-s.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: 12.2.1-20-s diff --git a/test/language/statements/variable/12.2.1-21-s.js b/test/language/statements/variable/12.2.1-21-s.js index 592aebf0617a183c8fc995a21ef630bd08113a27..b4baa0e152ce130fc802601a6047d8bee330eca7 100644 --- a/test/language/statements/variable/12.2.1-21-s.js +++ b/test/language/statements/variable/12.2.1-21-s.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: 12.2.1-21-s diff --git a/test/language/statements/variable/12.2.1-22-s.js b/test/language/statements/variable/12.2.1-22-s.js index 23128b641d19bf8a7aa17dccc76c21f45dd85b40..f84c20578c23ac7a89808ad538f71962fa70e040 100644 --- a/test/language/statements/variable/12.2.1-22-s.js +++ b/test/language/statements/variable/12.2.1-22-s.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: 12.2.1-22-s diff --git a/test/language/statements/variable/12.2.1-23-s.js b/test/language/statements/variable/12.2.1-23-s.js index a671dbe5fe5e2a22dc7434fe4cdd1add37a64f10..3ee332933ed898653f459cbee8e31f77ab035073 100644 --- a/test/language/statements/variable/12.2.1-23-s.js +++ b/test/language/statements/variable/12.2.1-23-s.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: 12.2.1-23-s diff --git a/test/language/statements/variable/12.2.1-24-s.js b/test/language/statements/variable/12.2.1-24-s.js index be05fce869721739241679859acc2ba8e4cd850d..bac5088214ef854172e1903607e89b21c071ee8d 100644 --- a/test/language/statements/variable/12.2.1-24-s.js +++ b/test/language/statements/variable/12.2.1-24-s.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: 12.2.1-24-s diff --git a/test/language/statements/variable/12.2.1-25-s.js b/test/language/statements/variable/12.2.1-25-s.js index 1b9e87a5cb68e7278481dbae25615ddd94694684..826afe7a97cd3c3898b96c2db8eacd4817d28fb3 100644 --- a/test/language/statements/variable/12.2.1-25-s.js +++ b/test/language/statements/variable/12.2.1-25-s.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: 12.2.1-25-s diff --git a/test/language/statements/variable/12.2.1-26-s.js b/test/language/statements/variable/12.2.1-26-s.js index c05aa297e4d47e466df69b9d7b26cad56a030310..a12e454ffb8a207aac4a8953f5f3620a033fa53e 100644 --- a/test/language/statements/variable/12.2.1-26-s.js +++ b/test/language/statements/variable/12.2.1-26-s.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: 12.2.1-26-s diff --git a/test/language/statements/variable/12.2.1-27-s.js b/test/language/statements/variable/12.2.1-27-s.js index fb8657a4b2541bd8cbf9485270063e43b7be0b88..cf6bbad494773a38e57e522b970165b2aadbc086 100644 --- a/test/language/statements/variable/12.2.1-27-s.js +++ b/test/language/statements/variable/12.2.1-27-s.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: 12.2.1-27-s diff --git a/test/language/statements/variable/12.2.1-28-s.js b/test/language/statements/variable/12.2.1-28-s.js index cf8c8a2d01e2a1c0b6592bbc27ef0be963c92ea5..fcf7156af5f3508f1b52a1f28da07ac1a3a1e462 100644 --- a/test/language/statements/variable/12.2.1-28-s.js +++ b/test/language/statements/variable/12.2.1-28-s.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: 12.2.1-28-s diff --git a/test/language/statements/variable/12.2.1-29-s.js b/test/language/statements/variable/12.2.1-29-s.js index d1d3e17750316bd88a0c4483a218bb51ddbd2924..3470528578b1733dc325fe4419e11a02f1801c65 100644 --- a/test/language/statements/variable/12.2.1-29-s.js +++ b/test/language/statements/variable/12.2.1-29-s.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: 12.2.1-29-s diff --git a/test/language/statements/variable/12.2.1-3-s.js b/test/language/statements/variable/12.2.1-3-s.js index 57bc32238d3197e5a891c046a631634156fefad1..75d700f5e0bbb5659a20762f7aa31d895ae1744d 100644 --- a/test/language/statements/variable/12.2.1-3-s.js +++ b/test/language/statements/variable/12.2.1-3-s.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: 12.2.1-3-s diff --git a/test/language/statements/variable/12.2.1-30-s.js b/test/language/statements/variable/12.2.1-30-s.js index f3479d64481ffe41545e60b31da84ebc1489d785..d66da4f82cd2334767a7e22fa0700b7df48bace3 100644 --- a/test/language/statements/variable/12.2.1-30-s.js +++ b/test/language/statements/variable/12.2.1-30-s.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: 12.2.1-30-s diff --git a/test/language/statements/variable/12.2.1-31-s.js b/test/language/statements/variable/12.2.1-31-s.js index 42861f8bdf1c95a06d925be262fb283cb3adb193..7b45601ba5991359e101622498877aba43217aaf 100644 --- a/test/language/statements/variable/12.2.1-31-s.js +++ b/test/language/statements/variable/12.2.1-31-s.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: 12.2.1-31-s diff --git a/test/language/statements/variable/12.2.1-32-s.js b/test/language/statements/variable/12.2.1-32-s.js index ebffd31307e99f47c3fd861f328152f729335d78..b0b17ce06066f0e067ae9311ee2a57daa065b5ea 100644 --- a/test/language/statements/variable/12.2.1-32-s.js +++ b/test/language/statements/variable/12.2.1-32-s.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: 12.2.1-32-s diff --git a/test/language/statements/variable/12.2.1-33-s.js b/test/language/statements/variable/12.2.1-33-s.js index ab84a2e3c24abf854137250363d56f150a6cbca3..188ec7545886d8326a18eb0e56a7fdea945877ee 100644 --- a/test/language/statements/variable/12.2.1-33-s.js +++ b/test/language/statements/variable/12.2.1-33-s.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: 12.2.1-33-s diff --git a/test/language/statements/variable/12.2.1-34-s.js b/test/language/statements/variable/12.2.1-34-s.js index a8a935c5fcb3e43f970ed874ede365bdee2d5d63..2cdf1495bcbab5698e4d49fdf92f76882107b3b2 100644 --- a/test/language/statements/variable/12.2.1-34-s.js +++ b/test/language/statements/variable/12.2.1-34-s.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: 12.2.1-34-s diff --git a/test/language/statements/variable/12.2.1-35-s.js b/test/language/statements/variable/12.2.1-35-s.js index 75382f81d4831f84c4cba0611cff046cb18b0e25..c9f40642300e5cf615b645129b404f54ed47182b 100644 --- a/test/language/statements/variable/12.2.1-35-s.js +++ b/test/language/statements/variable/12.2.1-35-s.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: 12.2.1-35-s diff --git a/test/language/statements/variable/12.2.1-36-s.js b/test/language/statements/variable/12.2.1-36-s.js index 10da65e3177b63e24bb65a6c2b611b88440b62cd..de1dcab5197366a405c0338a427c1cbc69ef40c3 100644 --- a/test/language/statements/variable/12.2.1-36-s.js +++ b/test/language/statements/variable/12.2.1-36-s.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: 12.2.1-36-s diff --git a/test/language/statements/variable/12.2.1-37-s.js b/test/language/statements/variable/12.2.1-37-s.js index d5cf5d1c1f09611e8359ae1d933ee3bc0e95fab2..6e81d9702cb24da92a1f77d333416d3715a0d984 100644 --- a/test/language/statements/variable/12.2.1-37-s.js +++ b/test/language/statements/variable/12.2.1-37-s.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: 12.2.1-37-s diff --git a/test/language/statements/variable/12.2.1-4-s.js b/test/language/statements/variable/12.2.1-4-s.js index 810ea4a00e3f1ac4102f402d0b28c75363099773..ccdeec6ce75a58acd8c25bb0fd282495efc3d1c0 100644 --- a/test/language/statements/variable/12.2.1-4-s.js +++ b/test/language/statements/variable/12.2.1-4-s.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: 12.2.1-4-s diff --git a/test/language/statements/variable/12.2.1-4gs.js b/test/language/statements/variable/12.2.1-4gs.js index c9da28acc6688f7ef4ca675dfa8d6ac8e9b070dd..868265bedd2a3f7817c4279b457ee49155605cd4 100644 --- a/test/language/statements/variable/12.2.1-4gs.js +++ b/test/language/statements/variable/12.2.1-4gs.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: 12.2.1-4gs diff --git a/test/language/statements/variable/12.2.1-5-s.js b/test/language/statements/variable/12.2.1-5-s.js index dab6842bbeb3856e40d6a034a7d2b57f6783163b..33f7dab39a1c216183cfd0f32527bcff1b93e3d1 100644 --- a/test/language/statements/variable/12.2.1-5-s.js +++ b/test/language/statements/variable/12.2.1-5-s.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: 12.2.1-5-s diff --git a/test/language/statements/variable/12.2.1-6-s.js b/test/language/statements/variable/12.2.1-6-s.js index 9d89d15c013345fe585666fd5a927b3061389180..1fd3571b2756f80917c5e28fcf436f4e7a691c87 100644 --- a/test/language/statements/variable/12.2.1-6-s.js +++ b/test/language/statements/variable/12.2.1-6-s.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: 12.2.1-6-s diff --git a/test/language/statements/variable/12.2.1-7-s.js b/test/language/statements/variable/12.2.1-7-s.js index 3590ab1add29a711cda6a211ac7a4b7b406c37e0..2f16e64b4eecba0d94f75c8fb9113fb50b7cd2b1 100644 --- a/test/language/statements/variable/12.2.1-7-s.js +++ b/test/language/statements/variable/12.2.1-7-s.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: 12.2.1-7-s diff --git a/test/language/statements/variable/12.2.1-8-s.js b/test/language/statements/variable/12.2.1-8-s.js index 40b9727c781fc8efa0fac30c57ce02c4c149b3c8..5156674d832fdce1990fc674bb66cb531708f6da 100644 --- a/test/language/statements/variable/12.2.1-8-s.js +++ b/test/language/statements/variable/12.2.1-8-s.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: 12.2.1-8-s diff --git a/test/language/statements/variable/12.2.1-9-s.js b/test/language/statements/variable/12.2.1-9-s.js index 21533d0c07af910642460d9ff0f5b17ed8bae8f9..9e8fae42cf5b0d4ad08100fafdeae9c8598af84e 100644 --- a/test/language/statements/variable/12.2.1-9-s.js +++ b/test/language/statements/variable/12.2.1-9-s.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: 12.2.1-9-s diff --git a/test/language/statements/with/12.10-0-1.js b/test/language/statements/with/12.10-0-1.js index dc6980749b997d35a14ee689c91d44bbdcb0d505..9f46c0c83f6a958b7d315798fa760d85d50c5e35 100644 --- a/test/language/statements/with/12.10-0-1.js +++ b/test/language/statements/with/12.10-0-1.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: 12.10-0-1 diff --git a/test/language/statements/with/12.10-0-10.js b/test/language/statements/with/12.10-0-10.js index d08cbf76ed670a33c6cb1a0acb4efafa9f97cc66..55b8e9620d63545a73c4d6ee245adda41e94e392 100644 --- a/test/language/statements/with/12.10-0-10.js +++ b/test/language/statements/with/12.10-0-10.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: 12.10-0-10 diff --git a/test/language/statements/with/12.10-0-11.js b/test/language/statements/with/12.10-0-11.js index 04e35866e0fb7b64aa88d281e5382c7f8f1f2e9b..689c342bb8a3f58fa3acc07212dcfc3bb75bd97b 100644 --- a/test/language/statements/with/12.10-0-11.js +++ b/test/language/statements/with/12.10-0-11.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: 12.10-0-11 diff --git a/test/language/statements/with/12.10-0-12.js b/test/language/statements/with/12.10-0-12.js index 875fd073ece95f7f162430cd7557e7909bec77dc..605b79f7748c732e4e894f1de773644c6d40bf23 100644 --- a/test/language/statements/with/12.10-0-12.js +++ b/test/language/statements/with/12.10-0-12.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: 12.10-0-12 diff --git a/test/language/statements/with/12.10-0-3.js b/test/language/statements/with/12.10-0-3.js index eed45d343d19e9073550c2ec474a2c98c65b1032..920491628a706949893f3ea2d0867f9a56ffa750 100644 --- a/test/language/statements/with/12.10-0-3.js +++ b/test/language/statements/with/12.10-0-3.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: 12.10-0-3 diff --git a/test/language/statements/with/12.10-0-7.js b/test/language/statements/with/12.10-0-7.js index 9b9ec3356ae09cf82a8d67979a9428ae52f4ae69..9d7dbdb29803b84b0ead259c8f30d67abfa6ec0d 100644 --- a/test/language/statements/with/12.10-0-7.js +++ b/test/language/statements/with/12.10-0-7.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: 12.10-0-7 diff --git a/test/language/statements/with/12.10-0-8.js b/test/language/statements/with/12.10-0-8.js index d87ed1c479fdd4dd62689a87c4d87f6c33daf3d6..e3ed146049331ad92fa6c47f0aede1b123af67a2 100644 --- a/test/language/statements/with/12.10-0-8.js +++ b/test/language/statements/with/12.10-0-8.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: 12.10-0-8 diff --git a/test/language/statements/with/12.10-0-9.js b/test/language/statements/with/12.10-0-9.js index 03cce99b4487618375a04a6cd948afa49c283b1c..3e7df5afdb644f862f3ab79bb0762faa7afbce85 100644 --- a/test/language/statements/with/12.10-0-9.js +++ b/test/language/statements/with/12.10-0-9.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: 12.10-0-9 diff --git a/test/language/statements/with/12.10-2-1.js b/test/language/statements/with/12.10-2-1.js index 5f5f4409545cd999dc4deaa41b1c4d2d93e05e1e..6fd93a0c3d05808891f2e7e867b45e0f121c8957 100644 --- a/test/language/statements/with/12.10-2-1.js +++ b/test/language/statements/with/12.10-2-1.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: 12.10-2-1 diff --git a/test/language/statements/with/12.10-2-2.js b/test/language/statements/with/12.10-2-2.js index c932264959ef77b6dbeea81aaf3a9feb1ae34ea5..2f2a2ae9a8fc6f5e687bedb655fba9f3bd83675e 100644 --- a/test/language/statements/with/12.10-2-2.js +++ b/test/language/statements/with/12.10-2-2.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: 12.10-2-2 diff --git a/test/language/statements/with/12.10-2-3.js b/test/language/statements/with/12.10-2-3.js index a4b97544b33e28f41eb9a445a0acbc629a74825b..fd3f6c9b00c51ef749e046aa5eb5928b2a8f67b7 100644 --- a/test/language/statements/with/12.10-2-3.js +++ b/test/language/statements/with/12.10-2-3.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: 12.10-2-3 diff --git a/test/language/statements/with/12.10-7-1.js b/test/language/statements/with/12.10-7-1.js index 25ec0136b3c0b84fce9f865af2feb0f8a05aebde..5d38a0d0fbad852a3281efef7d925a3dec0502f0 100644 --- a/test/language/statements/with/12.10-7-1.js +++ b/test/language/statements/with/12.10-7-1.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: 12.10-7-1 diff --git a/test/language/statements/with/12.10.1-1-s.js b/test/language/statements/with/12.10.1-1-s.js index d1075c0e3acd5d1107eaef04c37c6811bab72a9e..634e2ffda1541f9a37d5b41f2c51961ed0cacf78 100644 --- a/test/language/statements/with/12.10.1-1-s.js +++ b/test/language/statements/with/12.10.1-1-s.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: 12.10.1-1-s diff --git a/test/language/statements/with/12.10.1-10-s.js b/test/language/statements/with/12.10.1-10-s.js index d07ea96d645cfb4310a9a280489ff74ecd2467c9..00b713824d6ce36d3bcb04066bf3ddcc452d1eee 100644 --- a/test/language/statements/with/12.10.1-10-s.js +++ b/test/language/statements/with/12.10.1-10-s.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: 12.10.1-10-s diff --git a/test/language/statements/with/12.10.1-11-s.js b/test/language/statements/with/12.10.1-11-s.js index e045dc318a364af6bd43d41f2823cc64d521335e..5d03b9f6e7f94c72b4507988f1101ee787974125 100644 --- a/test/language/statements/with/12.10.1-11-s.js +++ b/test/language/statements/with/12.10.1-11-s.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: 12.10.1-11-s diff --git a/test/language/statements/with/12.10.1-11gs.js b/test/language/statements/with/12.10.1-11gs.js index e4e6c72e16b39f51afb7c844fe5675653535a0c6..c00f62bee3361a6f91041d1689f84b52dc3d373d 100644 --- a/test/language/statements/with/12.10.1-11gs.js +++ b/test/language/statements/with/12.10.1-11gs.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: 12.10.1-11gs diff --git a/test/language/statements/with/12.10.1-12-s.js b/test/language/statements/with/12.10.1-12-s.js index c262aad18d812725dd6f927a73681ddebbfc0e6b..c6a1cc6c0d851485dc92fd94955fcd58d312595a 100644 --- a/test/language/statements/with/12.10.1-12-s.js +++ b/test/language/statements/with/12.10.1-12-s.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: 12.10.1-12-s diff --git a/test/language/statements/with/12.10.1-13-s.js b/test/language/statements/with/12.10.1-13-s.js index e5d054e5bd599e36e523ba93a5bf24c5623726aa..453435feae1c8f3608e3ec44531433935cab2697 100644 --- a/test/language/statements/with/12.10.1-13-s.js +++ b/test/language/statements/with/12.10.1-13-s.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: 12.10.1-13-s diff --git a/test/language/statements/with/12.10.1-14-s.js b/test/language/statements/with/12.10.1-14-s.js index c6e6b724901f5bbf74950a4f25036d78998e2faa..0078f1236662f2b8888995eb25e35878250166d9 100644 --- a/test/language/statements/with/12.10.1-14-s.js +++ b/test/language/statements/with/12.10.1-14-s.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: 12.10.1-14-s diff --git a/test/language/statements/with/12.10.1-15-s.js b/test/language/statements/with/12.10.1-15-s.js index ab29d383f497e36311a5581dece3bfe4c1fb33b7..7191936831312dace2316e9330645f69a40da2d5 100644 --- a/test/language/statements/with/12.10.1-15-s.js +++ b/test/language/statements/with/12.10.1-15-s.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: 12.10.1-15-s diff --git a/test/language/statements/with/12.10.1-16-s.js b/test/language/statements/with/12.10.1-16-s.js index be3f8ded7bf08c57e85ca1dca554f126c4d44324..4bbd2d22bc90047ab78ec3859da1a908d16aebbb 100644 --- a/test/language/statements/with/12.10.1-16-s.js +++ b/test/language/statements/with/12.10.1-16-s.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: 12.10.1-16-s diff --git a/test/language/statements/with/12.10.1-2-s.js b/test/language/statements/with/12.10.1-2-s.js index a5ff977a4804ed9c2bab8e00861ee7e6b5bd6b1d..1fab7fe6d77eb220045055c2925965da814a7233 100644 --- a/test/language/statements/with/12.10.1-2-s.js +++ b/test/language/statements/with/12.10.1-2-s.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: 12.10.1-2-s diff --git a/test/language/statements/with/12.10.1-3-s.js b/test/language/statements/with/12.10.1-3-s.js index 64cbbc9c485088bc2f624d2d4d9eeb2d1ac25ef0..1a186ff2dca3ba73b0c80cace0ddf539cac0b1b9 100644 --- a/test/language/statements/with/12.10.1-3-s.js +++ b/test/language/statements/with/12.10.1-3-s.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: 12.10.1-3-s diff --git a/test/language/statements/with/12.10.1-4-s.js b/test/language/statements/with/12.10.1-4-s.js index 4f3cbc814de7aeeca6d6f600f96f74155dd8da3c..0a1a151fc75a9b398407461ece52fbd100078e4f 100644 --- a/test/language/statements/with/12.10.1-4-s.js +++ b/test/language/statements/with/12.10.1-4-s.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: 12.10.1-4-s diff --git a/test/language/statements/with/12.10.1-5-s.js b/test/language/statements/with/12.10.1-5-s.js index 444c4868f83d751a9530930184c2a10c2e2b92bb..9f6a6e44238f67ec685cc74c129a228c896887ff 100644 --- a/test/language/statements/with/12.10.1-5-s.js +++ b/test/language/statements/with/12.10.1-5-s.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: 12.10.1-5-s diff --git a/test/language/statements/with/12.10.1-7-s.js b/test/language/statements/with/12.10.1-7-s.js index 3d6c293ba1a25d57d4a11671cf2e193d7d34de9f..d51fb001374122068301573ec70e72f0a8b71a67 100644 --- a/test/language/statements/with/12.10.1-7-s.js +++ b/test/language/statements/with/12.10.1-7-s.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: 12.10.1-7-s diff --git a/test/language/statements/with/12.10.1-8-s.js b/test/language/statements/with/12.10.1-8-s.js index 00d19090e912ece20e106cb14afda99b5eb52f20..54779f38ceb7496d95e26c863184aa4733096dbb 100644 --- a/test/language/statements/with/12.10.1-8-s.js +++ b/test/language/statements/with/12.10.1-8-s.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: 12.10.1-8-s diff --git a/test/language/statements/with/12.10.1-9-s.js b/test/language/statements/with/12.10.1-9-s.js index 41908c4e6b6468a97f9097af6fb81687550843dd..d04d1f9079e028270b3e0c9ade4f7f80f1b6232a 100644 --- a/test/language/statements/with/12.10.1-9-s.js +++ b/test/language/statements/with/12.10.1-9-s.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: 12.10.1-9-s diff --git a/test/language/types/number/8.5.1.js b/test/language/types/number/8.5.1.js index c9c98830afa68d1690dd15a528b296c05e50c563..a4b9dffd59a8ddfc0455cb8a0d6b88d2aefdadac 100644 --- a/test/language/types/number/8.5.1.js +++ b/test/language/types/number/8.5.1.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: 8.5.1 diff --git a/test/language/types/reference/8.7.2-1-s.js b/test/language/types/reference/8.7.2-1-s.js index 642d624e0651078375b87458c469a38b94fb12b2..d9d2901081933a24caccb3ae26001951e6e1d5fb 100644 --- a/test/language/types/reference/8.7.2-1-s.js +++ b/test/language/types/reference/8.7.2-1-s.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: 8.7.2-1-s diff --git a/test/language/types/reference/8.7.2-2-s.js b/test/language/types/reference/8.7.2-2-s.js index 1bdff1b84dbff052430761fd8bb188900dad494e..89fef04bd7b964ec84d8b2956beb4763e85e742f 100644 --- a/test/language/types/reference/8.7.2-2-s.js +++ b/test/language/types/reference/8.7.2-2-s.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: 8.7.2-2-s diff --git a/test/language/types/reference/8.7.2-3-1-s.js b/test/language/types/reference/8.7.2-3-1-s.js index cd1a084eb2e922257879ec929e589852a2d24949..ca9f96c7889f0d8fe267fc8f4e851ba0810f857b 100644 --- a/test/language/types/reference/8.7.2-3-1-s.js +++ b/test/language/types/reference/8.7.2-3-1-s.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: 8.7.2-3-1-s diff --git a/test/language/types/reference/8.7.2-3-a-1gs.js b/test/language/types/reference/8.7.2-3-a-1gs.js index 06274950d8ac30659743030a326d3294da73565a..15627d6aaedac1906f19434d94af3c38233c3b84 100644 --- a/test/language/types/reference/8.7.2-3-a-1gs.js +++ b/test/language/types/reference/8.7.2-3-a-1gs.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: 8.7.2-3-a-1gs diff --git a/test/language/types/reference/8.7.2-3-a-2gs.js b/test/language/types/reference/8.7.2-3-a-2gs.js index 1a9789c1ff8b8b19793a4673cd7da2df62511dd9..4b0cd7aa384fced522cadd34ade030a96ad1e77c 100644 --- a/test/language/types/reference/8.7.2-3-a-2gs.js +++ b/test/language/types/reference/8.7.2-3-a-2gs.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: 8.7.2-3-a-2gs diff --git a/test/language/types/reference/8.7.2-3-s.js b/test/language/types/reference/8.7.2-3-s.js index 147072476a2ee09820aa6bfc5cd5d9616faaaba6..c6471b43f15eb7664b5a5f8445aadca5c8aacf71 100644 --- a/test/language/types/reference/8.7.2-3-s.js +++ b/test/language/types/reference/8.7.2-3-s.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: 8.7.2-3-s diff --git a/test/language/types/reference/8.7.2-4-s.js b/test/language/types/reference/8.7.2-4-s.js index 8a297bee0ca477b864c6e0f63ec8bc7a86e16b24..899dcbf3fadfe2a404d2a7ea68bae05a853e76d0 100644 --- a/test/language/types/reference/8.7.2-4-s.js +++ b/test/language/types/reference/8.7.2-4-s.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: 8.7.2-4-s diff --git a/test/language/types/reference/8.7.2-5-s.js b/test/language/types/reference/8.7.2-5-s.js index 85bc6d82380496474c17bfab0ff9bcf4ec1423f8..f5dc14a5bf5280e900891777d7ce26efc74ae3a6 100644 --- a/test/language/types/reference/8.7.2-5-s.js +++ b/test/language/types/reference/8.7.2-5-s.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: 8.7.2-5-s diff --git a/test/language/types/reference/8.7.2-6-s.js b/test/language/types/reference/8.7.2-6-s.js index b787d319a345007322d451fbb9601fd6c8a599fc..d0332303da8659bbea70d27acd859460211155e8 100644 --- a/test/language/types/reference/8.7.2-6-s.js +++ b/test/language/types/reference/8.7.2-6-s.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: 8.7.2-6-s diff --git a/test/language/types/reference/8.7.2-7-s.js b/test/language/types/reference/8.7.2-7-s.js index b0d1714865a622baad3f940b4147ec36f36f6409..d4c31f6f35d72b78f06b259f1319725d96ac8a3d 100644 --- a/test/language/types/reference/8.7.2-7-s.js +++ b/test/language/types/reference/8.7.2-7-s.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: 8.7.2-7-s diff --git a/test/language/types/reference/8.7.2-8-s.js b/test/language/types/reference/8.7.2-8-s.js index 69b776a94f2ea8902b5f0b6b61b8934a183fc08e..8f022c4abdb6e16e4bc4ab38785861b042380a54 100644 --- a/test/language/types/reference/8.7.2-8-s.js +++ b/test/language/types/reference/8.7.2-8-s.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: 8.7.2-8-s diff --git a/tools/CoverageAnalyzer.py b/tools/CoverageAnalyzer.py index 08cdcae1feb2fc2046ac2071c9ea19cc074950ef..e79ab7f38dbf874bd579811db4489a6fcaf21a72 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 c23248c5a0099f7661ee0dff146e6541283af709..34550adbb9484f46ec27937793313944edacf8e1 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 372a66743dfb05b440b6b5be2cd2bc8bcf082205..67ce897dd3549ec8d715a74cabfab930301e05cf 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 d9cb6a058589969808da8df877b28585607164a2..b22c51d6186b38229aca99dbbba2968538aa140a 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 d95b1747164effd126c842c9873588e37601ded6..8b7c0b70a5d3b501392576574594f27d2623cf90 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 79578191892439bc28c435fba3a9ad54a61413fe..341b68c7506cdbf8076e7f687a6365448412910d 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 21859f5a684965e67d16a285d588379c06b89daa..d982e55bd128df5564bdf32fecc6417aca45e092 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 4433850f3d5dd7e2f4d622b5fadec6989fb32fda..fc07ae913d0c5885ca2d69ebdb22fe579d3aecba 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 47e2d09a3550fc57bef91c7eb025b78d8874721e..8db93aad52b2005a7f462821b7acd6ce5789f048 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 diff --git a/website/scripts/ed.js b/website/scripts/ed.js index 6d652a9104f5a4c9dfedddcf8a56d29f68c97e44..1cc6c9603003f3001acf9c51e2d49207f98fd77d 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 abb0dec35832edd8f27cc67f7b128459a5449c79..e0768f99a6e17f562769fa85deb678a6f7a3508e 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 982400def87e27d38126e8ab0351213723e4d384..2e28eb293b6d13e5d01fbbaf50ed85b5efc77586 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 2d9348fae690c0edb4765c11afa3397dcd11d6ad..c109d2a68f5b55c67d863d89625083f3557609f3 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 26b440795b3ef2883f8d1992060b7d6dcc94b52c..c1f2fbd7b05926ebf0655ff5db0a3267230f6790 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