forked from go-chassis/go-chassis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
executable file
·184 lines (140 loc) · 7.36 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
ServiceComb Go Chassis
Copyright 2017-2018 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
================================================================
The Apache 2.0 License
================================================================
The following components are provided under the Apache 2.0 License (https://opensource.org/licenses/Apache-2.0). See project link for details.
github.com/apache/thrift/lib/go/thrift
github.com/matttproud/golang_protobuf_extensions/pbutil
github.com/opentracing-contrib/go-observer
github.com/prometheus/client_golang/prometheus/promhttp
github.com/prometheus/client_model/go
github.com/prometheus/common
github.com/prometheus/procfs/xfs
k8s.io/apimachinery/pkg/util/sets
================================================================
The ISC License
================================================================
The following components are provided under the ISC License (https://opensource.org/licenses/ISC). See project link for details.
github.com/davecgh/go-spew/spew
================================================================
The MIT License
================================================================
The following components are provided under the MIT License (http://www.opensource.org/licenses/mit-license.php). See project link for details.
github.com/beorn7/perks/quantile
github.com/cactus/go-statsd-client
github.com/cenkalti/backoff
github.com/DataDog/datadog-go
github.com/eapache/go-resiliency/breaker
github.com/eapache/go-xerial-snappy
github.com/eapache/queue
github.com/emicklei/go-restful/log
github.com/emicklei/go-restful-swagger12
github.com/klauspost/cpuid
github.com/onsi/ginkgo
github.com/onsi/gomega
github.com/opentracing/opentracing-go
github.com/openzipkin/zipkin-go-opentracing
github.com/patrickmn/go-cache
github.com/reactivex/rxgo
github.com/smartystreets/assertions
github.com/smartystreets/goconvey
github.com/spf13/cast
github.com/valyala/fasthttp
go.uber.org/ratelimit
================================================================
The BSD Licenses
================================================================
The following components are provided under the BSD Licenses (http://www.opensource.org/licenses/bsd-license.php). See project link for details.
golang.org/x/net/context
github.com/rcrowley/go-metrics
github.com/klauspost/crc32
github.com/klauspost/compress
github.com/gorilla/websocket
github.com/golang/snappy
github.com/golang/protobuf/proto
github.com/gogo/protobuf/proto
github.com/fsnotify/fsnotify
================================================================
Notice for gopkg.in/yaml.v2:
The following files were ported to Go from C files of libyaml, and thus
are still covered by their original copyright and license:
apic.go
emitterc.go
parserc.go
readerc.go
scannerc.go
writerc.go
yamlh.go
yamlprivateh.go
Copyright (c) 2006 Kirill Simonov
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
==========================================
For core/loadbalance/default.go,third_party/forked/go-micro,
client/highway/highway_client_test.go,core/loadbalance/default_test.go(Forked from github.com/micro/go-micro)
Copyright 2015 Asim Aslam.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==========================================
For metrics/prometheusmetrics.go,metrics/prometheusmetrics_test.go(Forked from github.com/deathowl/go-metrics-prometheus)
Copyright 2016 Csergő Bálint github.com/deathowl
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==========================================
For vendor/github.com/ServiceComb/paas-lager/third_party/forked/cloudfoundry/lager(Forked from github.com/cloudfoundry/lager)
Copyright (c) 2015-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
This project contains software that is Copyright (c) 2014-2015 Pivotal Software, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This project may include a number of subcomponents with separate
copyright notices and license terms. Your use of these subcomponents
is subject to the terms and conditions of each subcomponent's license,
as noted in the LICENSE file.
==========================================
For third_party/forked/afex/hystrix-go,vendor/github.com/ServiceComb/cse-collector/cse_collector.go(Forked from github.com/afex/hystrix-go/hystrix)
The MIT License (MIT)
Copyright (c) 2013 keith
==========================================
For vendor/github.com/ServiceComb/auth/third_party/forked/datastream/aws(Forked from github.com/datastream/aws)
Copyright (c) 2014, Xianjie
All rights reserved.
==========================================
For core/provider/default_provider.go(Forked from github.com/golang/go)
Copyright 2009 The Go Authors. All rights reserved.