aboutsummaryrefslogtreecommitdiff
path: root/legacy_license_check.js
Commit message (Collapse)AuthorAgeFilesLines
* Make legacy_license_check return the matched license name. Also improved ↵Ruben Rodriguez2018-05-111-3/+3
| | | | logging.
* Regexp matches at stripLicenseToRegexp should be non-globalRuben Rodriguez2018-05-111-1/+1
| | | | Global matching results in alternating true/false results as explained in https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test (Using test() on a regex with the global flag)
* Fixed failed license recognition bug for script declarations with magnet linksNateN12222018-03-261-10/+6
|
* began to implement old declaration methodNateN12222018-03-261-0/+117