Skip to content

Commit

Permalink
Add Mozilla copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Jan 9, 2025
1 parent 40635b5 commit 92f9505
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/staging/sm/module/bug1693261-async_FIXTURE.js
Original file line number Diff line number Diff line change
@@ -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 = [];
}
Expand Down
2 changes: 2 additions & 0 deletions test/staging/sm/module/bug1693261-c1_FIXTURE.js
Original file line number Diff line number Diff line change
@@ -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 = [];
Expand Down
2 changes: 2 additions & 0 deletions test/staging/sm/module/bug1693261-c2_FIXTURE.js
Original file line number Diff line number Diff line change
@@ -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 = [];
Expand Down
2 changes: 2 additions & 0 deletions test/staging/sm/module/bug1693261-x_FIXTURE.js
Original file line number Diff line number Diff line change
@@ -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 = [];
Expand Down

0 comments on commit 92f9505

Please sign in to comment.