Skip to content

Commit 3ee5e3b

Browse files
committed
Adjust licenses part 4
1 parent 2d4c8c1 commit 3ee5e3b

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

.licenses/go/google.golang.org/grpc.dep.yml

-15
Original file line numberDiff line numberDiff line change
@@ -213,18 +213,3 @@ licenses:
213213
notices:
214214
- sources: AUTHORS
215215
text: Google Inc.
216-
- sources: NOTICE.txt
217-
text: |-
218-
Copyright 2014 gRPC authors.
219-
220-
Licensed under the Apache License, Version 2.0 (the "License");
221-
you may not use this file except in compliance with the License.
222-
You may obtain a copy of the License at
223-
224-
http://www.apache.org/licenses/LICENSE-2.0
225-
226-
Unless required by applicable law or agreed to in writing, software
227-
distributed under the License is distributed on an "AS IS" BASIS,
228-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
229-
See the License for the specific language governing permissions and
230-
limitations under the License.

.licenses/go/gopkg.in/ini.v1.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v1.66.2
44
type: go
55
summary: Package ini provides INI file read and write functionality in Go.
66
homepage: https://pkg.go.dev/gopkg.in/ini.v1
7-
license: other
7+
license: apache-2.0
88
licenses:
99
- sources: LICENSE
1010
text: |

.licenses/go/gopkg.in/yaml.v2.dep.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ version: v2.4.0
44
type: go
55
summary: Package yaml implements YAML support for the Go language.
66
homepage: https://pkg.go.dev/gopkg.in/yaml.v2
7-
license: other
7+
# Apache-2.0 subsumes MIT
8+
# https://www.gnu.org/licenses/license-compatibility.html#combining
9+
license: apache-2.0
810
licenses:
911
- sources: LICENSE
1012
text: |2

0 commit comments

Comments
 (0)