From 92f95057aac24ea657204819e658a76764679485 Mon Sep 17 00:00:00 2001 From: Shu-yu Guo Date: Wed, 8 Jan 2025 16:26:42 -0800 Subject: [PATCH] Add Mozilla copyrights --- test/staging/sm/module/bug1693261-async_FIXTURE.js | 2 ++ test/staging/sm/module/bug1693261-c1_FIXTURE.js | 2 ++ test/staging/sm/module/bug1693261-c2_FIXTURE.js | 2 ++ test/staging/sm/module/bug1693261-x_FIXTURE.js | 2 ++ 4 files changed, 8 insertions(+) diff --git a/test/staging/sm/module/bug1693261-async_FIXTURE.js b/test/staging/sm/module/bug1693261-async_FIXTURE.js index bc345e0b4c3..459ae48ac42 100644 --- a/test/staging/sm/module/bug1693261-async_FIXTURE.js +++ b/test/staging/sm/module/bug1693261-async_FIXTURE.js @@ -1,4 +1,6 @@ // |reftest| skip -- support file +// Copyright (C) 2024 Mozilla Corporation. All rights reserved. +// This code is governed by the BSD license found in the LICENSE file. if (globalThis.testArray === undefined) { globalThis.testArray = []; } diff --git a/test/staging/sm/module/bug1693261-c1_FIXTURE.js b/test/staging/sm/module/bug1693261-c1_FIXTURE.js index f6bc8a738f5..74d4bb90cf2 100644 --- a/test/staging/sm/module/bug1693261-c1_FIXTURE.js +++ b/test/staging/sm/module/bug1693261-c1_FIXTURE.js @@ -1,4 +1,6 @@ // |reftest| skip -- support file +// Copyright (C) 2024 Mozilla Corporation. All rights reserved. +// This code is governed by the BSD license found in the LICENSE file. import "./bug1693261-async_FIXTURE.js"; if (globalThis.testArray === undefined) { globalThis.testArray = []; diff --git a/test/staging/sm/module/bug1693261-c2_FIXTURE.js b/test/staging/sm/module/bug1693261-c2_FIXTURE.js index 87086044b62..8d4c8ce5870 100644 --- a/test/staging/sm/module/bug1693261-c2_FIXTURE.js +++ b/test/staging/sm/module/bug1693261-c2_FIXTURE.js @@ -1,4 +1,6 @@ // |reftest| skip -- support file +// Copyright (C) 2024 Mozilla Corporation. All rights reserved. +// This code is governed by the BSD license found in the LICENSE file. import "./bug1693261-async_FIXTURE.js"; if (globalThis.testArray === undefined) { globalThis.testArray = []; diff --git a/test/staging/sm/module/bug1693261-x_FIXTURE.js b/test/staging/sm/module/bug1693261-x_FIXTURE.js index 413e84967b3..357b5e40564 100644 --- a/test/staging/sm/module/bug1693261-x_FIXTURE.js +++ b/test/staging/sm/module/bug1693261-x_FIXTURE.js @@ -1,4 +1,6 @@ // |reftest| skip -- support file +// Copyright (C) 2024 Mozilla Corporation. All rights reserved. +// This code is governed by the BSD license found in the LICENSE file. import "./bug1693261-c1_FIXTURE.js"; if (globalThis.testArray === undefined) { globalThis.testArray = [];