-
-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve license detection in pyproj #419
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
- Loading branch information
1 parent
d811af6
commit 8223418
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
license_expression: free-unknown | ||
relevance: 100 | ||
is_license_tag: yes |
7 changes: 7 additions & 0 deletions
7
src/licensedcode/data/rules/us-govt-public-domain_and_mit_2.RULE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
All source, data files and other contents of the PROJ.4 package are | ||
available under the following terms. Note that the PROJ 4.3 and earlier | ||
was "public domain" as is common with US government work, but apparently | ||
this is not a well defined legal term in many countries. I am placing | ||
everything under the following MIT style license because I believe it is | ||
effectively the same as public domain, allowing anyone to use the code as | ||
they wish, including making proprietary derivatives. |
3 changes: 3 additions & 0 deletions
3
src/licensedcode/data/rules/us-govt-public-domain_and_mit_2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
license_expression: us-govt-public-domain AND mit | ||
is_license_notice: yes | ||
relevance: 100 |