File tree 3 files changed +4
-17
lines changed
3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -213,18 +213,3 @@ licenses:
213
213
notices :
214
214
- sources : AUTHORS
215
215
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.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: v1.66.2
4
4
type : go
5
5
summary : Package ini provides INI file read and write functionality in Go.
6
6
homepage : https://pkg.go.dev/gopkg.in/ini.v1
7
- license : other
7
+ license : apache-2.0
8
8
licenses :
9
9
- sources : LICENSE
10
10
text : |
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ version: v2.4.0
4
4
type : go
5
5
summary : Package yaml implements YAML support for the Go language.
6
6
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
8
10
licenses :
9
11
- sources : LICENSE
10
12
text : |2
You can’t perform that action at this time.
0 commit comments