From 2fabe987a9cd6d78dcd0bea874c5680412a2903b Mon Sep 17 00:00:00 2001 From: Morten Torkildsen Date: Wed, 20 Dec 2023 19:00:59 +0000 Subject: [PATCH] Update licenses for kpt (#4103) Signed-off-by: Morten Torkildsen --- .../modules/github.com/cespare/xxhash/v2/v2.2.0.yaml | 2 ++ tools/licensescan/modules/github.com/google/uuid/v1.3.1.yaml | 2 ++ tools/licensescan/modules/golang.org/x/oauth2/v0.8.0.yaml | 2 ++ .../licensescan/modules/google.golang.org/protobuf/v1.31.0.yaml | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 tools/licensescan/modules/github.com/cespare/xxhash/v2/v2.2.0.yaml create mode 100644 tools/licensescan/modules/github.com/google/uuid/v1.3.1.yaml create mode 100644 tools/licensescan/modules/golang.org/x/oauth2/v0.8.0.yaml create mode 100644 tools/licensescan/modules/google.golang.org/protobuf/v1.31.0.yaml diff --git a/tools/licensescan/modules/github.com/cespare/xxhash/v2/v2.2.0.yaml b/tools/licensescan/modules/github.com/cespare/xxhash/v2/v2.2.0.yaml new file mode 100644 index 0000000000..416a8fc9dd --- /dev/null +++ b/tools/licensescan/modules/github.com/cespare/xxhash/v2/v2.2.0.yaml @@ -0,0 +1,2 @@ +# https://pkg.go.dev/github.com/cespare/xxhash/v2@v2.2.0 +license: MIT \ No newline at end of file diff --git a/tools/licensescan/modules/github.com/google/uuid/v1.3.1.yaml b/tools/licensescan/modules/github.com/google/uuid/v1.3.1.yaml new file mode 100644 index 0000000000..b5a06b2e7a --- /dev/null +++ b/tools/licensescan/modules/github.com/google/uuid/v1.3.1.yaml @@ -0,0 +1,2 @@ +# https://pkg.go.dev/github.com/google/uuid@v1.3.1 +license: BSD-3-Clause \ No newline at end of file diff --git a/tools/licensescan/modules/golang.org/x/oauth2/v0.8.0.yaml b/tools/licensescan/modules/golang.org/x/oauth2/v0.8.0.yaml new file mode 100644 index 0000000000..00863e1d83 --- /dev/null +++ b/tools/licensescan/modules/golang.org/x/oauth2/v0.8.0.yaml @@ -0,0 +1,2 @@ +# https://pkg.go.dev/golang.org/x/oauth2@v0.8.0 +license: BSD-3-Clause \ No newline at end of file diff --git a/tools/licensescan/modules/google.golang.org/protobuf/v1.31.0.yaml b/tools/licensescan/modules/google.golang.org/protobuf/v1.31.0.yaml new file mode 100644 index 0000000000..a434956ea4 --- /dev/null +++ b/tools/licensescan/modules/google.golang.org/protobuf/v1.31.0.yaml @@ -0,0 +1,2 @@ +# https://pkg.go.dev/google.golang.org/protobuf@v1.31.0 +license: BSD-3-Clause \ No newline at end of file