From eca34edd7e06f2f580b276c7e91d4ce2bf2114da Mon Sep 17 00:00:00 2001 From: Alexey Shvayka Date: Wed, 22 Apr 2020 01:00:49 +0300 Subject: [PATCH] Drop "the" and align license headers --- test/built-ins/Object/prototype/toString/proxy-function.js | 2 +- .../prototype/toString/symbol-tag-non-str-proxy-function.js | 2 +- .../RegExp/named-groups/non-unicode-property-names-invalid.js | 2 +- .../RegExp/named-groups/non-unicode-property-names-valid.js | 2 +- .../RegExp/named-groups/unicode-property-names-invalid.js | 2 +- .../RegExp/named-groups/unicode-property-names-valid.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/built-ins/Object/prototype/toString/proxy-function.js b/test/built-ins/Object/prototype/toString/proxy-function.js index f8b303869e..e39c0086d8 100644 --- a/test/built-ins/Object/prototype/toString/proxy-function.js +++ b/test/built-ins/Object/prototype/toString/proxy-function.js @@ -1,4 +1,4 @@ -// Copyright (C) 2016 the Apple Inc. All rights reserved. +// Copyright (C) 2016 Apple Inc. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-object.prototype.tostring diff --git a/test/built-ins/Object/prototype/toString/symbol-tag-non-str-proxy-function.js b/test/built-ins/Object/prototype/toString/symbol-tag-non-str-proxy-function.js index fcc5bee12c..0bfeaa9933 100644 --- a/test/built-ins/Object/prototype/toString/symbol-tag-non-str-proxy-function.js +++ b/test/built-ins/Object/prototype/toString/symbol-tag-non-str-proxy-function.js @@ -1,4 +1,4 @@ -// Copyright (C) 2016 the Apple Inc. All rights reserved. +// Copyright (C) 2016 Apple Inc. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-object.prototype.tostring diff --git a/test/built-ins/RegExp/named-groups/non-unicode-property-names-invalid.js b/test/built-ins/RegExp/named-groups/non-unicode-property-names-invalid.js index 7c41edde0f..71f7e388e4 100644 --- a/test/built-ins/RegExp/named-groups/non-unicode-property-names-invalid.js +++ b/test/built-ins/RegExp/named-groups/non-unicode-property-names-invalid.js @@ -1,4 +1,4 @@ -// Copyright 2020 the Apple Inc. All rights reserved. +// Copyright (C) 2020 Apple Inc. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- author: Michael Saboff diff --git a/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js b/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js index e0f3124cfc..c86a6411d9 100644 --- a/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js +++ b/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js @@ -1,4 +1,4 @@ -// Copyright 2020 the Apple Inc. All rights reserved. +// Copyright (C) 2020 Apple Inc. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- author: Michael Saboff diff --git a/test/built-ins/RegExp/named-groups/unicode-property-names-invalid.js b/test/built-ins/RegExp/named-groups/unicode-property-names-invalid.js index 49c0b20525..56b3467d94 100644 --- a/test/built-ins/RegExp/named-groups/unicode-property-names-invalid.js +++ b/test/built-ins/RegExp/named-groups/unicode-property-names-invalid.js @@ -1,4 +1,4 @@ -// Copyright 2020 the Apple Inc. All rights reserved. +// Copyright (C) 2020 Apple Inc. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- author: Michael Saboff diff --git a/test/built-ins/RegExp/named-groups/unicode-property-names-valid.js b/test/built-ins/RegExp/named-groups/unicode-property-names-valid.js index 316d68d567..9e7c31a028 100644 --- a/test/built-ins/RegExp/named-groups/unicode-property-names-valid.js +++ b/test/built-ins/RegExp/named-groups/unicode-property-names-valid.js @@ -1,4 +1,4 @@ -// Copyright 2020 the Apple Inc. All rights reserved. +// Copyright (C) 2020 Apple Inc. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- author: Michael Saboff