From 330733eaf32e2216f8146dab49f5d0a9752d2c6c Mon Sep 17 00:00:00 2001 From: jugglinmike <mike@mikepennisi.com> Date: Mon, 25 Jun 2018 10:30:11 -0400 Subject: [PATCH] Correct licensing (#1608) In order to satisfy the project's formatting rules, license information was inserted into a number of files where it had been mistakenly omitted by the original contributors [1]. In many cases, the license information did not accurately describe the contributor or the time of contribution. Update the information according to the information provided by the contributors at the time each file was authored: - atomicsHelper.js - a72ee6d91275aa6524e84a9b7070103411ef2689 - detachArrayBuffer.js - 70c7375be83137015da2c5d6d29a3c40ad3cb5b1 - nans.js - b17ffc029850e3c32d51c68e0281ab7b1a4c193b - nativeFunctionMatcher.js - 6b7cbb50350e478a543da40d02492aa8f45a792d - proxyTrapsHelper.js d530c87b41584d47d95bb78dccf592c9c5c8f7b1 - regexpUtils.js - 44b40e083ec851cd8448d5fe4755bdfc9f0dc14c - tcoHelper.js - 4dc81d37886f49512eb60dafe13b794af5ffeb29 [1] 4ea2931f169d4a4b5a9a4a7c731cc92bf7b3e13c --- harness/atomicsHelper.js | 2 +- harness/detachArrayBuffer.js | 2 +- harness/nans.js | 2 +- harness/nativeFunctionMatcher.js | 2 +- harness/proxyTrapsHelper.js | 2 +- harness/regExpUtils.js | 2 +- harness/tcoHelper.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/harness/atomicsHelper.js b/harness/atomicsHelper.js index 5265061708..32f68fb74f 100644 --- a/harness/atomicsHelper.js +++ b/harness/atomicsHelper.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Ecma International. All rights reserved. +// Copyright (C) 2017 Mozilla Corporation. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: | diff --git a/harness/detachArrayBuffer.js b/harness/detachArrayBuffer.js index df526d6627..abc737da91 100644 --- a/harness/detachArrayBuffer.js +++ b/harness/detachArrayBuffer.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Ecma International. All rights reserved. +// Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: | diff --git a/harness/nans.js b/harness/nans.js index d4cc5720d2..7d127c51f8 100644 --- a/harness/nans.js +++ b/harness/nans.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Ecma International. All rights reserved. +// Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: | diff --git a/harness/nativeFunctionMatcher.js b/harness/nativeFunctionMatcher.js index 9b43d8f4d7..4e02c1e419 100644 --- a/harness/nativeFunctionMatcher.js +++ b/harness/nativeFunctionMatcher.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Ecma International. All rights reserved. +// Copyright (C) 2016 Michael Ficarra. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: Assert _NativeFunction_ Syntax diff --git a/harness/proxyTrapsHelper.js b/harness/proxyTrapsHelper.js index a438be9f05..387581afb1 100644 --- a/harness/proxyTrapsHelper.js +++ b/harness/proxyTrapsHelper.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Ecma International. All rights reserved. +// Copyright (C) 2016 Jordan Harband. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: | diff --git a/harness/regExpUtils.js b/harness/regExpUtils.js index 4dd7ddf13b..362a6d1660 100644 --- a/harness/regExpUtils.js +++ b/harness/regExpUtils.js @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Ecma International. All rights reserved. +// Copyright (C) 2017 Mathias Bynens. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: | diff --git a/harness/tcoHelper.js b/harness/tcoHelper.js index ecae612934..ac092346d6 100644 --- a/harness/tcoHelper.js +++ b/harness/tcoHelper.js @@ -1,4 +1,4 @@ -// Copyright (C) 2015 André Bargull. All rights reserved. +// Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: | -- GitLab