Skip to content

Commit af36c8d

Browse files
committed
Add new rule for public domain license
Reference: #3997 Signed-off-by: Alok Kumar <alokkumarjipura9973@gmail.com>
1 parent e795bc6 commit af36c8d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
license_expression: public-domain
3+
is_license_tag: yes
4+
relevance: 100
5+
ignorable_urls:
6+
- https://github.com/stleary/JSON-java/blob/master/LICENSE
7+
---
8+
9+
<licenses>
10+
<license>
11+
<name>Public Domain</name>
12+
<url>https://github.com/stleary/JSON-java/blob/master/LICENSE</url>
13+
<distribution>repo</distribution>
14+
</license>
15+
</licenses>

0 commit comments

Comments
 (0)