Skip to content

Commit 87a7d2d

Browse files
committed
Add misc license detection rules
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 525c86e commit 87a7d2d

Some content is hidden

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

58 files changed

+227
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### Sign your work
2+
3+
The sign-off is a simple line at the end of the explanation for the patch. Your
4+
signature certifies that you wrote the patch or otherwise have the right to pass
5+
it on as an open-source patch. The rules are pretty simple: if you can certify
6+
the below (from [d{{ evelopercertificate.org }}]( {{ http://developercertificate.org/ }})):
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
license_expression: dco-1.1
2+
is_license_notice: yes
3+
ignorable_urls:
4+
- http://developercertificate.org/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Please see https://developercertificate.org/ for
2+
more info, as well as to make sure that you can attest to the rules listed. Our CI uses the [DCO Github app](https://github.com/apps/dco) to ensure
3+
that all commits in a given PR are signed-off.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
license_expression: dco-1.1
2+
is_license_notice: yes
3+
ignorable_urls:
4+
- https://developercertificate.org/
5+
- https://github.com/apps/dco
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Some helpers are only available if
2+
the license is deemed compatible with the GPL.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
is_false_positive: yes
2+
notes: Comment in ebpf in github.com/cilium/ebpf/prog.go
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uint32 gpl_compatible uint32
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
is_false_positive: yes
2+
notes: Comment in ebpf in github.com/cilium/ebpf/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
License *License `json:"license,omitempty"`
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
is_false_positive: yes
2+
notes: not a license statement

0 commit comments

Comments
 (0)