Skip to content

Commit 1ae1e3a

Browse files
committed
add review license
1 parent 2efb8c0 commit 1ae1e3a

File tree

19 files changed

+3184
-0
lines changed

19 files changed

+3184
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.bin/
22

33
build/
4+
5+
# ignore macOS system files
6+
.DS_Store
7+

.licensed.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,15 @@ allowed:
8686
- liliq-r-1.1
8787
- liliq-rplus-1.1
8888

89+
reviewed:
90+
go:
91+
- github.com/juju/[email protected]
92+
- github.com/klauspost/[email protected]
93+
- github.com/klauspost/compress/[email protected]
94+
- github.com/klauspost/compress/[email protected]
95+
- github.com/klauspost/compress/internal/[email protected]
96+
- github.com/klauspost/compress/[email protected]
97+
- github.com/ulikunitz/[email protected]
98+
- github.com/ulikunitz/xz/internal/[email protected]
99+
- github.com/ulikunitz/xz/internal/[email protected]
100+
- github.com/ulikunitz/xz/[email protected]

.licenses/updater/go/github.com/arduino/go-paths-helper.dep.yml

Lines changed: 686 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: github.com/codeclysm/extract/v4
3+
version: v4.0.0
4+
type: go
5+
summary: Package extract allows to extract archives in zip, tar.gz or tar.bz2 formats
6+
easily.
7+
homepage: https://pkg.go.dev/github.com/codeclysm/extract/v4
8+
license: mit
9+
licenses:
10+
- sources: LICENSE
11+
text: |
12+
The MIT License (MIT)
13+
14+
Copyright (c) 2016 codeclysm
15+
16+
Permission is hereby granted, free of charge, to any person obtaining a copy
17+
of this software and associated documentation files (the "Software"), to deal
18+
in the Software without restriction, including without limitation the rights
19+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the Software is
21+
furnished to do so, subject to the following conditions:
22+
23+
The above copyright notice and this permission notice shall be included in all
24+
copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32+
SOFTWARE.
33+
notices: []
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: github.com/h2non/filetype
3+
version: v1.1.3
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/h2non/filetype
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
The MIT License
12+
13+
Copyright (c) Tomas Aparicio
14+
15+
Permission is hereby granted, free of charge, to any person
16+
obtaining a copy of this software and associated documentation
17+
files (the "Software"), to deal in the Software without
18+
restriction, including without limitation the rights to use,
19+
copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the
21+
Software is furnished to do so, subject to the following
22+
conditions:
23+
24+
The above copyright notice and this permission notice shall be
25+
included in all copies or substantial portions of the Software.
26+
27+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
29+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
31+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
32+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
33+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
34+
OTHER DEALINGS IN THE SOFTWARE.
35+
- sources: README.md
36+
text: MIT - Tomas Aparicio
37+
notices: []
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: github.com/h2non/filetype/matchers
3+
version: v1.1.3
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers
7+
license: mit
8+
licenses:
9+
- sources: [email protected]/LICENSE
10+
text: |
11+
The MIT License
12+
13+
Copyright (c) Tomas Aparicio
14+
15+
Permission is hereby granted, free of charge, to any person
16+
obtaining a copy of this software and associated documentation
17+
files (the "Software"), to deal in the Software without
18+
restriction, including without limitation the rights to use,
19+
copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the
21+
Software is furnished to do so, subject to the following
22+
conditions:
23+
24+
The above copyright notice and this permission notice shall be
25+
included in all copies or substantial portions of the Software.
26+
27+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
29+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
31+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
32+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
33+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
34+
OTHER DEALINGS IN THE SOFTWARE.
35+
- sources: [email protected]/README.md
36+
text: MIT - Tomas Aparicio
37+
notices: []
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: github.com/h2non/filetype/matchers/isobmff
3+
version: v1.1.3
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers/isobmff
7+
license: mit
8+
licenses:
9+
- sources: [email protected]/LICENSE
10+
text: |
11+
The MIT License
12+
13+
Copyright (c) Tomas Aparicio
14+
15+
Permission is hereby granted, free of charge, to any person
16+
obtaining a copy of this software and associated documentation
17+
files (the "Software"), to deal in the Software without
18+
restriction, including without limitation the rights to use,
19+
copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the
21+
Software is furnished to do so, subject to the following
22+
conditions:
23+
24+
The above copyright notice and this permission notice shall be
25+
included in all copies or substantial portions of the Software.
26+
27+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
29+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
31+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
32+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
33+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
34+
OTHER DEALINGS IN THE SOFTWARE.
35+
- sources: [email protected]/README.md
36+
text: MIT - Tomas Aparicio
37+
notices: []
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: github.com/h2non/filetype/types
3+
version: v1.1.3
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/h2non/filetype/types
7+
license: mit
8+
licenses:
9+
- sources: [email protected]/LICENSE
10+
text: |
11+
The MIT License
12+
13+
Copyright (c) Tomas Aparicio
14+
15+
Permission is hereby granted, free of charge, to any person
16+
obtaining a copy of this software and associated documentation
17+
files (the "Software"), to deal in the Software without
18+
restriction, including without limitation the rights to use,
19+
copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the
21+
Software is furnished to do so, subject to the following
22+
conditions:
23+
24+
The above copyright notice and this permission notice shall be
25+
included in all copies or substantial portions of the Software.
26+
27+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
29+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
31+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
32+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
33+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
34+
OTHER DEALINGS IN THE SOFTWARE.
35+
- sources: [email protected]/README.md
36+
text: MIT - Tomas Aparicio
37+
notices: []

0 commit comments

Comments
 (0)