aboutsummaryrefslogtreecommitdiff
path: root/legacy_license_check.js
Commit message (Collapse)AuthorAgeFilesLines
* clean up legacy_license_check.jsYuchen Pei2022-04-071-46/+27
|
* nop whitespace formatting change.Yuchen Pei2022-04-071-55/+55
| | | | | | | | - ran eglot-format using typescript-language-server on all js files in the repo except those under /hash_script/ - verify only whitespace changed: git diff --word-diff-regex=. 62d6a71 62d6a71~1
* 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