Skip to content

Commit

Permalink
licensescan: Add a few more licenses for recent updates (#4080)
Browse files Browse the repository at this point in the history
Also explicitly specify the license url for kpt itself, to avoid
picking up the demo-magic license.

Signed-off-by: justinsb <justinsb@google.com>
  • Loading branch information
justinsb committed Nov 7, 2023
1 parent c96321c commit 7716dd3
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# https://pkg.go.dev/github.com/GoogleContainerTools/kpt@(devel)
license: Apache-2.0
# Specifying the licenseURL here avoids picking up the demo-magic license
licenseURLs:
- https://raw.githubusercontent.com/GoogleContainerTools/kpt/main/LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# https://pkg.go.dev/github.com/GoogleContainerTools/kpt@v1.0.0-beta.23.0.20221117142901-c67b11f2e138
license: Apache-2.0
license: Apache-2.0
# Specifying the licenseURL here avoids picking up the demo-magic license
licenseURLs:
- https://raw.githubusercontent.com/GoogleContainerTools/kpt/v1.0.0-beta.23/LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# https://pkg.go.dev/github.com/GoogleContainerTools/kpt@v1.0.0-beta.24
license: Apache-2.0
license: Apache-2.0
# Specifying the licenseURL here avoids picking up the demo-magic license
licenseURLs:
- https://raw.githubusercontent.com/GoogleContainerTools/kpt/v1.0.0-beta.24/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://pkg.go.dev/github.com/docker/docker@v24.0.7+incompatible
license: Apache-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://pkg.go.dev/github.com/emicklei/go-restful@v2.16.0+incompatible
license: MIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://pkg.go.dev/github.com/opencontainers/image-spec@v1.1.0-rc3
license: Apache-2.0
2 changes: 2 additions & 0 deletions tools/licensescan/modules/golang.org/x/crypto/v0.14.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://pkg.go.dev/golang.org/x/crypto@v0.14.0
license: BSD-3-Clause
2 changes: 2 additions & 0 deletions tools/licensescan/modules/golang.org/x/mod/v0.8.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://pkg.go.dev/golang.org/x/mod@v0.8.0
license: BSD-3-Clause
2 changes: 2 additions & 0 deletions tools/licensescan/modules/golang.org/x/net/v0.17.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://pkg.go.dev/golang.org/x/net@v0.17.0
license: BSD-3-Clause
2 changes: 2 additions & 0 deletions tools/licensescan/modules/golang.org/x/sys/v0.13.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://pkg.go.dev/golang.org/x/sys@v0.13.0
license: BSD-3-Clause
2 changes: 2 additions & 0 deletions tools/licensescan/modules/golang.org/x/term/v0.13.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://pkg.go.dev/golang.org/x/term@v0.13.0
license: BSD-3-Clause
2 changes: 2 additions & 0 deletions tools/licensescan/modules/golang.org/x/text/v0.13.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://pkg.go.dev/golang.org/x/text@v0.13.0
license: BSD-3-Clause

0 comments on commit 7716dd3

Please sign in to comment.