Skip to content

Commit e1c0e8f

Browse files
authored
Add sub components licenses in dist material. (#58)
1 parent 4d2648f commit e1c0e8f

70 files changed

Lines changed: 2824 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/license.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,19 @@ jobs:
3333
with:
3434
submodules: 'recursive'
3535
- name: Check License Header
36-
uses: apache/skywalking-eyes/header/@00b35e521822654568ab65d93cced7a986e46bc6
36+
uses: apache/skywalking-eyes/header/@d299844e334855087f18ae1fe3c81ae8d22bc282
3737
with:
3838
config: .licenserc.yaml
3939
- name: Check Dependencies License
40-
uses: apache/skywalking-eyes/dependency/@00b35e521822654568ab65d93cced7a986e46bc6
40+
uses: apache/skywalking-eyes/dependency/@d299844e334855087f18ae1fe3c81ae8d22bc282
4141
with:
4242
config: .licenserc.yaml
43+
- name: Check Dependencies Licenses Summary
44+
run: |
45+
go install github.com/apache/skywalking-eyes/cmd/license-eye@d299844e334855087f18ae1fe3c81ae8d22bc282
46+
license-eye dependency resolve --summary ./dist-material/LICENSE.tpl -c .licenserc.yaml || exit 1
47+
if [ ! -z "$(git diff -U0 ./dist-material/LICENSE)" ]; then
48+
echo "LICENSE file is not updated correctly"
49+
git diff -U0 ./dist-material/LICENSE
50+
exit 1
51+
fi

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ header:
3131
- 'NOTICE'
3232
- 'config.m4'
3333
- 'vendor'
34+
- 'dist-material'
3435

3536
comment: on-failure
3637

NOTICE

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

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

dist-material/LICENSE

Lines changed: 594 additions & 0 deletions
Large diffs are not rendered by default.

dist-material/LICENSE.tpl

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{{ .LicenseContent }}
2+
3+
=======================================================================
4+
Apache SkyWalking Subcomponents:
5+
6+
The Apache SkyWalking project contains subcomponents with separate copyright
7+
notices and license terms. Your use of the source code for the these
8+
subcomponents is subject to the terms and conditions of the following
9+
licenses.
10+
========================================================================
11+
12+
{{ range .Groups }}
13+
========================================================================
14+
{{ .LicenseID }} licenses
15+
========================================================================
16+
The following components are provided under the {{ .LicenseID }} License. See project link for details.
17+
{{- if contains .LicenseID "Apache-2.0" }}
18+
The text of each license is the standard Apache 2.0 license.
19+
{{- else }}
20+
The text of each license is also included in licenses/LICENSE-[project].txt.
21+
{{ end }}
22+
23+
{{- range .Deps }}
24+
https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ .LicenseID }}
25+
{{- end }}
26+
{{ end }}

dist-material/NOTICE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Apache SkyWalking
2+
Copyright 2017-2023 The Apache Software Foundation
3+
4+
This product includes software developed at
5+
The Apache Software Foundation (http://www.apache.org/).
6+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 Andrew Gallant
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
Copyright (c) 2019 Carl Lerche
2+
3+
Permission is hereby granted, free of charge, to any
4+
person obtaining a copy of this software and associated
5+
documentation files (the "Software"), to deal in the
6+
Software without restriction, including without
7+
limitation the rights to use, copy, modify, merge,
8+
publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software
10+
is furnished to do so, subject to the following
11+
conditions:
12+
13+
The above copyright notice and this permission notice
14+
shall be included in all copies or substantial portions
15+
of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
18+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
19+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
20+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
21+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
24+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25+
DEALINGS IN THE SOFTWARE.
26+
27+
Copyright (c) 2018 David Tolnay
28+
29+
Permission is hereby granted, free of charge, to any
30+
person obtaining a copy of this software and associated
31+
documentation files (the "Software"), to deal in the
32+
Software without restriction, including without
33+
limitation the rights to use, copy, modify, merge,
34+
publish, distribute, sublicense, and/or sell copies of
35+
the Software, and to permit persons to whom the Software
36+
is furnished to do so, subject to the following
37+
conditions:
38+
39+
The above copyright notice and this permission notice
40+
shall be included in all copies or substantial portions
41+
of the Software.
42+
43+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
44+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
45+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
46+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
47+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
48+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
49+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
50+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
51+
DEALINGS IN THE SOFTWARE.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
Copyright (c) 2019 Carl Lerche
2+
3+
Permission is hereby granted, free of charge, to any
4+
person obtaining a copy of this software and associated
5+
documentation files (the "Software"), to deal in the
6+
Software without restriction, including without
7+
limitation the rights to use, copy, modify, merge,
8+
publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software
10+
is furnished to do so, subject to the following
11+
conditions:
12+
13+
The above copyright notice and this permission notice
14+
shall be included in all copies or substantial portions
15+
of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
18+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
19+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
20+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
21+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
24+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25+
DEALINGS IN THE SOFTWARE.
26+
27+
Copyright (c) 2018 David Tolnay
28+
29+
Permission is hereby granted, free of charge, to any
30+
person obtaining a copy of this software and associated
31+
documentation files (the "Software"), to deal in the
32+
Software without restriction, including without
33+
limitation the rights to use, copy, modify, merge,
34+
publish, distribute, sublicense, and/or sell copies of
35+
the Software, and to permit persons to whom the Software
36+
is furnished to do so, subject to the following
37+
conditions:
38+
39+
The above copyright notice and this permission notice
40+
shall be included in all copies or substantial portions
41+
of the Software.
42+
43+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
44+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
45+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
46+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
47+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
48+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
49+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
50+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
51+
DEALINGS IN THE SOFTWARE.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2021 Axum Contributors
2+
3+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
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.

0 commit comments

Comments
 (0)