Skip to content

Commit 31d6a27

Browse files
committed
add missing SPDX headers
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 2923a98 commit 31d6a27

53 files changed

Lines changed: 149 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2024 Chainguard, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
name: Cut Release
25

36
on:

.github/workflows/scorecard.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2024 Chainguard, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# This workflow uses actions that are not certified by GitHub. They are provided
25
# by a third-party and are governed by separate terms of service, privacy
36
# policy, and support documentation.

.github/workflows/third-party.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2024 Chainguard, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
name: Update third-party rules
25

36
on:

.github/workflows/version.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2024 Chainguard, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
name: Bump Version
25

36
on:

pkg/action/archive_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2024 Chainguard, Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package action
25

36
import (

pkg/action/diff_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026 Chainguard, Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package action
25

36
import (

pkg/action/oci_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2024 Chainguard, Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package action
25

36
import (

pkg/action/path.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 Chainguard, Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package action
25

36
import (

pkg/action/path_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026 Chainguard, Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package action
25

36
import (

pkg/action/process.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2024 Chainguard, Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package action
25

36
import (

0 commit comments

Comments
 (0)