Skip to content

Commit 94cea25

Browse files
yangborWillemJiang
authored andcommitted
SCB-367 Add third party notices (#308)
1 parent 0b7c685 commit 94cea25

File tree

4 files changed

+160
-0
lines changed

4 files changed

+160
-0
lines changed

scripts/release/NOTICE

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,88 @@ Copyright 2017-2018 The Apache Software Foundation
44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
66

7+
8+
================================================================
9+
Notice for gopkg.in/yaml.v2:
10+
11+
See licenses/NOTICE-yamlv2
12+
13+
================================================================
14+
Notice for coreos/etcd
15+
16+
CoreOS Project
17+
Copyright 2014 CoreOS, Inc
18+
19+
This product includes software developed at CoreOS, Inc.
20+
(http://www.coreos.com/).
21+
22+
================================================================
23+
Notice for coreos/go-systemd
24+
25+
CoreOS Project
26+
Copyright 2018 CoreOS, Inc
27+
28+
This product includes software developed at CoreOS, Inc.
29+
(http://www.coreos.com/).
30+
31+
================================================================
32+
Notice for coreos/go-semver
33+
34+
CoreOS Project
35+
Copyright 2018 CoreOS, Inc
36+
37+
This product includes software developed at CoreOS, Inc.
38+
(http://www.coreos.com/).
39+
40+
================================================================
41+
Notice for coreos/pkg
42+
43+
CoreOS Project
44+
Copyright 2014 CoreOS, Inc
45+
46+
This product includes software developed at CoreOS, Inc.
47+
(http://www.coreos.com/).
48+
49+
================================================================
50+
Notice for matttproud/golang_protobuf_extensions
51+
52+
Copyright 2012 Matt T. Proud (matt.proud@gmail.com)
53+
54+
================================================================
55+
Notice for prometheus/client_golang
56+
57+
See licenses/NOTICE-prometheus
58+
59+
================================================================
60+
Notice for prometheus/client_model
61+
62+
Data model artifacts for Prometheus.
63+
Copyright 2012-2015 The Prometheus Authors
64+
65+
This product includes software developed at
66+
SoundCloud Ltd. (http://soundcloud.com/).
67+
68+
================================================================
69+
Notice for prometheus/common
70+
71+
Common libraries shared by Prometheus Go components.
72+
Copyright 2015 The Prometheus Authors
73+
74+
This product includes software developed at
75+
SoundCloud Ltd. (http://soundcloud.com/).
76+
77+
================================================================
78+
Notice for prometheus/procfs
79+
80+
procfs provides functions to retrieve system, kernel and process
81+
metrics from the pseudo-filesystem proc.
82+
83+
Copyright 2014-2015 The Prometheus Authors
84+
85+
This product includes software developed at
86+
SoundCloud Ltd. (http://soundcloud.com/).
87+
88+
================================================================
89+
Notice for cloudfoundry/lager
90+
91+
See licenses/NOTICE-lager
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) 2015-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
2+
3+
This project contains software that is Copyright (c) 2014-2015 Pivotal Software, Inc.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
17+
This project may include a number of subcomponents with separate
18+
copyright notices and license terms. Your use of these subcomponents
19+
is subject to the terms and conditions of each subcomponent's license,
20+
as noted in the LICENSE file.
21+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Prometheus instrumentation library for Go applications
2+
Copyright 2012-2015 The Prometheus Authors
3+
4+
This product includes software developed at
5+
SoundCloud Ltd. (http://soundcloud.com/).
6+
7+
8+
The following components are included in this product:
9+
10+
perks - a fork of https://github.com/bmizerany/perks
11+
https://github.com/beorn7/perks
12+
Copyright 2013-2015 Blake Mizerany, Björn Rabenstein
13+
See https://github.com/beorn7/perks/blob/master/README.md for license details.
14+
15+
Go support for Protocol Buffers - Google's data interchange format
16+
http://github.com/golang/protobuf/
17+
Copyright 2010 The Go Authors
18+
See source code for license details.
19+
20+
Support for streaming Protocol Buffer messages for the Go language (golang).
21+
https://github.com/matttproud/golang_protobuf_extensions
22+
Copyright 2013 Matt T. Proud
23+
Licensed under the Apache License, Version 2.0
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
The following files were ported to Go from C files of libyaml, and thus
2+
are still covered by their original copyright and license:
3+
4+
apic.go
5+
emitterc.go
6+
parserc.go
7+
readerc.go
8+
scannerc.go
9+
writerc.go
10+
yamlh.go
11+
yamlprivateh.go
12+
13+
Copyright (c) 2006 Kirill Simonov
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy of
16+
this software and associated documentation files (the "Software"), to deal in
17+
the Software without restriction, including without limitation the rights to
18+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
19+
of the Software, and to permit persons to whom the Software is furnished to do
20+
so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.

0 commit comments

Comments
 (0)