diff --git a/src/licensedcode/data/rules/cc-by-3.0_and_mit_3.RULE b/src/licensedcode/data/rules/cc-by-3.0_and_mit_3.RULE index 3e92d986a8..2609631699 100644 --- a/src/licensedcode/data/rules/cc-by-3.0_and_mit_3.RULE +++ b/src/licensedcode/data/rules/cc-by-3.0_and_mit_3.RULE @@ -8,4 +8,4 @@ ignorable_urls: --- ## Copyright and license -licensed under a Creative Commons Attribution 3.0 Unported (CC BY 3.0) (https://creativecommons.org/licenses/by/3.0/) and MIT License - https://opensource.org/licenses/mit-license.html. \ No newline at end of file +licensed under a {{Creative Commons Attribution 3.0 Unported}} ({{CC BY 3.0}}) (https://creativecommons.org/licenses/by/3.0/) and {{MIT License}} - {{https://opensource.org/licenses/mit-license.html}}. \ No newline at end of file diff --git a/src/licensedcode/data/rules/mit_1351.RULE b/src/licensedcode/data/rules/mit_1351.RULE new file mode 100644 index 0000000000..97fa31b9dc --- /dev/null +++ b/src/licensedcode/data/rules/mit_1351.RULE @@ -0,0 +1,11 @@ +--- +license_expression: mit +is_license_reference: yes +relevance: 100 +ignorable_urls: + - https://opensource.org/licenses/MIT +referenced_filenames: + - LICENSE +--- + +# {{MIT License}} (see LICENSE or {{https://opensource.org/licenses/MIT}}) \ No newline at end of file