Skip to content

Commit c471f6d

Browse files
authored
[type:release] modify LICENSE and NOTICE (#53)
1 parent 0cb3656 commit c471f6d

File tree

2 files changed

+84
-1
lines changed

2 files changed

+84
-1
lines changed

LICENSE

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,86 @@
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201201
limitations under the License.
202+
203+
========================================================================
204+
Apache 2.0 licenses
205+
========================================================================
206+
207+
The following components are provided under the Apache License. See project link for details.
208+
The text of each license is the standard Apache 2.0 license.
209+
210+
github.com/aliyun/alibaba-cloud-sdk-go, https://github.com/aliyun/alibaba-cloud-sdk-go/ Apache 2.0
211+
github.com/coreos/go-semver/semver, https://github.com/coreos/go-semver/ Apache 2.0
212+
github.com/coreos/go-systemd/v22/journal, https://github.com/coreos/go-systemd/ Apache 2.0
213+
github.com/jmespath/go-jmespath, https://github.com/jmespath/go-jmespath/ Apache 2.0
214+
github.com/modern-go/concurrent, https://github.com/modern-go/concurrent/ Apache 2.0
215+
github.com/modern-go/reflect2, https://github.com/modern-go/reflect2/ Apache 2.0
216+
github.com/nacos-group/nacos-sdk-go, https://github.com/nacos-group/nacos-sdk-go/ Apache 2.0
217+
go.etcd.io/etcd, https://github.com/etcd-io/etcd/ Apache 2.0
218+
google.golang.org/genproto/googleapis, https://github.com/googleapis/go-genproto/ Apache 2.0
219+
google.golang.org/grpc, https://github.com/grpc/grpc-go/ Apache 2.0
220+
gopkg.in/ini.v1, https://github.com/go-ini/ini/ Apache 2.0
221+
222+
========================================================================
223+
MIT licenses
224+
========================================================================
225+
226+
The following components are provided under the MIT License. See project link for details.
227+
The text of each license is the standard MIT license.
228+
229+
github.com/armon/go-metrics, https://github.com/armon/go-metrics/ MIT
230+
github.com/buger/jsonparser, https://github.com/buger/jsonparser/ MIT
231+
github.com/fatih/color, https://github.com/fatih/color/ MIT
232+
github.com/go-errors/errors, https://github.com/go-errors/errors/ MIT
233+
github.com/hashicorp/go-hclog, https://github.com/hashicorp/go-hclog/ MIT
234+
github.com/json-iterator/go, https://github.com/json-iterator/go/ MIT
235+
github.com/mattn/go-colorable, https://github.com/mattn/go-colorable/ MIT
236+
github.com/mattn/go-isatty, https://github.com/mattn/go-isatty/ MIT
237+
github.com/mitchellh/go-homedir, https://github.com/mitchellh/go-homedir/ MIT
238+
github.com/mitchellh/mapstructure, https://github.com/mitchellh/mapstructure/ MIT
239+
github.com/sirupsen/logrus, https://github.com/sirupsen/logrus/ MIT
240+
go.uber.org/atomic, https://github.com/uber-go/atomic/ MIT
241+
go.uber.org/multierr, https://github.com/uber-go/multierr/ MIT
242+
go.uber.org/zap, https://github.com/uber-go/zap/ MIT
243+
gopkg.in/natefinch/lumberjack.v2, https://github.com/natefinch/lumberjack/ MIT
244+
245+
========================================================================
246+
BSD-3-Clause licenses
247+
========================================================================
248+
249+
The following components are provided under the BSD-3-Clause License. See project link for details.
250+
The text of each license is the standard BSD-3-Clause license.
251+
252+
github.com/gogo/protobuf, https://github.com/gogo/protobuf/ BSD-3-Clause
253+
github.com/golang/protobuf, https://github.com/golang/protobuf/ BSD-3-Clause
254+
github.com/pkg/errors, https://github.com/pkg/errors/ BSD-3-Clause
255+
github.com/samuel/go-zookeeper/zk, https://github.com/samuel/go-zookeeper/ BSD-3-Clause
256+
golang.org/x/net, https://cs.opensource.google/go/x/net/ BSD-3-Clause
257+
golang.org/x/sync/semaphore, https://cs.opensource.google/go/x/sync/ BSD-3-Clause
258+
golang.org/x/sys, https://cs.opensource.google/go/x/sys/ BSD-3-Clause
259+
golang.org/x/text, https://cs.opensource.google/go/x/text/ BSD-3-Clause
260+
google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/ BSD-3-Clause
261+
262+
========================================================================
263+
BSD-2-Clause licenses
264+
========================================================================
265+
266+
The following components are provided under the BSD-2-Clause License. See project link for details.
267+
The text of each license is the standard BSD-2-Clause license.
268+
269+
github.com/pkg/errors, https://github.com/pkg/errors/ BSD-2-Clause
270+
271+
========================================================================
272+
MPL-2.0 licenses
273+
========================================================================
274+
275+
The following components are provided under the MPL-2.0 License. See project link for details.
276+
The text of each license is the standard MPL-2.0 license.
277+
278+
github.com/hashicorp/consul/api, https://github.com/hashicorp/consul/ MPL-2.0
279+
github.com/hashicorp/go-cleanhttp, https://github.com/hashicorp/go-cleanhttp/ MPL-2.0
280+
github.com/hashicorp/go-immutable-radix, https://github.com/hashicorp/go-immutable-radix/ MPL-2.0
281+
github.com/hashicorp/go-rootcerts, https://github.com/hashicorp/go-rootcerts/ MPL-2.0
282+
github.com/hashicorp/go-uuid, https://github.com/hashicorp/go-uuid/ MPL-2.0
283+
github.com/hashicorp/golang-lru/simplelru, https://github.com/hashicorp/golang-lru/ MPL-2.0
284+
github.com/hashicorp/serf/coordinate, https://github.com/hashicorp/serf/ MPL-2.0

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache ShenYu
2-
Copyright 2021-2022 The Apache Software Foundation
2+
Copyright 2021-2024 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)