Skip to content

Commit

Permalink
Add new license detection rules
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Feb 20, 2024
1 parent 9867a71 commit 8c5ca67
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/licensedcode/data/rules/apache-2.0_1357.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
license_expression: apache-2.0
is_license_notice: yes
ignorable_urls:
- https://www.apache.org/licenses/LICENSE-2.0
---

All rights reserved. This program and the accompanying materials
are made available under the terms of the Apache Software License v2.0
which accompanies this distribution, and is available at
https://www.apache.org/licenses/LICENSE-2.0
11 changes: 11 additions & 0 deletions src/licensedcode/data/rules/apache-2.0_1358.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
license_expression: apache-2.0
is_license_notice: yes
ignorable_urls:
- https://www.apache.org/licenses/LICENSE-2.0
---

This program and the accompanying materials
are made available under the terms of the Apache Software License v2.0
which accompanies this distribution, and is available at
https://www.apache.org/licenses/LICENSE-2.0
11 changes: 11 additions & 0 deletions src/licensedcode/data/rules/epl-1.0_108.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
license_expression: epl-1.0
is_license_notice: yes
ignorable_urls:
- https://www.eclipse.org/legal/epl-v10.html
---

All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v10.html
14 changes: 14 additions & 0 deletions src/licensedcode/data/rules/epl-1.0_109.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
license_expression: epl-1.0
is_license_tag: yes
ignorable_urls:
- https://www.eclipse.org/legal/epl-v10.html
---

<licenses>
<license>
<name>The Eclipse Public License, Version 1.0</name>
<url>https://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
12 changes: 12 additions & 0 deletions src/licensedcode/data/rules/epl-1.0_110.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
license_expression: epl-1.0
is_license_tag: yes
ignorable_urls:
- https://www.eclipse.org/legal/epl-v10.html
---

<license>
<name>The Eclipse Public License, Version 1.0</name>
<url>https://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
10 changes: 10 additions & 0 deletions src/licensedcode/data/rules/epl-1.0_111.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
license_expression: epl-1.0
is_license_tag: yes
ignorable_urls:
- https://www.eclipse.org/legal/epl-v10.html
---

<license>
<name>The Eclipse Public License, Version 1.0</name>
<url>https://www.eclipse.org/legal/epl-v10.html</url>
10 changes: 10 additions & 0 deletions src/licensedcode/data/rules/epl-1.0_112.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
license_expression: epl-1.0
is_license_tag: yes
ignorable_urls:
- https://www.eclipse.org/legal/epl-v10.html
---

<license>
<name>The Eclipse Public License, Version 1.0
<url>https://www.eclipse.org/legal/epl-v10.html
10 changes: 10 additions & 0 deletions src/licensedcode/data/rules/epl-1.0_113.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
license_expression: epl-1.0
is_license_tag: yes
relevance: 100
ignorable_urls:
- https://www.eclipse.org/legal/epl-v10.html
---

<name>The Eclipse Public License, Version 1.0
<url>https://www.eclipse.org/legal/epl-v10.html

0 comments on commit 8c5ca67

Please sign in to comment.