Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make legacy_license_check return the matched license name. Also improved ↵ | Ruben Rodriguez | 2018-05-11 | 1 | -3/+3 |
| | | | | logging. | ||||
* | Regexp matches at stripLicenseToRegexp should be non-global | Ruben Rodriguez | 2018-05-11 | 1 | -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 links | NateN1222 | 2018-03-26 | 1 | -10/+6 |
| | |||||
* | began to implement old declaration method | NateN1222 | 2018-03-26 | 1 | -0/+117 |