forked from aboutcode-org/scancode-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add is_unknown flag in data model for unknown licenses
This reverts commit 4fa04ff. Signed-off-by: akugarg <akanksha.garg2k@gmail.com>
- Loading branch information
Showing
651 changed files
with
652 additions
and
644 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/agpl-3.0_and_other-copyleft_and_unknown_1.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
license_expression: agpl-3.0 AND other-copyleft AND unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
notes: contains several additions that may or may not be a problem wrt. compatibility with the | ||
AGPL | ||
ignorable_urls: | ||
- http://www.gnu.org/licenses | ||
is_unknown: yes |
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,7 +1,7 @@ | ||
license_expression: agpl-3.0 AND unknown | ||
is_license_tag: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
notes: commercial use right are not clear | ||
ignorable_urls: | ||
- http://introjs.com/ | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: apache-2.0 AND free-unknown | ||
is_license_tag: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,8 +1,8 @@ | ||
license_expression: apache-2.0 AND free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
minimum_coverage: 80 | ||
referenced_filenames: | ||
- docs/THIRDPARTY | ||
ignorable_urls: | ||
- https://www.apache.org/licenses/LICENSE-2.0 | ||
is_unknown: yes |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/apache-2.0_and_free-unknown_zulip.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
license_expression: apache-2.0 AND free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
minimum_coverage: 80 | ||
referenced_filenames: | ||
- docs/THIRDPARTY | ||
ignorable_urls: | ||
- http://www.apache.org/licenses/LICENSE-2.0 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: apache-2.0 OR free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: apache-2.0 OR free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,3 +1,3 @@ | ||
license_expression: apsl-1.2 AND unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
is_unknown: yes |
2 changes: 1 addition & 1 deletion
2
...dcode/data/rules/bsd-simplified_and_bsd-new_and_unknown-license-reference_nuget_url_1.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: bsd-simplified AND bsd-new AND unknown-license-reference | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 90 | ||
ignorable_urls: | ||
- https://raw.github.com/editorconfig/editorconfig-core/master/LICENSE | ||
is_unknown: yes |
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,5 +1,5 @@ | ||
license_expression: bsd-simplified AND unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 90 | ||
notes: Seen in https://git.icod.de/dalu/i18n | ||
is_unknown: yes |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/bsd-simplified_or_unknown-license-reference_and_odbl-1.0_1.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
license_expression: (bsd-simplified OR unknown-license-reference) AND odbl-1.0 | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 95 | ||
referenced_filenames: | ||
- LEGAL | ||
ignorable_urls: | ||
- http://opendatacommons.org/licenses/odbl/ | ||
is_unknown: yes |
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,9 +1,9 @@ | ||
license_expression: bsd-top AND gpl-2.0-plus AND free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 85 | ||
minimum_coverage: 70 | ||
notes: this is a franken license composed of parts of a bsd-top and parts of a gpl notice from | ||
http://reviser.osdn.jp/Excel_Reviser/_reviser.php.html | ||
ignorable_urls: | ||
- http://www.gnu.org/licenses/gpl.html | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: cpal-1.0 OR free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
minimum_coverage: 60 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: cpal-1.0 OR free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
minimum_coverage: 60 | ||
is_unknown: yes |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/cpl-1.0_or_bsd-new_or_gpl-2.0_and_free-unknown_1.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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
license_expression: (cpl-1.0 OR bsd-simplified OR gpl-2.0) AND free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
notes: there are extra requirements at the bottom that apply in all cases above and extend beyond | ||
the requirements of the three main choices | ||
ignorable_urls: | ||
- http://www.opensource.org/licenses/bsd-license.php | ||
- http://www.opensource.org/licenses/cpl.php | ||
- http://www.opensource.org/licenses/gpl-license.php | ||
is_unknown: yes |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/cpl-1.0_or_bsd-new_or_gpl-2.0_and_free-unknown_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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
license_expression: (gpl-2.0 OR bsd-simplified OR cpl-1.0) AND free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
notes: there are extra requirements at the bottom that apply in all cases above and extend beyond | ||
the requirements of the three main choices | ||
ignorable_urls: | ||
- http://www.opensource.org/licenses/bsd-license.php | ||
- http://www.opensource.org/licenses/cpl.php | ||
- http://www.opensource.org/licenses/gpl-license.php | ||
is_unknown: yes |
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,8 +1,8 @@ | ||
license_expression: bsd-new AND epl-2.0 AND free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
minimum_coverage: 98 | ||
notes: there is a typo in the text with an EDL reference so the license is unclear | ||
ignorable_urls: | ||
- https://www.eclipse.org/legal/epl-2.0 | ||
is_unknown: yes |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/epl-2.0_or_gpl-2.0-plus_or_lgpl-2.1-plus_7_NOT.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
license_expression: unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
notes: some comment about a license | ||
is_unknown: yes |
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,6 +1,6 @@ | ||
license_expression: eupl-1.2 AND unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
ignorable_urls: | ||
- https://joinup.ec.europa.eu/community/eupl/og_page/eupl | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 99 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
notes: typically for GPL but this can vary and be various versions | ||
is_unknown: yes |
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,6 +1,6 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
referenced_filenames: | ||
- COPYING | ||
notes: typically for GPL but this can vary and be various versions | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,6 +1,6 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
referenced_filenames: | ||
- jpegxr/COPYRIGHT.txt | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,6 +1,6 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
referenced_filenames: | ||
- COPYING | ||
is_unknown: yes |
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,6 +1,6 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
referenced_filenames: | ||
- COPYING | ||
notes: typically for GPL but this can vary and be various versions | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,6 +1,6 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
referenced_filenames: | ||
- LICENSE | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,7 +1,7 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
notes: this is a generic CC notie that there is a license | ||
ignorable_urls: | ||
- https://creativecommons.org/ | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
relevance: 100 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
relevance: 99 | ||
is_unknown: yes |
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,10 +1,10 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
minimum_coverage: 99 | ||
notes: | | ||
this is a rare modified Apache 2.0 license from PIXAR, reported as | ||
free-unknown to draw attention on its uncommon terms | ||
See https://raw.githubusercontent.com/PixarAnimationStudios/ruby-jss/master/LICENSE.txt | ||
ignorable_urls: | ||
- https://www.apache.org/licenses/LICENSE-2.0 | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
notes: typically for GPL but this can vary and be various versions | ||
is_unknown: yes |
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,5 +1,5 @@ | ||
license_expression: free-unknown | ||
is_license_notice: yes | ||
is_unknown: yes | ||
referenced_filenames: | ||
- COPYING | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
notes: typically for GPL but this can vary and be various versions | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
notes: typically for GPL but this can vary and be various versions | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
notes: typically for GPL but this can vary and be various versions | ||
is_unknown: yes |
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,4 +1,4 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
notes: typically for GPL but this can vary and be various versions | ||
is_unknown: yes |
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,6 +1,6 @@ | ||
license_expression: free-unknown | ||
is_license_reference: yes | ||
is_unknown: yes | ||
referenced_filenames: | ||
- COPYING | ||
notes: typically for GPL but this can vary and be various versions | ||
is_unknown: yes |
Oops, something went wrong.