diff --git a/CMakeLists.txt b/CMakeLists.txt index cc19b0871..87565b94e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/toolchain_external.cmake b/cmake/toolchain_external.cmake index f1e25b2be..e481b7ec8 100644 --- a/cmake/toolchain_external.cmake +++ b/cmake/toolchain_external.cmake @@ -1,4 +1,4 @@ -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/toolchain_linux_armv7l-el.cmake b/cmake/toolchain_linux_armv7l-el.cmake index 6e86699ec..e9e804cd0 100644 --- a/cmake/toolchain_linux_armv7l-el.cmake +++ b/cmake/toolchain_linux_armv7l-el.cmake @@ -1,4 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/toolchain_linux_armv7l.cmake b/cmake/toolchain_linux_armv7l.cmake index e1d5fa118..0e3248e29 100644 --- a/cmake/toolchain_linux_armv7l.cmake +++ b/cmake/toolchain_linux_armv7l.cmake @@ -1,4 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/toolchain_linux_i686.cmake b/cmake/toolchain_linux_i686.cmake index 171dde91d..f2a9b6131 100644 --- a/cmake/toolchain_linux_i686.cmake +++ b/cmake/toolchain_linux_i686.cmake @@ -1,5 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/toolchain_mcu_stm32f3.cmake b/cmake/toolchain_mcu_stm32f3.cmake index d93fd0aa4..039853539 100644 --- a/cmake/toolchain_mcu_stm32f3.cmake +++ b/cmake/toolchain_mcu_stm32f3.cmake @@ -1,4 +1,4 @@ -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/toolchain_mcu_stm32f4.cmake b/cmake/toolchain_mcu_stm32f4.cmake index 03a47bd4d..e058f7c32 100644 --- a/cmake/toolchain_mcu_stm32f4.cmake +++ b/cmake/toolchain_mcu_stm32f4.cmake @@ -1,4 +1,4 @@ -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/toolchain_openwrt_mips.cmake b/cmake/toolchain_openwrt_mips.cmake index 2e63545a5..b0b99f74f 100644 --- a/cmake/toolchain_openwrt_mips.cmake +++ b/cmake/toolchain_openwrt_mips.cmake @@ -1,4 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jerry-core/CMakeLists.txt b/jerry-core/CMakeLists.txt index 4276bd006..23052b600 100644 --- a/jerry-core/CMakeLists.txt +++ b/jerry-core/CMakeLists.txt @@ -1,5 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jerry-core/config.h b/jerry-core/config.h index 0dcec31c6..784ddd16c 100644 --- a/jerry-core/config.h +++ b/jerry-core/config.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-alloc.c b/jerry-core/ecma/base/ecma-alloc.c index 7afabbdb6..c5c37fded 100644 --- a/jerry-core/ecma/base/ecma-alloc.c +++ b/jerry-core/ecma/base/ecma-alloc.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-alloc.h b/jerry-core/ecma/base/ecma-alloc.h index 97653636f..3c74811cc 100644 --- a/jerry-core/ecma/base/ecma-alloc.h +++ b/jerry-core/ecma/base/ecma-alloc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-gc.c b/jerry-core/ecma/base/ecma-gc.c index 3fbfb6676..ff847a2ba 100644 --- a/jerry-core/ecma/base/ecma-gc.c +++ b/jerry-core/ecma/base/ecma-gc.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-gc.h b/jerry-core/ecma/base/ecma-gc.h index bf4b1a48f..4f98d23b2 100644 --- a/jerry-core/ecma/base/ecma-gc.h +++ b/jerry-core/ecma/base/ecma-gc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-globals.h b/jerry-core/ecma/base/ecma-globals.h index 52355afce..0bc847774 100644 --- a/jerry-core/ecma/base/ecma-globals.h +++ b/jerry-core/ecma/base/ecma-globals.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-helpers-conversion.c b/jerry-core/ecma/base/ecma-helpers-conversion.c index 6396a46ef..b50ed04dc 100644 --- a/jerry-core/ecma/base/ecma-helpers-conversion.c +++ b/jerry-core/ecma/base/ecma-helpers-conversion.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-helpers-errol.c b/jerry-core/ecma/base/ecma-helpers-errol.c index d8ee9bb31..4efcc9d7c 100644 --- a/jerry-core/ecma/base/ecma-helpers-errol.c +++ b/jerry-core/ecma/base/ecma-helpers-errol.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-helpers-external-pointers.c b/jerry-core/ecma/base/ecma-helpers-external-pointers.c index 12865533b..762f850fa 100644 --- a/jerry-core/ecma/base/ecma-helpers-external-pointers.c +++ b/jerry-core/ecma/base/ecma-helpers-external-pointers.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-helpers-number.c b/jerry-core/ecma/base/ecma-helpers-number.c index 3c4f7f7c7..7e69dc6e1 100644 --- a/jerry-core/ecma/base/ecma-helpers-number.c +++ b/jerry-core/ecma/base/ecma-helpers-number.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-helpers-string.c b/jerry-core/ecma/base/ecma-helpers-string.c index 261bb1ac0..4c2d6de43 100644 --- a/jerry-core/ecma/base/ecma-helpers-string.c +++ b/jerry-core/ecma/base/ecma-helpers-string.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-helpers-value.c b/jerry-core/ecma/base/ecma-helpers-value.c index 5a74106b8..2108f739b 100644 --- a/jerry-core/ecma/base/ecma-helpers-value.c +++ b/jerry-core/ecma/base/ecma-helpers-value.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-helpers-values-collection.c b/jerry-core/ecma/base/ecma-helpers-values-collection.c index 33651603e..afc564ea4 100644 --- a/jerry-core/ecma/base/ecma-helpers-values-collection.c +++ b/jerry-core/ecma/base/ecma-helpers-values-collection.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-helpers.c b/jerry-core/ecma/base/ecma-helpers.c index b78ebb6fc..c5328a220 100644 --- a/jerry-core/ecma/base/ecma-helpers.c +++ b/jerry-core/ecma/base/ecma-helpers.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-helpers.h b/jerry-core/ecma/base/ecma-helpers.h index c59d7c14c..0c7fd1326 100644 --- a/jerry-core/ecma/base/ecma-helpers.h +++ b/jerry-core/ecma/base/ecma-helpers.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-init-finalize.c b/jerry-core/ecma/base/ecma-init-finalize.c index a9cb6c1a9..42c3f51eb 100644 --- a/jerry-core/ecma/base/ecma-init-finalize.c +++ b/jerry-core/ecma/base/ecma-init-finalize.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-init-finalize.h b/jerry-core/ecma/base/ecma-init-finalize.h index b7f88df6a..159c0bfbe 100644 --- a/jerry-core/ecma/base/ecma-init-finalize.h +++ b/jerry-core/ecma/base/ecma-init-finalize.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-lcache.c b/jerry-core/ecma/base/ecma-lcache.c index 29431c797..4db8cc9f5 100644 --- a/jerry-core/ecma/base/ecma-lcache.c +++ b/jerry-core/ecma/base/ecma-lcache.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-lcache.h b/jerry-core/ecma/base/ecma-lcache.h index 190ab0692..8804a805a 100644 --- a/jerry-core/ecma/base/ecma-lcache.h +++ b/jerry-core/ecma/base/ecma-lcache.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-literal-storage.c b/jerry-core/ecma/base/ecma-literal-storage.c index 317f1d475..c799e4fc1 100644 --- a/jerry-core/ecma/base/ecma-literal-storage.c +++ b/jerry-core/ecma/base/ecma-literal-storage.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-literal-storage.h b/jerry-core/ecma/base/ecma-literal-storage.h index 2167713b4..0712da76e 100644 --- a/jerry-core/ecma/base/ecma-literal-storage.h +++ b/jerry-core/ecma/base/ecma-literal-storage.h @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-property-hashmap.c b/jerry-core/ecma/base/ecma-property-hashmap.c index d0279cc0e..c5d277bfe 100644 --- a/jerry-core/ecma/base/ecma-property-hashmap.c +++ b/jerry-core/ecma/base/ecma-property-hashmap.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/base/ecma-property-hashmap.h b/jerry-core/ecma/base/ecma-property-hashmap.h index c2f2e49b0..1dd2d8715 100644 --- a/jerry-core/ecma/base/ecma-property-hashmap.h +++ b/jerry-core/ecma/base/ecma-property-hashmap.h @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.c index e12632656..9021c1a9e 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.inc.h index 7c0d53710..6ac45bce7 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. - * Copyright 2015 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-array.c b/jerry-core/ecma/builtin-objects/ecma-builtin-array.c index edb78e552..95cd875ed 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-array.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-array.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-array.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-array.inc.h index 51437016b..e516215a0 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-array.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-array.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-boolean-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-boolean-prototype.c index 2eed584ce..1e024466c 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-boolean-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-boolean-prototype.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-boolean-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-boolean-prototype.inc.h index 2e70abe58..c44bf1d7c 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-boolean-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-boolean-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-boolean.c b/jerry-core/ecma/builtin-objects/ecma-builtin-boolean.c index 5dee3ce97..06833cea3 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-boolean.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-boolean.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-boolean.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-boolean.inc.h index 7e2f83f3d..359496fbd 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-boolean.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-boolean.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.c index 4e08dc6b7..d84ce5d81 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.inc.h index 4c44b3ce8..a7f4d3668 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-date.c b/jerry-core/ecma/builtin-objects/ecma-builtin-date.c index 6e570457e..0b34fe2f2 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-date.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-date.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-date.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-date.inc.h index 20e74f997..0fde1bb97 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-date.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-date.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. - * Copyright 2015 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-error-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-error-prototype.c index 930bfd2b9..26a4df65f 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-error-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-error-prototype.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-error-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-error-prototype.inc.h index 0d23b413c..8e5286aed 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-error-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-error-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-error.c b/jerry-core/ecma/builtin-objects/ecma-builtin-error.c index 10c4da08b..6fdd66fa0 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-error.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-error.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-error.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-error.inc.h index 5caeae78e..04d9727b0 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-error.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-error.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror-prototype.c index 686179893..9a093cdeb 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror-prototype.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror-prototype.inc.h index 82cb02a1e..abbccf773 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror.c b/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror.c index 6a6b8b015..46719c28e 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror.inc.h index afde0f978..ebfa92d91 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-evalerror.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-function-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-function-prototype.c index 6d2971a97..32dc90a1f 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-function-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-function-prototype.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-function-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-function-prototype.inc.h index 46bfd7244..306f2548c 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-function-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-function-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-function.c b/jerry-core/ecma/builtin-objects/ecma-builtin-function.c index 1638773d8..e87a8a15f 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-function.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-function.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-function.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-function.inc.h index 854ea444e..24b6e7a04 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-function.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-function.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-global.c b/jerry-core/ecma/builtin-objects/ecma-builtin-global.c index 7b233ffe5..a7ce7f1fe 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-global.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-global.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-global.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-global.inc.h index 696d06b0d..cd2514154 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-global.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-global.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-date.c b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-date.c index ce1b9165e..dda9933b3 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-date.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-date.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-error.c b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-error.c index 19e3d8146..80428c3e2 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-error.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-error.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-json.c b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-json.c index 83fc15471..862ed13f9 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-json.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-json.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.c b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.c index 9f405426e..886fae30c 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h index f82b3275f..a2b30ff2e 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-internal-routines-template.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-internal-routines-template.inc.h index f04e54751..d824e2eab 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-internal-routines-template.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-internal-routines-template.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-json.c b/jerry-core/ecma/builtin-objects/ecma-builtin-json.c index 62d9c661b..31a112328 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-json.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-json.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-json.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-json.inc.h index e48b53f89..5a42ccbad 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-json.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-json.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. - * Copyright 2015 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-math.c b/jerry-core/ecma/builtin-objects/ecma-builtin-math.c index 30c3ac588..ef6f748c9 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-math.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-math.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-math.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-math.inc.h index f4684f0aa..cf4974cdd 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-math.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-math.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-number-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-number-prototype.c index 8ce607768..bc5a0726d 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-number-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-number-prototype.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-number-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-number-prototype.inc.h index ec2a354b1..94c2e2be9 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-number-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-number-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-number.c b/jerry-core/ecma/builtin-objects/ecma-builtin-number.c index 0c587178f..136fe6f4e 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-number.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-number.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-number.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-number.inc.h index 2b70d296f..f36b34d55 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-number.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-number.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-object-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-object-prototype.c index e3ad1cc16..abe9cf3fd 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-object-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-object-prototype.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-object-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-object-prototype.inc.h index 129e816d5..dd2b2f072 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-object-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-object-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-object.c b/jerry-core/ecma/builtin-objects/ecma-builtin-object.c index c92f7b8ce..0020ddf9b 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-object.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-object.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-object.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-object.inc.h index ca5ac3f7f..eae8e30a6 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-object.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-object.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror-prototype.c index ed07d44e6..57e3f1b7f 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror-prototype.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror-prototype.inc.h index 1b2e7e68a..0dbc03c21 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror.c b/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror.c index a8322bb92..f0a29dde2 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror.inc.h index b976fbc37..f987f1d90 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-rangeerror.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror-prototype.c index 46ea3dcbb..3b9bb822e 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror-prototype.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror-prototype.inc.h index 7fa35a476..09bcb7b4c 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror.c b/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror.c index fe2d1fe0b..950a04067 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror.inc.h index 0951a6ec5..031b5836b 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-referenceerror.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.c index 6fde04d7f..74fa0ffdf 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.inc.h index fd5efe752..0bd8c5ef3 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.c b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.c index 1db0f7aea..0c0967f5d 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.inc.h index 45bd6e28a..b7d2e4a81 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. - * Copyright 2015 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-string-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-string-prototype.c index 574051302..0b0fecf38 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-string-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-string-prototype.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-string-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-string-prototype.inc.h index 683f009a0..ef8c57f20 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-string-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-string-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-string.c b/jerry-core/ecma/builtin-objects/ecma-builtin-string.c index 96606f9ad..29e1b4f5b 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-string.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-string.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-string.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-string.inc.h index c50bed03b..115a2320a 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-string.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-string.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror-prototype.c index df629a707..ab3717d07 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror-prototype.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror-prototype.inc.h index eda1b5c29..09c60d9d5 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror.c b/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror.c index 6f4bfee35..fe927d082 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror.inc.h index 7922d8b04..e8ec73c11 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-syntaxerror.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.c b/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.c index a69d04dc5..fe58158bb 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.inc.h index 0242a0437..042ad89db 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.c index d7f53637c..169c3d589 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h index 1c7b778ea..d95ee9631 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror.c b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror.c index b6bc56299..59bac0769 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror.inc.h index bab2ef79f..6d4d368b0 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-urierror-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-urierror-prototype.c index d155f2eb4..5c6c851b4 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-urierror-prototype.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-urierror-prototype.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-urierror-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-urierror-prototype.inc.h index da1263959..1425e5397 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-urierror-prototype.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-urierror-prototype.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-urierror.c b/jerry-core/ecma/builtin-objects/ecma-builtin-urierror.c index c77bca05f..ae3783d3b 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-urierror.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-urierror.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-urierror.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-urierror.inc.h index b93469845..47c6830a4 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-urierror.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-urierror.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtins-internal.h b/jerry-core/ecma/builtin-objects/ecma-builtins-internal.h index ac12376d4..3ad8f4097 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtins-internal.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtins-internal.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtins.c b/jerry-core/ecma/builtin-objects/ecma-builtins.c index 97ff3c0b3..19bb33255 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtins.c +++ b/jerry-core/ecma/builtin-objects/ecma-builtins.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtins.h b/jerry-core/ecma/builtin-objects/ecma-builtins.h index 5018917b7..ce85982ad 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtins.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtins.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/builtin-objects/ecma-builtins.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtins.inc.h index 234709abb..b4d3771d8 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtins.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtins.inc.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-array-object.c b/jerry-core/ecma/operations/ecma-array-object.c index 0d495753b..143f15384 100644 --- a/jerry-core/ecma/operations/ecma-array-object.c +++ b/jerry-core/ecma/operations/ecma-array-object.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-array-object.h b/jerry-core/ecma/operations/ecma-array-object.h index f32b1b750..778f72e4a 100644 --- a/jerry-core/ecma/operations/ecma-array-object.h +++ b/jerry-core/ecma/operations/ecma-array-object.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-boolean-object.c b/jerry-core/ecma/operations/ecma-boolean-object.c index 0a59bc9fa..fdadfbcf8 100644 --- a/jerry-core/ecma/operations/ecma-boolean-object.c +++ b/jerry-core/ecma/operations/ecma-boolean-object.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-boolean-object.h b/jerry-core/ecma/operations/ecma-boolean-object.h index aa1c5e6e4..51f3826e5 100644 --- a/jerry-core/ecma/operations/ecma-boolean-object.h +++ b/jerry-core/ecma/operations/ecma-boolean-object.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-comparison.c b/jerry-core/ecma/operations/ecma-comparison.c index 6a2fd51a9..1b3c26f9c 100644 --- a/jerry-core/ecma/operations/ecma-comparison.c +++ b/jerry-core/ecma/operations/ecma-comparison.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-comparison.h b/jerry-core/ecma/operations/ecma-comparison.h index 9201275c8..2f39313d7 100644 --- a/jerry-core/ecma/operations/ecma-comparison.h +++ b/jerry-core/ecma/operations/ecma-comparison.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-conversion.c b/jerry-core/ecma/operations/ecma-conversion.c index e316b67bd..7414398be 100644 --- a/jerry-core/ecma/operations/ecma-conversion.c +++ b/jerry-core/ecma/operations/ecma-conversion.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-conversion.h b/jerry-core/ecma/operations/ecma-conversion.h index a631076d8..f28b5a052 100644 --- a/jerry-core/ecma/operations/ecma-conversion.h +++ b/jerry-core/ecma/operations/ecma-conversion.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-eval.c b/jerry-core/ecma/operations/ecma-eval.c index b4a8d0c19..bb7825c30 100644 --- a/jerry-core/ecma/operations/ecma-eval.c +++ b/jerry-core/ecma/operations/ecma-eval.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-eval.h b/jerry-core/ecma/operations/ecma-eval.h index 0e9c5a2ed..73e9edc61 100644 --- a/jerry-core/ecma/operations/ecma-eval.h +++ b/jerry-core/ecma/operations/ecma-eval.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-exceptions.c b/jerry-core/ecma/operations/ecma-exceptions.c index 1ea2424b1..de21d8bd4 100644 --- a/jerry-core/ecma/operations/ecma-exceptions.c +++ b/jerry-core/ecma/operations/ecma-exceptions.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-exceptions.h b/jerry-core/ecma/operations/ecma-exceptions.h index 1318215cd..1a463759a 100644 --- a/jerry-core/ecma/operations/ecma-exceptions.h +++ b/jerry-core/ecma/operations/ecma-exceptions.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-function-object.c b/jerry-core/ecma/operations/ecma-function-object.c index 93f6364d6..5df630845 100644 --- a/jerry-core/ecma/operations/ecma-function-object.c +++ b/jerry-core/ecma/operations/ecma-function-object.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-function-object.h b/jerry-core/ecma/operations/ecma-function-object.h index f1a9d00c6..a1ca588a4 100644 --- a/jerry-core/ecma/operations/ecma-function-object.h +++ b/jerry-core/ecma/operations/ecma-function-object.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-get-put-value.c b/jerry-core/ecma/operations/ecma-get-put-value.c index a1d0f6579..debb63234 100644 --- a/jerry-core/ecma/operations/ecma-get-put-value.c +++ b/jerry-core/ecma/operations/ecma-get-put-value.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-lex-env.c b/jerry-core/ecma/operations/ecma-lex-env.c index ae7cb36b0..2349f64a6 100644 --- a/jerry-core/ecma/operations/ecma-lex-env.c +++ b/jerry-core/ecma/operations/ecma-lex-env.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-lex-env.h b/jerry-core/ecma/operations/ecma-lex-env.h index 7698af5c3..8aa139057 100644 --- a/jerry-core/ecma/operations/ecma-lex-env.h +++ b/jerry-core/ecma/operations/ecma-lex-env.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-number-arithmetic.c b/jerry-core/ecma/operations/ecma-number-arithmetic.c index 8afa7cacf..0440b5fa1 100644 --- a/jerry-core/ecma/operations/ecma-number-arithmetic.c +++ b/jerry-core/ecma/operations/ecma-number-arithmetic.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-number-arithmetic.h b/jerry-core/ecma/operations/ecma-number-arithmetic.h index 1be9b3abd..fde8efc4d 100644 --- a/jerry-core/ecma/operations/ecma-number-arithmetic.h +++ b/jerry-core/ecma/operations/ecma-number-arithmetic.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-number-object.c b/jerry-core/ecma/operations/ecma-number-object.c index 00b340ced..bb09f0f15 100644 --- a/jerry-core/ecma/operations/ecma-number-object.c +++ b/jerry-core/ecma/operations/ecma-number-object.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-number-object.h b/jerry-core/ecma/operations/ecma-number-object.h index f02e822c4..bde4f6cb8 100644 --- a/jerry-core/ecma/operations/ecma-number-object.h +++ b/jerry-core/ecma/operations/ecma-number-object.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-objects-arguments.c b/jerry-core/ecma/operations/ecma-objects-arguments.c index f94eb42e4..ec3b7aa53 100644 --- a/jerry-core/ecma/operations/ecma-objects-arguments.c +++ b/jerry-core/ecma/operations/ecma-objects-arguments.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-objects-arguments.h b/jerry-core/ecma/operations/ecma-objects-arguments.h index af15c4d5a..aa5a9f4eb 100644 --- a/jerry-core/ecma/operations/ecma-objects-arguments.h +++ b/jerry-core/ecma/operations/ecma-objects-arguments.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-objects-general.c b/jerry-core/ecma/operations/ecma-objects-general.c index e61dea6f7..c24f35624 100644 --- a/jerry-core/ecma/operations/ecma-objects-general.c +++ b/jerry-core/ecma/operations/ecma-objects-general.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-objects-general.h b/jerry-core/ecma/operations/ecma-objects-general.h index 22da877e4..533a42a1d 100644 --- a/jerry-core/ecma/operations/ecma-objects-general.h +++ b/jerry-core/ecma/operations/ecma-objects-general.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-objects.c b/jerry-core/ecma/operations/ecma-objects.c index 7f01817ea..ba1c484ac 100644 --- a/jerry-core/ecma/operations/ecma-objects.c +++ b/jerry-core/ecma/operations/ecma-objects.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-objects.h b/jerry-core/ecma/operations/ecma-objects.h index a7c51022a..20d71453a 100644 --- a/jerry-core/ecma/operations/ecma-objects.h +++ b/jerry-core/ecma/operations/ecma-objects.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-reference.c b/jerry-core/ecma/operations/ecma-reference.c index 77ecf2250..5f15ea23e 100644 --- a/jerry-core/ecma/operations/ecma-reference.c +++ b/jerry-core/ecma/operations/ecma-reference.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-reference.h b/jerry-core/ecma/operations/ecma-reference.h index 003578f64..38309f2e7 100644 --- a/jerry-core/ecma/operations/ecma-reference.h +++ b/jerry-core/ecma/operations/ecma-reference.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-regexp-object.c b/jerry-core/ecma/operations/ecma-regexp-object.c index dc89f6086..7f526cdfc 100644 --- a/jerry-core/ecma/operations/ecma-regexp-object.c +++ b/jerry-core/ecma/operations/ecma-regexp-object.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-regexp-object.h b/jerry-core/ecma/operations/ecma-regexp-object.h index a211bf123..9df8c2472 100644 --- a/jerry-core/ecma/operations/ecma-regexp-object.h +++ b/jerry-core/ecma/operations/ecma-regexp-object.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-string-object.c b/jerry-core/ecma/operations/ecma-string-object.c index 100f680c9..207a370e0 100644 --- a/jerry-core/ecma/operations/ecma-string-object.c +++ b/jerry-core/ecma/operations/ecma-string-object.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-string-object.h b/jerry-core/ecma/operations/ecma-string-object.h index 1c87e4757..82c58003a 100644 --- a/jerry-core/ecma/operations/ecma-string-object.h +++ b/jerry-core/ecma/operations/ecma-string-object.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/ecma/operations/ecma-try-catch-macro.h b/jerry-core/ecma/operations/ecma-try-catch-macro.h index c6152ba51..14415ebf8 100644 --- a/jerry-core/ecma/operations/ecma-try-catch-macro.h +++ b/jerry-core/ecma/operations/ecma-try-catch-macro.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jcontext/jcontext.c b/jerry-core/jcontext/jcontext.c index 29d2781ef..627de7f9b 100644 --- a/jerry-core/jcontext/jcontext.c +++ b/jerry-core/jcontext/jcontext.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jcontext/jcontext.h b/jerry-core/jcontext/jcontext.h index 1045f08f8..3cd4c31db 100644 --- a/jerry-core/jcontext/jcontext.h +++ b/jerry-core/jcontext/jcontext.h @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jerry-api.h b/jerry-core/jerry-api.h index be9dd08a1..bff8d419e 100644 --- a/jerry-core/jerry-api.h +++ b/jerry-core/jerry-api.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jerry-internal.h b/jerry-core/jerry-internal.h index 3331e72db..581343591 100644 --- a/jerry-core/jerry-internal.h +++ b/jerry-core/jerry-internal.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jerry-port.h b/jerry-core/jerry-port.h index dba88076d..826b4bc14 100644 --- a/jerry-core/jerry-port.h +++ b/jerry-core/jerry-port.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jerry-snapshot.c b/jerry-core/jerry-snapshot.c index fbb8731b0..b81108aa6 100644 --- a/jerry-core/jerry-snapshot.c +++ b/jerry-core/jerry-snapshot.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jerry-snapshot.h b/jerry-core/jerry-snapshot.h index 00618edcd..c6a95c98c 100644 --- a/jerry-core/jerry-snapshot.h +++ b/jerry-core/jerry-snapshot.h @@ -1,5 +1,4 @@ -/* Copyright 2016 University of Szeged. - * Copyright 2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jerry.c b/jerry-core/jerry.c index d46019a8c..9deef3622 100644 --- a/jerry-core/jerry.c +++ b/jerry-core/jerry.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jmem/jmem-allocator-internal.h b/jerry-core/jmem/jmem-allocator-internal.h index 98df4e37b..794761c49 100644 --- a/jerry-core/jmem/jmem-allocator-internal.h +++ b/jerry-core/jmem/jmem-allocator-internal.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jmem/jmem-allocator.c b/jerry-core/jmem/jmem-allocator.c index a61c65818..f0f3b71df 100644 --- a/jerry-core/jmem/jmem-allocator.c +++ b/jerry-core/jmem/jmem-allocator.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jmem/jmem-allocator.h b/jerry-core/jmem/jmem-allocator.h index 19272b111..33a3641ce 100644 --- a/jerry-core/jmem/jmem-allocator.h +++ b/jerry-core/jmem/jmem-allocator.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jmem/jmem-config.h b/jerry-core/jmem/jmem-config.h index 790970016..543ce41e9 100644 --- a/jerry-core/jmem/jmem-config.h +++ b/jerry-core/jmem/jmem-config.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jmem/jmem-heap.c b/jerry-core/jmem/jmem-heap.c index 1a94a0839..2c65545ac 100644 --- a/jerry-core/jmem/jmem-heap.c +++ b/jerry-core/jmem/jmem-heap.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jmem/jmem-heap.h b/jerry-core/jmem/jmem-heap.h index ac06121c5..1186bcfbc 100644 --- a/jerry-core/jmem/jmem-heap.h +++ b/jerry-core/jmem/jmem-heap.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jmem/jmem-poolman.c b/jerry-core/jmem/jmem-poolman.c index 1e19b6cf9..cc053f9ae 100644 --- a/jerry-core/jmem/jmem-poolman.c +++ b/jerry-core/jmem/jmem-poolman.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jmem/jmem-poolman.h b/jerry-core/jmem/jmem-poolman.h index f63f0a6a3..e583bd76e 100644 --- a/jerry-core/jmem/jmem-poolman.h +++ b/jerry-core/jmem/jmem-poolman.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jrt/jrt-bit-fields.h b/jerry-core/jrt/jrt-bit-fields.h index 8898009e7..c5aaf373f 100644 --- a/jerry-core/jrt/jrt-bit-fields.h +++ b/jerry-core/jrt/jrt-bit-fields.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jrt/jrt-fatals.c b/jerry-core/jrt/jrt-fatals.c index d523079e6..736aac5a3 100644 --- a/jerry-core/jrt/jrt-fatals.c +++ b/jerry-core/jrt/jrt-fatals.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jrt/jrt-libc-includes.h b/jerry-core/jrt/jrt-libc-includes.h index 41684e1aa..bf87a86b2 100644 --- a/jerry-core/jrt/jrt-libc-includes.h +++ b/jerry-core/jrt/jrt-libc-includes.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jrt/jrt-types.h b/jerry-core/jrt/jrt-types.h index 8d434b966..f70543ad2 100644 --- a/jerry-core/jrt/jrt-types.h +++ b/jerry-core/jrt/jrt-types.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/jrt/jrt.h b/jerry-core/jrt/jrt.h index 381b37bf0..9c6cbcfda 100644 --- a/jerry-core/jrt/jrt.h +++ b/jerry-core/jrt/jrt.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/lit/lit-char-helpers.c b/jerry-core/lit/lit-char-helpers.c index 4ca5833e0..70dbd249e 100644 --- a/jerry-core/lit/lit-char-helpers.c +++ b/jerry-core/lit/lit-char-helpers.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/lit/lit-char-helpers.h b/jerry-core/lit/lit-char-helpers.h index 2cffee9d7..986328179 100644 --- a/jerry-core/lit/lit-char-helpers.h +++ b/jerry-core/lit/lit-char-helpers.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/lit/lit-globals.h b/jerry-core/lit/lit-globals.h index 808157159..df4716d23 100644 --- a/jerry-core/lit/lit-globals.h +++ b/jerry-core/lit/lit-globals.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/lit/lit-magic-strings.c b/jerry-core/lit/lit-magic-strings.c index 9b7c6f362..3489d4bf4 100644 --- a/jerry-core/lit/lit-magic-strings.c +++ b/jerry-core/lit/lit-magic-strings.c @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/lit/lit-magic-strings.h b/jerry-core/lit/lit-magic-strings.h index d8dff4799..f540433f0 100644 --- a/jerry-core/lit/lit-magic-strings.h +++ b/jerry-core/lit/lit-magic-strings.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/lit/lit-magic-strings.inc.h b/jerry-core/lit/lit-magic-strings.inc.h index 94ef487eb..e64c146f5 100644 --- a/jerry-core/lit/lit-magic-strings.inc.h +++ b/jerry-core/lit/lit-magic-strings.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/lit/lit-strings.c b/jerry-core/lit/lit-strings.c index 5083a9093..ae79f1d60 100644 --- a/jerry-core/lit/lit-strings.c +++ b/jerry-core/lit/lit-strings.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/lit/lit-strings.h b/jerry-core/lit/lit-strings.h index e89670203..5820ee04c 100644 --- a/jerry-core/lit/lit-strings.h +++ b/jerry-core/lit/lit-strings.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/lit/lit-unicode-ranges.inc.h b/jerry-core/lit/lit-unicode-ranges.inc.h index 9304b9ccb..ee142aa21 100644 --- a/jerry-core/lit/lit-unicode-ranges.inc.h +++ b/jerry-core/lit/lit-unicode-ranges.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/byte-code.c b/jerry-core/parser/js/byte-code.c index 1f1a830e1..16c68d0c3 100644 --- a/jerry-core/parser/js/byte-code.c +++ b/jerry-core/parser/js/byte-code.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/byte-code.h b/jerry-core/parser/js/byte-code.h index c5220b1d0..e396cc7ee 100644 --- a/jerry-core/parser/js/byte-code.h +++ b/jerry-core/parser/js/byte-code.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/common.c b/jerry-core/parser/js/common.c index c3700bd6e..895434ce4 100644 --- a/jerry-core/parser/js/common.c +++ b/jerry-core/parser/js/common.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/common.h b/jerry-core/parser/js/common.h index b597f32a4..972e75c4c 100644 --- a/jerry-core/parser/js/common.h +++ b/jerry-core/parser/js/common.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-lexer.c b/jerry-core/parser/js/js-lexer.c index b3a3acc15..b86fc2f25 100644 --- a/jerry-core/parser/js/js-lexer.c +++ b/jerry-core/parser/js/js-lexer.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-lexer.h b/jerry-core/parser/js/js-lexer.h index 41a9c5ccf..45b3beced 100644 --- a/jerry-core/parser/js/js-lexer.h +++ b/jerry-core/parser/js/js-lexer.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-parser-expr.c b/jerry-core/parser/js/js-parser-expr.c index f8763bcb8..976c32534 100644 --- a/jerry-core/parser/js/js-parser-expr.c +++ b/jerry-core/parser/js/js-parser-expr.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-parser-internal.h b/jerry-core/parser/js/js-parser-internal.h index 433c7bbe1..623cdb5bb 100644 --- a/jerry-core/parser/js/js-parser-internal.h +++ b/jerry-core/parser/js/js-parser-internal.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-parser-limits.h b/jerry-core/parser/js/js-parser-limits.h index 1a58cbe77..d4c8e99d1 100644 --- a/jerry-core/parser/js/js-parser-limits.h +++ b/jerry-core/parser/js/js-parser-limits.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-parser-mem.c b/jerry-core/parser/js/js-parser-mem.c index f8629de4a..35de65efd 100644 --- a/jerry-core/parser/js/js-parser-mem.c +++ b/jerry-core/parser/js/js-parser-mem.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-parser-scanner.c b/jerry-core/parser/js/js-parser-scanner.c index 674e78266..1d5f87320 100644 --- a/jerry-core/parser/js/js-parser-scanner.c +++ b/jerry-core/parser/js/js-parser-scanner.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-parser-statm.c b/jerry-core/parser/js/js-parser-statm.c index 0d6678dbf..d6082358b 100644 --- a/jerry-core/parser/js/js-parser-statm.c +++ b/jerry-core/parser/js/js-parser-statm.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-parser-util.c b/jerry-core/parser/js/js-parser-util.c index 02d7757b6..c35db933f 100644 --- a/jerry-core/parser/js/js-parser-util.c +++ b/jerry-core/parser/js/js-parser-util.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-parser.c b/jerry-core/parser/js/js-parser.c index ea488ce63..14b3eb28f 100644 --- a/jerry-core/parser/js/js-parser.c +++ b/jerry-core/parser/js/js-parser.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/js/js-parser.h b/jerry-core/parser/js/js-parser.h index e7886ba1b..fa03343f2 100644 --- a/jerry-core/parser/js/js-parser.h +++ b/jerry-core/parser/js/js-parser.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/regexp/re-bytecode.c b/jerry-core/parser/regexp/re-bytecode.c index 596c2b588..e3857a545 100644 --- a/jerry-core/parser/regexp/re-bytecode.c +++ b/jerry-core/parser/regexp/re-bytecode.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/regexp/re-bytecode.h b/jerry-core/parser/regexp/re-bytecode.h index d2bdb7369..90453b40d 100644 --- a/jerry-core/parser/regexp/re-bytecode.h +++ b/jerry-core/parser/regexp/re-bytecode.h @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/regexp/re-compiler.c b/jerry-core/parser/regexp/re-compiler.c index f5df456df..9541aa87a 100644 --- a/jerry-core/parser/regexp/re-compiler.c +++ b/jerry-core/parser/regexp/re-compiler.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/regexp/re-compiler.h b/jerry-core/parser/regexp/re-compiler.h index 0e4b8706b..9226ecec3 100644 --- a/jerry-core/parser/regexp/re-compiler.h +++ b/jerry-core/parser/regexp/re-compiler.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/regexp/re-parser.c b/jerry-core/parser/regexp/re-parser.c index 87fe65c02..c57af7896 100644 --- a/jerry-core/parser/regexp/re-parser.c +++ b/jerry-core/parser/regexp/re-parser.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/parser/regexp/re-parser.h b/jerry-core/parser/regexp/re-parser.h index 3e1d50a6c..5d984ae27 100644 --- a/jerry-core/parser/regexp/re-parser.h +++ b/jerry-core/parser/regexp/re-parser.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/opcodes-ecma-arithmetics.c b/jerry-core/vm/opcodes-ecma-arithmetics.c index 0047db9e6..f11607c11 100644 --- a/jerry-core/vm/opcodes-ecma-arithmetics.c +++ b/jerry-core/vm/opcodes-ecma-arithmetics.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/opcodes-ecma-bitwise.c b/jerry-core/vm/opcodes-ecma-bitwise.c index 6e84f425b..237551860 100644 --- a/jerry-core/vm/opcodes-ecma-bitwise.c +++ b/jerry-core/vm/opcodes-ecma-bitwise.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/opcodes-ecma-equality.c b/jerry-core/vm/opcodes-ecma-equality.c index 650f55bc6..175c7a11c 100644 --- a/jerry-core/vm/opcodes-ecma-equality.c +++ b/jerry-core/vm/opcodes-ecma-equality.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/opcodes-ecma-relational.c b/jerry-core/vm/opcodes-ecma-relational.c index 7f6e0339c..4ccfb350c 100644 --- a/jerry-core/vm/opcodes-ecma-relational.c +++ b/jerry-core/vm/opcodes-ecma-relational.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/opcodes.c b/jerry-core/vm/opcodes.c index 6b13fbebd..dd73afd53 100644 --- a/jerry-core/vm/opcodes.c +++ b/jerry-core/vm/opcodes.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/opcodes.h b/jerry-core/vm/opcodes.h index 25219eaff..ae89f504d 100644 --- a/jerry-core/vm/opcodes.h +++ b/jerry-core/vm/opcodes.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/vm-defines.h b/jerry-core/vm/vm-defines.h index ee43c9033..5bf98128e 100644 --- a/jerry-core/vm/vm-defines.h +++ b/jerry-core/vm/vm-defines.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/vm-stack.c b/jerry-core/vm/vm-stack.c index 860c6ee7e..da13a3c53 100644 --- a/jerry-core/vm/vm-stack.c +++ b/jerry-core/vm/vm-stack.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/vm-stack.h b/jerry-core/vm/vm-stack.h index bea619030..be3172ff4 100644 --- a/jerry-core/vm/vm-stack.h +++ b/jerry-core/vm/vm-stack.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/vm.c b/jerry-core/vm/vm.c index bbf038d8b..f969746c2 100644 --- a/jerry-core/vm/vm.c +++ b/jerry-core/vm/vm.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-core/vm/vm.h b/jerry-core/vm/vm.h index c23bd8ff7..19f17339e 100644 --- a/jerry-core/vm/vm.h +++ b/jerry-core/vm/vm.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/CMakeLists.txt b/jerry-libc/CMakeLists.txt index 94e96e9b0..8b30af5b3 100644 --- a/jerry-libc/CMakeLists.txt +++ b/jerry-libc/CMakeLists.txt @@ -1,5 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jerry-libc/arch/arm-v7.h b/jerry-libc/arch/arm-v7.h index 5d614e6e1..ba0743eff 100644 --- a/jerry-libc/arch/arm-v7.h +++ b/jerry-libc/arch/arm-v7.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/arch/x86-32.h b/jerry-libc/arch/x86-32.h index e1538107c..eb8d0e39f 100644 --- a/jerry-libc/arch/x86-32.h +++ b/jerry-libc/arch/x86-32.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/arch/x86-64.h b/jerry-libc/arch/x86-64.h index 5e53da604..2b36fbc98 100644 --- a/jerry-libc/arch/x86-64.h +++ b/jerry-libc/arch/x86-64.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/include/assert.h b/jerry-libc/include/assert.h index a63c08c64..d4942a0d9 100644 --- a/jerry-libc/include/assert.h +++ b/jerry-libc/include/assert.h @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/include/setjmp.h b/jerry-libc/include/setjmp.h index 4705858f8..ce5961c9b 100644 --- a/jerry-libc/include/setjmp.h +++ b/jerry-libc/include/setjmp.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/include/stdio.h b/jerry-libc/include/stdio.h index 29c35166d..9ff331e94 100644 --- a/jerry-libc/include/stdio.h +++ b/jerry-libc/include/stdio.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/include/stdlib.h b/jerry-libc/include/stdlib.h index 26bcc9e5c..dd802fa09 100644 --- a/jerry-libc/include/stdlib.h +++ b/jerry-libc/include/stdlib.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/include/string.h b/jerry-libc/include/string.h index 9f4212d18..057654070 100644 --- a/jerry-libc/include/string.h +++ b/jerry-libc/include/string.h @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/include/sys/time.h b/jerry-libc/include/sys/time.h index eb929a90d..a20cba0aa 100644 --- a/jerry-libc/include/sys/time.h +++ b/jerry-libc/include/sys/time.h @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/jerry-libc-defs.h b/jerry-libc/jerry-libc-defs.h index 8177d61e2..73feae349 100644 --- a/jerry-libc/jerry-libc-defs.h +++ b/jerry-libc/jerry-libc-defs.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/jerry-libc-printf.c b/jerry-libc/jerry-libc-printf.c index 0682471d6..cc9366c78 100644 --- a/jerry-libc/jerry-libc-printf.c +++ b/jerry-libc/jerry-libc-printf.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/jerry-libc.c b/jerry-libc/jerry-libc.c index a0a62ce28..20c947c5b 100644 --- a/jerry-libc/jerry-libc.c +++ b/jerry-libc/jerry-libc.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/target/posix/jerry-asm.S b/jerry-libc/target/posix/jerry-asm.S index 470b62121..8722fc1a6 100644 --- a/jerry-libc/target/posix/jerry-asm.S +++ b/jerry-libc/target/posix/jerry-asm.S @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libc/target/posix/jerry-libc-target.c b/jerry-libc/target/posix/jerry-libc-target.c index ab48932b5..b939ecea5 100644 --- a/jerry-libc/target/posix/jerry-libc-target.c +++ b/jerry-libc/target/posix/jerry-libc-target.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/CMakeLists.txt b/jerry-libm/CMakeLists.txt index 0254b66a7..33aea6289 100644 --- a/jerry-libm/CMakeLists.txt +++ b/jerry-libm/CMakeLists.txt @@ -1,5 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2015-2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jerry-libm/acos.c b/jerry-libm/acos.c index f78992e19..d3b688df3 100644 --- a/jerry-libm/acos.c +++ b/jerry-libm/acos.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/asin.c b/jerry-libm/asin.c index 3a6c4be27..3db5e36cb 100644 --- a/jerry-libm/asin.c +++ b/jerry-libm/asin.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/atan.c b/jerry-libm/atan.c index 6a57a6c09..586b787d0 100644 --- a/jerry-libm/atan.c +++ b/jerry-libm/atan.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/atan2.c b/jerry-libm/atan2.c index b0038aab0..47764153b 100644 --- a/jerry-libm/atan2.c +++ b/jerry-libm/atan2.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/ceil.c b/jerry-libm/ceil.c index e455f9545..fda9b2be2 100644 --- a/jerry-libm/ceil.c +++ b/jerry-libm/ceil.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/copysign.c b/jerry-libm/copysign.c index 877ff2ef0..48d35f74d 100644 --- a/jerry-libm/copysign.c +++ b/jerry-libm/copysign.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/exp.c b/jerry-libm/exp.c index 6186b23fe..f20d7d5d1 100644 --- a/jerry-libm/exp.c +++ b/jerry-libm/exp.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/fabs.c b/jerry-libm/fabs.c index 1ebbb12a2..ed208357f 100644 --- a/jerry-libm/fabs.c +++ b/jerry-libm/fabs.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/finite.c b/jerry-libm/finite.c index f5817f421..dfe628e6f 100644 --- a/jerry-libm/finite.c +++ b/jerry-libm/finite.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/floor.c b/jerry-libm/floor.c index ba762cb83..b279cd0af 100644 --- a/jerry-libm/floor.c +++ b/jerry-libm/floor.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/fmod.c b/jerry-libm/fmod.c index de199d063..bb58bb163 100644 --- a/jerry-libm/fmod.c +++ b/jerry-libm/fmod.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/include/math.h b/jerry-libm/include/math.h index a34a536a4..496c24267 100644 --- a/jerry-libm/include/math.h +++ b/jerry-libm/include/math.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/isnan.c b/jerry-libm/isnan.c index e8c2b9e2a..08b967ae5 100644 --- a/jerry-libm/isnan.c +++ b/jerry-libm/isnan.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/jerry-libm-internal.h b/jerry-libm/jerry-libm-internal.h index 3551f1441..4d046a2f5 100644 --- a/jerry-libm/jerry-libm-internal.h +++ b/jerry-libm/jerry-libm-internal.h @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/log.c b/jerry-libm/log.c index d315e04ca..7c9e56944 100644 --- a/jerry-libm/log.c +++ b/jerry-libm/log.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/nextafter.c b/jerry-libm/nextafter.c index a6b8fabe1..df6f4476c 100644 --- a/jerry-libm/nextafter.c +++ b/jerry-libm/nextafter.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/pow.c b/jerry-libm/pow.c index 891066973..18f2bc17a 100644 --- a/jerry-libm/pow.c +++ b/jerry-libm/pow.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/scalbn.c b/jerry-libm/scalbn.c index cfd2f318f..2ee4f355d 100644 --- a/jerry-libm/scalbn.c +++ b/jerry-libm/scalbn.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/sqrt.c b/jerry-libm/sqrt.c index f6784c2e6..43135351b 100644 --- a/jerry-libm/sqrt.c +++ b/jerry-libm/sqrt.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-libm/trig.c b/jerry-libm/trig.c index 3486548a6..dd2440d22 100644 --- a/jerry-libm/trig.c +++ b/jerry-libm/trig.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jerry-main/CMakeLists.txt b/jerry-main/CMakeLists.txt index dee919822..50a053de9 100644 --- a/jerry-main/CMakeLists.txt +++ b/jerry-main/CMakeLists.txt @@ -1,5 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jerry-main/main-unix.c b/jerry-main/main-unix.c index 757d16e22..805114b4e 100644 --- a/jerry-main/main-unix.c +++ b/jerry-main/main-unix.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/include/inttypes.h b/targets/curie_bsp/include/inttypes.h index c4472fafe..9b0ba43ad 100644 --- a/targets/curie_bsp/include/inttypes.h +++ b/targets/curie_bsp/include/inttypes.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/include/setjmp.h b/targets/curie_bsp/include/setjmp.h index b28df0809..b50f5ac6f 100644 --- a/targets/curie_bsp/include/setjmp.h +++ b/targets/curie_bsp/include/setjmp.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/jerry_app/arc/main.c b/targets/curie_bsp/jerry_app/arc/main.c index 06e1a288d..6042e44bb 100644 --- a/targets/curie_bsp/jerry_app/arc/main.c +++ b/targets/curie_bsp/jerry_app/arc/main.c @@ -1,4 +1,4 @@ -/* Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/jerry_app/arc/memory_pool_list.def b/targets/curie_bsp/jerry_app/arc/memory_pool_list.def index 3d77ab73e..e06b5931b 100644 --- a/targets/curie_bsp/jerry_app/arc/memory_pool_list.def +++ b/targets/curie_bsp/jerry_app/arc/memory_pool_list.def @@ -1,4 +1,4 @@ -/* Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/jerry_app/include/project_mapping.h b/targets/curie_bsp/jerry_app/include/project_mapping.h index 97cb0a03d..2182d88ba 100644 --- a/targets/curie_bsp/jerry_app/include/project_mapping.h +++ b/targets/curie_bsp/jerry_app/include/project_mapping.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/jerry_app/quark/main.c b/targets/curie_bsp/jerry_app/quark/main.c index a9c6902b4..1caa7e0e5 100644 --- a/targets/curie_bsp/jerry_app/quark/main.c +++ b/targets/curie_bsp/jerry_app/quark/main.c @@ -1,4 +1,4 @@ -/* Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/jerry_app/quark/memory_pool_list.def b/targets/curie_bsp/jerry_app/quark/memory_pool_list.def index 3b9ee3c72..7f6a571a7 100644 --- a/targets/curie_bsp/jerry_app/quark/memory_pool_list.def +++ b/targets/curie_bsp/jerry_app/quark/memory_pool_list.def @@ -1,4 +1,4 @@ -/* Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/setup.py b/targets/curie_bsp/setup.py index 6356bd8e4..7c33fc232 100755 --- a/targets/curie_bsp/setup.py +++ b/targets/curie_bsp/setup.py @@ -1,8 +1,6 @@ #!/usr/bin/env python -# Copyright 2016 Intel Corporation -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/source/curie-bsp-port.c b/targets/curie_bsp/source/curie-bsp-port.c index bedb13391..4359b06bd 100644 --- a/targets/curie_bsp/source/curie-bsp-port.c +++ b/targets/curie_bsp/source/curie-bsp-port.c @@ -1,4 +1,4 @@ -/* Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/curie_bsp/source/setjmp.S b/targets/curie_bsp/source/setjmp.S index a80679922..f1f87ecf8 100644 --- a/targets/curie_bsp/source/setjmp.S +++ b/targets/curie_bsp/source/setjmp.S @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/default/jerry-port-default-date.c b/targets/default/jerry-port-default-date.c index d09e48990..201e64522 100644 --- a/targets/default/jerry-port-default-date.c +++ b/targets/default/jerry-port-default-date.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/default/jerry-port-default-fatal.c b/targets/default/jerry-port-default-fatal.c index afa272e5b..a93aaf7eb 100644 --- a/targets/default/jerry-port-default-fatal.c +++ b/targets/default/jerry-port-default-fatal.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/default/jerry-port-default-io.c b/targets/default/jerry-port-default-io.c index 02ab6c5c7..c3b5062c6 100644 --- a/targets/default/jerry-port-default-io.c +++ b/targets/default/jerry-port-default-io.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/default/jerry-port-default.h b/targets/default/jerry-port-default.h index 3d88d913a..6a6be3110 100644 --- a/targets/default/jerry-port-default.h +++ b/targets/default/jerry-port-default.h @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/Makefile b/targets/esp8266/Makefile index 20d8ebc36..f034f1f63 100644 --- a/targets/esp8266/Makefile +++ b/targets/esp8266/Makefile @@ -1,4 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/esp8266/Makefile.esp8266 b/targets/esp8266/Makefile.esp8266 index a7f2110bf..3705f3013 100644 --- a/targets/esp8266/Makefile.esp8266 +++ b/targets/esp8266/Makefile.esp8266 @@ -1,4 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/esp8266/include/esp8266_gpio.h b/targets/esp8266/include/esp8266_gpio.h index 5bee25b93..6c323637a 100644 --- a/targets/esp8266/include/esp8266_gpio.h +++ b/targets/esp8266/include/esp8266_gpio.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/include/esp8266_uart.h b/targets/esp8266/include/esp8266_uart.h index 8e8e624fc..333fe0dcc 100644 --- a/targets/esp8266/include/esp8266_uart.h +++ b/targets/esp8266/include/esp8266_uart.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/include/jerry_extapi.h b/targets/esp8266/include/jerry_extapi.h index d81c2d427..3127d4bb1 100644 --- a/targets/esp8266/include/jerry_extapi.h +++ b/targets/esp8266/include/jerry_extapi.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/include/jerry_run.h b/targets/esp8266/include/jerry_run.h index 71a551b79..984a3c011 100644 --- a/targets/esp8266/include/jerry_run.h +++ b/targets/esp8266/include/jerry_run.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/include/native_esp8266.h b/targets/esp8266/include/native_esp8266.h index dba124e39..e57665e85 100644 --- a/targets/esp8266/include/native_esp8266.h +++ b/targets/esp8266/include/native_esp8266.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/include/user_config.h b/targets/esp8266/include/user_config.h index 47008ba21..253786ec0 100644 --- a/targets/esp8266/include/user_config.h +++ b/targets/esp8266/include/user_config.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/source/jerry_extapi.c b/targets/esp8266/source/jerry_extapi.c index b14d2f7a5..86f857e4e 100644 --- a/targets/esp8266/source/jerry_extapi.c +++ b/targets/esp8266/source/jerry_extapi.c @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/source/jerry_run.c b/targets/esp8266/source/jerry_run.c index 17cc495f9..08aab8822 100644 --- a/targets/esp8266/source/jerry_run.c +++ b/targets/esp8266/source/jerry_run.c @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/user/jerry_port.c b/targets/esp8266/user/jerry_port.c index 9eee02a38..254020b47 100644 --- a/targets/esp8266/user/jerry_port.c +++ b/targets/esp8266/user/jerry_port.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/user/native_esp8266.c b/targets/esp8266/user/native_esp8266.c index 36e8a95f0..87f564d6a 100644 --- a/targets/esp8266/user/native_esp8266.c +++ b/targets/esp8266/user/native_esp8266.c @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/user/user_gpio.c b/targets/esp8266/user/user_gpio.c index 2e5b8d942..36ef70272 100644 --- a/targets/esp8266/user/user_gpio.c +++ b/targets/esp8266/user/user_gpio.c @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/esp8266/user/user_main.c b/targets/esp8266/user/user_main.c index 0a12500d0..82ecd976a 100644 --- a/targets/esp8266/user/user_main.c +++ b/targets/esp8266/user/user_main.c @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/Makefile.mbed b/targets/mbed/Makefile.mbed index ef65ef324..e3bd1434a 100644 --- a/targets/mbed/Makefile.mbed +++ b/targets/mbed/Makefile.mbed @@ -1,5 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/mbed/js/blink.js b/targets/mbed/js/blink.js index 034e64c98..ad43888f4 100644 --- a/targets/mbed/js/blink.js +++ b/targets/mbed/js/blink.js @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/js/main.js b/targets/mbed/js/main.js index 4cfb5244b..d5d1045d3 100644 --- a/targets/mbed/js/main.js +++ b/targets/mbed/js/main.js @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/source/jerry_extapi.cpp b/targets/mbed/source/jerry_extapi.cpp index e20d10538..a54d4e50a 100644 --- a/targets/mbed/source/jerry_extapi.cpp +++ b/targets/mbed/source/jerry_extapi.cpp @@ -1,5 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/source/jerry_extapi.h b/targets/mbed/source/jerry_extapi.h index ad2645144..8c365b1ff 100644 --- a/targets/mbed/source/jerry_extapi.h +++ b/targets/mbed/source/jerry_extapi.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/source/jerry_run.cpp b/targets/mbed/source/jerry_run.cpp index a38c0f482..7b61a9948 100644 --- a/targets/mbed/source/jerry_run.cpp +++ b/targets/mbed/source/jerry_run.cpp @@ -1,5 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/source/jerry_run.h b/targets/mbed/source/jerry_run.h index f595b0e9a..669beff93 100644 --- a/targets/mbed/source/jerry_run.h +++ b/targets/mbed/source/jerry_run.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/source/main.cpp b/targets/mbed/source/main.cpp index de0e89911..9c2a827fa 100644 --- a/targets/mbed/source/main.cpp +++ b/targets/mbed/source/main.cpp @@ -1,5 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/source/makejerry.cmake b/targets/mbed/source/makejerry.cmake index 9fcc39d8c..36abec8c5 100644 --- a/targets/mbed/source/makejerry.cmake +++ b/targets/mbed/source/makejerry.cmake @@ -1,4 +1,4 @@ -# Copyright 2015-2016 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/mbed/source/native_mbed.cpp b/targets/mbed/source/native_mbed.cpp index 5bb83f16c..cc81e0e7d 100644 --- a/targets/mbed/source/native_mbed.cpp +++ b/targets/mbed/source/native_mbed.cpp @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/source/native_mbed.h b/targets/mbed/source/native_mbed.h index b9c171499..9f440101a 100644 --- a/targets/mbed/source/native_mbed.h +++ b/targets/mbed/source/native_mbed.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbed/source/port/jerry_port.c b/targets/mbed/source/port/jerry_port.c index 2fce5d8c4..8efa03bfb 100644 --- a/targets/mbed/source/port/jerry_port.c +++ b/targets/mbed/source/port/jerry_port.c @@ -1,4 +1,4 @@ -/* Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/Makefile b/targets/mbedos5/Makefile index 4d5baff0d..a0b4d3d52 100644 --- a/targets/mbedos5/Makefile +++ b/targets/mbedos5/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016 ARM Limited +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/AnalogIn-js.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/AnalogIn-js.h index cb4d6cd0c..89fc8d432 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/AnalogIn-js.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/AnalogIn-js.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/DigitalOut-js.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/DigitalOut-js.h index a9bf1a660..1c819fdee 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/DigitalOut-js.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/DigitalOut-js.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/I2C-js.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/I2C-js.h index 74f4c952f..984dcc081 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/I2C-js.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/I2C-js.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/InterruptIn-js.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/InterruptIn-js.h index f3c363089..a41cca0fe 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/InterruptIn-js.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/InterruptIn-js.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/PwmOut-js.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/PwmOut-js.h index 6efce28f0..91ef751f3 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/PwmOut-js.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/PwmOut-js.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/assert-js.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/assert-js.h index 5cbc592a7..25e9ed309 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/assert-js.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/assert-js.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/gc-js.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/gc-js.h index bfffcd669..0d94c0bd0 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/gc-js.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/gc-js.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/lib_drivers.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/lib_drivers.h index da32d2237..8fbfa87fa 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/lib_drivers.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/lib_drivers.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/setInterval-js.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/setInterval-js.h index 0936ca92a..250162796 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/setInterval-js.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/setInterval-js.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/setTimeout-js.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/setTimeout-js.h index 88031c0d0..13174f7fb 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/setTimeout-js.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/setTimeout-js.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/AnalogIn.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/AnalogIn.cpp index d8eab9e7f..b29e17183 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/AnalogIn.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/AnalogIn.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/DigitalOut.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/DigitalOut.cpp index 919ec3d8e..88f51d9bc 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/DigitalOut.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/DigitalOut.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/I2C.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/I2C.cpp index 2c080532b..ca6ba7f4c 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/I2C.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/I2C.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/InterruptIn.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/InterruptIn.cpp index dcdcf16cf..ff9388419 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/InterruptIn.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/InterruptIn.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/PwmOut.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/PwmOut.cpp index 39c9b4cfd..4e1af7998 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/PwmOut.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/PwmOut.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/assert.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/assert.cpp index 539945a0e..089bfc63c 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/assert.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/assert.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/gc.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/gc.cpp index 45cc6fa91..f548a01d1 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/gc.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/gc.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/setInterval.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/setInterval.cpp index 3e7d9687b..7c3beeb66 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/setInterval.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/setInterval.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/setTimeout.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/setTimeout.cpp index f153873c4..ae47cca60 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/setTimeout.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/setTimeout.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/BoundCallback.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/BoundCallback.h index c0244b715..f06960ee1 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/BoundCallback.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/BoundCallback.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/EventLoop.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/EventLoop.h index 4f6c3f86b..2b810c136 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/EventLoop.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/EventLoop.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/source/EventLoop.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/source/EventLoop.cpp index 7f1af7531..4bc4fa494 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/source/EventLoop.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/source/EventLoop.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/launcher.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/launcher.h index 13181b0c4..ea49bae52 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/launcher.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/launcher.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/setup.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/setup.h index 8ad316473..70ce0f517 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/setup.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/setup.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/launcher.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/launcher.cpp index b4b49e44a..c8075a6df 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/launcher.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/launcher.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/setup.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/setup.cpp index 1e58976c6..376e08641 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/setup.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/setup.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/registry.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/registry.h index 70ccd31f1..01a986c9e 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/registry.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/registry.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/registry.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/registry.cpp index 3d3c13b10..ad9198e72 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/registry.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/registry.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/wrap_tools.cpp b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/wrap_tools.cpp index 007539b3b..bb600a75b 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/wrap_tools.cpp +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/wrap_tools.cpp @@ -1,5 +1,4 @@ -/* Copyright 2014-2015 Samsung Electronics Co., Ltd. - * Copyright (c) 2016 ARM Limited. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/wrap_tools.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/wrap_tools.h index 7a6f77ed6..cae524af1 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/wrap_tools.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/wrap_tools.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/js_source.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/js_source.h index 6cabd3594..e7ada236d 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/js_source.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/js_source.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/logging.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/logging.h index 0127e60ec..e88e2deb4 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/logging.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/logging.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/wrappers.h b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/wrappers.h index 11dbb2170..f0463237b 100644 --- a/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/wrappers.h +++ b/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/wrappers.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/js/flash_leds.js b/targets/mbedos5/js/flash_leds.js index 5c99cb184..855e907b9 100644 --- a/targets/mbedos5/js/flash_leds.js +++ b/targets/mbedos5/js/flash_leds.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/js/main.js b/targets/mbedos5/js/main.js index ee75bd0a7..39f54fc70 100644 --- a/targets/mbedos5/js/main.js +++ b/targets/mbedos5/js/main.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/source/jerry_port_mbed.c b/targets/mbedos5/source/jerry_port_mbed.c index b8146a34d..e6180bfb7 100644 --- a/targets/mbedos5/source/jerry_port_mbed.c +++ b/targets/mbedos5/source/jerry_port_mbed.c @@ -1,4 +1,4 @@ -/* Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/source/main.cpp b/targets/mbedos5/source/main.cpp index b6d7922e5..2ac49e98c 100644 --- a/targets/mbedos5/source/main.cpp +++ b/targets/mbedos5/source/main.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/tools/check_pins.sh b/targets/mbedos5/tools/check_pins.sh index 7bc4396a3..7d4279b72 100755 --- a/targets/mbedos5/tools/check_pins.sh +++ b/targets/mbedos5/tools/check_pins.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 ARM Limited. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/tools/cmsis.h b/targets/mbedos5/tools/cmsis.h index 8eb71f738..105c81e56 100644 --- a/targets/mbedos5/tools/cmsis.h +++ b/targets/mbedos5/tools/cmsis.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 ARM Limited. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/mbedos5/tools/generate_pins.py b/targets/mbedos5/tools/generate_pins.py index 462e15059..87ce27770 100644 --- a/targets/mbedos5/tools/generate_pins.py +++ b/targets/mbedos5/tools/generate_pins.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2016 ARM Limited +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -178,7 +178,7 @@ if __name__ == "__main__": out_file = '\r\n'.join(['var %s = %s;' % pin for pin in pins.iteritems()]) args.o.write(out_file) - LICENSE = '''/* Copyright 2016 ARM, Ltd. + LICENSE = '''/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. diff --git a/targets/nuttx-stm32f4/Make.defs b/targets/nuttx-stm32f4/Make.defs index f47ba747c..8606a4dde 100644 --- a/targets/nuttx-stm32f4/Make.defs +++ b/targets/nuttx-stm32f4/Make.defs @@ -1,5 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/nuttx-stm32f4/Makefile b/targets/nuttx-stm32f4/Makefile index 29fa2950d..9afc1b6c1 100644 --- a/targets/nuttx-stm32f4/Makefile +++ b/targets/nuttx-stm32f4/Makefile @@ -1,5 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/nuttx-stm32f4/jerry_main.c b/targets/nuttx-stm32f4/jerry_main.c index 365c97b35..328046da3 100644 --- a/targets/nuttx-stm32f4/jerry_main.c +++ b/targets/nuttx-stm32f4/jerry_main.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/particle/Makefile.particle b/targets/particle/Makefile.particle index 3d0e770c4..0f4a2cabb 100644 --- a/targets/particle/Makefile.particle +++ b/targets/particle/Makefile.particle @@ -1,5 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/particle/source/main.cpp b/targets/particle/source/main.cpp index 99193f8f6..1d7d8be15 100644 --- a/targets/particle/source/main.cpp +++ b/targets/particle/source/main.cpp @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/riot-stm32f4/Makefile b/targets/riot-stm32f4/Makefile index fd40ac545..5f61d93d7 100644 --- a/targets/riot-stm32f4/Makefile +++ b/targets/riot-stm32f4/Makefile @@ -1,5 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/riot-stm32f4/Makefile.riot b/targets/riot-stm32f4/Makefile.riot index b038a60b2..66f60cddc 100644 --- a/targets/riot-stm32f4/Makefile.riot +++ b/targets/riot-stm32f4/Makefile.riot @@ -1,5 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/riot-stm32f4/source/main-riotos.c b/targets/riot-stm32f4/source/main-riotos.c index b22a076e8..76fed0f20 100644 --- a/targets/riot-stm32f4/source/main-riotos.c +++ b/targets/riot-stm32f4/source/main-riotos.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/tools/js2c.py b/targets/tools/js2c.py index eb4bfe4e7..7ab494937 100755 --- a/targets/tools/js2c.py +++ b/targets/tools/js2c.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2015-2016 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ def removeWhitespaces(code): return re.sub('\n+', '\n', re.sub('\n +', '\n', code)) -LICENSE = '''/* Copyright 2015-2016 Samsung Electronics Co., Ltd. +LICENSE = '''/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the \"License\"); * you may not use this file except in compliance with the License. diff --git a/targets/zephyr/Makefile b/targets/zephyr/Makefile index 48d6233f1..895741d5f 100644 --- a/targets/zephyr/Makefile +++ b/targets/zephyr/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2016 Intel Corporation +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/zephyr/Makefile.zephyr b/targets/zephyr/Makefile.zephyr index 5a489ddfb..3b5802998 100644 --- a/targets/zephyr/Makefile.zephyr +++ b/targets/zephyr/Makefile.zephyr @@ -1,4 +1,4 @@ -# Copyright © 2016 Intel Corporation +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/zephyr/src/Makefile b/targets/zephyr/src/Makefile index 2c42678e4..75c8ef6e6 100644 --- a/targets/zephyr/src/Makefile +++ b/targets/zephyr/src/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2016 Intel Corporation +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/targets/zephyr/src/getline-zephyr.c b/targets/zephyr/src/getline-zephyr.c index 9de5aa2ae..b5fef0d45 100644 --- a/targets/zephyr/src/getline-zephyr.c +++ b/targets/zephyr/src/getline-zephyr.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 Linaro +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/zephyr/src/getline-zephyr.h b/targets/zephyr/src/getline-zephyr.h index a8b77c2fe..52ad4934a 100644 --- a/targets/zephyr/src/getline-zephyr.h +++ b/targets/zephyr/src/getline-zephyr.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 Linaro +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/zephyr/src/jerry-port.c b/targets/zephyr/src/jerry-port.c index 8eb3d4535..6abe1a035 100644 --- a/targets/zephyr/src/jerry-port.c +++ b/targets/zephyr/src/jerry-port.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Intel Corporation - * Copyright 2016 Linaro Limited +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/zephyr/src/main-zephyr.c b/targets/zephyr/src/main-zephyr.c index 2f013d792..e84f6c145 100644 --- a/targets/zephyr/src/main-zephyr.c +++ b/targets/zephyr/src/main-zephyr.c @@ -1,4 +1,4 @@ -/* Copyright 2016 Intel Corporation +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/benchmarks/jerry/fill-array-with-numbers-3-times-5000-elements.js b/tests/benchmarks/jerry/fill-array-with-numbers-3-times-5000-elements.js index a7442f7cb..854496d4f 100644 --- a/tests/benchmarks/jerry/fill-array-with-numbers-3-times-5000-elements.js +++ b/tests/benchmarks/jerry/fill-array-with-numbers-3-times-5000-elements.js @@ -1,4 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/benchmarks/jerry/function_loop.js b/tests/benchmarks/jerry/function_loop.js index 76f3082ac..d9856c703 100644 --- a/tests/benchmarks/jerry/function_loop.js +++ b/tests/benchmarks/jerry/function_loop.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/benchmarks/jerry/gc.js b/tests/benchmarks/jerry/gc.js index 9795cdaad..0231240b7 100644 --- a/tests/benchmarks/jerry/gc.js +++ b/tests/benchmarks/jerry/gc.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/benchmarks/jerry/loop_arithmetics_10kk.js b/tests/benchmarks/jerry/loop_arithmetics_10kk.js index a1537913f..4d6607df4 100644 --- a/tests/benchmarks/jerry/loop_arithmetics_10kk.js +++ b/tests/benchmarks/jerry/loop_arithmetics_10kk.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/benchmarks/jerry/loop_arithmetics_1kk.js b/tests/benchmarks/jerry/loop_arithmetics_1kk.js index 3bfbd9eb8..48ae12660 100644 --- a/tests/benchmarks/jerry/loop_arithmetics_1kk.js +++ b/tests/benchmarks/jerry/loop_arithmetics_1kk.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/hello.js b/tests/hello.js index 7744758da..ea3ab71a9 100644 --- a/tests/hello.js +++ b/tests/hello.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/06/06-001.js b/tests/jerry-test-suite/06/06-001.js index efb09c3ad..10d68b9bc 100644 --- a/tests/jerry-test-suite/06/06-001.js +++ b/tests/jerry-test-suite/06/06-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/06/06-002.js b/tests/jerry-test-suite/06/06-002.js index 053889190..250efa52a 100644 --- a/tests/jerry-test-suite/06/06-002.js +++ b/tests/jerry-test-suite/06/06-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/06/06-003.js b/tests/jerry-test-suite/06/06-003.js index 9d57688a0..f73728094 100644 --- a/tests/jerry-test-suite/06/06-003.js +++ b/tests/jerry-test-suite/06/06-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/06/06-004.js b/tests/jerry-test-suite/06/06-004.js index 715c28faf..2828bcdac 100644 --- a/tests/jerry-test-suite/06/06-004.js +++ b/tests/jerry-test-suite/06/06-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/06/06-005.js b/tests/jerry-test-suite/06/06-005.js index 43ff7c7d0..e121055d4 100644 --- a/tests/jerry-test-suite/06/06-005.js +++ b/tests/jerry-test-suite/06/06-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.06/07.06.01/07.06.01-001.js b/tests/jerry-test-suite/07/07.06/07.06.01/07.06.01-001.js index 9a5942666..d0e33f881 100644 --- a/tests/jerry-test-suite/07/07.06/07.06.01/07.06.01-001.js +++ b/tests/jerry-test-suite/07/07.06/07.06.01/07.06.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.08/07.08.05/07.08.05-001.js b/tests/jerry-test-suite/07/07.08/07.08.05/07.08.05-001.js index f1d7f6da2..85d972561 100644 --- a/tests/jerry-test-suite/07/07.08/07.08.05/07.08.05-001.js +++ b/tests/jerry-test-suite/07/07.08/07.08.05/07.08.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-001.js b/tests/jerry-test-suite/07/07.09/07.09-001.js index dda651d7e..2fc8871c0 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-001.js +++ b/tests/jerry-test-suite/07/07.09/07.09-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-002.js b/tests/jerry-test-suite/07/07.09/07.09-002.js index 23d611c06..fe6f4609a 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-002.js +++ b/tests/jerry-test-suite/07/07.09/07.09-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-003.js b/tests/jerry-test-suite/07/07.09/07.09-003.js index 5ddb05186..ac9a0a0bd 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-003.js +++ b/tests/jerry-test-suite/07/07.09/07.09-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-004.js b/tests/jerry-test-suite/07/07.09/07.09-004.js index 8c8650258..bfba9ae86 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-004.js +++ b/tests/jerry-test-suite/07/07.09/07.09-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-005.js b/tests/jerry-test-suite/07/07.09/07.09-005.js index 7e706a273..da99c44ac 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-005.js +++ b/tests/jerry-test-suite/07/07.09/07.09-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-006.js b/tests/jerry-test-suite/07/07.09/07.09-006.js index 8b4b8cd66..204b21dc4 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-006.js +++ b/tests/jerry-test-suite/07/07.09/07.09-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-007.js b/tests/jerry-test-suite/07/07.09/07.09-007.js index 1993a4f11..56d3ab9ac 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-007.js +++ b/tests/jerry-test-suite/07/07.09/07.09-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-008.js b/tests/jerry-test-suite/07/07.09/07.09-008.js index 9c8991bca..bc3991fa8 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-008.js +++ b/tests/jerry-test-suite/07/07.09/07.09-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-009.js b/tests/jerry-test-suite/07/07.09/07.09-009.js index 84c6c795a..1cc3c0f73 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-009.js +++ b/tests/jerry-test-suite/07/07.09/07.09-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/07/07.09/07.09-010.js b/tests/jerry-test-suite/07/07.09/07.09-010.js index ca6725d13..a4e15264c 100644 --- a/tests/jerry-test-suite/07/07.09/07.09-010.js +++ b/tests/jerry-test-suite/07/07.09/07.09-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-001.js b/tests/jerry-test-suite/08/08.01/08.01-001.js index eb7fd64d3..1e8bba06b 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-001.js +++ b/tests/jerry-test-suite/08/08.01/08.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-002.js b/tests/jerry-test-suite/08/08.01/08.01-002.js index 2cae19363..e27f67d07 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-002.js +++ b/tests/jerry-test-suite/08/08.01/08.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-003.js b/tests/jerry-test-suite/08/08.01/08.01-003.js index 262266d29..550d793ba 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-003.js +++ b/tests/jerry-test-suite/08/08.01/08.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-004.js b/tests/jerry-test-suite/08/08.01/08.01-004.js index ec014e7d9..af4461aa0 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-004.js +++ b/tests/jerry-test-suite/08/08.01/08.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-005.js b/tests/jerry-test-suite/08/08.01/08.01-005.js index 8b11b47c2..ff8287bb9 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-005.js +++ b/tests/jerry-test-suite/08/08.01/08.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-006.js b/tests/jerry-test-suite/08/08.01/08.01-006.js index d44565515..89923effb 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-006.js +++ b/tests/jerry-test-suite/08/08.01/08.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-007.js b/tests/jerry-test-suite/08/08.01/08.01-007.js index 2dcfb5bc5..1f28feae3 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-007.js +++ b/tests/jerry-test-suite/08/08.01/08.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-008.js b/tests/jerry-test-suite/08/08.01/08.01-008.js index 3b9458e74..6d9048207 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-008.js +++ b/tests/jerry-test-suite/08/08.01/08.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-009.js b/tests/jerry-test-suite/08/08.01/08.01-009.js index 81a52d6b2..2331bdaf8 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-009.js +++ b/tests/jerry-test-suite/08/08.01/08.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-010.js b/tests/jerry-test-suite/08/08.01/08.01-010.js index a22274b26..9b2f1425c 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-010.js +++ b/tests/jerry-test-suite/08/08.01/08.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.01/08.01-011.js b/tests/jerry-test-suite/08/08.01/08.01-011.js index a22274b26..9b2f1425c 100644 --- a/tests/jerry-test-suite/08/08.01/08.01-011.js +++ b/tests/jerry-test-suite/08/08.01/08.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.02/08.02-001.js b/tests/jerry-test-suite/08/08.02/08.02-001.js index 0e0e39527..baa43efc0 100644 --- a/tests/jerry-test-suite/08/08.02/08.02-001.js +++ b/tests/jerry-test-suite/08/08.02/08.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.02/08.02-002.js b/tests/jerry-test-suite/08/08.02/08.02-002.js index 947aeea06..55c34550e 100644 --- a/tests/jerry-test-suite/08/08.02/08.02-002.js +++ b/tests/jerry-test-suite/08/08.02/08.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.03/08.03-001.js b/tests/jerry-test-suite/08/08.03/08.03-001.js index 836c6e0a2..ab47e4443 100644 --- a/tests/jerry-test-suite/08/08.03/08.03-001.js +++ b/tests/jerry-test-suite/08/08.03/08.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.03/08.03-002.js b/tests/jerry-test-suite/08/08.03/08.03-002.js index 23278d40c..f4b6fa14c 100644 --- a/tests/jerry-test-suite/08/08.03/08.03-002.js +++ b/tests/jerry-test-suite/08/08.03/08.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.03/08.03-003.js b/tests/jerry-test-suite/08/08.03/08.03-003.js index 75c73dc22..c5f41a63a 100644 --- a/tests/jerry-test-suite/08/08.03/08.03-003.js +++ b/tests/jerry-test-suite/08/08.03/08.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.03/08.03-004.js b/tests/jerry-test-suite/08/08.03/08.03-004.js index 5da277901..755939829 100644 --- a/tests/jerry-test-suite/08/08.03/08.03-004.js +++ b/tests/jerry-test-suite/08/08.03/08.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-001.js b/tests/jerry-test-suite/08/08.04/08.04-001.js index 4601c43fe..d62c047b0 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-001.js +++ b/tests/jerry-test-suite/08/08.04/08.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-002.js b/tests/jerry-test-suite/08/08.04/08.04-002.js index 7760ead8d..20522ca0e 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-002.js +++ b/tests/jerry-test-suite/08/08.04/08.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-003.js b/tests/jerry-test-suite/08/08.04/08.04-003.js index 5802ee9ec..e38fc3770 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-003.js +++ b/tests/jerry-test-suite/08/08.04/08.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-004.js b/tests/jerry-test-suite/08/08.04/08.04-004.js index dfec7ef3c..6880385f1 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-004.js +++ b/tests/jerry-test-suite/08/08.04/08.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-005.js b/tests/jerry-test-suite/08/08.04/08.04-005.js index 4d6f714a0..d2c6107ba 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-005.js +++ b/tests/jerry-test-suite/08/08.04/08.04-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-006.js b/tests/jerry-test-suite/08/08.04/08.04-006.js index ed8e83338..ddcdbc6f8 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-006.js +++ b/tests/jerry-test-suite/08/08.04/08.04-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-007.js b/tests/jerry-test-suite/08/08.04/08.04-007.js index 288c70d11..6d1968a2c 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-007.js +++ b/tests/jerry-test-suite/08/08.04/08.04-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-008.js b/tests/jerry-test-suite/08/08.04/08.04-008.js index 6af48e971..9b0453e68 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-008.js +++ b/tests/jerry-test-suite/08/08.04/08.04-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-009.js b/tests/jerry-test-suite/08/08.04/08.04-009.js index bebf1bf19..2997dc71b 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-009.js +++ b/tests/jerry-test-suite/08/08.04/08.04-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-010.js b/tests/jerry-test-suite/08/08.04/08.04-010.js index 4aee58390..02c02f1bd 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-010.js +++ b/tests/jerry-test-suite/08/08.04/08.04-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-011.js b/tests/jerry-test-suite/08/08.04/08.04-011.js index ad4b0b9b4..310d736ce 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-011.js +++ b/tests/jerry-test-suite/08/08.04/08.04-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-012.js b/tests/jerry-test-suite/08/08.04/08.04-012.js index ecea17f44..f54e171d9 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-012.js +++ b/tests/jerry-test-suite/08/08.04/08.04-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-013.js b/tests/jerry-test-suite/08/08.04/08.04-013.js index 2c77d7828..964b12adf 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-013.js +++ b/tests/jerry-test-suite/08/08.04/08.04-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-014.js b/tests/jerry-test-suite/08/08.04/08.04-014.js index 1eee8c7ed..25861731f 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-014.js +++ b/tests/jerry-test-suite/08/08.04/08.04-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-015.js b/tests/jerry-test-suite/08/08.04/08.04-015.js index 62d37e9a1..1db779cfb 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-015.js +++ b/tests/jerry-test-suite/08/08.04/08.04-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-016.js b/tests/jerry-test-suite/08/08.04/08.04-016.js index 07856c56e..6f3b1d72c 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-016.js +++ b/tests/jerry-test-suite/08/08.04/08.04-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.04/08.04-017.js b/tests/jerry-test-suite/08/08.04/08.04-017.js index 2183c52f3..93f72e2f1 100644 --- a/tests/jerry-test-suite/08/08.04/08.04-017.js +++ b/tests/jerry-test-suite/08/08.04/08.04-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.05/08.05-001.js b/tests/jerry-test-suite/08/08.05/08.05-001.js index 3d11a7596..e66b35518 100644 --- a/tests/jerry-test-suite/08/08.05/08.05-001.js +++ b/tests/jerry-test-suite/08/08.05/08.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.05/08.05-002.js b/tests/jerry-test-suite/08/08.05/08.05-002.js index a70cd2fae..35dcf5046 100644 --- a/tests/jerry-test-suite/08/08.05/08.05-002.js +++ b/tests/jerry-test-suite/08/08.05/08.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.05/08.05-003.js b/tests/jerry-test-suite/08/08.05/08.05-003.js index 2ef484aad..f0386f646 100644 --- a/tests/jerry-test-suite/08/08.05/08.05-003.js +++ b/tests/jerry-test-suite/08/08.05/08.05-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/08/08.12/08.12.02/08.12.02-001.js b/tests/jerry-test-suite/08/08.12/08.12.02/08.12.02-001.js index c2e888ba2..c797fcc0a 100644 --- a/tests/jerry-test-suite/08/08.12/08.12.02/08.12.02-001.js +++ b/tests/jerry-test-suite/08/08.12/08.12.02/08.12.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/10/10.03/10.03.01/10.03.01-001.js b/tests/jerry-test-suite/10/10.03/10.03.01/10.03.01-001.js index 87f4cb81f..63f1ecd5a 100644 --- a/tests/jerry-test-suite/10/10.03/10.03.01/10.03.01-001.js +++ b/tests/jerry-test-suite/10/10.03/10.03.01/10.03.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-001.js b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-001.js index 1991f571e..9cacad0e4 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-001.js +++ b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-002.js b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-002.js index 716eaea8b..17bf233d8 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-002.js +++ b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-003.js b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-003.js index f22ae9b58..67ca7654f 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-003.js +++ b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-004.js b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-004.js index 705ebcae7..fec7f12a4 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-004.js +++ b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-005.js b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-005.js index 79f2d4f65..621532a28 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-005.js +++ b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-006.js b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-006.js index 958cff8e4..f2c348b50 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-006.js +++ b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-007.js b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-007.js index f2af96bcb..49058be80 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-007.js +++ b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-008.js b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-008.js index 90146b69b..ffe0745eb 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-008.js +++ b/tests/jerry-test-suite/11/11.01/11.01.05/11.01.05-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-001.js b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-001.js index d5b4d1485..8dea7d5f2 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-001.js +++ b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-002.js b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-002.js index 25a1254fa..25e287661 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-002.js +++ b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-003.js b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-003.js index f95c37507..946ffb08e 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-003.js +++ b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-004.js b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-004.js index 0aff93894..61e7dd1fd 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-004.js +++ b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-005.js b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-005.js index 9e97fa14d..fe9b00a35 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-005.js +++ b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-006.js b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-006.js index 721491741..e81d03343 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-006.js +++ b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-009.js b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-009.js index 57f08c86b..f7bd47204 100644 --- a/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-009.js +++ b/tests/jerry-test-suite/11/11.01/11.01.06/11.01.06-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-001.js b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-001.js index 8e1c6896d..e1bbf4565 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-001.js +++ b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-002.js b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-002.js index 2a03054de..6b7f6fcdf 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-002.js +++ b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-003.js b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-003.js index 7529401d3..a95080fad 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-003.js +++ b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-004.js b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-004.js index 78033f625..99ff8c2b2 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-004.js +++ b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-007.js b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-007.js index 7356e33c2..4e45123f5 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-007.js +++ b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-008.js b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-008.js index 877160847..c0a667d6d 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-008.js +++ b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-009.js b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-009.js index b3b2314e8..fc54452c8 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-009.js +++ b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-010.js b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-010.js index 35008c1da..0098625c6 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-010.js +++ b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-011.js b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-011.js index b865d9049..5c7fc6f42 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-011.js +++ b/tests/jerry-test-suite/11/11.02/11.02.01/11.02.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-001.js b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-001.js index 7e93297d4..405a9ed8c 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-001.js +++ b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-002.js b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-002.js index 5e6dded6d..74f754130 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-002.js +++ b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-003.js b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-003.js index 57c141085..b377b2a54 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-003.js +++ b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-004.js b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-004.js index cc5aea0c2..a09d76971 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-004.js +++ b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-005.js b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-005.js index d737502bf..ae927cfb3 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-005.js +++ b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-006.js b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-006.js index dd2086d4c..ee3abc9dc 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-006.js +++ b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-007.js b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-007.js index 18d0fea50..4ebfc5441 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-007.js +++ b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-008.js b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-008.js index 2660b9e57..683435d18 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-008.js +++ b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-009.js b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-009.js index 59053109c..0ae3fbb4c 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-009.js +++ b/tests/jerry-test-suite/11/11.02/11.02.02/11.02.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-006.js b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-006.js index 9db8c5f44..e4654fcff 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-006.js +++ b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-007.js b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-007.js index a2c88bf24..8e34500b0 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-007.js +++ b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-008.js b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-008.js index 1ecef01ef..888b69087 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-008.js +++ b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-017.js b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-017.js index acaf7ea80..4467574d6 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-017.js +++ b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-021.js b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-021.js index 08ed73d2e..eea7ae0da 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-021.js +++ b/tests/jerry-test-suite/11/11.02/11.02.03/11.02.03-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-001.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-001.js index 15cbaa79f..c27f6a7f0 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-001.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-002.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-002.js index c22170a02..8971f6986 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-002.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-003.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-003.js index b8089d1b3..18694be54 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-003.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-004.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-004.js index 1407691c8..0470e4b46 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-004.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-005.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-005.js index 9ce35b362..d76f3fe76 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-005.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-006.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-006.js index 58a2475b2..cbd4d37c0 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-006.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-007.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-007.js index ec6232fd5..70cfdd757 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-007.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-008.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-008.js index 9bf329ef8..85c8b91fc 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-008.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-009.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-009.js index f678deff0..5a934b844 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-009.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-010.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-010.js index 22c5beaf7..42d2a3d73 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-010.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-011.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-011.js index 549682517..c7f9bed49 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-011.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-012.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-012.js index 6ad598cda..3b1c0970a 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-012.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-013.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-013.js index 73d55c906..b5426771c 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-013.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-014.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-014.js index c7483f36f..e7eef83fc 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-014.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-016.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-016.js index 82724718d..f9bf5f04c 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-016.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-017.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-017.js index 13c42ddd2..08c60ef76 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-017.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-018.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-018.js index 92fc685cb..59a185e6e 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-018.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-019.js b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-019.js index dc0340401..841bffd6c 100644 --- a/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-019.js +++ b/tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-005.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-005.js index 75b94eb20..8d8bf3892 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-005.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-006.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-006.js index a2fe4b0b2..31e143052 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-006.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-007.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-007.js index f2fc1e73f..098c06e9a 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-007.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-008.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-008.js index b74469746..3a7e6fadb 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-008.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-009.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-009.js index d65d95fff..90d8ace1c 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-009.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-010.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-010.js index 6036bbbe0..cb2c25f4c 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-010.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-011.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-011.js index 9b43cb48a..2c7166f6d 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-011.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-012.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-012.js index 8c57b1473..970f67fae 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-012.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-013.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-013.js index 364752899..09e4aba7d 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-013.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-014.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-014.js index d06bb256b..497c1ba7a 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-014.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-015.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-015.js index b01851aab..ea8e15028 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-015.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-016.js b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-016.js index f3051edb5..335dfbec6 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-016.js +++ b/tests/jerry-test-suite/11/11.03/11.03.01/11.03.01-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-005.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-005.js index 5d256469c..5154e61a9 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-005.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-006.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-006.js index 26a4e58b2..0c2d3aefe 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-006.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-007.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-007.js index 4748c4f83..b0c9788f3 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-007.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-008.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-008.js index ff583c5da..b1a96ed2d 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-008.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-009.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-009.js index b8ba3b82b..5bb50894a 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-009.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-010.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-010.js index fbca080f0..5c5fcd188 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-010.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-011.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-011.js index c52531aef..d9aaa16cb 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-011.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-012.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-012.js index d67f57773..8b6040eeb 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-012.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-013.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-013.js index 46f0b7e0b..893b090f4 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-013.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-014.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-014.js index 1263c21b5..e9592d208 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-014.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-015.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-015.js index c3b6dc1bc..db46d7e83 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-015.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-016.js b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-016.js index f2ca705ca..e64de6ed6 100644 --- a/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-016.js +++ b/tests/jerry-test-suite/11/11.03/11.03.02/11.03.02-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-001.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-001.js index ad3450a76..eccb52c14 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-001.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-002.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-002.js index 121064731..d7342d0ba 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-002.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-003.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-003.js index 81800b1de..992e090ab 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-003.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-004.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-004.js index 9d839cd70..612feee9d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-004.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-005.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-005.js index 655680fb9..51386bb32 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-005.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-006.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-006.js index fd9394f28..631de9f0c 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-006.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-007.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-007.js index ff05bcf6c..69c19b2ce 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-007.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-008.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-008.js index 0f67de37c..41b6b23b6 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-008.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-009.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-009.js index d9ce53c63..c9e84d1af 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-009.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-010.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-010.js index f6421d844..2ff74d1ee 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-010.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-011.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-011.js index 5f7ed421b..c4df4c77e 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-011.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-012.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-012.js index 88caead22..ed8646a01 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-012.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-013.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-013.js index f85870df1..63e5a3c51 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-013.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-017.js b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-017.js index c46b3e2dc..9eef2c234 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-017.js +++ b/tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.02/11.04.02-001.js b/tests/jerry-test-suite/11/11.04/11.04.02/11.04.02-001.js index ac1af61bf..387ec412c 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.02/11.04.02-001.js +++ b/tests/jerry-test-suite/11/11.04/11.04.02/11.04.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.02/11.04.02-002.js b/tests/jerry-test-suite/11/11.04/11.04.02/11.04.02-002.js index 7f7f6d6ec..a224aa44f 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.02/11.04.02-002.js +++ b/tests/jerry-test-suite/11/11.04/11.04.02/11.04.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-001.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-001.js index 37f674803..5af4a70db 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-001.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-002.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-002.js index eabd3357b..5f956b266 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-002.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-003.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-003.js index 0007892d9..544a69fcf 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-003.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-004.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-004.js index 8e357165d..c478b2f2b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-004.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-005.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-005.js index 671b031d9..26622997e 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-005.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-006.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-006.js index 0a87a3f7c..96ccc440c 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-006.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-007.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-007.js index 027634cab..51e08db67 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-007.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-008.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-008.js index 461151628..4a64445c6 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-008.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-009.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-009.js index 025b5bcb8..a74f62e33 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-009.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-010.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-010.js index abd3c0e4a..30fa4e10d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-010.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-011.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-011.js index 49948d3c3..324d9e486 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-011.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-012.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-012.js index aa63b3a85..63f62c6e9 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-012.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-013.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-013.js index 546ef2fd4..2f5391906 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-013.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-016.js b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-016.js index 8bcfb9142..303f9ce02 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-016.js +++ b/tests/jerry-test-suite/11/11.04/11.04.03/11.04.03-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-001.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-001.js index 41661bcf0..8186793d2 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-001.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-002.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-002.js index 98ad1e06d..e2556a907 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-002.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-004.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-004.js index aff6241ea..880804ff0 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-004.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-005.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-005.js index 1abccbdd4..479561ec4 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-005.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-006.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-006.js index 80f935b0f..53d984cb3 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-006.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-007.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-007.js index efd759862..dd8c73fb3 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-007.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-008.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-008.js index adadacb41..57b7b88cd 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-008.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-009.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-009.js index 3bede12d4..6bdf53d59 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-009.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-010.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-010.js index 7a9a97995..9440c8259 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-010.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-011.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-011.js index 72eccaa16..5706d7998 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-011.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-012.js b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-012.js index 8049cfc6c..2b5f37df8 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-012.js +++ b/tests/jerry-test-suite/11/11.04/11.04.04/11.04.04-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-001.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-001.js index cbc5d2df6..eac75f1f3 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-001.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-002.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-002.js index 43684a52a..10778ee42 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-002.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-004.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-004.js index 2ba6d9325..1fbed9b1d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-004.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-005.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-005.js index 7467036dc..3f763ee57 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-005.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-006.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-006.js index 73dcaab43..19c3430f5 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-006.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-007.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-007.js index bda96f8a5..2e6e65dd4 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-007.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-008.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-008.js index dfe5dd3ab..d140fd00f 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-008.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-009.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-009.js index 4d9b5a973..a7683eb5e 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-009.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-010.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-010.js index cb61d1976..03a59975d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-010.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-011.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-011.js index 76cc106b5..e037cd1ec 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-011.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-012.js b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-012.js index fbd8fcede..f8c88dcc0 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-012.js +++ b/tests/jerry-test-suite/11/11.04/11.04.05/11.04.05-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-001.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-001.js index 9e955dcf6..cfc2fe61a 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-001.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-002.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-002.js index f064d00ae..226b8e214 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-002.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-003.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-003.js index 14ba843ac..9e38e32ec 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-003.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-004.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-004.js index 374d921e4..f6622ee0d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-004.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-005.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-005.js index 181acfe40..e29f42e5e 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-005.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-006.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-006.js index c16e6ab78..32e2a8eb4 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-006.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-007.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-007.js index 8bf6b1716..c2b69e300 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-007.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-008.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-008.js index 3df658749..61cb25c8d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-008.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-009.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-009.js index 134764f96..73d30c81a 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-009.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-010.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-010.js index 2c991758d..e3e7d036b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-010.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-011.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-011.js index 8255421c7..d12eccd99 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-011.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-012.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-012.js index 221570622..a6160ebab 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-012.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-013.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-013.js index 6d3607dfa..09e67c21e 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-013.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-014.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-014.js index 12beab98a..f448e528f 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-014.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-015.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-015.js index f69fe3064..8d3233bab 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-015.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-016.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-016.js index 83ab9ade6..1d2ca2135 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-016.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-017.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-017.js index 3efe25c27..e61a2b921 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-017.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-018.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-018.js index 7e5ac7320..cba4824da 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-018.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-019.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-019.js index 6c408d0c8..26bd6f321 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-019.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-020.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-020.js index dbe790e3f..e9169ac2f 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-020.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-021.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-021.js index e05eb9925..cb10795f4 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-021.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-022.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-022.js index 46d00e357..80ab25c84 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-022.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-023.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-023.js index ab8776909..3a69b3b8b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-023.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-024.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-024.js index 505ac6c9e..81bf73e08 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-024.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-025.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-025.js index 112cc5a2d..397440413 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-025.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-026.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-026.js index e0da4ecdd..f5a6d7f65 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-026.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-027.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-027.js index 0d243fdef..ecfade230 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-027.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-028.js b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-028.js index a5b69f98f..7e1c58864 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-028.js +++ b/tests/jerry-test-suite/11/11.04/11.04.06/11.04.06-028.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-001.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-001.js index 36dd208b8..60df96de5 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-001.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-002.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-002.js index 74d33bf95..ef695a818 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-002.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-003.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-003.js index 2c282b731..fe416232b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-003.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-004.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-004.js index f4a0a5efc..3af0b36c4 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-004.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-005.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-005.js index 260200840..5c9ee4be2 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-005.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-006.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-006.js index 3c874c178..c53bdba4a 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-006.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-007.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-007.js index 1cde7e155..56cb8c0cd 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-007.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-008.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-008.js index a02d270af..348b4951d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-008.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-009.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-009.js index 2f6d8949d..c7fd828ca 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-009.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-010.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-010.js index 6140692ab..7dd4ed01b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-010.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-011.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-011.js index faf6259ce..08e525b31 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-011.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-012.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-012.js index 505d89c23..bced56a45 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-012.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-013.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-013.js index de6f7044f..6e6b2f5b2 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-013.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-014.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-014.js index 5f28635c5..fd74b980b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-014.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-015.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-015.js index 8e3315d33..fa4ea2923 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-015.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-016.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-016.js index fd132e8e6..3d0fe1210 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-016.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-017.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-017.js index df3f5d8e0..5cd441f4e 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-017.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-018.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-018.js index 7887e131c..9a0e41c04 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-018.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-019.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-019.js index 0f8c38020..7be7e5644 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-019.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-020.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-020.js index f7274cad2..5fd7bcebe 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-020.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-021.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-021.js index 72d62d8c8..ff2d156fb 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-021.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-022.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-022.js index a26452ece..92861fa56 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-022.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-023.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-023.js index 58f1eaa68..96d47852b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-023.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-024.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-024.js index 86c6390bf..add19e5ce 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-024.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-025.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-025.js index 8d41c5b5b..51524f5bc 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-025.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-026.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-026.js index 0e2d84c3f..5426fc052 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-026.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-027.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-027.js index 359ac29c2..aec5999e2 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-027.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-028.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-028.js index ca73d4521..10a48593e 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-028.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-028.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-029.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-029.js index 943b4e602..f236926bd 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-029.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-029.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-030.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-030.js index c682f50e3..2221c774e 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-030.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-030.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-031.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-031.js index 5e397e919..40fd349e7 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-031.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-031.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-032.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-032.js index 32359e773..9950635dd 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-032.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-032.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-033.js b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-033.js index 8de5aab49..679073c2d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-033.js +++ b/tests/jerry-test-suite/11/11.04/11.04.07/11.04.07-033.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-001.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-001.js index 9678c6c5c..a1cd6c1d0 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-001.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-002.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-002.js index fa52fd1bd..0cf1d74e7 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-002.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-003.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-003.js index dd176717c..4f44f09bf 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-003.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-004.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-004.js index 8427efe46..53ba079bd 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-004.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-005.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-005.js index 72269b7ad..240793e73 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-005.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-006.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-006.js index 15b39c796..c17198c5b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-006.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-007.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-007.js index a03de73d5..8c9f4c49a 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-007.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-008.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-008.js index ba9e6c295..11c317479 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-008.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-009.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-009.js index 72c810595..38daba6f1 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-009.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-010.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-010.js index 3d7138c67..40e2c49f5 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-010.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-011.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-011.js index a5967bc0a..8309c53b1 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-011.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-012.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-012.js index 185cc9963..1b4a572c4 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-012.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-013.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-013.js index f9d3c9484..f5bca5815 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-013.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-014.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-014.js index b90477f7e..c50af15a5 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-014.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-015.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-015.js index a5c128f3c..f526e28b2 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-015.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-016.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-016.js index 38685ca4f..e510f3552 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-016.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-017.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-017.js index 71b02ea8f..bc57f3812 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-017.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-018.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-018.js index 98325c420..c63fcc376 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-018.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-019.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-019.js index d4f21c502..c5b415b13 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-019.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-020.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-020.js index 498d0cde1..fc385331b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-020.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-021.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-021.js index 1639a6b6b..23e96d85a 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-021.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-022.js b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-022.js index bcb1979bb..94dc951f0 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-022.js +++ b/tests/jerry-test-suite/11/11.04/11.04.08/11.04.08-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-001.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-001.js index 5ac6cd632..62619c79c 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-001.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-002.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-002.js index f2c3339fd..85a2bdd1b 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-002.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-003.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-003.js index 07e9cea4b..42c127138 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-003.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-004.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-004.js index 4db1af6e3..0b8524ca4 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-004.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-005.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-005.js index 4db1af6e3..0b8524ca4 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-005.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-006.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-006.js index 55a363dbe..b9c8208af 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-006.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-007.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-007.js index d2020fb80..2c86c9fa9 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-007.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-008.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-008.js index 9c8a59d5c..c6642cf8f 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-008.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-009.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-009.js index 22f05b763..458315799 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-009.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-010.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-010.js index 023496500..1990af23a 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-010.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-011.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-011.js index 1be61c95f..8f9495de5 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-011.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-012.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-012.js index e46140bc6..4ded29146 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-012.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-013.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-013.js index 345eeaab8..2ba53b396 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-013.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-014.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-014.js index e19ad6bf9..651236e50 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-014.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-015.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-015.js index 3d24fa3ec..90eb081f5 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-015.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-016.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-016.js index c68e86b24..fd1ac8a42 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-016.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-017.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-017.js index 8bf22cb6b..00fe91a8e 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-017.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-018.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-018.js index 645aa64fc..f410d9fd4 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-018.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-019.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-019.js index 220b417e5..51fe41b5d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-019.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-020.js b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-020.js index 1182c4db3..b9629fe6d 100644 --- a/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-020.js +++ b/tests/jerry-test-suite/11/11.04/11.04.09/11.04.09-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-001.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-001.js index 0afc2bf54..12386f977 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-001.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-002.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-002.js index 98c3a6da7..4eedc762d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-002.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-003.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-003.js index 98a27b851..adb2a8ace 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-003.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-004.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-004.js index 600e288f7..eb5da6274 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-004.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-005.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-005.js index 5f08b9ab3..0c49c9531 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-005.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-006.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-006.js index d4f14163b..fdc548479 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-006.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-007.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-007.js index e15606ac5..33fe8f2c2 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-007.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-008.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-008.js index b5a583d68..392ed5c3b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-008.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-009.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-009.js index 75902bea0..8acf03103 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-009.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-010.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-010.js index 09a44709b..cebfd8922 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-010.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-011.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-011.js index de444c115..20754e71d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-011.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-012.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-012.js index 5dc377b02..498ef1e86 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-012.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-013.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-013.js index 36134d12d..de3af0da0 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-013.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-014.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-014.js index 048de421a..3f46d67a6 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-014.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-015.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-015.js index 7871f0fc2..99c1a97a4 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-015.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-016.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-016.js index b40b6255e..745876382 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-016.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-017.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-017.js index 4ba523769..1bb4c57ab 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-017.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-018.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-018.js index dc6a31957..8feee082c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-018.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-019.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-019.js index fdc480dd3..5bd1f8e01 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-019.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-020.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-020.js index 6368f63d4..4bed39a0a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-020.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-021.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-021.js index b47c40f89..c01c03b5c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-021.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-022.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-022.js index 17930bd43..41a732280 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-022.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-023.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-023.js index 7300cad16..f109bef75 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-023.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-024.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-024.js index 7c77cff97..5e1ab44a5 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-024.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-025.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-025.js index 80aea8cd5..d29ea55d0 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-025.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-026.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-026.js index a834f427e..a31c0e088 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-026.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-027.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-027.js index 5a994b98c..f816bea23 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-027.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-028.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-028.js index 9431d559f..b78d1a1c1 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-028.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-028.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-029.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-029.js index 14ebe7412..0b56a36e0 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-029.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-029.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-030.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-030.js index 9e5bd9551..5f20801c6 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-030.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-030.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-031.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-031.js index 32a7f665c..e4883e47b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-031.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-031.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-032.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-032.js index e73bc5069..f987ee0f7 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-032.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-032.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-033.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-033.js index 47c14bdb0..7cd6e08e9 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-033.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-033.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-034.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-034.js index dcd7bf563..114f16d74 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-034.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-034.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-035.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-035.js index a37c3013b..3453f5bbc 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-035.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-035.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-036.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-036.js index 3b8158886..16f91bcd4 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-036.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-036.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-037.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-037.js index 0c42d3e81..03036a64b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-037.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-037.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-038.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-038.js index c3fa77947..d5f87c0a1 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-038.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-038.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-039.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-039.js index 9e20f5e2f..c328a4d8c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-039.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-039.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-040.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-040.js index 82c9286c6..03755e2a4 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-040.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-040.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-041.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-041.js index 83b5ecc3a..7109abcbd 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-041.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-041.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-042.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-042.js index c386d0cbf..85ea903b7 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-042.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-042.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-043.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-043.js index 0aaf2975c..76e048166 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-043.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-043.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-044.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-044.js index b69948c06..578acf9ca 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-044.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-044.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-045.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-045.js index 75aa45ace..3680611f3 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-045.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-045.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-046.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-046.js index 2671bc1bd..767fdb9c6 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-046.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-046.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-047.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-047.js index 57a9ad21e..814bb452d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-047.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-047.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-048.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-048.js index 24bae4f7e..2850fd4f5 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-048.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-048.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-049.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-049.js index c770e884f..448b2750b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-049.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-049.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-050.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-050.js index ba290ab9e..f34d050d4 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-050.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-050.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-051.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-051.js index ee079ce8d..40a156fbb 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-051.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-051.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-052.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-052.js index a0b3e9fcc..9e8ac8b77 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-052.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-052.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-053.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-053.js index 4ecf4c75e..aa21ccdc8 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-053.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-053.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-054.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-054.js index ff30567e6..f08a4cc0e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-054.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-054.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-055.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-055.js index 6f8718797..5caf9f435 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-055.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-055.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-056.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-056.js index cd9da0f4b..df61f2e17 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-056.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-056.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-057.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-057.js index 127fddb54..2a1519c72 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-057.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-057.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-058.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-058.js index c2807ebeb..f9a5772bb 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-058.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-058.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-059.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-059.js index a78884f77..2494459e7 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-059.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-059.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-060.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-060.js index d5442fc5e..4fcea3cf0 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-060.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-060.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-061.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-061.js index 3c1304170..b4cae891e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-061.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-061.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-062.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-062.js index 723bb6ec2..9e4e4e050 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-062.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-062.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-063.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-063.js index f7261fe52..3c888511b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-063.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-063.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-064.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-064.js index 88a9b66e1..894f6511c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-064.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-064.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-065.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-065.js index 757e71d72..9160db371 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-065.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-065.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-066.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-066.js index a9fa9433e..77a10a9c3 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-066.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-066.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-067.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-067.js index 09e46336e..02a8aec0c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-067.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-067.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-068.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-068.js index e9b101839..a9a04967e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-068.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-068.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-069.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-069.js index 8a86ede1a..cd6610c9e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-069.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-069.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-070.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-070.js index c96e970bc..efce27d72 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-070.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-070.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-071.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-071.js index 143762539..f45ce6ed4 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-071.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-071.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-072.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-072.js index 02227ada3..7a4986585 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-072.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-072.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-073.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-073.js index 5e954e5fa..87f069b93 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-073.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-073.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-074.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-074.js index 51653cf33..02783f92d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-074.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-074.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-075.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-075.js index eb13fb533..dd2a96446 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-075.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-075.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-076.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-076.js index 39ac6e0f4..80d5fd3bd 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-076.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-076.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-077.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-077.js index c06201764..07ad0e0d9 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-077.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-077.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-078.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-078.js index ee895bbea..ac02f07a3 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-078.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-078.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-079.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-079.js index f99edadee..f237d1764 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-079.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-079.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-080.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-080.js index 4d096544f..ddf74c670 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-080.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-080.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-081.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-081.js index 2bada85dc..6221255b3 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-081.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-081.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-082.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-082.js index b19a38f4c..8f6f75334 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-082.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-082.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-083.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-083.js index e141a43c3..bb3c2443c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-083.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-083.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-084.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-084.js index 445d90889..ffb42e8fe 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-084.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-084.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-085.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-085.js index cb6391053..3a0cca563 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-085.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-085.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-086.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-086.js index 74f9b81ec..e7621ea6c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-086.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-086.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-087.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-087.js index 7aa795362..45fbe22da 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-087.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-087.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-088.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-088.js index 1698545b7..0d3ceaf8e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-088.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-088.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-089.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-089.js index 0a82f9719..368c0b9d5 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-089.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-089.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-090.js b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-090.js index 9148fca8c..81fc8248e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-090.js +++ b/tests/jerry-test-suite/11/11.05/11.05.01/11.05.01-090.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-001.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-001.js index 794b00b4e..763306722 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-001.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-002.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-002.js index e5b5673f6..32889b7a8 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-002.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-003.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-003.js index 4628d03f3..7ef81c762 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-003.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-004.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-004.js index c3a55a43c..fc6c9782d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-004.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-005.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-005.js index e4e190be1..76a30da06 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-005.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-006.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-006.js index 1f8aea5a5..415fc1135 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-006.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-007.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-007.js index 14db10ac7..bb99d3785 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-007.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-008.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-008.js index ac6dc7391..6675a4c60 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-008.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-009.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-009.js index aabecc760..622040347 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-009.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-010.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-010.js index 26a4600b5..cae1c7b33 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-010.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-011.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-011.js index e6e566dfa..0bcc8dbdd 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-011.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-012.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-012.js index 20845f33d..7b6e283ff 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-012.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-013.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-013.js index 51b36885c..1842dd14d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-013.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-014.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-014.js index e7bc952af..53774c6ca 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-014.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-015.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-015.js index d6617bd49..5fba7150f 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-015.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-016.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-016.js index 44b8293e0..87f2ad7ee 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-016.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-017.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-017.js index a00e00879..5c34539d5 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-017.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-018.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-018.js index f6b2d5cf7..96b98d1ff 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-018.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-019.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-019.js index 97eddc0c3..1a94d099e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-019.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-020.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-020.js index e1f46c40a..7a7c3869a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-020.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-021.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-021.js index 5c3c8284d..f9b11e23a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-021.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-022.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-022.js index 553820e33..aca34b424 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-022.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-023.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-023.js index a4a566277..9da405234 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-023.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-024.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-024.js index 751cb812f..7b9faf7a3 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-024.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-025.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-025.js index 1dd6a18a3..5090d870e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-025.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-026.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-026.js index 88838313c..d6a06026d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-026.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-027.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-027.js index 32ff4b146..1e95783e0 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-027.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-028.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-028.js index 4534dd340..8befa8de6 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-028.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-028.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-029.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-029.js index dc8e64b99..e0b889ccc 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-029.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-029.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-030.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-030.js index 2835d6ac1..c9c4022f5 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-030.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-030.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-031.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-031.js index ef5f6d96f..5f7d954de 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-031.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-031.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-032.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-032.js index 030383f3c..eb654285a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-032.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-032.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-033.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-033.js index bd9267451..27bb8f528 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-033.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-033.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-034.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-034.js index d27244198..1a360f195 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-034.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-034.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-035.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-035.js index fff730130..58fb2753d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-035.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-035.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-036.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-036.js index 0fa378520..488a9f989 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-036.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-036.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-037.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-037.js index e86713ff5..76023eb7c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-037.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-037.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-038.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-038.js index 1fc273fb5..a9c5d12a0 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-038.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-038.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-039.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-039.js index d8fc98cf3..76ba629e8 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-039.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-039.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-040.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-040.js index 2b3a52e16..1e9e0de8d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-040.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-040.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-041.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-041.js index e50f5a9d0..fe84d8f6b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-041.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-041.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-042.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-042.js index 55953b3ca..807671f7e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-042.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-042.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-043.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-043.js index 8b4d170d1..6323ed70a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-043.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-043.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-044.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-044.js index 2d2c44c25..772e8d71a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-044.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-044.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-045.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-045.js index 6d7e02c9b..61aa128b4 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-045.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-045.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-046.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-046.js index deb8c2e39..929d39dbc 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-046.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-046.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-047.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-047.js index f11cbe7d3..984b75029 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-047.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-047.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-048.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-048.js index fbdff449e..de534059b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-048.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-048.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-049.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-049.js index ce89f0e83..91f1f6474 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-049.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-049.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-050.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-050.js index 898b564a4..dd3b17d95 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-050.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-050.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-051.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-051.js index 4aa1d9999..1dea429b1 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-051.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-051.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-052.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-052.js index dee2bd7f6..2f40b170e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-052.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-052.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-053.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-053.js index 105a1fad7..9dfc1b4d8 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-053.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-053.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-054.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-054.js index d0634e578..127eb7a78 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-054.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-054.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-055.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-055.js index 6d9b639e6..07759f049 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-055.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-055.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-056.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-056.js index d2d4141bd..7bf9de6ea 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-056.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-056.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-057.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-057.js index 4730f518f..a3fe0762c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-057.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-057.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-058.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-058.js index 42e4d57ca..2dedc244a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-058.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-058.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-059.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-059.js index e6ca9a37f..079227457 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-059.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-059.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-060.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-060.js index a398758d1..d4d1d267b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-060.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-060.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-061.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-061.js index 735211493..4c15539d1 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-061.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-061.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-062.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-062.js index be5ddc1b1..efb79c665 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-062.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-062.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-063.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-063.js index 084221a50..5f641788b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-063.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-063.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-064.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-064.js index 123e7f758..11c717d94 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-064.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-064.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-065.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-065.js index ccfe19cb9..8c954f1cd 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-065.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-065.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-066.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-066.js index f888502a3..45bd4260c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-066.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-066.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-067.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-067.js index 18f780c7c..650a6e453 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-067.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-067.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-068.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-068.js index b32f166ba..a59abb04e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-068.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-068.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-069.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-069.js index 855557546..65ca067c2 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-069.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-069.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-070.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-070.js index c442e9e66..01e5f6e00 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-070.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-070.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-071.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-071.js index 94659b0f9..0e4799b48 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-071.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-071.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-072.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-072.js index e7aacbb24..6817de98a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-072.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-072.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-073.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-073.js index 71c23e8f6..12eaec995 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-073.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-073.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-074.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-074.js index a8683ad88..057b851c4 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-074.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-074.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-075.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-075.js index a91a96393..919830380 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-075.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-075.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-076.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-076.js index a113c0956..5fb3ac1d9 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-076.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-076.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-077.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-077.js index 3b53970ec..984adb8bc 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-077.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-077.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-078.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-078.js index f21b4f397..63e52050d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-078.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-078.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-079.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-079.js index 5977a88ba..06bcc732f 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-079.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-079.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-080.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-080.js index 6d4cbb6ee..e9cedbce5 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-080.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-080.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-081.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-081.js index 096c724d5..2fdbb6e32 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-081.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-081.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-082.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-082.js index c93bdd2d7..26aef99d4 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-082.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-082.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-083.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-083.js index 69c7df3a9..d8ffc2460 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-083.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-083.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-084.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-084.js index 080491564..c9ed4d66f 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-084.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-084.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-085.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-085.js index 686f31c1a..5cff41f60 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-085.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-085.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-086.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-086.js index 36acd620f..832b3ebd6 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-086.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-086.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-087.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-087.js index c747669f0..00d18622c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-087.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-087.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-088.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-088.js index 26a636dd7..4d884236e 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-088.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-088.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-089.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-089.js index 0123aa893..b0b5e4705 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-089.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-089.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-090.js b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-090.js index 90bf8785c..c32f340e7 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-090.js +++ b/tests/jerry-test-suite/11/11.05/11.05.02/11.05.02-090.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-001.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-001.js index 7e0fcb0c2..f1978bd0b 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-001.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-002.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-002.js index b47baae05..4ed8223a9 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-002.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-003.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-003.js index 92f2ee1c6..2798caa1a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-003.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-004.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-004.js index 4fde9a8be..1739852b0 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-004.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-005.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-005.js index 73e52a555..88f9eb7e5 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-005.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-006.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-006.js index 4d74bf2fb..6abb1ccfd 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-006.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-007.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-007.js index 169d36e24..4fc48fc9d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-007.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-008.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-008.js index 4185bb26f..a909ebb20 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-008.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-009.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-009.js index 7c71fde88..bdebefa86 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-009.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-010.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-010.js index 4b0bb2480..c17c61636 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-010.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-011.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-011.js index 723d25b54..9876e2a41 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-011.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-012.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-012.js index 45550feee..c950fb0c2 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-012.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-013.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-013.js index db7d14039..5783e6f18 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-013.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-014.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-014.js index b992c1d6c..b1f0756e4 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-014.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-015.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-015.js index b3e820487..12aba9b81 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-015.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-016.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-016.js index 1b64dd722..4a11c82f3 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-016.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-017.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-017.js index 4d08417b9..a550ff14c 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-017.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-018.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-018.js index b90b55af7..034293350 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-018.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-019.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-019.js index a6df18cdb..51fb4db67 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-019.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-020.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-020.js index e35a3a304..7178b739a 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-020.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-021.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-021.js index 8a8fa3b6c..c77b8b0d7 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-021.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-022.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-022.js index a687809c7..a069fa025 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-022.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-023.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-023.js index 72e3bbdea..707d45086 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-023.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-024.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-024.js index 5d70e2552..2ec411b46 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-024.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-025.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-025.js index 42a1afc83..48e939b1d 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-025.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-026.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-026.js index 7c7372ddd..460e7c539 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-026.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-027.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-027.js index af397625b..51152d330 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-027.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-028.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-028.js index ae63f00c7..faa098cb2 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-028.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-028.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-029.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-029.js index 051b662d5..a46cfbeae 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-029.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-029.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-030.js b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-030.js index 0dfc96f13..c3357d761 100644 --- a/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-030.js +++ b/tests/jerry-test-suite/11/11.05/11.05.03/11.05.03-030.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-001.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-001.js index a4081c9f2..d54859991 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-001.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-002.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-002.js index db1734585..5e44043d2 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-002.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-003.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-003.js index b2c0c31cf..9f0359637 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-003.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-004.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-004.js index d1b1a001c..230a02fb9 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-004.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-005.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-005.js index 380dc9029..0b1a5e293 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-005.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-006.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-006.js index f8c04b8e9..4370620f1 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-006.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-007.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-007.js index 1ef017ac4..fccec1d71 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-007.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-008.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-008.js index 96d3d9b4b..e94cdaedd 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-008.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-009.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-009.js index a67f3c9a7..f45843996 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-009.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-010.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-010.js index def8d8a18..90ca53915 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-010.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-011.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-011.js index 73220b14f..74417cb0c 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-011.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-012.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-012.js index f18a9cf7e..a1657b251 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-012.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-013.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-013.js index b92237eac..bebf277cf 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-013.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-014.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-014.js index 4d4ac441a..b3ce8d571 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-014.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-015.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-015.js index 0e26423a6..7ca543b94 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-015.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-016.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-016.js index 1e889468a..c0db6b783 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-016.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-017.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-017.js index 72930a932..63760e5b9 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-017.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-018.js b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-018.js index 08197cbae..8b144e256 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-018.js +++ b/tests/jerry-test-suite/11/11.06/11.06.01/11.06.01-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-001.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-001.js index c62b7874d..4e50a791e 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-001.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-002.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-002.js index 701c5166f..c814284ed 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-002.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-003.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-003.js index 4d596d500..078b1148e 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-003.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-004.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-004.js index 67af31a72..7a150b5b7 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-004.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-005.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-005.js index 658705584..265df7ea5 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-005.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-006.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-006.js index 9efd53f9c..c32261b19 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-006.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-007.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-007.js index 532b7f234..a3b374452 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-007.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-008.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-008.js index a5a9c75c9..b25424314 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-008.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-009.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-009.js index 1d8041df3..1ad1f39a1 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-009.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-010.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-010.js index 3a5aa9607..511b50567 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-010.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-011.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-011.js index 794b158b2..bf098296f 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-011.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-012.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-012.js index c4354818a..48835b939 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-012.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-013.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-013.js index 44c1a0a83..6f26a3ca0 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-013.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-014.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-014.js index 2eb6902ec..a361f6e90 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-014.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-015.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-015.js index 8880e9662..f8e429720 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-015.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-016.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-016.js index 0d63f5f16..864c9966b 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-016.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-017.js b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-017.js index 6b06d5255..79512c7f6 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-017.js +++ b/tests/jerry-test-suite/11/11.06/11.06.02/11.06.02-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-001.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-001.js index f0746c229..abed55006 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-001.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-002.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-002.js index 048961780..481ab56fd 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-002.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-003.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-003.js index 737d09f47..cbad5785e 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-003.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-004.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-004.js index 32de0c2d8..c1e134d10 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-004.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-005.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-005.js index 4cae6c41f..3189b639e 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-005.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-006.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-006.js index 13c9fbf94..6d087fa0e 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-006.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-007.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-007.js index 912cb510d..6dce8abe3 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-007.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-008.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-008.js index 20dc3571c..84cd38594 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-008.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-009.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-009.js index 1eff658a1..4666d57df 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-009.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-010.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-010.js index 8a1d72c62..7d1a1cf97 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-010.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-011.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-011.js index 20dc3571c..84cd38594 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-011.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-012.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-012.js index 6a7f1fe6b..9df4217ff 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-012.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-013.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-013.js index 0963056a7..6e11d6092 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-013.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-014.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-014.js index 889372e5b..3d866fcef 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-014.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-015.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-015.js index 53bd609df..da0e2c569 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-015.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-016.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-016.js index 59c8c0027..3d51ea828 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-016.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-017.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-017.js index f7b4040ea..b3e4ddd4b 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-017.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-018.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-018.js index 1a3789dae..5b7f9c25e 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-018.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-019.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-019.js index 889372e5b..3d866fcef 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-019.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-020.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-020.js index cd41d3bda..d5b982259 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-020.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-021.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-021.js index 00d487798..a81d2cec8 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-021.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-022.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-022.js index 499dfb9fb..299bf088a 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-022.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-023.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-023.js index b24fe0f5c..1f95d827d 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-023.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-024.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-024.js index 657a41c2b..bfb10ff10 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-024.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-025.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-025.js index 9782528c8..e1f9c6cc3 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-025.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-001.js b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-001.js index 3c5c60972..0b5a2ba15 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-001.js +++ b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-003.js b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-003.js index 5a69b3a0c..650ea54e0 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-003.js +++ b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-004.js b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-004.js index e00a6263e..22260c1e4 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-004.js +++ b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-005.js b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-005.js index 3ec100b01..19138945a 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-005.js +++ b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-006.js b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-006.js index 6db593a72..d2a4b729c 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-006.js +++ b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-007.js b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-007.js index e49e26a94..17aa46dfe 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-007.js +++ b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-008.js b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-008.js index 4dea870b7..44cc10372 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-008.js +++ b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-009.js b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-009.js index e16875a52..acc8f4505 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-009.js +++ b/tests/jerry-test-suite/11/11.07/11.07.01/11.07.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-001.js b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-001.js index 72c300dae..2c096e3f5 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-001.js +++ b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-002.js b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-002.js index a2216162a..0a95f4f0a 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-002.js +++ b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-003.js b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-003.js index 01e3a78bc..c13e73e87 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-003.js +++ b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-004.js b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-004.js index c75512399..defce6620 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-004.js +++ b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-005.js b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-005.js index ccd2a5797..51b95df39 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-005.js +++ b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-006.js b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-006.js index 93cd19f34..f67c22fb6 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-006.js +++ b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-007.js b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-007.js index 1a7511f50..e65e4df99 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-007.js +++ b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-008.js b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-008.js index 4f93d4e8c..835337bb0 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-008.js +++ b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-009.js b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-009.js index 76bba11a9..38cc9172c 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-009.js +++ b/tests/jerry-test-suite/11/11.07/11.07.02/11.07.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-001.js b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-001.js index 8784662dd..0eac5f743 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-001.js +++ b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-002.js b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-002.js index b706569b2..e2ece1068 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-002.js +++ b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-003.js b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-003.js index c69e940d9..2ddb2aa3a 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-003.js +++ b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-004.js b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-004.js index 019f949e3..09031754f 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-004.js +++ b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-005.js b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-005.js index b132d3e07..1a9d88afe 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-005.js +++ b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-006.js b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-006.js index 5d09c4711..0e3058449 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-006.js +++ b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-007.js b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-007.js index 497d1c277..03687e311 100644 --- a/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-007.js +++ b/tests/jerry-test-suite/11/11.07/11.07.03/11.07.03-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-001.js b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-001.js index 81ad01118..aa5ea15ec 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-001.js +++ b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-002.js b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-002.js index d8f387614..57b8169ee 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-002.js +++ b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-003.js b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-003.js index 3fee3d67b..10913e6e0 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-003.js +++ b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-004.js b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-004.js index 5ca26caeb..f6b0c135e 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-004.js +++ b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-005.js b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-005.js index d6f12cf20..ed28fb3ca 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-005.js +++ b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-006.js b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-006.js index b6f7b3304..02eb1a5cf 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-006.js +++ b/tests/jerry-test-suite/11/11.08/11.08.01/11.08.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-001.js b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-001.js index aa7b65274..7f6ae4aea 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-001.js +++ b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-002.js b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-002.js index 14ce61d29..d8bd872dc 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-002.js +++ b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-003.js b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-003.js index d6e96f693..d9730901d 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-003.js +++ b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-004.js b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-004.js index fda771eea..a89027f83 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-004.js +++ b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-005.js b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-005.js index 28594bd6e..2f5af43f5 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-005.js +++ b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-006.js b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-006.js index 3515be347..16d02e201 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-006.js +++ b/tests/jerry-test-suite/11/11.08/11.08.02/11.08.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-001.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-001.js index 4372f5825..97fc60d41 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-001.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-002.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-002.js index 6ac53b1ce..af6815d71 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-002.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-003.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-003.js index 40473ad38..ae0a7d6ce 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-003.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-004.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-004.js index 0d6e78828..c435d97bd 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-004.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-005.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-005.js index 93f233260..f433b9b49 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-005.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-006.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-006.js index 82c2e90d3..3efa3bfc2 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-006.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-007.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-007.js index 0b628d6cd..8ccf0e515 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-007.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-008.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-008.js index 7321816c8..6e8f49462 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-008.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-009.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-009.js index fe6b88612..5c5975579 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-009.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-010.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-010.js index 878b975c2..6a82ca05d 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-010.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-011.js b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-011.js index a6345c9cd..8418a1992 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-011.js +++ b/tests/jerry-test-suite/11/11.08/11.08.03/11.08.03-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-001.js b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-001.js index 631f05500..145d171a9 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-001.js +++ b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-002.js b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-002.js index bc570fbb7..a0b7e6f06 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-002.js +++ b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-003.js b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-003.js index 045ae79cb..5b27d9658 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-003.js +++ b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-004.js b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-004.js index 466dae872..5168a78d4 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-004.js +++ b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-005.js b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-005.js index d1055d650..98c1e3469 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-005.js +++ b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-006.js b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-006.js index 9b7ebf48f..e25971fd1 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-006.js +++ b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-007.js b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-007.js index 3a557b066..9d342f2ef 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-007.js +++ b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-008.js b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-008.js index 14994e386..1913aced5 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-008.js +++ b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-009.js b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-009.js index 6fc243300..8f04bce05 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-009.js +++ b/tests/jerry-test-suite/11/11.08/11.08.04/11.08.04-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-001.js b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-001.js index a8a6be6e4..4806f6ef7 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-001.js +++ b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-002.js b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-002.js index dc31935a7..f3aee7225 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-002.js +++ b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-003.js b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-003.js index eafa9fd75..3201b4b74 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-003.js +++ b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-004.js b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-004.js index 4bd4fad6a..1a4e51a6b 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-004.js +++ b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-005.js b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-005.js index 3f49d182c..1a90be3cf 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-005.js +++ b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-006.js b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-006.js index 669c3850b..00e3a7c7a 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-006.js +++ b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-007.js b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-007.js index e4599ac1d..172893272 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-007.js +++ b/tests/jerry-test-suite/11/11.08/11.08.06/11.08.06-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-001.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-001.js index ae2a1b935..89b689f6e 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-001.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-002.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-002.js index 7f2076864..b64551368 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-002.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-003.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-003.js index 88f9d66de..c4b1d1e1a 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-003.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-004.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-004.js index 01a0d8713..75e50aee6 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-004.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-005.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-005.js index ac0318b9c..236b2f6c5 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-005.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-007.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-007.js index a41b48567..a532661cb 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-007.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-008.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-008.js index acbcefc39..89bebf25b 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-008.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-009.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-009.js index 63a28af77..1cd3d384b 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-009.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-010.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-010.js index bd88fcbd7..e953bb715 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-010.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-011.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-011.js index ddf192d10..d84bc7808 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-011.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-012.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-012.js index f2b9c7e6d..6250122ae 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-012.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-013.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-013.js index 2fa5c20b9..593688320 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-013.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-014.js b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-014.js index cd116d673..7e2fe042d 100644 --- a/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-014.js +++ b/tests/jerry-test-suite/11/11.08/11.08.07/11.08.07-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-001.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-001.js index a3fba5954..dd15f965e 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-001.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-002.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-002.js index 8d58daf4d..eb54c3f85 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-002.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-003.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-003.js index 45fb45bde..1c8721f60 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-003.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-004.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-004.js index 37c527e74..109ca868b 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-004.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-005.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-005.js index b99a31e36..91dfe3fce 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-005.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-006.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-006.js index 18efc635a..32f404ec1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-006.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-007.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-007.js index 4129aaf0a..6ae0531c1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-007.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-008.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-008.js index 87ca7b970..ae17d1bf2 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-008.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-009.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-009.js index da669b401..1d3c6af08 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-009.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-010.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-010.js index 52f540cca..b1c28c228 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-010.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-011.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-011.js index 1957f8a9f..9fc441b7f 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-011.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-012.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-012.js index c7a25cb84..93058d659 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-012.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-013.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-013.js index d00d69115..f3f7c11f5 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-013.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-014.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-014.js index c6e0c9553..5540dce69 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-014.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-015.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-015.js index abe57c55d..0bacf0cc9 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-015.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-016.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-016.js index 67e5f1b20..180a6c0f1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-016.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-017.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-017.js index 89ea5dc23..8ba79c958 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-017.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-018.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-018.js index 0d745603a..8b4ca0846 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-018.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-019.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-019.js index 31782c6a5..cd87a7f09 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-019.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-020.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-020.js index b31e32050..9c5d38dc1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-020.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-021.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-021.js index a83bc7c13..0935bfc9c 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-021.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-022.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-022.js index 4a78ecf3b..e0e427d03 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-022.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-023.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-023.js index 246b91599..e9a325fbb 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-023.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-024.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-024.js index bddeeba95..c58839340 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-024.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-025.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-025.js index dffd3c303..23889ca00 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-025.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-026.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-026.js index 7fc6fff8a..543002eec 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-026.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-027.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-027.js index 37e5184b6..6ff5ee66c 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-027.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-028.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-028.js index b80f1f71d..4dde0e650 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-028.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-028.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-029.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-029.js index a2260bb53..1c7a8553d 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-029.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-029.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-030.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-030.js index 48d035deb..d4894a63a 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-030.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-030.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-031.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-031.js index 4eb7295cf..b46019df1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-031.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-031.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-032.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-032.js index b3e0beb94..a05477100 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-032.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-032.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-033.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-033.js index 45e1f3634..c0f5b0964 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-033.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-033.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-034.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-034.js index bb8d2b69f..dead47209 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-034.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-034.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-035.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-035.js index eba3d5f63..348a65e48 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-035.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-035.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-036.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-036.js index 82692e702..39157be24 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-036.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-036.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-037.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-037.js index e82a6c8ad..6b7ed2d93 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-037.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-037.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-038.js b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-038.js index 847a6eb65..f1fbaf7a0 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-038.js +++ b/tests/jerry-test-suite/11/11.09/11.09.01/11.09.01-038.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-001.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-001.js index a3fba5954..dd15f965e 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-001.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-002.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-002.js index 8d58daf4d..eb54c3f85 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-002.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-003.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-003.js index 1a7682cff..e3e670e0f 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-003.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-004.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-004.js index ef49302ba..6d22426b3 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-004.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-005.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-005.js index b99a31e36..91dfe3fce 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-005.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-006.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-006.js index 18efc635a..32f404ec1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-006.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-007.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-007.js index 4129aaf0a..6ae0531c1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-007.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-008.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-008.js index c95c8b896..6e4665c3d 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-008.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-009.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-009.js index da669b401..1d3c6af08 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-009.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-010.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-010.js index 52f540cca..b1c28c228 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-010.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-011.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-011.js index 8036fdc0f..4155587a7 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-011.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-012.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-012.js index 08ee51550..7b0b7c1d8 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-012.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-013.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-013.js index d00d69115..f3f7c11f5 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-013.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-014.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-014.js index c6e0c9553..5540dce69 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-014.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-015.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-015.js index e4ed91359..45c08dfa6 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-015.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-016.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-016.js index 67e5f1b20..180a6c0f1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-016.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-017.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-017.js index 89ea5dc23..8ba79c958 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-017.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-018.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-018.js index 0d745603a..8b4ca0846 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-018.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-019.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-019.js index 572b67dfe..eec4070c0 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-019.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-020.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-020.js index b31e32050..9c5d38dc1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-020.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-021.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-021.js index a83bc7c13..0935bfc9c 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-021.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-022.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-022.js index a11f5659b..aed3b109f 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-022.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-023.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-023.js index a91b466e7..680bde732 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-023.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-024.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-024.js index bddeeba95..c58839340 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-024.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-025.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-025.js index dffd3c303..23889ca00 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-025.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-026.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-026.js index 7fc6fff8a..543002eec 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-026.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-027.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-027.js index 4f6f53e40..8e41f757e 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-027.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-028.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-028.js index 2921dbc5c..6e68cdc59 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-028.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-028.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-029.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-029.js index f802647b8..35ed16b98 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-029.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-029.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-030.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-030.js index 48d035deb..d4894a63a 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-030.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-030.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-031.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-031.js index 47ca841ea..458eb24a2 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-031.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-031.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-032.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-032.js index 7fba87e09..25d4b4384 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-032.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-032.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-033.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-033.js index 5d5147962..9d7c63f9d 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-033.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-033.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-034.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-034.js index bb8d2b69f..dead47209 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-034.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-034.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-035.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-035.js index eba3d5f63..348a65e48 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-035.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-035.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-036.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-036.js index 82692e702..39157be24 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-036.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-036.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-037.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-037.js index 8d50e9b9e..3ac5f0218 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-037.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-037.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-038.js b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-038.js index 847a6eb65..f1fbaf7a0 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-038.js +++ b/tests/jerry-test-suite/11/11.09/11.09.02/11.09.02-038.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-001.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-001.js index fe4b5edfe..38d3a3a61 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-001.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-002.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-002.js index 08d9041f9..ad0431c8c 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-002.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-003.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-003.js index f58f9af85..6b8c64ca8 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-003.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-004.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-004.js index 8ea2352b0..93b255a4b 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-004.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-005.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-005.js index dfcb1490e..21b07feff 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-005.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-006.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-006.js index 912a62be2..6f8f466da 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-006.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-007.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-007.js index ebac77390..0824c4ec9 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-007.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-008.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-008.js index 45d7d7e96..c87f14d87 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-008.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-009.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-009.js index 61e39c072..67f1875ac 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-009.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-010.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-010.js index 22fa8abe5..b32ce7416 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-010.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-011.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-011.js index 774ca2f65..3f3c7c67f 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-011.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-012.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-012.js index ba9b3a5a1..fee35e6b7 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-012.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-013.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-013.js index 4e850e318..9b6f52764 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-013.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-014.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-014.js index 1f00095e6..343a83b10 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-014.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-015.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-015.js index 6778a7661..86d9443e1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-015.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js index ffb4b09fd..0f637f37f 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-017.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-017.js index 9e098db41..e27d2bdb7 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-017.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-018.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-018.js index 6f5e0e152..f00d5054d 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-018.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-019.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-019.js index f24d412c8..2b71ccfd8 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-019.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-020.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-020.js index 5cc14e8ef..40ce8351a 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-020.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-021.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-021.js index 5c50bdf9a..151ccce4e 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-021.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-022.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-022.js index b278bb1d1..493bd27cc 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-022.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-023.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-023.js index 8cf145d78..e57c4b5c3 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-023.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-024.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-024.js index 0b05d33da..d58a6aad2 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-024.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-025.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-025.js index 8bdbcac21..7e5609352 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-025.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-001.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-001.js index fe4b5edfe..38d3a3a61 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-001.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-002.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-002.js index 08d9041f9..ad0431c8c 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-002.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-003.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-003.js index f58f9af85..6b8c64ca8 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-003.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-004.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-004.js index 8ea2352b0..93b255a4b 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-004.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-005.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-005.js index dfcb1490e..21b07feff 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-005.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-006.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-006.js index 912a62be2..6f8f466da 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-006.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-007.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-007.js index ebac77390..0824c4ec9 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-007.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-008.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-008.js index 45d7d7e96..c87f14d87 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-008.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-009.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-009.js index 61e39c072..67f1875ac 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-009.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-010.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-010.js index 73f059938..103043093 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-010.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-011.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-011.js index 774ca2f65..3f3c7c67f 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-011.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-012.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-012.js index ba9b3a5a1..fee35e6b7 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-012.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-013.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-013.js index 4e850e318..9b6f52764 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-013.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-014.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-014.js index 1f00095e6..343a83b10 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-014.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-015.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-015.js index 6778a7661..86d9443e1 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-015.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js index ffb4b09fd..0f637f37f 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-017.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-017.js index 9e098db41..e27d2bdb7 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-017.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-018.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-018.js index 6f5e0e152..f00d5054d 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-018.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-019.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-019.js index f24d412c8..2b71ccfd8 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-019.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-020.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-020.js index 5cc14e8ef..40ce8351a 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-020.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-021.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-021.js index 5c50bdf9a..151ccce4e 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-021.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-022.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-022.js index b278bb1d1..493bd27cc 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-022.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-023.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-023.js index 8cf145d78..e57c4b5c3 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-023.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-024.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-024.js index 0b05d33da..d58a6aad2 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-024.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-025.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-025.js index 66c9b86ed..37ebef85e 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-025.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-001.js b/tests/jerry-test-suite/11/11.10/11.10-001.js index f122d2eaa..7d9ccc4ac 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-001.js +++ b/tests/jerry-test-suite/11/11.10/11.10-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-002.js b/tests/jerry-test-suite/11/11.10/11.10-002.js index 090f50dde..b966b5d54 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-002.js +++ b/tests/jerry-test-suite/11/11.10/11.10-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-003.js b/tests/jerry-test-suite/11/11.10/11.10-003.js index fcafc143d..c8d229be2 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-003.js +++ b/tests/jerry-test-suite/11/11.10/11.10-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-004.js b/tests/jerry-test-suite/11/11.10/11.10-004.js index f9f6e1c40..7f032b1fc 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-004.js +++ b/tests/jerry-test-suite/11/11.10/11.10-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-005.js b/tests/jerry-test-suite/11/11.10/11.10-005.js index a715aa1f0..8bc987532 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-005.js +++ b/tests/jerry-test-suite/11/11.10/11.10-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-006.js b/tests/jerry-test-suite/11/11.10/11.10-006.js index 8a25c768c..bc06ccbf6 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-006.js +++ b/tests/jerry-test-suite/11/11.10/11.10-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-007.js b/tests/jerry-test-suite/11/11.10/11.10-007.js index cf45259f5..e1f764c63 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-007.js +++ b/tests/jerry-test-suite/11/11.10/11.10-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-008.js b/tests/jerry-test-suite/11/11.10/11.10-008.js index ae4f85b08..b64ba5ae8 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-008.js +++ b/tests/jerry-test-suite/11/11.10/11.10-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-009.js b/tests/jerry-test-suite/11/11.10/11.10-009.js index cf65feee0..e333279d9 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-009.js +++ b/tests/jerry-test-suite/11/11.10/11.10-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-010.js b/tests/jerry-test-suite/11/11.10/11.10-010.js index e983e43e2..a37440f3e 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-010.js +++ b/tests/jerry-test-suite/11/11.10/11.10-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-011.js b/tests/jerry-test-suite/11/11.10/11.10-011.js index a39e77541..936e48e12 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-011.js +++ b/tests/jerry-test-suite/11/11.10/11.10-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-012.js b/tests/jerry-test-suite/11/11.10/11.10-012.js index 7700488c0..597541e22 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-012.js +++ b/tests/jerry-test-suite/11/11.10/11.10-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-013.js b/tests/jerry-test-suite/11/11.10/11.10-013.js index d85d434c7..b713fe95f 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-013.js +++ b/tests/jerry-test-suite/11/11.10/11.10-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-014.js b/tests/jerry-test-suite/11/11.10/11.10-014.js index 07c329821..b9b14ab0b 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-014.js +++ b/tests/jerry-test-suite/11/11.10/11.10-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-015.js b/tests/jerry-test-suite/11/11.10/11.10-015.js index 8f333b770..026d1787f 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-015.js +++ b/tests/jerry-test-suite/11/11.10/11.10-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-016.js b/tests/jerry-test-suite/11/11.10/11.10-016.js index 85254ffa6..e34223770 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-016.js +++ b/tests/jerry-test-suite/11/11.10/11.10-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-017.js b/tests/jerry-test-suite/11/11.10/11.10-017.js index 8bbe28d84..281760c93 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-017.js +++ b/tests/jerry-test-suite/11/11.10/11.10-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.10/11.10-018.js b/tests/jerry-test-suite/11/11.10/11.10-018.js index 384f7be86..a6ed00e15 100644 --- a/tests/jerry-test-suite/11/11.10/11.10-018.js +++ b/tests/jerry-test-suite/11/11.10/11.10-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-001.js b/tests/jerry-test-suite/11/11.11/11.11-001.js index f93fbabfb..86f9fa5e4 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-001.js +++ b/tests/jerry-test-suite/11/11.11/11.11-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-002.js b/tests/jerry-test-suite/11/11.11/11.11-002.js index f596dd47c..23b0701ac 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-002.js +++ b/tests/jerry-test-suite/11/11.11/11.11-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-003.js b/tests/jerry-test-suite/11/11.11/11.11-003.js index 482f2eabc..5374e3121 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-003.js +++ b/tests/jerry-test-suite/11/11.11/11.11-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-004.js b/tests/jerry-test-suite/11/11.11/11.11-004.js index 712d6c3ed..77fa32f1d 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-004.js +++ b/tests/jerry-test-suite/11/11.11/11.11-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-005.js b/tests/jerry-test-suite/11/11.11/11.11-005.js index 17a88cf97..1107ee0b0 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-005.js +++ b/tests/jerry-test-suite/11/11.11/11.11-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-006.js b/tests/jerry-test-suite/11/11.11/11.11-006.js index 85ff0500b..145bf1427 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-006.js +++ b/tests/jerry-test-suite/11/11.11/11.11-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-007.js b/tests/jerry-test-suite/11/11.11/11.11-007.js index 89045f65e..1b82e9680 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-007.js +++ b/tests/jerry-test-suite/11/11.11/11.11-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-008.js b/tests/jerry-test-suite/11/11.11/11.11-008.js index 0675aa327..10d16e131 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-008.js +++ b/tests/jerry-test-suite/11/11.11/11.11-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-009.js b/tests/jerry-test-suite/11/11.11/11.11-009.js index 8aba32e06..2bef661fb 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-009.js +++ b/tests/jerry-test-suite/11/11.11/11.11-009.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-010.js b/tests/jerry-test-suite/11/11.11/11.11-010.js index 9f7be82bf..c2346982a 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-010.js +++ b/tests/jerry-test-suite/11/11.11/11.11-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-011.js b/tests/jerry-test-suite/11/11.11/11.11-011.js index ff3fb4741..8c994c5f0 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-011.js +++ b/tests/jerry-test-suite/11/11.11/11.11-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-012.js b/tests/jerry-test-suite/11/11.11/11.11-012.js index b0670b3c2..3f69735d6 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-012.js +++ b/tests/jerry-test-suite/11/11.11/11.11-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-013.js b/tests/jerry-test-suite/11/11.11/11.11-013.js index b0bade9ee..f625a619e 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-013.js +++ b/tests/jerry-test-suite/11/11.11/11.11-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-014.js b/tests/jerry-test-suite/11/11.11/11.11-014.js index 9e0136b62..ebf79c9b9 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-014.js +++ b/tests/jerry-test-suite/11/11.11/11.11-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-015.js b/tests/jerry-test-suite/11/11.11/11.11-015.js index 8886fb3b6..471d747f6 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-015.js +++ b/tests/jerry-test-suite/11/11.11/11.11-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-016.js b/tests/jerry-test-suite/11/11.11/11.11-016.js index df426a87d..8f696b4be 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-016.js +++ b/tests/jerry-test-suite/11/11.11/11.11-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-017.js b/tests/jerry-test-suite/11/11.11/11.11-017.js index 0cba957d0..757b644ff 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-017.js +++ b/tests/jerry-test-suite/11/11.11/11.11-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-018.js b/tests/jerry-test-suite/11/11.11/11.11-018.js index ea3fef24e..5b2c898b0 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-018.js +++ b/tests/jerry-test-suite/11/11.11/11.11-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-019.js b/tests/jerry-test-suite/11/11.11/11.11-019.js index 67f9902ce..26f26ca25 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-019.js +++ b/tests/jerry-test-suite/11/11.11/11.11-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-020.js b/tests/jerry-test-suite/11/11.11/11.11-020.js index 23175dd4a..b3406afb4 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-020.js +++ b/tests/jerry-test-suite/11/11.11/11.11-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-021.js b/tests/jerry-test-suite/11/11.11/11.11-021.js index 9342903ac..d6fcf10e0 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-021.js +++ b/tests/jerry-test-suite/11/11.11/11.11-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-022.js b/tests/jerry-test-suite/11/11.11/11.11-022.js index 30634aba7..d430bdd02 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-022.js +++ b/tests/jerry-test-suite/11/11.11/11.11-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-023.js b/tests/jerry-test-suite/11/11.11/11.11-023.js index 013c15bf7..bb25c73f9 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-023.js +++ b/tests/jerry-test-suite/11/11.11/11.11-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-024.js b/tests/jerry-test-suite/11/11.11/11.11-024.js index a8c26c9a9..d6ea214ec 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-024.js +++ b/tests/jerry-test-suite/11/11.11/11.11-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-025.js b/tests/jerry-test-suite/11/11.11/11.11-025.js index d3f541291..5ea94197c 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-025.js +++ b/tests/jerry-test-suite/11/11.11/11.11-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-026.js b/tests/jerry-test-suite/11/11.11/11.11-026.js index 50757530c..92f8ecd26 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-026.js +++ b/tests/jerry-test-suite/11/11.11/11.11-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.11/11.11-027.js b/tests/jerry-test-suite/11/11.11/11.11-027.js index 4bf10c8d0..e276ce1c6 100644 --- a/tests/jerry-test-suite/11/11.11/11.11-027.js +++ b/tests/jerry-test-suite/11/11.11/11.11-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.12/11.12-001.js b/tests/jerry-test-suite/11/11.12/11.12-001.js index 4f528bf2d..a27f04870 100644 --- a/tests/jerry-test-suite/11/11.12/11.12-001.js +++ b/tests/jerry-test-suite/11/11.12/11.12-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.12/11.12-002.js b/tests/jerry-test-suite/11/11.12/11.12-002.js index 7d08daaed..4e650a881 100644 --- a/tests/jerry-test-suite/11/11.12/11.12-002.js +++ b/tests/jerry-test-suite/11/11.12/11.12-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.12/11.12-003.js b/tests/jerry-test-suite/11/11.12/11.12-003.js index b2c65ae87..e8b6f8231 100644 --- a/tests/jerry-test-suite/11/11.12/11.12-003.js +++ b/tests/jerry-test-suite/11/11.12/11.12-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.12/11.12-004.js b/tests/jerry-test-suite/11/11.12/11.12-004.js index c0892fe7b..bd25f5da8 100644 --- a/tests/jerry-test-suite/11/11.12/11.12-004.js +++ b/tests/jerry-test-suite/11/11.12/11.12-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.12/11.12-005.js b/tests/jerry-test-suite/11/11.12/11.12-005.js index 3194183fd..da7913dbd 100644 --- a/tests/jerry-test-suite/11/11.12/11.12-005.js +++ b/tests/jerry-test-suite/11/11.12/11.12-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.12/11.12-008.js b/tests/jerry-test-suite/11/11.12/11.12-008.js index f948e8da0..7d4c64ed2 100644 --- a/tests/jerry-test-suite/11/11.12/11.12-008.js +++ b/tests/jerry-test-suite/11/11.12/11.12-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.12/11.12-012.js b/tests/jerry-test-suite/11/11.12/11.12-012.js index e2b817d7e..f8e8051d8 100644 --- a/tests/jerry-test-suite/11/11.12/11.12-012.js +++ b/tests/jerry-test-suite/11/11.12/11.12-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.01/11.13.01-001.js b/tests/jerry-test-suite/11/11.13/11.13.01/11.13.01-001.js index 879c8ab9a..7e55db7d0 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.01/11.13.01-001.js +++ b/tests/jerry-test-suite/11/11.13/11.13.01/11.13.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-001.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-001.js index 772e5ac9c..ae0c186f0 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-001.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-002.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-002.js index 7ccc8780a..dc29d7e3a 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-002.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-003.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-003.js index 7d827bf9c..dd75442cb 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-003.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-004.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-004.js index f8bbb4d0b..b7a946e20 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-004.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-005.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-005.js index 2f56280ed..2eb4b759c 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-005.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-006.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-006.js index 85b7e9e4a..0d74c70ff 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-006.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-007.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-007.js index a92fc5e11..1e05e8f8e 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-007.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-008.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-008.js index b907fd760..65522f3ca 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-008.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-009.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-009.js index 82494eddf..5e5c612e1 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-009.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-010.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-010.js index d1f308042..c1bb40638 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-010.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-011.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-011.js index aca1fb66c..a35185029 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-011.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-012.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-012.js index 02a84dc15..065b16ebf 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-012.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-012.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-013.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-013.js index baa652446..812b2ac63 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-013.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-013.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-014.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-014.js index b4d7955d0..bfdef097d 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-014.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-014.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-039.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-039.js index f7bc4ca40..678f1411a 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-039.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-039.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-040.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-040.js index 13cd5ef02..179655cba 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-040.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-040.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-041.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-041.js index 12d1e416f..55f68b443 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-041.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-041.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-042.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-042.js index 89cf0b01b..5e9dff3bf 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-042.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-042.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-043.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-043.js index 6bd96e34a..1fcc33cb1 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-043.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-043.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-044.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-044.js index c3e770bc3..7080f0555 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-044.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-044.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-045.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-045.js index b53fc8510..be45a5b60 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-045.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-045.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-046.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-046.js index 0208dd756..a8f17d2ca 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-046.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-046.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-047.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-047.js index 58ad00ec2..606d3f057 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-047.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-047.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-048.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-048.js index f8cb22ba6..0d8613f64 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-048.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-048.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-049.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-049.js index 50ebfdac3..24e382441 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-049.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-049.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-050.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-050.js index b66e89ead..a5d1679fe 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-050.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-050.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-051.js b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-051.js index be40683a2..4457cd6bc 100644 --- a/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-051.js +++ b/tests/jerry-test-suite/11/11.13/11.13.02/11.13.02-051.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.14/11.14-001.js b/tests/jerry-test-suite/11/11.14/11.14-001.js index bb0298bed..13a275762 100644 --- a/tests/jerry-test-suite/11/11.14/11.14-001.js +++ b/tests/jerry-test-suite/11/11.14/11.14-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/11/11.14/11.14-002.js b/tests/jerry-test-suite/11/11.14/11.14-002.js index 133bfd496..4c6b9a81d 100644 --- a/tests/jerry-test-suite/11/11.14/11.14-002.js +++ b/tests/jerry-test-suite/11/11.14/11.14-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.01/12.01-001.js b/tests/jerry-test-suite/12/12.01/12.01-001.js index 31c2b90fe..c3beab92f 100644 --- a/tests/jerry-test-suite/12/12.01/12.01-001.js +++ b/tests/jerry-test-suite/12/12.01/12.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.01/12.01-002.js b/tests/jerry-test-suite/12/12.01/12.01-002.js index baa9841c6..3a47a873e 100644 --- a/tests/jerry-test-suite/12/12.01/12.01-002.js +++ b/tests/jerry-test-suite/12/12.01/12.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.01/12.01-003.js b/tests/jerry-test-suite/12/12.01/12.01-003.js index a06ac3a2b..eba8c0597 100644 --- a/tests/jerry-test-suite/12/12.01/12.01-003.js +++ b/tests/jerry-test-suite/12/12.01/12.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.01/12.01-004.js b/tests/jerry-test-suite/12/12.01/12.01-004.js index f5a03dbc9..6446ceb90 100644 --- a/tests/jerry-test-suite/12/12.01/12.01-004.js +++ b/tests/jerry-test-suite/12/12.01/12.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.01/12.01-005.js b/tests/jerry-test-suite/12/12.01/12.01-005.js index 609f3204c..fe17d95ff 100644 --- a/tests/jerry-test-suite/12/12.01/12.01-005.js +++ b/tests/jerry-test-suite/12/12.01/12.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-001.js b/tests/jerry-test-suite/12/12.02/12.02-001.js index f55460793..4c7550557 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-001.js +++ b/tests/jerry-test-suite/12/12.02/12.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-002.js b/tests/jerry-test-suite/12/12.02/12.02-002.js index 91aa23b88..345b80886 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-002.js +++ b/tests/jerry-test-suite/12/12.02/12.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-003.js b/tests/jerry-test-suite/12/12.02/12.02-003.js index f33237f38..7e3964b4c 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-003.js +++ b/tests/jerry-test-suite/12/12.02/12.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-004.js b/tests/jerry-test-suite/12/12.02/12.02-004.js index 18bd38973..28554e4a5 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-004.js +++ b/tests/jerry-test-suite/12/12.02/12.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-005.js b/tests/jerry-test-suite/12/12.02/12.02-005.js index a5f9c7ea6..65c48a6f5 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-005.js +++ b/tests/jerry-test-suite/12/12.02/12.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-006.js b/tests/jerry-test-suite/12/12.02/12.02-006.js index c8df4c7ae..4abd662d2 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-006.js +++ b/tests/jerry-test-suite/12/12.02/12.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-007.js b/tests/jerry-test-suite/12/12.02/12.02-007.js index fc5bb8d16..55995227c 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-007.js +++ b/tests/jerry-test-suite/12/12.02/12.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-008.js b/tests/jerry-test-suite/12/12.02/12.02-008.js index 1b8472154..f2f45eb47 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-008.js +++ b/tests/jerry-test-suite/12/12.02/12.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-009.js b/tests/jerry-test-suite/12/12.02/12.02-009.js index fa5ff042d..7d28073b9 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-009.js +++ b/tests/jerry-test-suite/12/12.02/12.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-010.js b/tests/jerry-test-suite/12/12.02/12.02-010.js index dd0de613f..05dea28f9 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-010.js +++ b/tests/jerry-test-suite/12/12.02/12.02-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-011.js b/tests/jerry-test-suite/12/12.02/12.02-011.js index ac959e22a..dcda49b07 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-011.js +++ b/tests/jerry-test-suite/12/12.02/12.02-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-012.js b/tests/jerry-test-suite/12/12.02/12.02-012.js index cfafeab1c..570275c4d 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-012.js +++ b/tests/jerry-test-suite/12/12.02/12.02-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-013.js b/tests/jerry-test-suite/12/12.02/12.02-013.js index 561698c63..f3b5bed8e 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-013.js +++ b/tests/jerry-test-suite/12/12.02/12.02-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-014.js b/tests/jerry-test-suite/12/12.02/12.02-014.js index b9c7caa63..539497a69 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-014.js +++ b/tests/jerry-test-suite/12/12.02/12.02-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-015.js b/tests/jerry-test-suite/12/12.02/12.02-015.js index 1491b93c3..080dc62b9 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-015.js +++ b/tests/jerry-test-suite/12/12.02/12.02-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-016.js b/tests/jerry-test-suite/12/12.02/12.02-016.js index fbd886e7a..33f989097 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-016.js +++ b/tests/jerry-test-suite/12/12.02/12.02-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-018.js b/tests/jerry-test-suite/12/12.02/12.02-018.js index 42259a13f..448db750f 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-018.js +++ b/tests/jerry-test-suite/12/12.02/12.02-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-019.js b/tests/jerry-test-suite/12/12.02/12.02-019.js index f2aaedf15..ef9a79555 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-019.js +++ b/tests/jerry-test-suite/12/12.02/12.02-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-020.js b/tests/jerry-test-suite/12/12.02/12.02-020.js index 7b02170b0..f28bfdc40 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-020.js +++ b/tests/jerry-test-suite/12/12.02/12.02-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-021.js b/tests/jerry-test-suite/12/12.02/12.02-021.js index a589fcf21..a5e4eba39 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-021.js +++ b/tests/jerry-test-suite/12/12.02/12.02-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02-022.js b/tests/jerry-test-suite/12/12.02/12.02-022.js index 125029109..0674abfbe 100644 --- a/tests/jerry-test-suite/12/12.02/12.02-022.js +++ b/tests/jerry-test-suite/12/12.02/12.02-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02.01/12.02.01-001.js b/tests/jerry-test-suite/12/12.02/12.02.01/12.02.01-001.js index 77773ffc5..858103b40 100644 --- a/tests/jerry-test-suite/12/12.02/12.02.01/12.02.01-001.js +++ b/tests/jerry-test-suite/12/12.02/12.02.01/12.02.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.02/12.02.01/12.02.01-002.js b/tests/jerry-test-suite/12/12.02/12.02.01/12.02.01-002.js index af3929d71..1e868d084 100644 --- a/tests/jerry-test-suite/12/12.02/12.02.01/12.02.01-002.js +++ b/tests/jerry-test-suite/12/12.02/12.02.01/12.02.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.03/12.03-001.js b/tests/jerry-test-suite/12/12.03/12.03-001.js index 98b54fa6e..41e38a9b3 100644 --- a/tests/jerry-test-suite/12/12.03/12.03-001.js +++ b/tests/jerry-test-suite/12/12.03/12.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.03/12.03-002.js b/tests/jerry-test-suite/12/12.03/12.03-002.js index c7bbf056c..eb5b6b871 100644 --- a/tests/jerry-test-suite/12/12.03/12.03-002.js +++ b/tests/jerry-test-suite/12/12.03/12.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.03/12.03-003.js b/tests/jerry-test-suite/12/12.03/12.03-003.js index 3db63a0d8..260919e8e 100644 --- a/tests/jerry-test-suite/12/12.03/12.03-003.js +++ b/tests/jerry-test-suite/12/12.03/12.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.04/12.04-001.js b/tests/jerry-test-suite/12/12.04/12.04-001.js index e5963e879..a4a441178 100644 --- a/tests/jerry-test-suite/12/12.04/12.04-001.js +++ b/tests/jerry-test-suite/12/12.04/12.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.04/12.04-002.js b/tests/jerry-test-suite/12/12.04/12.04-002.js index cad8c1a99..6613464b7 100644 --- a/tests/jerry-test-suite/12/12.04/12.04-002.js +++ b/tests/jerry-test-suite/12/12.04/12.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.04/12.04-003.js b/tests/jerry-test-suite/12/12.04/12.04-003.js index d30168145..0a0199ed0 100644 --- a/tests/jerry-test-suite/12/12.04/12.04-003.js +++ b/tests/jerry-test-suite/12/12.04/12.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.04/12.04-004.js b/tests/jerry-test-suite/12/12.04/12.04-004.js index 8ea2a9fda..a4a970e8b 100644 --- a/tests/jerry-test-suite/12/12.04/12.04-004.js +++ b/tests/jerry-test-suite/12/12.04/12.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.05/12.05-001.js b/tests/jerry-test-suite/12/12.05/12.05-001.js index e9e268879..065ed8468 100644 --- a/tests/jerry-test-suite/12/12.05/12.05-001.js +++ b/tests/jerry-test-suite/12/12.05/12.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.05/12.05-002.js b/tests/jerry-test-suite/12/12.05/12.05-002.js index def94262d..0534815a4 100644 --- a/tests/jerry-test-suite/12/12.05/12.05-002.js +++ b/tests/jerry-test-suite/12/12.05/12.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.05/12.05-003.js b/tests/jerry-test-suite/12/12.05/12.05-003.js index 23f3afd10..14718545b 100644 --- a/tests/jerry-test-suite/12/12.05/12.05-003.js +++ b/tests/jerry-test-suite/12/12.05/12.05-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.05/12.05-004.js b/tests/jerry-test-suite/12/12.05/12.05-004.js index c27337d97..380d14578 100644 --- a/tests/jerry-test-suite/12/12.05/12.05-004.js +++ b/tests/jerry-test-suite/12/12.05/12.05-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.05/12.05-005.js b/tests/jerry-test-suite/12/12.05/12.05-005.js index 6a11fbe5e..a73735621 100644 --- a/tests/jerry-test-suite/12/12.05/12.05-005.js +++ b/tests/jerry-test-suite/12/12.05/12.05-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.05/12.05-006.js b/tests/jerry-test-suite/12/12.05/12.05-006.js index 21def01bd..2ea1f94f8 100644 --- a/tests/jerry-test-suite/12/12.05/12.05-006.js +++ b/tests/jerry-test-suite/12/12.05/12.05-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.05/12.05-007.js b/tests/jerry-test-suite/12/12.05/12.05-007.js index 0d0572dfb..90a4374f9 100644 --- a/tests/jerry-test-suite/12/12.05/12.05-007.js +++ b/tests/jerry-test-suite/12/12.05/12.05-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.05/12.05-008.js b/tests/jerry-test-suite/12/12.05/12.05-008.js index 1d6c5f03a..a1eed84a9 100644 --- a/tests/jerry-test-suite/12/12.05/12.05-008.js +++ b/tests/jerry-test-suite/12/12.05/12.05-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-001.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-001.js index debf4f7ab..503c1a1d0 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-001.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-002.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-002.js index 5c5020630..3f581831d 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-002.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-003.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-003.js index fcad68f69..7b65d5345 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-003.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-004.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-004.js index d4180e808..e3a62c0e7 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-004.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-005.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-005.js index 6f5c2873e..10a72c412 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-005.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-006.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-006.js index f4f57ec6c..9e1ae96e7 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-006.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-007.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-007.js index 809c4e9cc..9a896803a 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-007.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-008.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-008.js index 0052be7b1..02574a8dc 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-008.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-009.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-009.js index fccfcf114..d9b516425 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-009.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-010.js b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-010.js index 36ac0fce7..6c14ec4ee 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-010.js +++ b/tests/jerry-test-suite/12/12.06/12.06.01/12.06.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-001.js b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-001.js index 811ba0f0e..3d59c1a64 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-001.js +++ b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-002.js b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-002.js index 90f578d78..2a528ae94 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-002.js +++ b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-003.js b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-003.js index 6bec187e0..6e961afc6 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-003.js +++ b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-004.js b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-004.js index 50a6d2ef0..8fba08b79 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-004.js +++ b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-005.js b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-005.js index d85d29349..15bd41350 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-005.js +++ b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-006.js b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-006.js index d384626f3..4b7767cff 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-006.js +++ b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-007.js b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-007.js index 8cf7d11c4..92b5a43a9 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-007.js +++ b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-008.js b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-008.js index 7aab875e2..fb774b103 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-008.js +++ b/tests/jerry-test-suite/12/12.06/12.06.02/12.06.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-001.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-001.js index a73178a3e..9285151eb 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-001.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-002.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-002.js index 263fee5c6..6ca1553a5 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-002.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-003.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-003.js index 6b95b50a9..c1df4bdec 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-003.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-004.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-004.js index 9576cc717..65172e274 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-004.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-005.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-005.js index 3baae7a0a..d4037f9a0 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-005.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-006.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-006.js index b5f21ada2..58845ac46 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-006.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-007.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-007.js index 288ade639..5204fd67c 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-007.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-008.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-008.js index 0711b148d..d703d183b 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-008.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-009.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-009.js index 920a1b997..a542373d1 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-009.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-010.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-010.js index 7482e5278..36df6a7d6 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-010.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-011.js b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-011.js index e0c16cdaf..51530859d 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-011.js +++ b/tests/jerry-test-suite/12/12.06/12.06.03/12.06.03-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-001.js b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-001.js index a89c4b9c1..9a6f30a70 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-001.js +++ b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-002.js b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-002.js index 2f9452f08..287393fd4 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-002.js +++ b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-003.js b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-003.js index 0d5926381..b3bf95123 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-003.js +++ b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-004.js b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-004.js index 381590908..4926c1045 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-004.js +++ b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-005.js b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-005.js index bd081bc5c..cbe64f81d 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-005.js +++ b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-006.js b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-006.js index 2788b98f5..8446cf7c9 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-006.js +++ b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-007.js b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-007.js index 34658f18e..d74d3ecc6 100644 --- a/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-007.js +++ b/tests/jerry-test-suite/12/12.06/12.06.04/12.06.04-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-001.js b/tests/jerry-test-suite/12/12.07/12.07-001.js index b96ab516d..e751c3eb0 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-001.js +++ b/tests/jerry-test-suite/12/12.07/12.07-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-002.js b/tests/jerry-test-suite/12/12.07/12.07-002.js index 898f9774b..b4942fead 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-002.js +++ b/tests/jerry-test-suite/12/12.07/12.07-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-003.js b/tests/jerry-test-suite/12/12.07/12.07-003.js index 748833b95..693c87167 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-003.js +++ b/tests/jerry-test-suite/12/12.07/12.07-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-004.js b/tests/jerry-test-suite/12/12.07/12.07-004.js index 3679f4862..1dbbb459e 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-004.js +++ b/tests/jerry-test-suite/12/12.07/12.07-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-005.js b/tests/jerry-test-suite/12/12.07/12.07-005.js index b99d786a1..94865aaaf 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-005.js +++ b/tests/jerry-test-suite/12/12.07/12.07-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-006.js b/tests/jerry-test-suite/12/12.07/12.07-006.js index ce91ffd61..b14f7d684 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-006.js +++ b/tests/jerry-test-suite/12/12.07/12.07-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-007.js b/tests/jerry-test-suite/12/12.07/12.07-007.js index 9f362d5f6..b964304e0 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-007.js +++ b/tests/jerry-test-suite/12/12.07/12.07-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-008.js b/tests/jerry-test-suite/12/12.07/12.07-008.js index ffb7e9da2..d073e8668 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-008.js +++ b/tests/jerry-test-suite/12/12.07/12.07-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-009.js b/tests/jerry-test-suite/12/12.07/12.07-009.js index 60a484d78..2e99823d4 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-009.js +++ b/tests/jerry-test-suite/12/12.07/12.07-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-010.js b/tests/jerry-test-suite/12/12.07/12.07-010.js index 9133ff23d..fb02b1f88 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-010.js +++ b/tests/jerry-test-suite/12/12.07/12.07-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-011.js b/tests/jerry-test-suite/12/12.07/12.07-011.js index 960f8b2b3..c146b8e50 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-011.js +++ b/tests/jerry-test-suite/12/12.07/12.07-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-012.js b/tests/jerry-test-suite/12/12.07/12.07-012.js index e8339be83..15d054c06 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-012.js +++ b/tests/jerry-test-suite/12/12.07/12.07-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-013.js b/tests/jerry-test-suite/12/12.07/12.07-013.js index 46b211fd9..58b1f10bd 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-013.js +++ b/tests/jerry-test-suite/12/12.07/12.07-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-014.js b/tests/jerry-test-suite/12/12.07/12.07-014.js index 194ca2325..76ac5b782 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-014.js +++ b/tests/jerry-test-suite/12/12.07/12.07-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-015.js b/tests/jerry-test-suite/12/12.07/12.07-015.js index 6636b74c7..ba93a22ca 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-015.js +++ b/tests/jerry-test-suite/12/12.07/12.07-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.07/12.07-016.js b/tests/jerry-test-suite/12/12.07/12.07-016.js index febca40ad..97fffe68a 100644 --- a/tests/jerry-test-suite/12/12.07/12.07-016.js +++ b/tests/jerry-test-suite/12/12.07/12.07-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-001.js b/tests/jerry-test-suite/12/12.08/12.08-001.js index 16b23915b..82aae71ed 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-001.js +++ b/tests/jerry-test-suite/12/12.08/12.08-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-002.js b/tests/jerry-test-suite/12/12.08/12.08-002.js index c1f64199e..de91aa096 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-002.js +++ b/tests/jerry-test-suite/12/12.08/12.08-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-003.js b/tests/jerry-test-suite/12/12.08/12.08-003.js index 7e098fdc4..4fedb844e 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-003.js +++ b/tests/jerry-test-suite/12/12.08/12.08-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-004.js b/tests/jerry-test-suite/12/12.08/12.08-004.js index 892d0617e..18610b5cc 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-004.js +++ b/tests/jerry-test-suite/12/12.08/12.08-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-005.js b/tests/jerry-test-suite/12/12.08/12.08-005.js index f85ee2808..b45eac221 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-005.js +++ b/tests/jerry-test-suite/12/12.08/12.08-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-006.js b/tests/jerry-test-suite/12/12.08/12.08-006.js index 18ee2e9fe..46058e9c9 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-006.js +++ b/tests/jerry-test-suite/12/12.08/12.08-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-007.js b/tests/jerry-test-suite/12/12.08/12.08-007.js index d86e71f99..0f4d991ce 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-007.js +++ b/tests/jerry-test-suite/12/12.08/12.08-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-008.js b/tests/jerry-test-suite/12/12.08/12.08-008.js index a356415c7..f168c438d 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-008.js +++ b/tests/jerry-test-suite/12/12.08/12.08-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-009.js b/tests/jerry-test-suite/12/12.08/12.08-009.js index df3ae6d39..af46bd981 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-009.js +++ b/tests/jerry-test-suite/12/12.08/12.08-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-010.js b/tests/jerry-test-suite/12/12.08/12.08-010.js index 9e396deca..a263e4bf0 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-010.js +++ b/tests/jerry-test-suite/12/12.08/12.08-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-011.js b/tests/jerry-test-suite/12/12.08/12.08-011.js index f41b66cd8..1bd883670 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-011.js +++ b/tests/jerry-test-suite/12/12.08/12.08-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-012.js b/tests/jerry-test-suite/12/12.08/12.08-012.js index 242c167aa..a90c11a26 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-012.js +++ b/tests/jerry-test-suite/12/12.08/12.08-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-013.js b/tests/jerry-test-suite/12/12.08/12.08-013.js index d4881aa5c..930dc6471 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-013.js +++ b/tests/jerry-test-suite/12/12.08/12.08-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-014.js b/tests/jerry-test-suite/12/12.08/12.08-014.js index fe8eccc0b..bf8c9a1fd 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-014.js +++ b/tests/jerry-test-suite/12/12.08/12.08-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-015.js b/tests/jerry-test-suite/12/12.08/12.08-015.js index f04cbf59d..f46ee6480 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-015.js +++ b/tests/jerry-test-suite/12/12.08/12.08-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-016.js b/tests/jerry-test-suite/12/12.08/12.08-016.js index 35cd2df3e..46fa199fc 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-016.js +++ b/tests/jerry-test-suite/12/12.08/12.08-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-017.js b/tests/jerry-test-suite/12/12.08/12.08-017.js index 6fd6d392b..a10d19f6d 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-017.js +++ b/tests/jerry-test-suite/12/12.08/12.08-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.08/12.08-018.js b/tests/jerry-test-suite/12/12.08/12.08-018.js index b771e97a3..929430cd5 100644 --- a/tests/jerry-test-suite/12/12.08/12.08-018.js +++ b/tests/jerry-test-suite/12/12.08/12.08-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.09/12.09-001.js b/tests/jerry-test-suite/12/12.09/12.09-001.js index 8a909f372..f81475b29 100644 --- a/tests/jerry-test-suite/12/12.09/12.09-001.js +++ b/tests/jerry-test-suite/12/12.09/12.09-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.09/12.09-002.js b/tests/jerry-test-suite/12/12.09/12.09-002.js index d5cc3e73a..d8b05ebd4 100644 --- a/tests/jerry-test-suite/12/12.09/12.09-002.js +++ b/tests/jerry-test-suite/12/12.09/12.09-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.09/12.09-003.js b/tests/jerry-test-suite/12/12.09/12.09-003.js index 2237be593..91dc75ecb 100644 --- a/tests/jerry-test-suite/12/12.09/12.09-003.js +++ b/tests/jerry-test-suite/12/12.09/12.09-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.09/12.09-004.js b/tests/jerry-test-suite/12/12.09/12.09-004.js index 861372de0..79f5dc1b3 100644 --- a/tests/jerry-test-suite/12/12.09/12.09-004.js +++ b/tests/jerry-test-suite/12/12.09/12.09-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.09/12.09-005.js b/tests/jerry-test-suite/12/12.09/12.09-005.js index ae40f1d2b..b0e3121e0 100644 --- a/tests/jerry-test-suite/12/12.09/12.09-005.js +++ b/tests/jerry-test-suite/12/12.09/12.09-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.09/12.09-006.js b/tests/jerry-test-suite/12/12.09/12.09-006.js index a7506cf3d..b4a014f02 100644 --- a/tests/jerry-test-suite/12/12.09/12.09-006.js +++ b/tests/jerry-test-suite/12/12.09/12.09-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.10/12.10-001.js b/tests/jerry-test-suite/12/12.10/12.10-001.js index 86181ab81..96cb1f83e 100644 --- a/tests/jerry-test-suite/12/12.10/12.10-001.js +++ b/tests/jerry-test-suite/12/12.10/12.10-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.10/12.10-002.js b/tests/jerry-test-suite/12/12.10/12.10-002.js index d0f18e5cc..02413cbfb 100644 --- a/tests/jerry-test-suite/12/12.10/12.10-002.js +++ b/tests/jerry-test-suite/12/12.10/12.10-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.10/12.10-003.js b/tests/jerry-test-suite/12/12.10/12.10-003.js index d0f18e5cc..02413cbfb 100644 --- a/tests/jerry-test-suite/12/12.10/12.10-003.js +++ b/tests/jerry-test-suite/12/12.10/12.10-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.10/12.10-004.js b/tests/jerry-test-suite/12/12.10/12.10-004.js index 721db51e4..027a969f9 100644 --- a/tests/jerry-test-suite/12/12.10/12.10-004.js +++ b/tests/jerry-test-suite/12/12.10/12.10-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.10/12.10-005.js b/tests/jerry-test-suite/12/12.10/12.10-005.js index 761a48c9a..01357ffcc 100644 --- a/tests/jerry-test-suite/12/12.10/12.10-005.js +++ b/tests/jerry-test-suite/12/12.10/12.10-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.10/12.10-006.js b/tests/jerry-test-suite/12/12.10/12.10-006.js index 48c9cb19b..ca3ab5c23 100644 --- a/tests/jerry-test-suite/12/12.10/12.10-006.js +++ b/tests/jerry-test-suite/12/12.10/12.10-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.10/12.10-007.js b/tests/jerry-test-suite/12/12.10/12.10-007.js index 9fb0c0ad3..dfd0b2939 100644 --- a/tests/jerry-test-suite/12/12.10/12.10-007.js +++ b/tests/jerry-test-suite/12/12.10/12.10-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.11/12.11-001.js b/tests/jerry-test-suite/12/12.11/12.11-001.js index d3a5af490..bed977d44 100644 --- a/tests/jerry-test-suite/12/12.11/12.11-001.js +++ b/tests/jerry-test-suite/12/12.11/12.11-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.11/12.11-002.js b/tests/jerry-test-suite/12/12.11/12.11-002.js index 6547a674c..8eb5c57a6 100644 --- a/tests/jerry-test-suite/12/12.11/12.11-002.js +++ b/tests/jerry-test-suite/12/12.11/12.11-002.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.11/12.11-003.js b/tests/jerry-test-suite/12/12.11/12.11-003.js index 27e01a9c9..ea9360b96 100644 --- a/tests/jerry-test-suite/12/12.11/12.11-003.js +++ b/tests/jerry-test-suite/12/12.11/12.11-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.11/12.11-004.js b/tests/jerry-test-suite/12/12.11/12.11-004.js index ba9ff6901..37cb0a894 100644 --- a/tests/jerry-test-suite/12/12.11/12.11-004.js +++ b/tests/jerry-test-suite/12/12.11/12.11-004.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.11/12.11-005.js b/tests/jerry-test-suite/12/12.11/12.11-005.js index a1458aca9..4a47b3be7 100644 --- a/tests/jerry-test-suite/12/12.11/12.11-005.js +++ b/tests/jerry-test-suite/12/12.11/12.11-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.11/12.11-006.js b/tests/jerry-test-suite/12/12.11/12.11-006.js index 15131d9cb..af00f2644 100644 --- a/tests/jerry-test-suite/12/12.11/12.11-006.js +++ b/tests/jerry-test-suite/12/12.11/12.11-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.11/12.11-007.js b/tests/jerry-test-suite/12/12.11/12.11-007.js index b07a8c693..2b40bc737 100644 --- a/tests/jerry-test-suite/12/12.11/12.11-007.js +++ b/tests/jerry-test-suite/12/12.11/12.11-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-001.js b/tests/jerry-test-suite/12/12.12/12.12-001.js index 38f331d8c..37ff5c721 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-001.js +++ b/tests/jerry-test-suite/12/12.12/12.12-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-002.js b/tests/jerry-test-suite/12/12.12/12.12-002.js index 59963530f..011d9ec4a 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-002.js +++ b/tests/jerry-test-suite/12/12.12/12.12-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-003.js b/tests/jerry-test-suite/12/12.12/12.12-003.js index 747899734..7e6c4c5c2 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-003.js +++ b/tests/jerry-test-suite/12/12.12/12.12-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-004.js b/tests/jerry-test-suite/12/12.12/12.12-004.js index c2853c70f..2973b6851 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-004.js +++ b/tests/jerry-test-suite/12/12.12/12.12-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-005.js b/tests/jerry-test-suite/12/12.12/12.12-005.js index 43f4753a6..4e3466adc 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-005.js +++ b/tests/jerry-test-suite/12/12.12/12.12-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-006.js b/tests/jerry-test-suite/12/12.12/12.12-006.js index 0de1955a0..4c7e80a93 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-006.js +++ b/tests/jerry-test-suite/12/12.12/12.12-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-007.js b/tests/jerry-test-suite/12/12.12/12.12-007.js index 369eca2b0..4b27250f3 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-007.js +++ b/tests/jerry-test-suite/12/12.12/12.12-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-008.js b/tests/jerry-test-suite/12/12.12/12.12-008.js index 2957584fc..e9cade6f8 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-008.js +++ b/tests/jerry-test-suite/12/12.12/12.12-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-009.js b/tests/jerry-test-suite/12/12.12/12.12-009.js index 94ac35f7f..ed71f4a7f 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-009.js +++ b/tests/jerry-test-suite/12/12.12/12.12-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.12/12.12-010.js b/tests/jerry-test-suite/12/12.12/12.12-010.js index b0967fcf2..e9e32f39e 100644 --- a/tests/jerry-test-suite/12/12.12/12.12-010.js +++ b/tests/jerry-test-suite/12/12.12/12.12-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.13/12.13-001.js b/tests/jerry-test-suite/12/12.13/12.13-001.js index cd515d6ed..8529388ba 100644 --- a/tests/jerry-test-suite/12/12.13/12.13-001.js +++ b/tests/jerry-test-suite/12/12.13/12.13-001.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.13/12.13-002.js b/tests/jerry-test-suite/12/12.13/12.13-002.js index ba29cc8ec..ccf08d213 100644 --- a/tests/jerry-test-suite/12/12.13/12.13-002.js +++ b/tests/jerry-test-suite/12/12.13/12.13-002.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.13/12.13-003.js b/tests/jerry-test-suite/12/12.13/12.13-003.js index 22ec518f9..fd5f0315f 100644 --- a/tests/jerry-test-suite/12/12.13/12.13-003.js +++ b/tests/jerry-test-suite/12/12.13/12.13-003.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.14/12.14-001.js b/tests/jerry-test-suite/12/12.14/12.14-001.js index 61c9103b4..b64905774 100644 --- a/tests/jerry-test-suite/12/12.14/12.14-001.js +++ b/tests/jerry-test-suite/12/12.14/12.14-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.14/12.14-002.js b/tests/jerry-test-suite/12/12.14/12.14-002.js index ddf8d2726..9ca88ebde 100644 --- a/tests/jerry-test-suite/12/12.14/12.14-002.js +++ b/tests/jerry-test-suite/12/12.14/12.14-002.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.14/12.14-003.js b/tests/jerry-test-suite/12/12.14/12.14-003.js index b05f18921..0fbc200cb 100644 --- a/tests/jerry-test-suite/12/12.14/12.14-003.js +++ b/tests/jerry-test-suite/12/12.14/12.14-003.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.14/12.14-004.js b/tests/jerry-test-suite/12/12.14/12.14-004.js index 2f7562b51..bea91301f 100644 --- a/tests/jerry-test-suite/12/12.14/12.14-004.js +++ b/tests/jerry-test-suite/12/12.14/12.14-004.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.14/12.14-005.js b/tests/jerry-test-suite/12/12.14/12.14-005.js index c2dbabf46..aee45dabf 100644 --- a/tests/jerry-test-suite/12/12.14/12.14-005.js +++ b/tests/jerry-test-suite/12/12.14/12.14-005.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/12/12.14/12.14-006.js b/tests/jerry-test-suite/12/12.14/12.14-006.js index 8c3b4a881..56ef3cbc1 100644 --- a/tests/jerry-test-suite/12/12.14/12.14-006.js +++ b/tests/jerry-test-suite/12/12.14/12.14-006.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-001.js b/tests/jerry-test-suite/13/13-001.js index 859d1eabb..ffb1a2994 100644 --- a/tests/jerry-test-suite/13/13-001.js +++ b/tests/jerry-test-suite/13/13-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-002.js b/tests/jerry-test-suite/13/13-002.js index 50c8f7ed1..4776a488c 100644 --- a/tests/jerry-test-suite/13/13-002.js +++ b/tests/jerry-test-suite/13/13-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-003.js b/tests/jerry-test-suite/13/13-003.js index 1b210bcbc..6a0b9b104 100644 --- a/tests/jerry-test-suite/13/13-003.js +++ b/tests/jerry-test-suite/13/13-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-004.js b/tests/jerry-test-suite/13/13-004.js index 5e1d00139..7ceda9924 100644 --- a/tests/jerry-test-suite/13/13-004.js +++ b/tests/jerry-test-suite/13/13-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-005.js b/tests/jerry-test-suite/13/13-005.js index befe8c6e8..049fdbc0a 100644 --- a/tests/jerry-test-suite/13/13-005.js +++ b/tests/jerry-test-suite/13/13-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-006.js b/tests/jerry-test-suite/13/13-006.js index 5b1b1c215..0a8ee1371 100644 --- a/tests/jerry-test-suite/13/13-006.js +++ b/tests/jerry-test-suite/13/13-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-007.js b/tests/jerry-test-suite/13/13-007.js index 499c704cf..f56351bc8 100644 --- a/tests/jerry-test-suite/13/13-007.js +++ b/tests/jerry-test-suite/13/13-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-008.js b/tests/jerry-test-suite/13/13-008.js index 7d2cbda5b..8ce5be87a 100644 --- a/tests/jerry-test-suite/13/13-008.js +++ b/tests/jerry-test-suite/13/13-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-009.js b/tests/jerry-test-suite/13/13-009.js index 48860f667..1aa39c96f 100644 --- a/tests/jerry-test-suite/13/13-009.js +++ b/tests/jerry-test-suite/13/13-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-010.js b/tests/jerry-test-suite/13/13-010.js index f6837554c..860845a57 100644 --- a/tests/jerry-test-suite/13/13-010.js +++ b/tests/jerry-test-suite/13/13-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-011.js b/tests/jerry-test-suite/13/13-011.js index cad4b0b2a..6e3b1532c 100644 --- a/tests/jerry-test-suite/13/13-011.js +++ b/tests/jerry-test-suite/13/13-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-012.js b/tests/jerry-test-suite/13/13-012.js index c50dfbc86..42547976c 100644 --- a/tests/jerry-test-suite/13/13-012.js +++ b/tests/jerry-test-suite/13/13-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13-013.js b/tests/jerry-test-suite/13/13-013.js index ca65910ba..cd5975a49 100644 --- a/tests/jerry-test-suite/13/13-013.js +++ b/tests/jerry-test-suite/13/13-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13.01/13.01-001.js b/tests/jerry-test-suite/13/13.01/13.01-001.js index 56bc06872..61ee57567 100644 --- a/tests/jerry-test-suite/13/13.01/13.01-001.js +++ b/tests/jerry-test-suite/13/13.01/13.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13.02/13.02-001.js b/tests/jerry-test-suite/13/13.02/13.02-001.js index 90a65570e..9062d9c43 100644 --- a/tests/jerry-test-suite/13/13.02/13.02-001.js +++ b/tests/jerry-test-suite/13/13.02/13.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13.02/13.02-002.js b/tests/jerry-test-suite/13/13.02/13.02-002.js index a49453ae0..9603dba94 100644 --- a/tests/jerry-test-suite/13/13.02/13.02-002.js +++ b/tests/jerry-test-suite/13/13.02/13.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13.02/13.02-003.js b/tests/jerry-test-suite/13/13.02/13.02-003.js index 21d8795e8..9005b100a 100644 --- a/tests/jerry-test-suite/13/13.02/13.02-003.js +++ b/tests/jerry-test-suite/13/13.02/13.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13.02/13.02-004.js b/tests/jerry-test-suite/13/13.02/13.02-004.js index e7b1ec623..a0c80cb80 100644 --- a/tests/jerry-test-suite/13/13.02/13.02-004.js +++ b/tests/jerry-test-suite/13/13.02/13.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13.02/13.02-005.js b/tests/jerry-test-suite/13/13.02/13.02-005.js index b3ae08dad..c1248f7a3 100644 --- a/tests/jerry-test-suite/13/13.02/13.02-005.js +++ b/tests/jerry-test-suite/13/13.02/13.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13.02/13.02-006.js b/tests/jerry-test-suite/13/13.02/13.02-006.js index 2c3f81d6a..8fba8ef8b 100644 --- a/tests/jerry-test-suite/13/13.02/13.02-006.js +++ b/tests/jerry-test-suite/13/13.02/13.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13.02/13.02-007.js b/tests/jerry-test-suite/13/13.02/13.02-007.js index 1e62c0ed9..0f9d768af 100644 --- a/tests/jerry-test-suite/13/13.02/13.02-007.js +++ b/tests/jerry-test-suite/13/13.02/13.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/13/13.02/13.02-008.js b/tests/jerry-test-suite/13/13.02/13.02-008.js index 885a310ff..51ab836ad 100644 --- a/tests/jerry-test-suite/13/13.02/13.02-008.js +++ b/tests/jerry-test-suite/13/13.02/13.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-001.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-001.js index 3b14d765c..40c9da195 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-002.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-002.js index b3cb2accc..8824cc28d 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-003.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-003.js index f97d0fd1a..c4fd241c5 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-003.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-004.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-004.js index 2c84afd18..465197add 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-004.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-005.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-005.js index 04488d862..422431ffe 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-005.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-006.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-006.js index 581f79f92..a90daee46 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-006.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-007.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-007.js index bd882aa1f..3cdc7a78c 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-007.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-008.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-008.js index fa06f4c74..366b8ab1a 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-008.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-009.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-009.js index 19580ffa7..e6d8ffb7b 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-009.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-010.js b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-010.js index 159af4e69..067f5c312 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-010.js +++ b/tests/jerry-test-suite/15/15.02/15.02.01/15.02.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-001.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-001.js index 8f10d7a98..1c5627216 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-002.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-002.js index 062392d97..87d9c2b46 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-003.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-003.js index 22b42b285..5f1dfda68 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-003.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-004.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-004.js index 1e3ef9212..ed6799759 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-004.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-005.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-005.js index 2ae4855f6..594e38f49 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-005.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-006.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-006.js index 315a5122b..26ddcd45b 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-006.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-007.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-007.js index d600dc4cb..26f2eda31 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-007.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-008.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-008.js index 6457ecaab..3e374d7d5 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-008.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-009.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-009.js index a335c90b2..9b43a0784 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-009.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-010.js b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-010.js index 1e1b69bdc..7bf6a256e 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-010.js +++ b/tests/jerry-test-suite/15/15.02/15.02.02/15.02.02-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-001.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-001.js index beab99c38..1f38e57f8 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-002.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-002.js index 5892b910c..7cef6e90b 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-003.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-003.js index ae8c12ca4..b8e9d43ed 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-003.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-004.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-004.js index 417900733..60ebb5e7b 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-004.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-005.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-005.js index 30d42e6d6..e687f7032 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-005.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-006.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-006.js index 352bbb857..7fc1832e2 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-006.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-007.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-007.js index 1f27c5534..6f98667c3 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-007.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-008.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-008.js index 4354e4a12..788ba4b95 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-008.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-009.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-009.js index a9d79d7f6..171d20072 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-009.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-010.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-010.js index 23398b3c1..e819610c9 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-010.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-011.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-011.js index 8634a19df..8086d9f8e 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-011.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-012.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-012.js index a491a205d..9940bcb62 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-012.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-013.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-013.js index c0206481d..9ebd10abe 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-013.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-014.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-014.js index 6231f58ff..352dd99d3 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-014.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-015.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-015.js index 3726d53b9..903e8002b 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-015.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-016.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-016.js index e5c88183f..1b75974bc 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-016.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-017.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-017.js index 4bc52a0bb..39e26841c 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-017.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-018.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-018.js index dab0a63c5..bb71e3873 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-018.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-019.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-019.js index d5c66f534..d778dec66 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-019.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-020.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-020.js index 2349705d8..8d135263b 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-020.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-021.js b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-021.js index f2186d325..b4d7715b5 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-021.js +++ b/tests/jerry-test-suite/15/15.02/15.02.03/15.02.03-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04-001.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04-001.js index ff82ea60b..4dcdc8252 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04-002.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04-002.js index 5f4df9ae0..2e3887a7e 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.01/15.02.04.01-001.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.01/15.02.04.01-001.js index 30ead3e1b..a3c1d1229 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.01/15.02.04.01-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.01/15.02.04.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.01/15.02.04.01-002.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.01/15.02.04.01-002.js index 750d231a6..e3a62471a 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.01/15.02.04.01-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.01/15.02.04.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-001.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-001.js index 9e9b8b3e0..783147f24 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-002.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-002.js index 7d237bd92..9202a6a67 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-003.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-003.js index f22ef9059..7a4706d9e 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-003.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-004.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-004.js index 223a729e3..eaf2da021 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-004.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.02/15.02.04.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-001.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-001.js index 1599d37cd..d5fddd70f 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-002.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-002.js index ea9cc40ae..24a20839f 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-003.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-003.js index acbce003f..e13c8b262 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-003.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.03/15.02.04.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-001.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-001.js index 794472cbf..2b57afae3 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-002.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-002.js index 20b5740c5..fce5e479a 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-003.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-003.js index 16e11e389..d92db7ee7 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-003.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-004.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-004.js index 22d57209f..dcc8f1592 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-004.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-005.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-005.js index 28b3d7291..f411c639a 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-005.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-006.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-006.js index 90e15402c..91538bfc3 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-006.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-007.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-007.js index 0971e5deb..9bff51480 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-007.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-008.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-008.js index eb073d2bc..ae23e5c39 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-008.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-009.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-009.js index 0fa702315..d16252d51 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-009.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-010.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-010.js index 4fcda17ac..0fe6cf8c3 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-010.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.04/15.02.04.04-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-001.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-001.js index 36a3be2b5..3e7453e1b 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-002.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-002.js index 945fb62f1..807be9275 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-003.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-003.js index 10ed4d91f..edeb301b9 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-003.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-004.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-004.js index e1ff4a94b..648a44fd0 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-004.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/15.02.04.05-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-001.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-001.js index 2bc890138..05f7be945 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-002.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-002.js index 378a2fcc6..041872c9d 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-003.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-003.js index 7be8fe058..e8c6c2a29 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-003.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-004.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-004.js index c51f4515c..beef6967b 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-004.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-005.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-005.js index cf9429303..e58a43241 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-005.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-006.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-006.js index 5c66a126f..1913bf87b 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-006.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/15.02.04.06-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-001.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-001.js index e36e6e390..6f9a0d395 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-001.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-002.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-002.js index c8adb82eb..1e2da42af 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-002.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-003.js b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-003.js index 9468bb6b8..239d5678e 100644 --- a/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-003.js +++ b/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/15.02.04.07-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-001.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-001.js index 4f4120823..961c6b4fb 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-001.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-002.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-002.js index 2fa71d3fe..edf76f562 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-002.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-004.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-004.js index ebb181713..6cce8bfc1 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-004.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-005.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-005.js index 3da56806a..3fefe0e68 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-005.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-007.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-007.js index 8a69db6e8..7c4b5ed6e 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-007.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-008.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-008.js index 9cf475d66..5e036d045 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-008.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-009.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-009.js index 89550e827..8219a9d90 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-009.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-010.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-010.js index 607872fbd..6e484b5f1 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-010.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-011.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-011.js index 2d21a769a..6d8f29069 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-011.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-012s.js b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-012s.js index 9e4fff3a4..f2301d323 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-012s.js +++ b/tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-012s.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-001.js b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-001.js index d6a18c55a..3d31cbc4e 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-001.js +++ b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-002.js b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-002.js index 8669f5f5d..a80b74b27 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-002.js +++ b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-003.js b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-003.js index 70c1c2fc3..86bb337cc 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-003.js +++ b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-004.js b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-004.js index 9055299d2..3c556a2ef 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-004.js +++ b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-001.js b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-001.js index 6abd662d9..d44b8dc76 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-001.js +++ b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-002.js b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-002.js index 800096cdc..4acb6b8f5 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-002.js +++ b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-003.js b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-003.js index 435d002d5..daa3ed941 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-003.js +++ b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-004.js b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-004.js index 592fc22ce..b611bde8f 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-004.js +++ b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.01/15.03.03.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.02/15.03.03.02-001.js b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.02/15.03.03.02-001.js index 49df13c56..160561113 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.02/15.03.03.02-001.js +++ b/tests/jerry-test-suite/15/15.03/15.03.03/15.03.03.02/15.03.03.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-001.js b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-001.js index 409e22687..b24dbc06c 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-001.js +++ b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-002.js b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-002.js index 559d31a49..8955e2780 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-002.js +++ b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-003.js b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-003.js index 5c70aad1f..cd07e81a8 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-003.js +++ b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-004.js b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-004.js index 409e22687..b24dbc06c 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-004.js +++ b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-005.js b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-005.js index 214c5031d..b46179034 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-005.js +++ b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-006.js b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-006.js index 61ceff532..8f847a12c 100644 --- a/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-006.js +++ b/tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-001.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-001.js index 749ca81dc..b5700eb78 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-001.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-002.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-002.js index a533a0194..b28a5e4d8 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-002.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-003.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-003.js index b64b98c6a..56b6d9723 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-003.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-004.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-004.js index cf503f2ba..d6feaaa0f 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-004.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-005.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-005.js index cb0bd2d5b..a695c12bd 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-005.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-006.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-006.js index e16f8a3c9..e2fcce39a 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-006.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-007.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-007.js index 90de839d7..e0ce3e952 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-007.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-008.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-008.js index a9fd6d721..8ee969a64 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-008.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.01/15.04.02.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-001.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-001.js index 2f2be0123..1dcd6b592 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-001.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-002.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-002.js index 230966a8d..b44951dee 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-002.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-003.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-003.js index e48d091dd..4b09e8780 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-003.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-004.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-004.js index 22f32848d..2587572b9 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-004.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-005.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-005.js index 90d82278a..46747ede1 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-005.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-006.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-006.js index dbf07df7c..8f6240768 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-006.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-007.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-007.js index 024d92404..db0ca42de 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-007.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-008.js b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-008.js index 3f8bbd638..01d2ef77e 100644 --- a/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-008.js +++ b/tests/jerry-test-suite/15/15.04/15.04.02/15.04.02.02/15.04.02.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-001.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-001.js index 986775038..c43541ae1 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-002.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-002.js index 26411d15a..91e868c8c 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-002.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-003.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-003.js index 64e1de6fc..2072b700b 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-003.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-004.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-004.js index 45eb61988..d262dfae7 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-004.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-005.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-005.js index 3edac6096..fbc54a56b 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-005.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-006.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-006.js index 9cdac57f8..83942e9e2 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-006.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-007.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-007.js index d81f29164..6b27e04a4 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-007.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-008.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-008.js index 4ab79254b..4c0968844 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-008.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-009.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-009.js index 28dc66905..f64dc5298 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-009.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-010.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-010.js index e307cf67b..e847f41b2 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-010.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-011.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-011.js index a57f94d00..170d490b4 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-011.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-012.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-012.js index 3e5405a06..c989944e9 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-012.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-012.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-013.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-013.js index 96f522cc0..abdfc4f81 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-013.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-013.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-014.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-014.js index 563717f47..c2e0b6912 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-014.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-014.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-015.js b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-015.js index c36fad6c6..5e316476e 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-015.js +++ b/tests/jerry-test-suite/15/15.05/15.05.01/15.05.01.01/15.05.01.01-015.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.02/15.05.02.01/15.05.02.01-001.js b/tests/jerry-test-suite/15/15.05/15.05.02/15.05.02.01/15.05.02.01-001.js index 6a5bc3134..e6c1b5272 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.02/15.05.02.01/15.05.02.01-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.02/15.05.02.01/15.05.02.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.02/15.05.02.01/15.05.02.01-002.js b/tests/jerry-test-suite/15/15.05/15.05.02/15.05.02.01/15.05.02.01-002.js index 3b4321462..024395351 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.02/15.05.02.01/15.05.02.01-002.js +++ b/tests/jerry-test-suite/15/15.05/15.05.02/15.05.02.01/15.05.02.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.01/15.05.03.01-001.js b/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.01/15.05.03.01-001.js index 485552225..7415177fd 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.01/15.05.03.01-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.01/15.05.03.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.01/15.05.03.01-002.js b/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.01/15.05.03.01-002.js index 8144ddccb..30d2a8775 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.01/15.05.03.01-002.js +++ b/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.01/15.05.03.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.02/15.05.03.02-001.js b/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.02/15.05.03.02-001.js index 1ec95f40a..faf35f5ab 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.02/15.05.03.02-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.02/15.05.03.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.02/15.05.03.02-002.js b/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.02/15.05.03.02-002.js index bdd457480..938b260fe 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.02/15.05.03.02-002.js +++ b/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.02/15.05.03.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.01/15.05.04.01-001.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.01/15.05.04.01-001.js index f4d938954..72310cfd4 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.01/15.05.04.01-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.01/15.05.04.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.02/15.05.04.02-001.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.02/15.05.04.02-001.js index 00762c05d..cc5dded43 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.02/15.05.04.02-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.02/15.05.04.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.02/15.05.04.02-002.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.02/15.05.04.02-002.js index 641b26f89..a5b922c48 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.02/15.05.04.02-002.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.02/15.05.04.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.03/15.05.04.03-001.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.03/15.05.04.03-001.js index 440a95f7d..57264629b 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.03/15.05.04.03-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.03/15.05.04.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-001.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-001.js index d6f0fe725..1d5df22c4 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-002.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-002.js index 22026928a..4900f6e2c 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-002.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-003.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-003.js index 9fbdefb6d..106677385 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-003.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-004.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-004.js index 5459a7ab1..770817fc4 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-004.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.04/15.05.04.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-001.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-001.js index 259b61984..f44b7ec4d 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-002.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-002.js index 27ca56870..db3ae2bab 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-002.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-003.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-003.js index 01e97813e..2c5b9e8e0 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-003.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-004.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-004.js index 06021d440..d10b396a4 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-004.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.05/15.05.04.05-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-001.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-001.js index 8ac53d117..cae04f53a 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-002.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-002.js index 33ffe0dcc..205d97e8a 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-002.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-003.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-003.js index 66edd2d33..0369cc268 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-003.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-004.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-004.js index fe26c2af1..0e22bd785 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-004.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.06/15.05.04.06-004.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-001.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-001.js index e5cf04490..8e0a78788 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-001.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-002.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-002.js index bf1823e55..49623f5c6 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-002.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-003.js b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-003.js index 510920562..f448a8b69 100644 --- a/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-003.js +++ b/tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-001.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-001.js index 042beac93..38feea140 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-001.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-002.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-002.js index c89d4953c..05c2e33e9 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-002.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-003.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-003.js index 730e03089..74e78d9ec 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-003.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-004.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-004.js index 345607b1b..8cd0151ad 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-004.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-005.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-005.js index 140fc67ff..5e0f3800a 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-005.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-006.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-006.js index 7805ee610..a8caf49c3 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-006.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-007.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-007.js index 13d2a788a..4bfb8760d 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-007.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-008.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-008.js index 6a18402f9..feb0a7627 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-008.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-009.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-009.js index c1f9903d1..c7463bdae 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-009.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-010.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-010.js index bd87baa11..05d154cef 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-010.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-011.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-011.js index fb1b4923c..fcdfa690f 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-011.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-012.js b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-012.js index e843f7733..2c0cf8c28 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-012.js +++ b/tests/jerry-test-suite/15/15.06/15.06.01/15.06.01.01/15.06.01.01-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.02/15.06.02.01/15.06.02.01-001.js b/tests/jerry-test-suite/15/15.06/15.06.02/15.06.02.01/15.06.02.01-001.js index 1a82925f6..a31b76c46 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.02/15.06.02.01/15.06.02.01-001.js +++ b/tests/jerry-test-suite/15/15.06/15.06.02/15.06.02.01/15.06.02.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.02/15.06.02.01/15.06.02.01-002.js b/tests/jerry-test-suite/15/15.06/15.06.02/15.06.02.01/15.06.02.01-002.js index 6f2391992..f6e40c80c 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.02/15.06.02.01/15.06.02.01-002.js +++ b/tests/jerry-test-suite/15/15.06/15.06.02/15.06.02.01/15.06.02.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.03/15.06.03.01/15.06.03.01-001.js b/tests/jerry-test-suite/15/15.06/15.06.03/15.06.03.01/15.06.03.01-001.js index 66962004f..12ca5d962 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.03/15.06.03.01/15.06.03.01-001.js +++ b/tests/jerry-test-suite/15/15.06/15.06.03/15.06.03.01/15.06.03.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.01/15.06.04.01-001.js b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.01/15.06.04.01-001.js index 1e5427717..c8aa9498f 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.01/15.06.04.01-001.js +++ b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.01/15.06.04.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-001.js b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-001.js index 4521c2dee..fa0b6c161 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-001.js +++ b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-002.js b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-002.js index 86b87e525..8bd69dc25 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-002.js +++ b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-003.js b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-003.js index c8245a5e6..f901ebfb3 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-003.js +++ b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.02/15.06.04.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.03/15.06.04.03-001.js b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.03/15.06.04.03-001.js index 1517ff689..b49632f94 100644 --- a/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.03/15.06.04.03-001.js +++ b/tests/jerry-test-suite/15/15.06/15.06.04/15.06.04.03/15.06.04.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07-001.js b/tests/jerry-test-suite/15/15.07/15.07-001.js index 6d491ae7b..02c556748 100644 --- a/tests/jerry-test-suite/15/15.07/15.07-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07-002.js b/tests/jerry-test-suite/15/15.07/15.07-002.js index d7222ce76..1e27a0790 100644 --- a/tests/jerry-test-suite/15/15.07/15.07-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-001.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-001.js index 0b059c1b2..5ccbf7f81 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-002.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-002.js index 14e112800..710f1cd96 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-003.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-003.js index 34be00911..3407feb9c 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-004.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-004.js index 33390523e..f9554dd46 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-005.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-005.js index 27c0db48e..b20a3d867 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-006.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-006.js index 18a4a7c56..a866a2415 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-006.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-007.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-007.js index f4162f45a..29b660d0e 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-007.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-008.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-008.js index 86d564e1e..3387e0e50 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-008.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-009.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-009.js index a791faedf..985f40f0a 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-009.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-010.js b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-010.js index 43f0a0ea1..fc0bf43fe 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-010.js +++ b/tests/jerry-test-suite/15/15.07/15.07.01/15.07.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-001.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-001.js index a5abab855..ac65d02bd 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-002.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-002.js index 359f4d1be..7756e4910 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-003.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-003.js index 4f1638690..f1b5587e1 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-004.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-004.js index 0e78f2942..9138ba945 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-005.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-005.js index 1a97a530a..0aba8aa03 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-006.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-006.js index b20f52649..cc7cfc0bd 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-006.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-007.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-007.js index 18070e839..40b78de76 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-007.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-008.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-008.js index 846c39f74..4a13169e2 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-008.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-009.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-009.js index 96b650eed..5bf3ce34b 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-009.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-010.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-010.js index 05186e8ad..e19c4aa04 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-010.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-011.js b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-011.js index 4f083835f..0a32d2759 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-011.js +++ b/tests/jerry-test-suite/15/15.07/15.07.02/15.07.02-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-001.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-001.js index 412404f67..e82e26252 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-002.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-002.js index f1a67e879..780224c6c 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-003.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-003.js index cfa276d10..79d90f30c 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-004.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-004.js index 28703464e..cda2e8b13 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-001.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-001.js index 1a24e8dee..1b231f4c6 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-002.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-002.js index 4e37eb569..2822d383e 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-003.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-003.js index 2c4b036c8..4ca8a52f2 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-004.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-004.js index a1507d7f1..062c42dee 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-005.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-005.js index be9cbe021..689c25bd3 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-006.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-006.js index 3a8b28104..7a8667894 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-006.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-007.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-007.js index 254afa582..c29cfe47b 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-007.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-008.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-008.js index c2a8fcbf8..4db19e9b5 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-008.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-009.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-009.js index 121fd9ed5..750a445d4 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-009.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-010.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-010.js index bd4e9bbd3..d5c7a4cfc 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-010.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-011.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-011.js index 0676db386..31f469500 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-011.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.01/15.07.03.01-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-001.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-001.js index 9a9670231..9d1006930 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-002.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-002.js index 3aaf4e3ca..e9a48de77 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-003.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-003.js index 3aaf4e3ca..e9a48de77 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-004.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-004.js index 7388152a4..a11b020ed 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-005.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-005.js index d1dd3d49f..dcbb14640 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-006.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-006.js index d55621066..e84b7a3dd 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-006.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-001.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-001.js index 29aeeccc4..d88ccf5f2 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-002.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-002.js index f3e1a1c4a..eb9f0cf37 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-003.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-003.js index f3e1a1c4a..eb9f0cf37 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-004.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-004.js index b9790f29b..6d10e7ddf 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-005.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-005.js index 90d18751b..ecfec4e22 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-006.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-006.js index 4044d0b3b..9d0fb1b19 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-006.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/15.07.03.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-001.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-001.js index 8025d8ab5..59e0afcff 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-002.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-002.js index dde83d255..0afb2414a 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-003.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-003.js index 372127781..bae8ee714 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-004.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-004.js index c27d7e271..725d2657e 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-005.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-005.js index a35916ad7..103f39f10 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.04/15.07.03.04-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-001.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-001.js index d36cb0550..ade5d00e0 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-002.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-002.js index 7baffb95c..cd6c4adf2 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-003.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-003.js index c43f81083..c3dc7ed89 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-004.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-004.js index 45b084530..a54da0b5e 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-005.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-005.js index 6dce4aa00..9ab6e44bd 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-006.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-006.js index ea2962bf3..37aead582 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-006.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-007.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-007.js index b6234c019..06d73b233 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-007.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.05/15.07.03.05-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-001.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-001.js index 81d9570a3..98ecd7ae7 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-002.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-002.js index cbae01aeb..c405e8c6a 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-003.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-003.js index c687f1c89..4184c73d6 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-004.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-004.js index 362b5e2bb..88611a49b 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-005.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-005.js index 97170446b..dba683672 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-006.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-006.js index 4ff94ff9c..0c180496b 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-006.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-007.js b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-007.js index 9bb08e24b..1e48b03b8 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-007.js +++ b/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.06/15.07.03.06-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-001.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-001.js index dba6877f9..08b099603 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-002.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-002.js index b3cf15593..ced1aa313 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-003.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-003.js index 8631652e8..9913d70d6 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.01/15.07.04.01-001.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.01/15.07.04.01-001.js index e495e248a..cf7e705c9 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.01/15.07.04.01-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.01/15.07.04.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.01/15.07.04.01-002.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.01/15.07.04.01-002.js index d7a92b4d0..1d8b7ec9b 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.01/15.07.04.01-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.01/15.07.04.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-001.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-001.js index f01fc19f3..f090092a8 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-003.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-003.js index 04e8ae6fd..395d67b01 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-004.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-004.js index 9d2921e97..918317048 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-005.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-005.js index e7f7a8278..9b15d4475 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-006.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-006.js index ab02cce3b..c41249bb3 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-006.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-008.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-008.js index 3ad1f1f5e..305f8783a 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-008.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-009.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-009.js index f18e1d017..cc3a7fe95 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-009.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-010.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-010.js index 17048e97e..f5b982822 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-010.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-011.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-011.js index ee04714f2..c4367f7be 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-011.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-012.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-012.js index d433b9a00..c47759228 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-012.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-013.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-013.js index 089b726f2..ec78efd64 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-013.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.02/15.07.04.02-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-001.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-001.js index 36ca3e545..f9e5485fb 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-001.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-002.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-002.js index ab2e89ca2..09edcafbb 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-002.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-003.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-003.js index 65a3b0bac..d23a50be8 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-003.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-004.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-004.js index ef7d42f7b..8adfc24e8 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-004.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-005.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-005.js index a78b8b3e3..0bd3ba190 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-005.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-006.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-006.js index 3346bf2dd..1f24387e3 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-006.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-007.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-007.js index f0a8cb1a0..7b6ca00f8 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-007.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-008.js b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-008.js index e0f59bb4c..442444da1 100644 --- a/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-008.js +++ b/tests/jerry-test-suite/15/15.07/15.07.04/15.07.04.05/15.07.04.05-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-001.js index ed2a2ffdd..85dfa4f21 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-002.js index 4d2ad4e49..d56d5b4eb 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-003.js index b0b42303b..7ee7dfff6 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-004.js index b0b42303b..7ee7dfff6 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-005.js index 34473165b..c914987fa 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-001.js index 82e13881a..6c4daa1d9 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-002.js index b1f086473..dcae69141 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-003.js index 78417a0b4..88e01acbb 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-004.js index aeef9f904..143135a26 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-005.js index 38f9e6fb4..e0719e27b 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-006.js index 6525d47ab..b3f67d454 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.02/15.08.02.02-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-001.js index ad91b019c..f5cbb87a1 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-002.js index 0c673e87f..4fbdd6537 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-003.js index e9406fc46..6e814ac92 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-004.js index 3fb584da5..2f696649c 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-005.js index 635e853bc..23e1e8b43 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-006.js index f42babcee..ee06b5391 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-007.js index e4e427976..f633c414c 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-008.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-008.js index 7371cbca0..32a47e613 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-008.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-009.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-009.js index 13dfbc6d1..b93465cee 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-009.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.03/15.08.02.03-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-001.js index 8beb0693c..b635e048d 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-002.js index 00346f0ee..0f65187df 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-003.js index d6651dc93..f52ebc0a2 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-004.js index 069594491..d2ffa52fc 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-005.js index a43f520ad..f7f66babe 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-006.js index f0cb91db4..f5a121a64 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-007.js index d70f8e8f8..7bb64c59d 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-008.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-008.js index 66b57d6ad..4dccd5c2e 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-008.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-009.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-009.js index badf62990..9c10a7ab1 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-009.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.04/15.08.02.04-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-001.js index 45f34e0c3..d56040ed5 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-002.js index 69c4426a6..fa30fb057 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-003.js index a1c253a7c..ea832e3f9 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-004.js index 248809da6..e8b22785b 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-005.js index 1b7b651c5..0b623fdc8 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-006.js index 31e6761f3..0a8fd7937 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-007.js index 24d64ad9d..0081071c3 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-008.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-008.js index 373580ac9..ab7f52865 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-008.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-009.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-009.js index 1672c91dc..6fc3a58e6 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-009.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-010.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-010.js index 69badf079..c7546988c 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-010.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-011.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-011.js index a8812a821..d4635a54c 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-011.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-012.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-012.js index 6c225f101..e16abe303 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-012.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-013.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-013.js index 32d84a717..3349355f2 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-013.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-014.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-014.js index ec8dad7c1..dc0dc48f4 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-014.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-015.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-015.js index e445009d5..5aa27eecc 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-015.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-016.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-016.js index 3e7d61427..56e04eada 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-016.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-017.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-017.js index d4589b444..ece394455 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-017.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-018.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-018.js index b9c2421cd..a395aeee6 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-018.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-019.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-019.js index 531842f16..15f15eb9d 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-019.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-020.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-020.js index 09b800e7e..da15eb3c8 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-020.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-021.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-021.js index 6a43491e8..6a3247d5d 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-021.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-022.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-022.js index 4096e56d0..0c89bf995 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-022.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-023.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-023.js index 933e99763..2aa0a1357 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-023.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-024.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-024.js index 8f0b49125..1f54f3b87 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-024.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-025.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-025.js index 40566e309..cfdb99538 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-025.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-026.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-026.js index 0aad30b58..00305f2b5 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-026.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-027.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-027.js index 56674c540..41537d0ce 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-027.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-028.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-028.js index ff2f81038..d8e11c240 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-028.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-028.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-029.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-029.js index 697778405..365b09dbe 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-029.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/15.08.02.05-029.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-001.js index 5f29590eb..4270a9984 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-002.js index 177127e53..db0583495 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-003.js index 453db0a88..1fbc91aec 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-004.js index 2898ed780..3393b65dc 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-005.js index 3e174c8c5..af2a7882f 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-006.js index bbb4727f6..7e349a1a7 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-007.js index e7452e307..91f245d41 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-008.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-008.js index 065debd55..8d4636bd9 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-008.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-009.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-009.js index 076cc7417..71df78283 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-009.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-010.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-010.js index 43aa80387..238b2651c 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-010.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-011.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-011.js index 5c76a81cd..378043687 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-011.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-012.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-012.js index 8a5496e48..317d9dd1a 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-012.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.06/15.08.02.06-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-001.js index f19fac955..3026bd4cf 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-002.js index 5d11c29c6..d2e022999 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-003.js index 67776f1a3..d1db6b8a5 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-004.js index 59d023168..80e8a57c3 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-005.js index 61ede2b99..618043c6d 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-006.js index 73248e049..2703f65b0 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-007.js index 3833216f7..05aa2fe8d 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.07/15.08.02.07-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-001.js index 41c785b50..e13d658a3 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-002.js index c5b912fb0..dfc0f1c88 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-003.js index 1fc8636a5..3a1a269ba 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-004.js index 028999073..a796cf1a3 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-005.js index 028999073..a796cf1a3 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-006.js index de113564c..ceaaf6443 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.08/15.08.02.08-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-001.js index 697150e65..7afdb925c 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-002.js index 506b55c70..372ab8c01 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-003.js index 9a4db74af..d2d048c1e 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-004.js index 68e980866..dd8c09d95 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-005.js index 42987c6c9..0834e077a 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-006.js index a9d03d1e9..7f956a7f3 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-007.js index 13f1bd35c..564fb1749 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-008.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-008.js index f49e6eb43..ebe07ed99 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-008.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.09/15.08.02.09-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-001.js index f47c4ba90..edf49fdc7 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-002.js index db17ede16..7377ffe8e 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-003.js index 10790f619..1ae1244ee 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-004.js index 692cd9e55..5230ff7bb 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-005.js index 185d488ee..51161b499 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-006.js index c07e70f82..7e47c5083 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.10/15.08.02.10-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-001.js index d7ee15965..806e253ee 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-002.js index 91ff80ec9..1e962e8b7 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-003.js index 375849717..d51d1bf95 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-004.js index 46b014b0c..84aee29ac 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-005.js index 4205603f3..2ab5942fc 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-006.js index a5d534cd2..cae433cb9 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-007.js index 846cbc4d0..e56890e44 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-008.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-008.js index df1a797c0..01099ba95 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-008.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-009.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-009.js index 6a3cec1d3..b53442547 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-009.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-010.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-010.js index 1c1759cb4..5aad0a0bc 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-010.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-011.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-011.js index f9f4d2dcc..7b9412260 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-011.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-012.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-012.js index b73697b13..1a3e83988 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-012.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-013.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-013.js index 3a7c81729..c5a17fb90 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-013.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-014.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-014.js index d17818802..dc32f6065 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-014.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-001.js index 3a8b8a6df..637f1b2d9 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-002.js index 7aa2a5c24..a9776a5ab 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-003.js index 39e584e3c..bf98fc949 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-004.js index 493ee89d8..651f304e9 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-005.js index 2bd467f4a..9a3f5bbf9 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-006.js index 79032d6db..5f49a173a 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-007.js index fb111eb21..2e7abbfcf 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-008.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-008.js index 558202ca2..19bfb9c4a 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-008.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-009.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-009.js index f384d1a0b..f592d27a1 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-009.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-010.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-010.js index 85a45af53..b3b88b0a8 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-010.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-011.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-011.js index f65adda0f..a56204b62 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-011.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-012.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-012.js index d85f5c910..9df1e0760 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-012.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-013.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-013.js index 72379ccc9..7d9d222b2 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-013.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-014.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-014.js index d38782c8d..c6eca1fb9 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-014.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-001.js index 3d2b8b273..5821764f4 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-002.js index bacdd3d3b..335b8fe10 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-003.js index 235eb06b5..b8c9ced6a 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-004.js index 1b5035451..c1d230065 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-005.js index d8ce34d4a..9d1a1d98c 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-006.js index e10871e98..21edf1762 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-007.js index b9192dc62..3af77ca5b 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-008.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-008.js index b7277a113..a3aaaf4cb 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-008.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-008.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-009.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-009.js index 1490ac7da..1cd31802a 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-009.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-009.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-010.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-010.js index 807a37a9c..58ba5fa46 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-010.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-010.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-011.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-011.js index 51326340b..19a527628 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-011.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-011.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-012.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-012.js index e4f0ad666..cbaaeee73 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-012.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-012.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-013.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-013.js index 1e5beeccb..cca8010d3 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-013.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-013.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-014.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-014.js index 99bbf1e5a..88d6a349b 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-014.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-014.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-015.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-015.js index 81aaaab08..1d128880e 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-015.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-015.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-016.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-016.js index 7eb4f69e6..bb42c3660 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-016.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-016.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-017.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-017.js index 5709d47eb..a572f5dc2 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-017.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-017.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-018.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-018.js index 76a9bcb8f..422abfc26 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-018.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-018.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-019.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-019.js index 5e67de668..f10e463e2 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-019.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-019.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-020.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-020.js index b2c864889..0bea157af 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-020.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-020.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-021.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-021.js index 7196a45a6..7a2971026 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-021.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-021.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-022.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-022.js index 7f3b2f67e..45de06bbf 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-022.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-022.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-023.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-023.js index 4250433d5..e75159716 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-023.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-023.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-024.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-024.js index 336373598..13b311cbe 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-024.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-024.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-025.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-025.js index 4c7d4d29c..5ec6be848 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-025.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-025.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-026.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-026.js index 87e9e65a7..45970d477 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-026.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-026.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-027.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-027.js index 9988daa4a..bf0504f80 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-027.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-027.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-028.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-028.js index 4a70cd004..5587f5b49 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-028.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-028.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-029.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-029.js index 9e984ded2..2e4f599dd 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-029.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-029.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-030.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-030.js index 3838a25e9..b948dfc58 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-030.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-030.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-031.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-031.js index 42d6b1894..f51be66a9 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-031.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.13/15.08.02.13-031.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-001.js index fa02ee81a..e8c386324 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-002.js index 2b0e75a9f..711aa28cb 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-003.js index 8858bc2ec..8df5d73fb 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-004.js index 315e33bf2..ef59e22ef 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-005.js index 9385acb8f..3eacc7275 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-006.js index aff79ac34..fced37422 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-007.js index f0d9bdbcb..3eab02bd5 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.15/15.08.02.15-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-001.js index ca731043c..50be50ab2 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-002.js index 710104bd5..5fc10f324 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-003.js index 5eec22c01..453a037d1 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-004.js index e958a1298..f44993547 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-005.js index 9cf99fae2..0db3f4206 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.16/15.08.02.16-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-001.js index 2eb6ba191..347783b8c 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-002.js index 8eae5d3a4..23260aa1e 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-003.js index 6c1b07aef..cf8d2dfc0 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-004.js index 6f39bda35..e885aae84 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-005.js index 2bb235294..c8b15763a 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.17/15.08.02.17-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-001.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-001.js index b6181f438..df4506b85 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-001.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-001.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-002.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-002.js index a594dc6a6..f0c815561 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-002.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-002.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-003.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-003.js index 72f72765a..076ce329d 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-003.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-003.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-004.js index 6150e39f8..76d0a8302 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-004.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-005.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-005.js index 70cba4031..dd7836dd0 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-005.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-005.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-006.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-006.js index 386333dc6..7acf3ba79 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-006.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-006.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-007.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-007.js index 089ce6fe6..f3c69d154 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-007.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.18/15.08.02.18-007.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/N.compact-profile-error.js b/tests/jerry/N.compact-profile-error.js index ffab0730a..e91b3083a 100644 --- a/tests/jerry/N.compact-profile-error.js +++ b/tests/jerry/N.compact-profile-error.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/and-or.js b/tests/jerry/and-or.js index 013ca5cac..78e48062f 100644 --- a/tests/jerry/and-or.js +++ b/tests/jerry/and-or.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/arguments.js b/tests/jerry/arguments.js index f3fe68a4e..a9b3193fe 100644 --- a/tests/jerry/arguments.js +++ b/tests/jerry/arguments.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/arithmetics-2.js b/tests/jerry/arithmetics-2.js index 83c1b1891..396546557 100644 --- a/tests/jerry/arithmetics-2.js +++ b/tests/jerry/arithmetics-2.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/arithmetics-bignums.js b/tests/jerry/arithmetics-bignums.js index 78f0f53f7..6b46bb3d6 100644 --- a/tests/jerry/arithmetics-bignums.js +++ b/tests/jerry/arithmetics-bignums.js @@ -1,4 +1,4 @@ -// Copyright 2014-2016 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/arithmetics.js b/tests/jerry/arithmetics.js index f441c95ab..a5d573587 100644 --- a/tests/jerry/arithmetics.js +++ b/tests/jerry/arithmetics.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-concat.js b/tests/jerry/array-prototype-concat.js index 7527a30ba..dc1f37889 100644 --- a/tests/jerry/array-prototype-concat.js +++ b/tests/jerry/array-prototype-concat.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-every.js b/tests/jerry/array-prototype-every.js index 4aa225591..b9cb53429 100644 --- a/tests/jerry/array-prototype-every.js +++ b/tests/jerry/array-prototype-every.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-filter.js b/tests/jerry/array-prototype-filter.js index b0b2d99b8..d99bffc0f 100644 --- a/tests/jerry/array-prototype-filter.js +++ b/tests/jerry/array-prototype-filter.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-foreach.js b/tests/jerry/array-prototype-foreach.js index f8672afac..a80f1a4dc 100644 --- a/tests/jerry/array-prototype-foreach.js +++ b/tests/jerry/array-prototype-foreach.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-indexof.js b/tests/jerry/array-prototype-indexof.js index 121bcd59b..ee77f8023 100644 --- a/tests/jerry/array-prototype-indexof.js +++ b/tests/jerry/array-prototype-indexof.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-join.js b/tests/jerry/array-prototype-join.js index 74edaa892..96233d0e7 100644 --- a/tests/jerry/array-prototype-join.js +++ b/tests/jerry/array-prototype-join.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-lastindexof.js b/tests/jerry/array-prototype-lastindexof.js index 1fcfaa5c3..c158eeb73 100644 --- a/tests/jerry/array-prototype-lastindexof.js +++ b/tests/jerry/array-prototype-lastindexof.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-map.js b/tests/jerry/array-prototype-map.js index 93664fef1..4a746638e 100644 --- a/tests/jerry/array-prototype-map.js +++ b/tests/jerry/array-prototype-map.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-pop.js b/tests/jerry/array-prototype-pop.js index 5dd30e006..0d58dcba5 100644 --- a/tests/jerry/array-prototype-pop.js +++ b/tests/jerry/array-prototype-pop.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-push.js b/tests/jerry/array-prototype-push.js index b597e91ae..717843743 100644 --- a/tests/jerry/array-prototype-push.js +++ b/tests/jerry/array-prototype-push.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-reduce-right.js b/tests/jerry/array-prototype-reduce-right.js index d8d12a90e..1e5a1f81b 100644 --- a/tests/jerry/array-prototype-reduce-right.js +++ b/tests/jerry/array-prototype-reduce-right.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-reduce.js b/tests/jerry/array-prototype-reduce.js index ca8c4ee01..5b787bb85 100644 --- a/tests/jerry/array-prototype-reduce.js +++ b/tests/jerry/array-prototype-reduce.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-reverse.js b/tests/jerry/array-prototype-reverse.js index 2bb161217..69be5af41 100644 --- a/tests/jerry/array-prototype-reverse.js +++ b/tests/jerry/array-prototype-reverse.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-shift.js b/tests/jerry/array-prototype-shift.js index cc5d1b3f5..843c17c94 100644 --- a/tests/jerry/array-prototype-shift.js +++ b/tests/jerry/array-prototype-shift.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-slice.js b/tests/jerry/array-prototype-slice.js index 5d772f8b9..7a9b9a67d 100644 --- a/tests/jerry/array-prototype-slice.js +++ b/tests/jerry/array-prototype-slice.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-some.js b/tests/jerry/array-prototype-some.js index 330f9116c..ae93076e1 100644 --- a/tests/jerry/array-prototype-some.js +++ b/tests/jerry/array-prototype-some.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-sort.js b/tests/jerry/array-prototype-sort.js index fb338cd39..22b9d4ecf 100644 --- a/tests/jerry/array-prototype-sort.js +++ b/tests/jerry/array-prototype-sort.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-splice.js b/tests/jerry/array-prototype-splice.js index 8b483afeb..d3249af86 100644 --- a/tests/jerry/array-prototype-splice.js +++ b/tests/jerry/array-prototype-splice.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-tolocalestring.js b/tests/jerry/array-prototype-tolocalestring.js index bc7faf644..54402be50 100644 --- a/tests/jerry/array-prototype-tolocalestring.js +++ b/tests/jerry/array-prototype-tolocalestring.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-tostring.js b/tests/jerry/array-prototype-tostring.js index e728814ff..5fd8853ca 100644 --- a/tests/jerry/array-prototype-tostring.js +++ b/tests/jerry/array-prototype-tostring.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array-prototype-unshift.js b/tests/jerry/array-prototype-unshift.js index db069206d..a4394d415 100644 --- a/tests/jerry/array-prototype-unshift.js +++ b/tests/jerry/array-prototype-unshift.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/array.js b/tests/jerry/array.js index f167fbf26..c6866f33a 100644 --- a/tests/jerry/array.js +++ b/tests/jerry/array.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/assignments.js b/tests/jerry/assignments.js index 6618581d3..4039557f5 100644 --- a/tests/jerry/assignments.js +++ b/tests/jerry/assignments.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/bitwise-logic.js b/tests/jerry/bitwise-logic.js index e4f573189..7ad315a12 100644 --- a/tests/jerry/bitwise-logic.js +++ b/tests/jerry/bitwise-logic.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/break-continue-nested-to-try-with-blocks.js b/tests/jerry/break-continue-nested-to-try-with-blocks.js index 1b1953371..743a0c79a 100644 --- a/tests/jerry/break-continue-nested-to-try-with-blocks.js +++ b/tests/jerry/break-continue-nested-to-try-with-blocks.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/builtin-constructor-class.js b/tests/jerry/builtin-constructor-class.js index 93c37e63a..b1ec80986 100644 --- a/tests/jerry/builtin-constructor-class.js +++ b/tests/jerry/builtin-constructor-class.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/date-annexb.js b/tests/jerry/date-annexb.js index c9c9513bf..95210e2c0 100644 --- a/tests/jerry/date-annexb.js +++ b/tests/jerry/date-annexb.js @@ -1,5 +1,4 @@ -// Copyright 2015-2016 Samsung Electronics Co., Ltd. -// Copyright 2015-2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/date-construct.js b/tests/jerry/date-construct.js index 6e48303b8..16e93dead 100644 --- a/tests/jerry/date-construct.js +++ b/tests/jerry/date-construct.js @@ -1,5 +1,4 @@ -// Copyright 2015-2016 Samsung Electronics Co., Ltd. -// Copyright 2015-2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/date-getters.js b/tests/jerry/date-getters.js index b0e5936c1..3f06bc125 100644 --- a/tests/jerry/date-getters.js +++ b/tests/jerry/date-getters.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/date-parse.js b/tests/jerry/date-parse.js index 49aa8b44c..94b790541 100644 --- a/tests/jerry/date-parse.js +++ b/tests/jerry/date-parse.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/date-setters.js b/tests/jerry/date-setters.js index 8917344c1..d587e12e0 100644 --- a/tests/jerry/date-setters.js +++ b/tests/jerry/date-setters.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/date-tostring.js b/tests/jerry/date-tostring.js index cba699c7d..9219239d2 100644 --- a/tests/jerry/date-tostring.js +++ b/tests/jerry/date-tostring.js @@ -1,5 +1,4 @@ -// Copyright 2015-2016 Samsung Electronics Co., Ltd. -// Copyright 2015-2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/date-utc.js b/tests/jerry/date-utc.js index 0bcfae9b8..4b6e3d38f 100644 --- a/tests/jerry/date-utc.js +++ b/tests/jerry/date-utc.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/delete.js b/tests/jerry/delete.js index 6a6f0ac93..6b3759722 100644 --- a/tests/jerry/delete.js +++ b/tests/jerry/delete.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/empty-varg.js b/tests/jerry/empty-varg.js index 7e59b4324..40aaf2253 100644 --- a/tests/jerry/empty-varg.js +++ b/tests/jerry/empty-varg.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/equality.js b/tests/jerry/equality.js index d8e9e64fa..ea7a290dc 100644 --- a/tests/jerry/equality.js +++ b/tests/jerry/equality.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/error.js b/tests/jerry/error.js index fe7a42919..783d2a7e0 100644 --- a/tests/jerry/error.js +++ b/tests/jerry/error.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/escape-sequences.js b/tests/jerry/escape-sequences.js index 6f32b752f..7b3b8eb5b 100644 --- a/tests/jerry/escape-sequences.js +++ b/tests/jerry/escape-sequences.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/eval.js b/tests/jerry/eval.js index 48e72e33e..4d0c4b607 100644 --- a/tests/jerry/eval.js +++ b/tests/jerry/eval.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/arguments-assignment-strict.js b/tests/jerry/fail/1/arguments-assignment-strict.js index c39b16eb5..21b91fde3 100644 --- a/tests/jerry/fail/1/arguments-assignment-strict.js +++ b/tests/jerry/fail/1/arguments-assignment-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/arguments-catch-strict.js b/tests/jerry/fail/1/arguments-catch-strict.js index 433e5a7fa..c772e1c5f 100644 --- a/tests/jerry/fail/1/arguments-catch-strict.js +++ b/tests/jerry/fail/1/arguments-catch-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/arguments-in-prop-set-param-list-strict.js b/tests/jerry/fail/1/arguments-in-prop-set-param-list-strict.js index 4ba512f04..c897ca3dd 100644 --- a/tests/jerry/fail/1/arguments-in-prop-set-param-list-strict.js +++ b/tests/jerry/fail/1/arguments-in-prop-set-param-list-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/arguments-in-var-decl-strict.js b/tests/jerry/fail/1/arguments-in-var-decl-strict.js index 276c9b7d0..9a2521b44 100644 --- a/tests/jerry/fail/1/arguments-in-var-decl-strict.js +++ b/tests/jerry/fail/1/arguments-in-var-decl-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/arguments-param-strict.js b/tests/jerry/fail/1/arguments-param-strict.js index 10e44ba0d..42e3d6b93 100644 --- a/tests/jerry/fail/1/arguments-param-strict.js +++ b/tests/jerry/fail/1/arguments-param-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/arguments-postfix-strict.js b/tests/jerry/fail/1/arguments-postfix-strict.js index 2498f79c9..f1d6ce7ca 100644 --- a/tests/jerry/fail/1/arguments-postfix-strict.js +++ b/tests/jerry/fail/1/arguments-postfix-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/arguments-prefix-strict.js b/tests/jerry/fail/1/arguments-prefix-strict.js index c011369b9..b5f1a95db 100644 --- a/tests/jerry/fail/1/arguments-prefix-strict.js +++ b/tests/jerry/fail/1/arguments-prefix-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/delete-strict.js b/tests/jerry/fail/1/delete-strict.js index 1b525aa4e..e01eb497b 100644 --- a/tests/jerry/fail/1/delete-strict.js +++ b/tests/jerry/fail/1/delete-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/escape-sequences-invalid-hex.js b/tests/jerry/fail/1/escape-sequences-invalid-hex.js index 818a62afa..ef721284c 100644 --- a/tests/jerry/fail/1/escape-sequences-invalid-hex.js +++ b/tests/jerry/fail/1/escape-sequences-invalid-hex.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/escape-sequences-invalid-unicode.js b/tests/jerry/fail/1/escape-sequences-invalid-unicode.js index 6ce0392d6..539956aea 100644 --- a/tests/jerry/fail/1/escape-sequences-invalid-unicode.js +++ b/tests/jerry/fail/1/escape-sequences-invalid-unicode.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/escape-sequences-invalid-variable.js b/tests/jerry/fail/1/escape-sequences-invalid-variable.js index 2beae2d23..102de9505 100644 --- a/tests/jerry/fail/1/escape-sequences-invalid-variable.js +++ b/tests/jerry/fail/1/escape-sequences-invalid-variable.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/eval-assignment-strict.js b/tests/jerry/fail/1/eval-assignment-strict.js index b59b5d3f0..26978d05a 100644 --- a/tests/jerry/fail/1/eval-assignment-strict.js +++ b/tests/jerry/fail/1/eval-assignment-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/eval-catch-strict.js b/tests/jerry/fail/1/eval-catch-strict.js index 80d2996bb..46fcf0d0f 100644 --- a/tests/jerry/fail/1/eval-catch-strict.js +++ b/tests/jerry/fail/1/eval-catch-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/eval-in-prop-set-param-list-strict.js b/tests/jerry/fail/1/eval-in-prop-set-param-list-strict.js index 3cd28bad0..9a20d68ee 100644 --- a/tests/jerry/fail/1/eval-in-prop-set-param-list-strict.js +++ b/tests/jerry/fail/1/eval-in-prop-set-param-list-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/eval-in-var-decl-strict.js b/tests/jerry/fail/1/eval-in-var-decl-strict.js index 319635e91..9cd6f75a5 100644 --- a/tests/jerry/fail/1/eval-in-var-decl-strict.js +++ b/tests/jerry/fail/1/eval-in-var-decl-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/eval-param-strict.js b/tests/jerry/fail/1/eval-param-strict.js index 893efb539..ff02fdb75 100644 --- a/tests/jerry/fail/1/eval-param-strict.js +++ b/tests/jerry/fail/1/eval-param-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/eval-postfix-strict.js b/tests/jerry/fail/1/eval-postfix-strict.js index da7d49f30..41b5c893b 100644 --- a/tests/jerry/fail/1/eval-postfix-strict.js +++ b/tests/jerry/fail/1/eval-postfix-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/eval-prefix-strict.js b/tests/jerry/fail/1/eval-prefix-strict.js index d36f8b950..d0a577338 100644 --- a/tests/jerry/fail/1/eval-prefix-strict.js +++ b/tests/jerry/fail/1/eval-prefix-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/func-expr-strict.js b/tests/jerry/fail/1/func-expr-strict.js index 69c0c7138..3b165432c 100644 --- a/tests/jerry/fail/1/func-expr-strict.js +++ b/tests/jerry/fail/1/func-expr-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/labelled-statements-break-across-function.js b/tests/jerry/fail/1/labelled-statements-break-across-function.js index 3504c36ea..d467075df 100644 --- a/tests/jerry/fail/1/labelled-statements-break-across-function.js +++ b/tests/jerry/fail/1/labelled-statements-break-across-function.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/labelled-statements-duplicate-label.js b/tests/jerry/fail/1/labelled-statements-duplicate-label.js index 3d61c19df..1730aa7f0 100644 --- a/tests/jerry/fail/1/labelled-statements-duplicate-label.js +++ b/tests/jerry/fail/1/labelled-statements-duplicate-label.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/labelled-statements-no-label.js b/tests/jerry/fail/1/labelled-statements-no-label.js index f580bcaa2..d5307a311 100644 --- a/tests/jerry/fail/1/labelled-statements-no-label.js +++ b/tests/jerry/fail/1/labelled-statements-no-label.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/let-strict.js b/tests/jerry/fail/1/let-strict.js index 4f40cc0fc..7c8a2d6a2 100644 --- a/tests/jerry/fail/1/let-strict.js +++ b/tests/jerry/fail/1/let-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/object-get-data.js b/tests/jerry/fail/1/object-get-data.js index f69c4c826..459a1574e 100644 --- a/tests/jerry/fail/1/object-get-data.js +++ b/tests/jerry/fail/1/object-get-data.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/object-get-get.js b/tests/jerry/fail/1/object-get-get.js index 324ea3187..4d987df97 100644 --- a/tests/jerry/fail/1/object-get-get.js +++ b/tests/jerry/fail/1/object-get-get.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/object-several-prop-names-strict.js b/tests/jerry/fail/1/object-several-prop-names-strict.js index 366bad987..cec4eca31 100644 --- a/tests/jerry/fail/1/object-several-prop-names-strict.js +++ b/tests/jerry/fail/1/object-several-prop-names-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/octal-strict.js b/tests/jerry/fail/1/octal-strict.js index e271e3721..efdc0dfe5 100644 --- a/tests/jerry/fail/1/octal-strict.js +++ b/tests/jerry/fail/1/octal-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/param-duplication-strict.js b/tests/jerry/fail/1/param-duplication-strict.js index 388b2a24a..767f41f0d 100644 --- a/tests/jerry/fail/1/param-duplication-strict.js +++ b/tests/jerry/fail/1/param-duplication-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/regression-test-issue-358.js b/tests/jerry/fail/1/regression-test-issue-358.js index afa9234cc..e7d19c59f 100644 --- a/tests/jerry/fail/1/regression-test-issue-358.js +++ b/tests/jerry/fail/1/regression-test-issue-358.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/regression-test-issue-384.js b/tests/jerry/fail/1/regression-test-issue-384.js index b019f3e03..13c3347e4 100644 --- a/tests/jerry/fail/1/regression-test-issue-384.js +++ b/tests/jerry/fail/1/regression-test-issue-384.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/throw-error-object.js b/tests/jerry/fail/1/throw-error-object.js index a9955c2dd..7782d95cf 100644 --- a/tests/jerry/fail/1/throw-error-object.js +++ b/tests/jerry/fail/1/throw-error-object.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/throw-number.js b/tests/jerry/fail/1/throw-number.js index 947232f44..dd9bd11f2 100644 --- a/tests/jerry/fail/1/throw-number.js +++ b/tests/jerry/fail/1/throw-number.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/throw-string.js b/tests/jerry/fail/1/throw-string.js index 514ec8ff5..ae1476d74 100644 --- a/tests/jerry/fail/1/throw-string.js +++ b/tests/jerry/fail/1/throw-string.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/fail/1/with-strict.js b/tests/jerry/fail/1/with-strict.js index 7d51fcc7c..7974a5c1d 100644 --- a/tests/jerry/fail/1/with-strict.js +++ b/tests/jerry/fail/1/with-strict.js @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/for-in.js b/tests/jerry/for-in.js index 7ff73cc3f..84ef4e7fa 100644 --- a/tests/jerry/for-in.js +++ b/tests/jerry/for-in.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/for.js b/tests/jerry/for.js index 0642f5f9b..9a2ee1689 100644 --- a/tests/jerry/for.js +++ b/tests/jerry/for.js @@ -1,5 +1,4 @@ -// Copyright 2014-2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/func-decl.js b/tests/jerry/func-decl.js index 193d24c22..6be92e279 100644 --- a/tests/jerry/func-decl.js +++ b/tests/jerry/func-decl.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/function-args.js b/tests/jerry/function-args.js index bfb54d164..a205494cc 100644 --- a/tests/jerry/function-args.js +++ b/tests/jerry/function-args.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/function-construct.js b/tests/jerry/function-construct.js index 07bdca36b..d04935a6b 100644 --- a/tests/jerry/function-construct.js +++ b/tests/jerry/function-construct.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/function-prototype-apply.js b/tests/jerry/function-prototype-apply.js index 80a47075a..1198f335a 100644 --- a/tests/jerry/function-prototype-apply.js +++ b/tests/jerry/function-prototype-apply.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/function-prototype-bind.js b/tests/jerry/function-prototype-bind.js index d11250071..76401a6a3 100644 --- a/tests/jerry/function-prototype-bind.js +++ b/tests/jerry/function-prototype-bind.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/function-prototype-tostring.js b/tests/jerry/function-prototype-tostring.js index 6c6e219c5..9b1438e62 100644 --- a/tests/jerry/function-prototype-tostring.js +++ b/tests/jerry/function-prototype-tostring.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/function-return.js b/tests/jerry/function-return.js index 55323597a..62a9053ab 100644 --- a/tests/jerry/function-return.js +++ b/tests/jerry/function-return.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/function-scopes.js b/tests/jerry/function-scopes.js index 27f8f92d1..b7f46f182 100644 --- a/tests/jerry/function-scopes.js +++ b/tests/jerry/function-scopes.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/function.js b/tests/jerry/function.js index f1a22a3e4..6b80e73b1 100644 --- a/tests/jerry/function.js +++ b/tests/jerry/function.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/function.prototype.js b/tests/jerry/function.prototype.js index 4142f5731..0203901a3 100644 --- a/tests/jerry/function.prototype.js +++ b/tests/jerry/function.prototype.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/gc.js b/tests/jerry/gc.js index 20619cebf..e6e48c297 100644 --- a/tests/jerry/gc.js +++ b/tests/jerry/gc.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/get-value.js b/tests/jerry/get-value.js index beb5cf621..1a6534eff 100644 --- a/tests/jerry/get-value.js +++ b/tests/jerry/get-value.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/getter-setter-this-value.js b/tests/jerry/getter-setter-this-value.js index eca5b78eb..217e9f07b 100644 --- a/tests/jerry/getter-setter-this-value.js +++ b/tests/jerry/getter-setter-this-value.js @@ -1,4 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/global-escaping.js b/tests/jerry/global-escaping.js index e7de1ab5e..5ceaec50d 100644 --- a/tests/jerry/global-escaping.js +++ b/tests/jerry/global-escaping.js @@ -1,5 +1,4 @@ -// Copyright 2015 University of Szeged -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/global-parsefloat.js b/tests/jerry/global-parsefloat.js index a837b55c2..7df1734fb 100644 --- a/tests/jerry/global-parsefloat.js +++ b/tests/jerry/global-parsefloat.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/global-parseint.js b/tests/jerry/global-parseint.js index 618da6953..b58cf325f 100644 --- a/tests/jerry/global-parseint.js +++ b/tests/jerry/global-parseint.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/global-uri-coding.js b/tests/jerry/global-uri-coding.js index d61a449a0..28de4ba1d 100644 --- a/tests/jerry/global-uri-coding.js +++ b/tests/jerry/global-uri-coding.js @@ -1,5 +1,4 @@ -// Copyright 2015 University of Szeged -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/global.js b/tests/jerry/global.js index 52303be4d..d369e3018 100644 --- a/tests/jerry/global.js +++ b/tests/jerry/global.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/hash.js b/tests/jerry/hash.js index 8d54e63ba..0eea13a4a 100644 --- a/tests/jerry/hash.js +++ b/tests/jerry/hash.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/if-else.js b/tests/jerry/if-else.js index c7954b010..8499a7c51 100644 --- a/tests/jerry/if-else.js +++ b/tests/jerry/if-else.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/insert-semicolon.js b/tests/jerry/insert-semicolon.js index 33829b069..32fe83d95 100644 --- a/tests/jerry/insert-semicolon.js +++ b/tests/jerry/insert-semicolon.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/json-parse.js b/tests/jerry/json-parse.js index 8ef422b27..91f75a2ea 100644 --- a/tests/jerry/json-parse.js +++ b/tests/jerry/json-parse.js @@ -1,5 +1,4 @@ -// Copyright 2015 University of Szeged -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/json-stringify.js b/tests/jerry/json-stringify.js index 7aa4d15d8..1ca260f36 100644 --- a/tests/jerry/json-stringify.js +++ b/tests/jerry/json-stringify.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/labelled-statements.js b/tests/jerry/labelled-statements.js index a0a707037..600332fa5 100644 --- a/tests/jerry/labelled-statements.js +++ b/tests/jerry/labelled-statements.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/logical.js b/tests/jerry/logical.js index 58f395862..53353f16c 100644 --- a/tests/jerry/logical.js +++ b/tests/jerry/logical.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/math-abs.js b/tests/jerry/math-abs.js index 9a8780b32..d1023b293 100644 --- a/tests/jerry/math-abs.js +++ b/tests/jerry/math-abs.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/math-exp.js b/tests/jerry/math-exp.js index 47764be98..1cca99194 100644 --- a/tests/jerry/math-exp.js +++ b/tests/jerry/math-exp.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/math-log.js b/tests/jerry/math-log.js index 1526ad77a..ac4ef5099 100644 --- a/tests/jerry/math-log.js +++ b/tests/jerry/math-log.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/math-max.js b/tests/jerry/math-max.js index 0317e5bed..7ad937322 100644 --- a/tests/jerry/math-max.js +++ b/tests/jerry/math-max.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/math-min.js b/tests/jerry/math-min.js index 34899c042..ffbf47d38 100644 --- a/tests/jerry/math-min.js +++ b/tests/jerry/math-min.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/math-pow.js b/tests/jerry/math-pow.js index 2c3bacf39..8bd449e75 100644 --- a/tests/jerry/math-pow.js +++ b/tests/jerry/math-pow.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/math-round.js b/tests/jerry/math-round.js index ec3f674b1..36f1fdb33 100644 --- a/tests/jerry/math-round.js +++ b/tests/jerry/math-round.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/math-trig.js b/tests/jerry/math-trig.js index c462809f3..b248c42da 100644 --- a/tests/jerry/math-trig.js +++ b/tests/jerry/math-trig.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/nested-function.js b/tests/jerry/nested-function.js index 0e42c3046..2706a2445 100644 --- a/tests/jerry/nested-function.js +++ b/tests/jerry/nested-function.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/new-line-in-literal.js b/tests/jerry/new-line-in-literal.js index b11048178..a77a6f54f 100644 --- a/tests/jerry/new-line-in-literal.js +++ b/tests/jerry/new-line-in-literal.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/number-prototype-to-exponential.js b/tests/jerry/number-prototype-to-exponential.js index de426cd1b..b0416d85b 100644 --- a/tests/jerry/number-prototype-to-exponential.js +++ b/tests/jerry/number-prototype-to-exponential.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/number-prototype-to-fixed.js b/tests/jerry/number-prototype-to-fixed.js index 8b6f26a81..ba693f067 100644 --- a/tests/jerry/number-prototype-to-fixed.js +++ b/tests/jerry/number-prototype-to-fixed.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/number-prototype-to-precision.js b/tests/jerry/number-prototype-to-precision.js index 4d8bd44d7..6184e1722 100644 --- a/tests/jerry/number-prototype-to-precision.js +++ b/tests/jerry/number-prototype-to-precision.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/number-prototype-to-string.js b/tests/jerry/number-prototype-to-string.js index 75a254526..6a3a8a985 100644 --- a/tests/jerry/number-prototype-to-string.js +++ b/tests/jerry/number-prototype-to-string.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-create.js b/tests/jerry/object-create.js index 5bd42f960..af2928d11 100644 --- a/tests/jerry/object-create.js +++ b/tests/jerry/object-create.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-define-properties.js b/tests/jerry/object-define-properties.js index 0d0470b7f..69c119791 100644 --- a/tests/jerry/object-define-properties.js +++ b/tests/jerry/object-define-properties.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-defineproperty.js b/tests/jerry/object-defineproperty.js index c24c8b2bf..6988f1ab1 100644 --- a/tests/jerry/object-defineproperty.js +++ b/tests/jerry/object-defineproperty.js @@ -1,5 +1,4 @@ -// Copyright 2015-2016 Samsung Electronics Co., Ltd. -// Copyright 2015-2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-get-own-property-descriptor.js b/tests/jerry/object-get-own-property-descriptor.js index a7014a5d1..cf2cd34fa 100644 --- a/tests/jerry/object-get-own-property-descriptor.js +++ b/tests/jerry/object-get-own-property-descriptor.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-get-own-property-names.js b/tests/jerry/object-get-own-property-names.js index f11ab40dc..10ab4cbf3 100644 --- a/tests/jerry/object-get-own-property-names.js +++ b/tests/jerry/object-get-own-property-names.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-getprototypeof.js b/tests/jerry/object-getprototypeof.js index 50d03b85c..d74038832 100644 --- a/tests/jerry/object-getprototypeof.js +++ b/tests/jerry/object-getprototypeof.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-is-extensible.js b/tests/jerry/object-is-extensible.js index a24ace44d..f3e96b5ee 100644 --- a/tests/jerry/object-is-extensible.js +++ b/tests/jerry/object-is-extensible.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-keys.js b/tests/jerry/object-keys.js index f1339f716..4ebae6879 100644 --- a/tests/jerry/object-keys.js +++ b/tests/jerry/object-keys.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-literal-2.js b/tests/jerry/object-literal-2.js index ef379678c..67c229c8b 100644 --- a/tests/jerry/object-literal-2.js +++ b/tests/jerry/object-literal-2.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-literal-3.js b/tests/jerry/object-literal-3.js index 8eb1388c3..f7a5aa4dc 100644 --- a/tests/jerry/object-literal-3.js +++ b/tests/jerry/object-literal-3.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-literal.js b/tests/jerry/object-literal.js index 1c8c3bf54..bf4943dec 100644 --- a/tests/jerry/object-literal.js +++ b/tests/jerry/object-literal.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-prototype-hasownproperty.js b/tests/jerry/object-prototype-hasownproperty.js index 5ab593228..9b7c0f09e 100644 --- a/tests/jerry/object-prototype-hasownproperty.js +++ b/tests/jerry/object-prototype-hasownproperty.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-prototype-isprototypeof.js b/tests/jerry/object-prototype-isprototypeof.js index 55daafe3f..aeec6a334 100644 --- a/tests/jerry/object-prototype-isprototypeof.js +++ b/tests/jerry/object-prototype-isprototypeof.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-prototype-propertyisenumerable.js b/tests/jerry/object-prototype-propertyisenumerable.js index 7252b40d1..4a4616fbf 100644 --- a/tests/jerry/object-prototype-propertyisenumerable.js +++ b/tests/jerry/object-prototype-propertyisenumerable.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object-prototype-tolocalestring.js b/tests/jerry/object-prototype-tolocalestring.js index 9be6e495b..19e593538 100644 --- a/tests/jerry/object-prototype-tolocalestring.js +++ b/tests/jerry/object-prototype-tolocalestring.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object_freeze.js b/tests/jerry/object_freeze.js index 0e3b72e9e..a40359d2f 100644 --- a/tests/jerry/object_freeze.js +++ b/tests/jerry/object_freeze.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/object_seal.js b/tests/jerry/object_seal.js index 5ea2eb1e0..b7fe98313 100644 --- a/tests/jerry/object_seal.js +++ b/tests/jerry/object_seal.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/octal.js b/tests/jerry/octal.js index b4d1ef0e7..358ab1337 100644 --- a/tests/jerry/octal.js +++ b/tests/jerry/octal.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/parser-oom.js b/tests/jerry/parser-oom.js index 1e5392898..86b104f9c 100644 --- a/tests/jerry/parser-oom.js +++ b/tests/jerry/parser-oom.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-alternatives.js b/tests/jerry/regexp-alternatives.js index dcb102ad8..d084d459c 100644 --- a/tests/jerry/regexp-alternatives.js +++ b/tests/jerry/regexp-alternatives.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-assertions.js b/tests/jerry/regexp-assertions.js index 37989f157..dd3a642f6 100644 --- a/tests/jerry/regexp-assertions.js +++ b/tests/jerry/regexp-assertions.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-backreference.js b/tests/jerry/regexp-backreference.js index d638ab5da..2551cd541 100644 --- a/tests/jerry/regexp-backreference.js +++ b/tests/jerry/regexp-backreference.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-capture-groups.js b/tests/jerry/regexp-capture-groups.js index 85bc8d21b..801e062a2 100644 --- a/tests/jerry/regexp-capture-groups.js +++ b/tests/jerry/regexp-capture-groups.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-character-class.js b/tests/jerry/regexp-character-class.js index ba31a57e2..83e8d6c95 100644 --- a/tests/jerry/regexp-character-class.js +++ b/tests/jerry/regexp-character-class.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-construct.js b/tests/jerry/regexp-construct.js index 3b4174280..4aa7c8074 100644 --- a/tests/jerry/regexp-construct.js +++ b/tests/jerry/regexp-construct.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-literal.js b/tests/jerry/regexp-literal.js index 785c471aa..b46f6bd39 100644 --- a/tests/jerry/regexp-literal.js +++ b/tests/jerry/regexp-literal.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-non-capture-groups.js b/tests/jerry/regexp-non-capture-groups.js index 55bbcc9de..4bfb93a36 100644 --- a/tests/jerry/regexp-non-capture-groups.js +++ b/tests/jerry/regexp-non-capture-groups.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-routines.js b/tests/jerry/regexp-routines.js index 3620ddbb5..07758961e 100644 --- a/tests/jerry/regexp-routines.js +++ b/tests/jerry/regexp-routines.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regexp-simple-atom-and-iterations.js b/tests/jerry/regexp-simple-atom-and-iterations.js index 2b0a5e150..c1f15da91 100644 --- a/tests/jerry/regexp-simple-atom-and-iterations.js +++ b/tests/jerry/regexp-simple-atom-and-iterations.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1054.js b/tests/jerry/regression-test-issue-1054.js index 76f50bbf5..608f23d1e 100644 --- a/tests/jerry/regression-test-issue-1054.js +++ b/tests/jerry/regression-test-issue-1054.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1065.js b/tests/jerry/regression-test-issue-1065.js index ab2df8e6c..9daa3a467 100644 --- a/tests/jerry/regression-test-issue-1065.js +++ b/tests/jerry/regression-test-issue-1065.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1071.js b/tests/jerry/regression-test-issue-1071.js index 3f79cb63f..a4e85fa80 100644 --- a/tests/jerry/regression-test-issue-1071.js +++ b/tests/jerry/regression-test-issue-1071.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1072.js b/tests/jerry/regression-test-issue-1072.js index e91dd6afc..4408ab969 100644 --- a/tests/jerry/regression-test-issue-1072.js +++ b/tests/jerry/regression-test-issue-1072.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1073.js b/tests/jerry/regression-test-issue-1073.js index 314b95ee6..01a8fbeb6 100644 --- a/tests/jerry/regression-test-issue-1073.js +++ b/tests/jerry/regression-test-issue-1073.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1074.js b/tests/jerry/regression-test-issue-1074.js index 23b97be19..e520c5830 100644 --- a/tests/jerry/regression-test-issue-1074.js +++ b/tests/jerry/regression-test-issue-1074.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1075.js b/tests/jerry/regression-test-issue-1075.js index a8ee4f7f8..e284d39d2 100644 --- a/tests/jerry/regression-test-issue-1075.js +++ b/tests/jerry/regression-test-issue-1075.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1076.js b/tests/jerry/regression-test-issue-1076.js index b96cbafac..6f89f8829 100644 --- a/tests/jerry/regression-test-issue-1076.js +++ b/tests/jerry/regression-test-issue-1076.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1078.js b/tests/jerry/regression-test-issue-1078.js index 25ae8b1fd..a3508c236 100644 --- a/tests/jerry/regression-test-issue-1078.js +++ b/tests/jerry/regression-test-issue-1078.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1079.js b/tests/jerry/regression-test-issue-1079.js index 73c5534b6..2ca801949 100644 --- a/tests/jerry/regression-test-issue-1079.js +++ b/tests/jerry/regression-test-issue-1079.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1080.js b/tests/jerry/regression-test-issue-1080.js index 70f658a49..9b5ae20c7 100644 --- a/tests/jerry/regression-test-issue-1080.js +++ b/tests/jerry/regression-test-issue-1080.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1081.js b/tests/jerry/regression-test-issue-1081.js index 6b375744d..56e1fe46e 100644 --- a/tests/jerry/regression-test-issue-1081.js +++ b/tests/jerry/regression-test-issue-1081.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1082.js b/tests/jerry/regression-test-issue-1082.js index f427f3be1..2363e4065 100644 --- a/tests/jerry/regression-test-issue-1082.js +++ b/tests/jerry/regression-test-issue-1082.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1083.js b/tests/jerry/regression-test-issue-1083.js index 2fea34a0c..3a48c9f46 100644 --- a/tests/jerry/regression-test-issue-1083.js +++ b/tests/jerry/regression-test-issue-1083.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-112.js b/tests/jerry/regression-test-issue-112.js index da56e89a5..72240a7cf 100644 --- a/tests/jerry/regression-test-issue-112.js +++ b/tests/jerry/regression-test-issue-112.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-113.js b/tests/jerry/regression-test-issue-113.js index a41ec41eb..559555417 100644 --- a/tests/jerry/regression-test-issue-113.js +++ b/tests/jerry/regression-test-issue-113.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-114.js b/tests/jerry/regression-test-issue-114.js index 45ecb8f1e..9fc4354aa 100644 --- a/tests/jerry/regression-test-issue-114.js +++ b/tests/jerry/regression-test-issue-114.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-115.js b/tests/jerry/regression-test-issue-115.js index 15772bd95..6460c14b3 100644 --- a/tests/jerry/regression-test-issue-115.js +++ b/tests/jerry/regression-test-issue-115.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-116.js b/tests/jerry/regression-test-issue-116.js index 5041b1110..8a4145f9f 100644 --- a/tests/jerry/regression-test-issue-116.js +++ b/tests/jerry/regression-test-issue-116.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-117.js b/tests/jerry/regression-test-issue-117.js index b360095fc..6aff5f891 100644 --- a/tests/jerry/regression-test-issue-117.js +++ b/tests/jerry/regression-test-issue-117.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-121.js b/tests/jerry/regression-test-issue-121.js index 9c8f0ea73..4d2514b8f 100644 --- a/tests/jerry/regression-test-issue-121.js +++ b/tests/jerry/regression-test-issue-121.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-122.js b/tests/jerry/regression-test-issue-122.js index b09c4de9a..316c76a0b 100644 --- a/tests/jerry/regression-test-issue-122.js +++ b/tests/jerry/regression-test-issue-122.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-123.js b/tests/jerry/regression-test-issue-123.js index 964723caa..2b63bf76d 100644 --- a/tests/jerry/regression-test-issue-123.js +++ b/tests/jerry/regression-test-issue-123.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-128.js b/tests/jerry/regression-test-issue-128.js index fa99a2a50..0e81d71f0 100644 --- a/tests/jerry/regression-test-issue-128.js +++ b/tests/jerry/regression-test-issue-128.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1282.js b/tests/jerry/regression-test-issue-1282.js index f1460d138..8067429c1 100644 --- a/tests/jerry/regression-test-issue-1282.js +++ b/tests/jerry/regression-test-issue-1282.js @@ -1,4 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1284.js b/tests/jerry/regression-test-issue-1284.js index cf3d6a70e..00bad57d9 100644 --- a/tests/jerry/regression-test-issue-1284.js +++ b/tests/jerry/regression-test-issue-1284.js @@ -1,4 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1286.js b/tests/jerry/regression-test-issue-1286.js index 2c858d1a0..be9693df5 100644 --- a/tests/jerry/regression-test-issue-1286.js +++ b/tests/jerry/regression-test-issue-1286.js @@ -1,4 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-129.js b/tests/jerry/regression-test-issue-129.js index 835ec871a..979b33dac 100644 --- a/tests/jerry/regression-test-issue-129.js +++ b/tests/jerry/regression-test-issue-129.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1292.js b/tests/jerry/regression-test-issue-1292.js index 638c0d6a0..ab2cf7689 100644 --- a/tests/jerry/regression-test-issue-1292.js +++ b/tests/jerry/regression-test-issue-1292.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-130.js b/tests/jerry/regression-test-issue-130.js index b8a6a1f67..d1672e660 100644 --- a/tests/jerry/regression-test-issue-130.js +++ b/tests/jerry/regression-test-issue-130.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1300.js b/tests/jerry/regression-test-issue-1300.js index 30ada6abf..6196854ab 100644 --- a/tests/jerry/regression-test-issue-1300.js +++ b/tests/jerry/regression-test-issue-1300.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1309.js b/tests/jerry/regression-test-issue-1309.js index 1bda41b4d..b2d346ffb 100644 --- a/tests/jerry/regression-test-issue-1309.js +++ b/tests/jerry/regression-test-issue-1309.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-132.js b/tests/jerry/regression-test-issue-132.js index e110b4e35..42a532f49 100644 --- a/tests/jerry/regression-test-issue-132.js +++ b/tests/jerry/regression-test-issue-132.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1386.js b/tests/jerry/regression-test-issue-1386.js index fe101dda6..c4c87cfc6 100644 --- a/tests/jerry/regression-test-issue-1386.js +++ b/tests/jerry/regression-test-issue-1386.js @@ -1,4 +1,4 @@ -// Copyright 2016 Hayun Lee (lhy920806@gmail.com) +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1387.js b/tests/jerry/regression-test-issue-1387.js index 8985edcad..e8a8afa36 100644 --- a/tests/jerry/regression-test-issue-1387.js +++ b/tests/jerry/regression-test-issue-1387.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-1389.js b/tests/jerry/regression-test-issue-1389.js index 7523e2e28..6a99c8991 100644 --- a/tests/jerry/regression-test-issue-1389.js +++ b/tests/jerry/regression-test-issue-1389.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-156.js b/tests/jerry/regression-test-issue-156.js index 1dfbd3608..2760f5557 100644 --- a/tests/jerry/regression-test-issue-156.js +++ b/tests/jerry/regression-test-issue-156.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-164.js b/tests/jerry/regression-test-issue-164.js index 4c6547428..917fcb345 100644 --- a/tests/jerry/regression-test-issue-164.js +++ b/tests/jerry/regression-test-issue-164.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-195.js b/tests/jerry/regression-test-issue-195.js index 932ff4b02..089688200 100644 --- a/tests/jerry/regression-test-issue-195.js +++ b/tests/jerry/regression-test-issue-195.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-212.js b/tests/jerry/regression-test-issue-212.js index a58bb7e59..b817f2f6a 100644 --- a/tests/jerry/regression-test-issue-212.js +++ b/tests/jerry/regression-test-issue-212.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-245.js b/tests/jerry/regression-test-issue-245.js index e903c2368..22b71f2b6 100644 --- a/tests/jerry/regression-test-issue-245.js +++ b/tests/jerry/regression-test-issue-245.js @@ -1,5 +1,4 @@ -// Copyright 2015-2016 Samsung Electronics Co., Ltd. -// Copyright 2015-2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-255.js b/tests/jerry/regression-test-issue-255.js index f2ef4d3f2..0b747493e 100644 --- a/tests/jerry/regression-test-issue-255.js +++ b/tests/jerry/regression-test-issue-255.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-257.js b/tests/jerry/regression-test-issue-257.js index 8ca367232..6c77212fa 100644 --- a/tests/jerry/regression-test-issue-257.js +++ b/tests/jerry/regression-test-issue-257.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-260.js b/tests/jerry/regression-test-issue-260.js index e72713187..fe53ad41f 100644 --- a/tests/jerry/regression-test-issue-260.js +++ b/tests/jerry/regression-test-issue-260.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-261.js b/tests/jerry/regression-test-issue-261.js index 1f5d92da9..3745fb69c 100644 --- a/tests/jerry/regression-test-issue-261.js +++ b/tests/jerry/regression-test-issue-261.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-262.js b/tests/jerry/regression-test-issue-262.js index 61deb4f55..479946c60 100644 --- a/tests/jerry/regression-test-issue-262.js +++ b/tests/jerry/regression-test-issue-262.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-263.js b/tests/jerry/regression-test-issue-263.js index 04bcf9627..268499cb9 100644 --- a/tests/jerry/regression-test-issue-263.js +++ b/tests/jerry/regression-test-issue-263.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-264.js b/tests/jerry/regression-test-issue-264.js index 23417b9c4..968da4799 100644 --- a/tests/jerry/regression-test-issue-264.js +++ b/tests/jerry/regression-test-issue-264.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-265.js b/tests/jerry/regression-test-issue-265.js index 942b5813d..898f6a6ab 100644 --- a/tests/jerry/regression-test-issue-265.js +++ b/tests/jerry/regression-test-issue-265.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-266.js b/tests/jerry/regression-test-issue-266.js index 14a9473a1..3b6280ab3 100644 --- a/tests/jerry/regression-test-issue-266.js +++ b/tests/jerry/regression-test-issue-266.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-267.js b/tests/jerry/regression-test-issue-267.js index 763a8eaea..69a7f08d2 100644 --- a/tests/jerry/regression-test-issue-267.js +++ b/tests/jerry/regression-test-issue-267.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-274.js b/tests/jerry/regression-test-issue-274.js index 557b3e86f..b69813193 100644 --- a/tests/jerry/regression-test-issue-274.js +++ b/tests/jerry/regression-test-issue-274.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-276.js b/tests/jerry/regression-test-issue-276.js index d57ab4db6..a425da50b 100644 --- a/tests/jerry/regression-test-issue-276.js +++ b/tests/jerry/regression-test-issue-276.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-279.js b/tests/jerry/regression-test-issue-279.js index 5ab213b13..86fce28e3 100644 --- a/tests/jerry/regression-test-issue-279.js +++ b/tests/jerry/regression-test-issue-279.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-280.js b/tests/jerry/regression-test-issue-280.js index bb339c30f..e27498b24 100644 --- a/tests/jerry/regression-test-issue-280.js +++ b/tests/jerry/regression-test-issue-280.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-281.js b/tests/jerry/regression-test-issue-281.js index 2fa446daf..59af4fb7b 100644 --- a/tests/jerry/regression-test-issue-281.js +++ b/tests/jerry/regression-test-issue-281.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-285.js b/tests/jerry/regression-test-issue-285.js index 81aabfcae..e153a7f26 100644 --- a/tests/jerry/regression-test-issue-285.js +++ b/tests/jerry/regression-test-issue-285.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-312.js b/tests/jerry/regression-test-issue-312.js index a3f063f4d..30e6bc9d7 100644 --- a/tests/jerry/regression-test-issue-312.js +++ b/tests/jerry/regression-test-issue-312.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-316.js b/tests/jerry/regression-test-issue-316.js index eba9b11f6..53173212d 100644 --- a/tests/jerry/regression-test-issue-316.js +++ b/tests/jerry/regression-test-issue-316.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-339.js b/tests/jerry/regression-test-issue-339.js index 08bcd6d2d..663113db2 100644 --- a/tests/jerry/regression-test-issue-339.js +++ b/tests/jerry/regression-test-issue-339.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-340.js b/tests/jerry/regression-test-issue-340.js index 75ce95f2b..1efe4870f 100644 --- a/tests/jerry/regression-test-issue-340.js +++ b/tests/jerry/regression-test-issue-340.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-341.js b/tests/jerry/regression-test-issue-341.js index e51421d80..3a448e510 100644 --- a/tests/jerry/regression-test-issue-341.js +++ b/tests/jerry/regression-test-issue-341.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-354.js b/tests/jerry/regression-test-issue-354.js index 126fd99d3..cb013cb47 100644 --- a/tests/jerry/regression-test-issue-354.js +++ b/tests/jerry/regression-test-issue-354.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-359.js b/tests/jerry/regression-test-issue-359.js index 86e8e9d87..6d8a05b25 100644 --- a/tests/jerry/regression-test-issue-359.js +++ b/tests/jerry/regression-test-issue-359.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-380.js b/tests/jerry/regression-test-issue-380.js index 20d68dd43..ed846331a 100644 --- a/tests/jerry/regression-test-issue-380.js +++ b/tests/jerry/regression-test-issue-380.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-381.js b/tests/jerry/regression-test-issue-381.js index 701d533b7..184781345 100644 --- a/tests/jerry/regression-test-issue-381.js +++ b/tests/jerry/regression-test-issue-381.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-429.js b/tests/jerry/regression-test-issue-429.js index 66fe3cd75..c752c4912 100644 --- a/tests/jerry/regression-test-issue-429.js +++ b/tests/jerry/regression-test-issue-429.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-440.js b/tests/jerry/regression-test-issue-440.js index 3e7c83d97..184992bf0 100644 --- a/tests/jerry/regression-test-issue-440.js +++ b/tests/jerry/regression-test-issue-440.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-447.js b/tests/jerry/regression-test-issue-447.js index 788333da9..9c236186a 100644 --- a/tests/jerry/regression-test-issue-447.js +++ b/tests/jerry/regression-test-issue-447.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-453.js b/tests/jerry/regression-test-issue-453.js index bc443bb1f..02f15faf6 100644 --- a/tests/jerry/regression-test-issue-453.js +++ b/tests/jerry/regression-test-issue-453.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-541.js b/tests/jerry/regression-test-issue-541.js index 96a9d62d7..fc6664e93 100644 --- a/tests/jerry/regression-test-issue-541.js +++ b/tests/jerry/regression-test-issue-541.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-563.js b/tests/jerry/regression-test-issue-563.js index 477983756..1d6ed13f8 100644 --- a/tests/jerry/regression-test-issue-563.js +++ b/tests/jerry/regression-test-issue-563.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-566.js b/tests/jerry/regression-test-issue-566.js index 0df354c62..c08ef50be 100644 --- a/tests/jerry/regression-test-issue-566.js +++ b/tests/jerry/regression-test-issue-566.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-612.js b/tests/jerry/regression-test-issue-612.js index d5882ef7f..e0fe6cedd 100644 --- a/tests/jerry/regression-test-issue-612.js +++ b/tests/jerry/regression-test-issue-612.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-613.js b/tests/jerry/regression-test-issue-613.js index e674e4ecb..5c8758305 100644 --- a/tests/jerry/regression-test-issue-613.js +++ b/tests/jerry/regression-test-issue-613.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-614.js b/tests/jerry/regression-test-issue-614.js index fd855ffe0..caa76fe1e 100644 --- a/tests/jerry/regression-test-issue-614.js +++ b/tests/jerry/regression-test-issue-614.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-639.js b/tests/jerry/regression-test-issue-639.js index 4ce8c4ce0..e0bcb6dd7 100644 --- a/tests/jerry/regression-test-issue-639.js +++ b/tests/jerry/regression-test-issue-639.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-640.js b/tests/jerry/regression-test-issue-640.js index ca8890f94..e9d4df271 100644 --- a/tests/jerry/regression-test-issue-640.js +++ b/tests/jerry/regression-test-issue-640.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-641.js b/tests/jerry/regression-test-issue-641.js index 3bea75cfe..bfc0d7cfe 100644 --- a/tests/jerry/regression-test-issue-641.js +++ b/tests/jerry/regression-test-issue-641.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-642.js b/tests/jerry/regression-test-issue-642.js index 5d95fb208..b15f07fad 100644 --- a/tests/jerry/regression-test-issue-642.js +++ b/tests/jerry/regression-test-issue-642.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-644.js b/tests/jerry/regression-test-issue-644.js index 3ac84ca00..a98fa7669 100644 --- a/tests/jerry/regression-test-issue-644.js +++ b/tests/jerry/regression-test-issue-644.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-646.js b/tests/jerry/regression-test-issue-646.js index a925c6424..4874e5129 100644 --- a/tests/jerry/regression-test-issue-646.js +++ b/tests/jerry/regression-test-issue-646.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-652.js b/tests/jerry/regression-test-issue-652.js index 76e5648f4..3b9afe8f1 100644 --- a/tests/jerry/regression-test-issue-652.js +++ b/tests/jerry/regression-test-issue-652.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-653.js b/tests/jerry/regression-test-issue-653.js index 6b2919047..1564ef9ea 100644 --- a/tests/jerry/regression-test-issue-653.js +++ b/tests/jerry/regression-test-issue-653.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-654.js b/tests/jerry/regression-test-issue-654.js index 3bb5dac28..d3105ea8b 100644 --- a/tests/jerry/regression-test-issue-654.js +++ b/tests/jerry/regression-test-issue-654.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-655.js b/tests/jerry/regression-test-issue-655.js index d9a90500c..e09dc1dd1 100644 --- a/tests/jerry/regression-test-issue-655.js +++ b/tests/jerry/regression-test-issue-655.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-667.js b/tests/jerry/regression-test-issue-667.js index d1533611f..8345b1568 100644 --- a/tests/jerry/regression-test-issue-667.js +++ b/tests/jerry/regression-test-issue-667.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-669.js b/tests/jerry/regression-test-issue-669.js index fe25f4f73..0c7afde79 100644 --- a/tests/jerry/regression-test-issue-669.js +++ b/tests/jerry/regression-test-issue-669.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-680.js b/tests/jerry/regression-test-issue-680.js index ff90519ed..15e6a95e6 100644 --- a/tests/jerry/regression-test-issue-680.js +++ b/tests/jerry/regression-test-issue-680.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-686.js b/tests/jerry/regression-test-issue-686.js index b89b70b60..63a86934e 100644 --- a/tests/jerry/regression-test-issue-686.js +++ b/tests/jerry/regression-test-issue-686.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-689.js b/tests/jerry/regression-test-issue-689.js index 925a85611..d17ba18f7 100644 --- a/tests/jerry/regression-test-issue-689.js +++ b/tests/jerry/regression-test-issue-689.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-703.js b/tests/jerry/regression-test-issue-703.js index db474383d..e2bcac8d9 100644 --- a/tests/jerry/regression-test-issue-703.js +++ b/tests/jerry/regression-test-issue-703.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-725.js b/tests/jerry/regression-test-issue-725.js index 75ff22179..5152df031 100644 --- a/tests/jerry/regression-test-issue-725.js +++ b/tests/jerry/regression-test-issue-725.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-736.js b/tests/jerry/regression-test-issue-736.js index 8997cc900..8a1403e39 100644 --- a/tests/jerry/regression-test-issue-736.js +++ b/tests/jerry/regression-test-issue-736.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-737.js b/tests/jerry/regression-test-issue-737.js index c6d37429d..a36683bb2 100644 --- a/tests/jerry/regression-test-issue-737.js +++ b/tests/jerry/regression-test-issue-737.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-738.js b/tests/jerry/regression-test-issue-738.js index d54b1a8d4..2214cf02e 100644 --- a/tests/jerry/regression-test-issue-738.js +++ b/tests/jerry/regression-test-issue-738.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-739.js b/tests/jerry/regression-test-issue-739.js index 3385cec71..3b34e2862 100644 --- a/tests/jerry/regression-test-issue-739.js +++ b/tests/jerry/regression-test-issue-739.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-741.js b/tests/jerry/regression-test-issue-741.js index a7014c0ad..5533cb010 100644 --- a/tests/jerry/regression-test-issue-741.js +++ b/tests/jerry/regression-test-issue-741.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-743.js b/tests/jerry/regression-test-issue-743.js index 174abee4a..484f16a99 100644 --- a/tests/jerry/regression-test-issue-743.js +++ b/tests/jerry/regression-test-issue-743.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-745.js b/tests/jerry/regression-test-issue-745.js index 44fdabb13..0e458bcfd 100644 --- a/tests/jerry/regression-test-issue-745.js +++ b/tests/jerry/regression-test-issue-745.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-747.js b/tests/jerry/regression-test-issue-747.js index d8044dbe1..6c02c8fbc 100644 --- a/tests/jerry/regression-test-issue-747.js +++ b/tests/jerry/regression-test-issue-747.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-781.js b/tests/jerry/regression-test-issue-781.js index 547f47994..2d36d75aa 100644 --- a/tests/jerry/regression-test-issue-781.js +++ b/tests/jerry/regression-test-issue-781.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-782.js b/tests/jerry/regression-test-issue-782.js index 818a7d7f6..ecc56acb2 100644 --- a/tests/jerry/regression-test-issue-782.js +++ b/tests/jerry/regression-test-issue-782.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-783.js b/tests/jerry/regression-test-issue-783.js index 3dc6c4950..44644f2b7 100644 --- a/tests/jerry/regression-test-issue-783.js +++ b/tests/jerry/regression-test-issue-783.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-785.js b/tests/jerry/regression-test-issue-785.js index 43d846799..e785eb7f3 100644 --- a/tests/jerry/regression-test-issue-785.js +++ b/tests/jerry/regression-test-issue-785.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-786.js b/tests/jerry/regression-test-issue-786.js index 2327947f5..dd4fa03f7 100644 --- a/tests/jerry/regression-test-issue-786.js +++ b/tests/jerry/regression-test-issue-786.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-787.js b/tests/jerry/regression-test-issue-787.js index a5be343d2..6b8692be1 100644 --- a/tests/jerry/regression-test-issue-787.js +++ b/tests/jerry/regression-test-issue-787.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-798.js b/tests/jerry/regression-test-issue-798.js index ac5259ec7..8476cbb85 100644 --- a/tests/jerry/regression-test-issue-798.js +++ b/tests/jerry/regression-test-issue-798.js @@ -1,4 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issue-962.js b/tests/jerry/regression-test-issue-962.js index 292dd18e2..8b4910b2e 100644 --- a/tests/jerry/regression-test-issue-962.js +++ b/tests/jerry/regression-test-issue-962.js @@ -1,5 +1,4 @@ -// Copyright 2016 Samsung Electronics Co., Ltd. -// Copyright 2016 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/regression-test-issues-43-183.js b/tests/jerry/regression-test-issues-43-183.js index f0e32ce7e..544ff9f03 100644 --- a/tests/jerry/regression-test-issues-43-183.js +++ b/tests/jerry/regression-test-issues-43-183.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/relational.js b/tests/jerry/relational.js index 6124b7994..a9a6a3ecd 100644 --- a/tests/jerry/relational.js +++ b/tests/jerry/relational.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/shift.js b/tests/jerry/shift.js index c350aa259..442a60292 100644 --- a/tests/jerry/shift.js +++ b/tests/jerry/shift.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/sqrt.js b/tests/jerry/sqrt.js index 14817cf4b..3d3c7347b 100644 --- a/tests/jerry/sqrt.js +++ b/tests/jerry/sqrt.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/strict.js b/tests/jerry/strict.js index 0af967367..8bd33c37d 100644 --- a/tests/jerry/strict.js +++ b/tests/jerry/strict.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-charat.js b/tests/jerry/string-prototype-charat.js index 92d0c71ee..68daf68b8 100644 --- a/tests/jerry/string-prototype-charat.js +++ b/tests/jerry/string-prototype-charat.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-charcodeat.js b/tests/jerry/string-prototype-charcodeat.js index 8e10ff262..bfb68f635 100644 --- a/tests/jerry/string-prototype-charcodeat.js +++ b/tests/jerry/string-prototype-charcodeat.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-concat.js b/tests/jerry/string-prototype-concat.js index 4eb117bf3..c00190341 100644 --- a/tests/jerry/string-prototype-concat.js +++ b/tests/jerry/string-prototype-concat.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-indexof.js b/tests/jerry/string-prototype-indexof.js index ab8d08ccb..a0b55fb43 100644 --- a/tests/jerry/string-prototype-indexof.js +++ b/tests/jerry/string-prototype-indexof.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-lastindexof.js b/tests/jerry/string-prototype-lastindexof.js index f25710fa5..ca90a7829 100644 --- a/tests/jerry/string-prototype-lastindexof.js +++ b/tests/jerry/string-prototype-lastindexof.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-localecompare.js b/tests/jerry/string-prototype-localecompare.js index a24702184..fd8d8ddc2 100644 --- a/tests/jerry/string-prototype-localecompare.js +++ b/tests/jerry/string-prototype-localecompare.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-match.js b/tests/jerry/string-prototype-match.js index 80ef8acdf..c8a099963 100644 --- a/tests/jerry/string-prototype-match.js +++ b/tests/jerry/string-prototype-match.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-replace.js b/tests/jerry/string-prototype-replace.js index 985ccffed..b8d3a0445 100644 --- a/tests/jerry/string-prototype-replace.js +++ b/tests/jerry/string-prototype-replace.js @@ -1,5 +1,4 @@ -// Copyright 2015 University of Szeged -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-search.js b/tests/jerry/string-prototype-search.js index 0c60f405a..cf16c5088 100644 --- a/tests/jerry/string-prototype-search.js +++ b/tests/jerry/string-prototype-search.js @@ -1,5 +1,4 @@ -// Copyright 2015 University of Szeged -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-slice.js b/tests/jerry/string-prototype-slice.js index 86e3399af..941a52005 100644 --- a/tests/jerry/string-prototype-slice.js +++ b/tests/jerry/string-prototype-slice.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-split.js b/tests/jerry/string-prototype-split.js index b05c0248c..bef02ca08 100644 --- a/tests/jerry/string-prototype-split.js +++ b/tests/jerry/string-prototype-split.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-substr.js b/tests/jerry/string-prototype-substr.js index 3eb380bc4..40613b7ff 100644 --- a/tests/jerry/string-prototype-substr.js +++ b/tests/jerry/string-prototype-substr.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-substring.js b/tests/jerry/string-prototype-substring.js index ca9ee76f2..51d03b1b0 100644 --- a/tests/jerry/string-prototype-substring.js +++ b/tests/jerry/string-prototype-substring.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype-trim.js b/tests/jerry/string-prototype-trim.js index 4fdd8f0d2..abeb31c74 100644 --- a/tests/jerry/string-prototype-trim.js +++ b/tests/jerry/string-prototype-trim.js @@ -1,5 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. -// Copyright 2015 University of Szeged. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-prototype.js b/tests/jerry/string-prototype.js index 05576fa82..00a710f47 100644 --- a/tests/jerry/string-prototype.js +++ b/tests/jerry/string-prototype.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-surrogates-concat.js b/tests/jerry/string-surrogates-concat.js index 727297c86..340fcc078 100644 --- a/tests/jerry/string-surrogates-concat.js +++ b/tests/jerry/string-surrogates-concat.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string-upper-lower-case-conversion.js b/tests/jerry/string-upper-lower-case-conversion.js index 85a27971a..3ac373f64 100644 --- a/tests/jerry/string-upper-lower-case-conversion.js +++ b/tests/jerry/string-upper-lower-case-conversion.js @@ -1,5 +1,4 @@ -// Copyright 2015 University of Szeged -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/string.js b/tests/jerry/string.js index 1ab535954..86b6110ab 100644 --- a/tests/jerry/string.js +++ b/tests/jerry/string.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/switch-case.js b/tests/jerry/switch-case.js index 4751dd339..64dd47956 100644 --- a/tests/jerry/switch-case.js +++ b/tests/jerry/switch-case.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/test-new-string.js b/tests/jerry/test-new-string.js index 942989da4..6f8f1c81d 100644 --- a/tests/jerry/test-new-string.js +++ b/tests/jerry/test-new-string.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/this-arg.js b/tests/jerry/this-arg.js index 678406c25..8af4c9f56 100644 --- a/tests/jerry/this-arg.js +++ b/tests/jerry/this-arg.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/try-catch-finally.js b/tests/jerry/try-catch-finally.js index 13ffc74a7..1d82a59de 100644 --- a/tests/jerry/try-catch-finally.js +++ b/tests/jerry/try-catch-finally.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/typeof.js b/tests/jerry/typeof.js index 9a3980faf..220c04011 100644 --- a/tests/jerry/typeof.js +++ b/tests/jerry/typeof.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/unary-plus-minus.js b/tests/jerry/unary-plus-minus.js index 433185997..f6ac8e507 100644 --- a/tests/jerry/unary-plus-minus.js +++ b/tests/jerry/unary-plus-minus.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/var-decl.js b/tests/jerry/var-decl.js index 6905886f6..e5990ffd7 100644 --- a/tests/jerry/var-decl.js +++ b/tests/jerry/var-decl.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/variables.js b/tests/jerry/variables.js index d16866299..dd01cafbb 100644 --- a/tests/jerry/variables.js +++ b/tests/jerry/variables.js @@ -1,4 +1,4 @@ -// Copyright 2014 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/jerry/zero-character.js b/tests/jerry/zero-character.js index d2f86fb8c..5475e956a 100644 --- a/tests/jerry/zero-character.js +++ b/tests/jerry/zero-character.js @@ -1,4 +1,4 @@ -// Copyright 2015 Samsung Electronics Co., Ltd. +// Copyright JS Foundation and other contributors, http://js.foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index b7853b7d5..0b6e69f07 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -1,5 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test-api.c b/tests/unit/test-api.c index 99098a5e3..8dd56d32b 100644 --- a/tests/unit/test-api.c +++ b/tests/unit/test-api.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-common.h b/tests/unit/test-common.h index cc7fc4a96..6200a8aa8 100644 --- a/tests/unit/test-common.h +++ b/tests/unit/test-common.h @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-date-helpers.c b/tests/unit/test-date-helpers.c index b6a21e403..4e9c2b394 100644 --- a/tests/unit/test-date-helpers.c +++ b/tests/unit/test-date-helpers.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2015-2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-heap.c b/tests/unit/test-heap.c index d24b5f379..9287377fd 100644 --- a/tests/unit/test-heap.c +++ b/tests/unit/test-heap.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-libm.c b/tests/unit/test-libm.c index 0b53966c9..6a167a630 100644 --- a/tests/unit/test-libm.c +++ b/tests/unit/test-libm.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-libm.inc.h b/tests/unit/test-libm.inc.h index caecbe7eb..17221b04a 100644 --- a/tests/unit/test-libm.inc.h +++ b/tests/unit/test-libm.inc.h @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-lit-char-helpers.c b/tests/unit/test-lit-char-helpers.c index 083b8ef09..9e10803ee 100644 --- a/tests/unit/test-lit-char-helpers.c +++ b/tests/unit/test-lit-char-helpers.c @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-literal-storage.c b/tests/unit/test-literal-storage.c index 6bd052fad..c448a95e5 100644 --- a/tests/unit/test-literal-storage.c +++ b/tests/unit/test-literal-storage.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-longjmp.c b/tests/unit/test-longjmp.c index e904a14cc..fb9f0e89e 100644 --- a/tests/unit/test-longjmp.c +++ b/tests/unit/test-longjmp.c @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-number-to-integer.c b/tests/unit/test-number-to-integer.c index 668e91c4d..8467163b7 100644 --- a/tests/unit/test-number-to-integer.c +++ b/tests/unit/test-number-to-integer.c @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-number-to-string.c b/tests/unit/test-number-to-string.c index c03e5e264..3e3cc555e 100644 --- a/tests/unit/test-number-to-string.c +++ b/tests/unit/test-number-to-string.c @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-poolman.c b/tests/unit/test-poolman.c index 7df5ea4c7..6b89fec7a 100644 --- a/tests/unit/test-poolman.c +++ b/tests/unit/test-poolman.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-string-to-number.c b/tests/unit/test-string-to-number.c index 0e08f3fc6..4951c6d00 100644 --- a/tests/unit/test-string-to-number.c +++ b/tests/unit/test-string-to-number.c @@ -1,5 +1,4 @@ -/* Copyright 2014-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/unit/test-strings.c b/tests/unit/test-strings.c index 2ce0dfdc8..4ff6df868 100644 --- a/tests/unit/test-strings.c +++ b/tests/unit/test-strings.c @@ -1,5 +1,4 @@ -/* Copyright 2015-2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/apt-get-install-deps.sh b/tools/apt-get-install-deps.sh index 6672658af..08737d765 100755 --- a/tools/apt-get-install-deps.sh +++ b/tools/apt-get-install-deps.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/apt-get-install-qemu-arm.sh b/tools/apt-get-install-qemu-arm.sh index 4095afb50..7658ccd6b 100755 --- a/tools/apt-get-install-qemu-arm.sh +++ b/tools/apt-get-install-qemu-arm.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/brew-install-deps.sh b/tools/brew-install-deps.sh index 08bce52ec..8e4c78342 100755 --- a/tools/brew-install-deps.sh +++ b/tools/brew-install-deps.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/build.py b/tools/build.py index 1cc823398..9dfaa1aff 100755 --- a/tools/build.py +++ b/tools/build.py @@ -1,7 +1,6 @@ #!/usr/bin/env python -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/check-cppcheck.sh b/tools/check-cppcheck.sh index 196194ec7..41bd8f8cc 100755 --- a/tools/check-cppcheck.sh +++ b/tools/check-cppcheck.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/check-license.py b/tools/check-license.py index fdfe98c92..8ba2f28d3 100755 --- a/tools/check-license.py +++ b/tools/check-license.py @@ -1,7 +1,6 @@ #!/usr/bin/env python -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/check-signed-off.sh b/tools/check-signed-off.sh index 016a4970b..a4585da33 100755 --- a/tools/check-signed-off.sh +++ b/tools/check-signed-off.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/check-vera.sh b/tools/check-vera.sh index c2efa5c66..9b15bbf53 100755 --- a/tools/check-vera.sh +++ b/tools/check-vera.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/gen-test-libm.sh b/tools/gen-test-libm.sh index 9824f69de..dc2eb6130 100755 --- a/tools/gen-test-libm.sh +++ b/tools/gen-test-libm.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/generator.sh b/tools/generator.sh index 03cb00328..c48212126 100755 --- a/tools/generator.sh +++ b/tools/generator.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/make-log-perf-compare.sh b/tools/make-log-perf-compare.sh index 155a55235..573104525 100755 --- a/tools/make-log-perf-compare.sh +++ b/tools/make-log-perf-compare.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/mem-stats-measure.sh b/tools/mem-stats-measure.sh index 81c12c1c0..333f6aced 100755 --- a/tools/mem-stats-measure.sh +++ b/tools/mem-stats-measure.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/perf.sh b/tools/perf.sh index 237450de7..7b4f1fd0b 100755 --- a/tools/perf.sh +++ b/tools/perf.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2016 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/print-unicode-ranges.sh b/tools/print-unicode-ranges.sh index 1e891cbf5..b4e719f23 100755 --- a/tools/print-unicode-ranges.sh +++ b/tools/print-unicode-ranges.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/rss-measure.sh b/tools/rss-measure.sh index 34aa76f17..02a27d204 100755 --- a/tools/rss-measure.sh +++ b/tools/rss-measure.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/run-mem-stats-test.sh b/tools/run-mem-stats-test.sh index 77f11a56d..549d6a0b4 100755 --- a/tools/run-mem-stats-test.sh +++ b/tools/run-mem-stats-test.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/run-perf-test.sh b/tools/run-perf-test.sh index 38ffa94c9..835cebc50 100755 --- a/tools/run-perf-test.sh +++ b/tools/run-perf-test.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2014-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/run-tests.py b/tools/run-tests.py index ba31723ba..7ee1b8e8e 100755 --- a/tools/run-tests.py +++ b/tools/run-tests.py @@ -1,7 +1,6 @@ #!/usr/bin/env python -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/runners/run-benchmarks.sh b/tools/runners/run-benchmarks.sh index a92d00520..2ec146615 100755 --- a/tools/runners/run-benchmarks.sh +++ b/tools/runners/run-benchmarks.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/runners/run-stability-test.sh b/tools/runners/run-stability-test.sh index 716c41e0e..25ec1e6c6 100755 --- a/tools/runners/run-stability-test.sh +++ b/tools/runners/run-stability-test.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/runners/run-test-suite-test262.sh b/tools/runners/run-test-suite-test262.sh index b97c1b18b..882e8fe9a 100755 --- a/tools/runners/run-test-suite-test262.sh +++ b/tools/runners/run-test-suite-test262.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/runners/run-test-suite.sh b/tools/runners/run-test-suite.sh index b10667b2a..6137afef4 100755 --- a/tools/runners/run-test-suite.sh +++ b/tools/runners/run-test-suite.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/runners/run-tests-remote.sh b/tools/runners/run-tests-remote.sh index 073a5d8a9..d6a01ebf5 100755 --- a/tools/runners/run-tests-remote.sh +++ b/tools/runners/run-tests-remote.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/runners/run-unittests-remote.sh b/tools/runners/run-unittests-remote.sh index 0813c0197..1acd4fc28 100755 --- a/tools/runners/run-unittests-remote.sh +++ b/tools/runners/run-unittests-remote.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/runners/run-unittests.sh b/tools/runners/run-unittests.sh index ba20e43e1..0a235565a 100755 --- a/tools/runners/run-unittests.sh +++ b/tools/runners/run-unittests.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2014-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/settings.py b/tools/settings.py index 089174fb3..3e766ab14 100755 --- a/tools/settings.py +++ b/tools/settings.py @@ -1,7 +1,6 @@ #!/usr/bin/env python -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/sort-fails.sh b/tools/sort-fails.sh index a405aca75..6dfc7dd43 100755 --- a/tools/sort-fails.sh +++ b/tools/sort-fails.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/unit-tests/Makefile b/tools/unit-tests/Makefile index efdf0a16c..70db6374e 100644 --- a/tools/unit-tests/Makefile +++ b/tools/unit-tests/Makefile @@ -1,5 +1,4 @@ -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/unit-tests/gen-test-libm.c b/tools/unit-tests/gen-test-libm.c index 4c8bf4838..98b563487 100644 --- a/tools/unit-tests/gen-test-libm.c +++ b/tools/unit-tests/gen-test-libm.c @@ -1,5 +1,4 @@ -/* Copyright 2016 Samsung Electronics Co., Ltd. - * Copyright 2016 University of Szeged. +/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,8 +32,7 @@ int main (int argc, char **args) { - printf ("/* Copyright 2016 Samsung Electronics Co., Ltd.\n" - " * Copyright 2016 University of Szeged.\n" + printf ("/* Copyright JS Foundation and other contributors, http://js.foundation " *\n" " * Licensed under the Apache License, Version 2.0 (the \"License\");\n" " * you may not use this file except in compliance with the License.\n" diff --git a/tools/update-webpage.sh b/tools/update-webpage.sh index cd4ab23c6..add5f6349 100755 --- a/tools/update-webpage.sh +++ b/tools/update-webpage.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_always_curly.tcl b/tools/vera++/scripts/rules/jerry_always_curly.tcl index 7c2b58807..ec5dd7483 100644 --- a/tools/vera++/scripts/rules/jerry_always_curly.tcl +++ b/tools/vera++/scripts/rules/jerry_always_curly.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_braces_on_separate_line.tcl b/tools/vera++/scripts/rules/jerry_braces_on_separate_line.tcl index fea892598..c14294877 100644 --- a/tools/vera++/scripts/rules/jerry_braces_on_separate_line.tcl +++ b/tools/vera++/scripts/rules/jerry_braces_on_separate_line.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_braces_same_line_or_column.tcl b/tools/vera++/scripts/rules/jerry_braces_same_line_or_column.tcl index a8f637f57..821f4477f 100644 --- a/tools/vera++/scripts/rules/jerry_braces_same_line_or_column.tcl +++ b/tools/vera++/scripts/rules/jerry_braces_same_line_or_column.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_comment_function_end.tcl b/tools/vera++/scripts/rules/jerry_comment_function_end.tcl index 87fd297ad..e94a27162 100644 --- a/tools/vera++/scripts/rules/jerry_comment_function_end.tcl +++ b/tools/vera++/scripts/rules/jerry_comment_function_end.tcl @@ -1,7 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_funcname_space_parentheses.tcl b/tools/vera++/scripts/rules/jerry_funcname_space_parentheses.tcl index 02ccbe90e..c01273646 100644 --- a/tools/vera++/scripts/rules/jerry_funcname_space_parentheses.tcl +++ b/tools/vera++/scripts/rules/jerry_funcname_space_parentheses.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_identifier_no_space_bracket.tcl b/tools/vera++/scripts/rules/jerry_identifier_no_space_bracket.tcl index 48f3de6e0..5f02dce2e 100644 --- a/tools/vera++/scripts/rules/jerry_identifier_no_space_bracket.tcl +++ b/tools/vera++/scripts/rules/jerry_identifier_no_space_bracket.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_indentation.tcl b/tools/vera++/scripts/rules/jerry_indentation.tcl index 3fb794d75..97b4352d5 100644 --- a/tools/vera++/scripts/rules/jerry_indentation.tcl +++ b/tools/vera++/scripts/rules/jerry_indentation.tcl @@ -1,7 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2014-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_max_line_length.tcl b/tools/vera++/scripts/rules/jerry_max_line_length.tcl index 54c5cd64f..a55533a16 100644 --- a/tools/vera++/scripts/rules/jerry_max_line_length.tcl +++ b/tools/vera++/scripts/rules/jerry_max_line_length.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_no_space_after_opening_parentheses.tcl b/tools/vera++/scripts/rules/jerry_no_space_after_opening_parentheses.tcl index 12e32b25c..895614457 100644 --- a/tools/vera++/scripts/rules/jerry_no_space_after_opening_parentheses.tcl +++ b/tools/vera++/scripts/rules/jerry_no_space_after_opening_parentheses.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_no_space_before_closing_parentheses.tcl b/tools/vera++/scripts/rules/jerry_no_space_before_closing_parentheses.tcl index 5ea4f8191..8ddc38fe5 100644 --- a/tools/vera++/scripts/rules/jerry_no_space_before_closing_parentheses.tcl +++ b/tools/vera++/scripts/rules/jerry_no_space_before_closing_parentheses.tcl @@ -1,7 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015-2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_no_tabs.tcl b/tools/vera++/scripts/rules/jerry_no_tabs.tcl index f131b5d64..a065c082c 100644 --- a/tools/vera++/scripts/rules/jerry_no_tabs.tcl +++ b/tools/vera++/scripts/rules/jerry_no_tabs.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_no_trailing_spaces.tcl b/tools/vera++/scripts/rules/jerry_no_trailing_spaces.tcl index 78c020052..31ee30f87 100644 --- a/tools/vera++/scripts/rules/jerry_no_trailing_spaces.tcl +++ b/tools/vera++/scripts/rules/jerry_no_trailing_spaces.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_pointer_declarator_space.tcl b/tools/vera++/scripts/rules/jerry_pointer_declarator_space.tcl index 478c84ec8..c6da4e1a8 100644 --- a/tools/vera++/scripts/rules/jerry_pointer_declarator_space.tcl +++ b/tools/vera++/scripts/rules/jerry_pointer_declarator_space.tcl @@ -1,7 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_switch_case.tcl b/tools/vera++/scripts/rules/jerry_switch_case.tcl index 16262b8e6..d332a1241 100644 --- a/tools/vera++/scripts/rules/jerry_switch_case.tcl +++ b/tools/vera++/scripts/rules/jerry_switch_case.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2014-2015 Samsung Electronics Co., Ltd. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/vera++/scripts/rules/jerry_typecast_space_parentheses.tcl b/tools/vera++/scripts/rules/jerry_typecast_space_parentheses.tcl index 71212433f..5b8c9c9cd 100644 --- a/tools/vera++/scripts/rules/jerry_typecast_space_parentheses.tcl +++ b/tools/vera++/scripts/rules/jerry_typecast_space_parentheses.tcl @@ -1,7 +1,6 @@ #!/usr/bin/tclsh -# Copyright 2016 Samsung Electronics Co., Ltd. -# Copyright 2016 University of Szeged. +# Copyright JS Foundation and other contributors, http://js.foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.