Skip to content

Commit 0fff0b9

Browse files
Merge pull request #782 from ossf/add_copyright
Add copyright and license statements to each .js file
2 parents 32682bb + a1854c8 commit 0fff0b9

21 files changed

+61
-1
lines changed

docs/labs/argument-injection.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
2+
// SPDX-License-Identifier: MIT
3+
14
info =
25
{
36
hints: [

docs/labs/assert.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
2+
// SPDX-License-Identifier: MIT
3+
14
info =
25
{
36
hints: [

docs/labs/checker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// lab_checker - check and report if lab attempt is correct
22

3-
// Copyright (C) Open Source Security Foundation (OpenSSF)
3+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
44
// SPDX-License-Identifier: MIT
55

66
// See create_labs.md for more information.

docs/labs/conversion.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
2+
// SPDX-License-Identifier: MIT
3+
14
info =
25
{
36
hints: [

docs/labs/csp1.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
2+
// SPDX-License-Identifier: MIT
3+
14
info =
25
{
36
hints: [

docs/labs/deserialization.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
2+
// SPDX-License-Identifier: MIT
3+
14
info =
25
{
36
definitions: [

docs/labs/format-strings.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
2+
// SPDX-License-Identifier: MIT
3+
14
info =
25
{
36
hints: [

docs/labs/free.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
2+
// SPDX-License-Identifier: MIT
3+
14
info =
25
{
36
hints: [

docs/labs/handling-errors.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
2+
// SPDX-License-Identifier: MIT
3+
14
info =
25
{
36
hints: [

docs/labs/hardcoded.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) Open Source Security Foundation (OpenSSF) and its contributors.
2+
// SPDX-License-Identifier: MIT
3+
14
info =
25
{
36
hints: [

0 commit comments

Comments
 (0)