From c23f22936c42bd35ffa409e6caf7b9f9a9202bf7 Mon Sep 17 00:00:00 2001 From: Robin Templeton <robin@igalia.com> Date: Tue, 24 Oct 2017 11:48:34 -0400 Subject: [PATCH] update copyright --- .../getBigInt64/detached-buffer-after-toindex-byteoffset.js | 2 +- .../getBigInt64/detached-buffer-before-outofrange-byteoffset.js | 2 +- .../built-ins/DataView/prototype/getBigInt64/detached-buffer.js | 2 +- .../DataView/prototype/getBigInt64/index-is-out-of-range.js | 2 +- test/built-ins/DataView/prototype/getBigInt64/length.js | 2 +- test/built-ins/DataView/prototype/getBigInt64/name.js | 2 +- .../prototype/getBigInt64/negative-byteoffset-throws.js | 2 +- .../return-abrupt-from-tonumber-byteoffset-symbol.js | 2 +- .../getBigInt64/return-abrupt-from-tonumber-byteoffset.js | 2 +- .../prototype/getBigInt64/return-value-clean-arraybuffer.js | 2 +- .../prototype/getBigInt64/return-values-custom-offset.js | 2 +- test/built-ins/DataView/prototype/getBigInt64/return-values.js | 2 +- .../prototype/getBigInt64/this-has-no-dataview-internal.js | 2 +- .../DataView/prototype/getBigInt64/this-is-not-object.js | 2 +- .../DataView/prototype/getBigInt64/to-boolean-littleendian.js | 2 +- .../DataView/prototype/getBigInt64/toindex-byteoffset.js | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) 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 86822d650a..163513c770 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 3dc344f847..e2aae64359 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 b5275515e8..ed1b5a8c64 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 3a69ff53d7..57e75e8e95 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 1273ccd826..91e07c8345 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 0983ea4476..800dfaed35 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 39913eb7d7..eb466a69d1 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 db10b117cf..b0aaa8f487 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 d286e58706..51a723d82e 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 06b1f4edfe..ceb1311041 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 307ef959f6..daa5790ae9 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 0199389352..a9b6fdd836 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 582078cfe8..b55215f644 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 a4013540eb..1dad1108dd 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 01a3ce1da0..a84e42e1c5 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 6a6c569037..11b5cd9315 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. /*--- -- GitLab