diff --git a/test/built-ins/DataView/prototype/getBigInt64/detached-buffer-after-toindex-byteoffset.js b/test/built-ins/DataView/prototype/getBigInt64/detached-buffer-after-toindex-byteoffset.js index 86822d650a2..163513c7704 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/detached-buffer-after-toindex-byteoffset.js +++ b/test/built-ins/DataView/prototype/getBigInt64/detached-buffer-after-toindex-byteoffset.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/detached-buffer-before-outofrange-byteoffset.js b/test/built-ins/DataView/prototype/getBigInt64/detached-buffer-before-outofrange-byteoffset.js index 3dc344f8479..e2aae643596 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/detached-buffer-before-outofrange-byteoffset.js +++ b/test/built-ins/DataView/prototype/getBigInt64/detached-buffer-before-outofrange-byteoffset.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/detached-buffer.js b/test/built-ins/DataView/prototype/getBigInt64/detached-buffer.js index b5275515e88..ed1b5a8c643 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/detached-buffer.js +++ b/test/built-ins/DataView/prototype/getBigInt64/detached-buffer.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/index-is-out-of-range.js b/test/built-ins/DataView/prototype/getBigInt64/index-is-out-of-range.js index 3a69ff53d7e..57e75e8e951 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/index-is-out-of-range.js +++ b/test/built-ins/DataView/prototype/getBigInt64/index-is-out-of-range.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/length.js b/test/built-ins/DataView/prototype/getBigInt64/length.js index 1273ccd826a..91e07c8345e 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/length.js +++ b/test/built-ins/DataView/prototype/getBigInt64/length.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/name.js b/test/built-ins/DataView/prototype/getBigInt64/name.js index 0983ea4476b..800dfaed352 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/name.js +++ b/test/built-ins/DataView/prototype/getBigInt64/name.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/negative-byteoffset-throws.js b/test/built-ins/DataView/prototype/getBigInt64/negative-byteoffset-throws.js index 39913eb7d77..eb466a69d18 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/negative-byteoffset-throws.js +++ b/test/built-ins/DataView/prototype/getBigInt64/negative-byteoffset-throws.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/return-abrupt-from-tonumber-byteoffset-symbol.js b/test/built-ins/DataView/prototype/getBigInt64/return-abrupt-from-tonumber-byteoffset-symbol.js index db10b117cf3..b0aaa8f4870 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/return-abrupt-from-tonumber-byteoffset-symbol.js +++ b/test/built-ins/DataView/prototype/getBigInt64/return-abrupt-from-tonumber-byteoffset-symbol.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/return-abrupt-from-tonumber-byteoffset.js b/test/built-ins/DataView/prototype/getBigInt64/return-abrupt-from-tonumber-byteoffset.js index d286e587060..51a723d82ed 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/return-abrupt-from-tonumber-byteoffset.js +++ b/test/built-ins/DataView/prototype/getBigInt64/return-abrupt-from-tonumber-byteoffset.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/return-value-clean-arraybuffer.js b/test/built-ins/DataView/prototype/getBigInt64/return-value-clean-arraybuffer.js index 06b1f4edfef..ceb13110417 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/return-value-clean-arraybuffer.js +++ b/test/built-ins/DataView/prototype/getBigInt64/return-value-clean-arraybuffer.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/return-values-custom-offset.js b/test/built-ins/DataView/prototype/getBigInt64/return-values-custom-offset.js index 307ef959f68..daa5790ae90 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/return-values-custom-offset.js +++ b/test/built-ins/DataView/prototype/getBigInt64/return-values-custom-offset.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/return-values.js b/test/built-ins/DataView/prototype/getBigInt64/return-values.js index 0199389352d..a9b6fdd836c 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/return-values.js +++ b/test/built-ins/DataView/prototype/getBigInt64/return-values.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/this-has-no-dataview-internal.js b/test/built-ins/DataView/prototype/getBigInt64/this-has-no-dataview-internal.js index 582078cfe85..b55215f6444 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/this-has-no-dataview-internal.js +++ b/test/built-ins/DataView/prototype/getBigInt64/this-has-no-dataview-internal.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/this-is-not-object.js b/test/built-ins/DataView/prototype/getBigInt64/this-is-not-object.js index a4013540eb1..1dad1108dd9 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/this-is-not-object.js +++ b/test/built-ins/DataView/prototype/getBigInt64/this-is-not-object.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/to-boolean-littleendian.js b/test/built-ins/DataView/prototype/getBigInt64/to-boolean-littleendian.js index 01a3ce1da04..a84e42e1c50 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/to-boolean-littleendian.js +++ b/test/built-ins/DataView/prototype/getBigInt64/to-boolean-littleendian.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/DataView/prototype/getBigInt64/toindex-byteoffset.js b/test/built-ins/DataView/prototype/getBigInt64/toindex-byteoffset.js index 6a6c569037c..11b5cd93152 100644 --- a/test/built-ins/DataView/prototype/getBigInt64/toindex-byteoffset.js +++ b/test/built-ins/DataView/prototype/getBigInt64/toindex-byteoffset.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Robin Templeton. All rights reserved. +// Copyright (C) 2017 Igalia, S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*---