Skip to content

Commit b3b8b23

Browse files
committed
Add new permissive license detection rules
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f04dfb3 commit b3b8b23

File tree

96 files changed

+304
-0
lines changed

Some content is hidden

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

96 files changed

+304
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
open source project licensed under the
2+
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
license_expression: apache-2.0
2+
is_license_notice: yes
3+
ignorable_urls:
4+
- https://www.apache.org/licenses/LICENSE-2.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
license_expression: apache-2.0
2+
is_license_tag: yes
3+
relevance: 100
4+
ignorable_urls:
5+
- https://spdx.org/licenses/Apache-2.0.html
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
project is {{Apache 2.0}}(https://www.apache.org/licenses/LICENSE-2.0)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
license_expression: apache-2.0
2+
is_license_notice: yes
3+
relevance: 100
4+
ignorable_urls:
5+
- https://www.apache.org/licenses/LICENSE-2.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Although ebpf.c is {{originally licensed under LGPL-3.0-or-later}}, the author (Giuseppe Scrivano)
2+
// agreed to {{relicense the file in Apache License 2.0}}: https://github.com/opencontainers/runc/issues/2144#issuecomment-543116397
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
license_expression: apache-2.0
2+
is_license_notice: yes
3+
notes: |
4+
Seen in runc Per https://github.com/opencontainers/runc/issues/2144#issuecomment-543116397 AkihiroSuda commented on Oct 17, 2019 https://github.com/AkihiroSuda/runc/commits/ebpf I'm trying to port over libcrun/ebpf.c from crun v0.10.2, which is licensed under LGPL3 (or later) and incompatible with Apache License 2.0 @giuseppe Do you think my code should be treated as a derivative of your C code? If so, any chance to relicense ebpf.c and cgroup.c as Apache License 2.0?
5+
giuseppe (Giuseppe Scrivano ) Software engineer at Red Hat Inc.commented on Oct 17, 2019 I am fine to relicense these two files under the Apache License 2.0 license
6+
ignorable_authors:
7+
- Giuseppe Scrivano
8+
ignorable_urls:
9+
- https://github.com/opencontainers/runc/issues/2144#issuecomment-543116397
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Although ebpf.c is originally licensed under LGPL-3.0-or-later, the author (Giuseppe Scrivano)
2+
// agreed to relicense the file in Apache License 2.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
license_expression: apache-2.0
2+
is_license_notice: yes
3+
notes: |
4+
Seen in runc Per https://github.com/opencontainers/runc/issues/2144#issuecomment-543116397 AkihiroSuda commented on Oct 17, 2019 https://github.com/AkihiroSuda/runc/commits/ebpf I'm trying to port over libcrun/ebpf.c from crun v0.10.2, which is licensed under LGPL3 (or later) and incompatible with Apache License 2.0 @giuseppe Do you think my code should be treated as a derivative of your C code? If so, any chance to relicense ebpf.c and cgroup.c as Apache License 2.0?
5+
giuseppe (Giuseppe Scrivano ) Software engineer at Red Hat Inc.commented on Oct 17, 2019 I am fine to relicense these two files under the Apache License 2.0 license
6+
ignorable_authors:
7+
- Giuseppe Scrivano

0 commit comments

Comments
 (0)