Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.141.192.174
# regex ~~ tag
# please alpha short by tag then regex
# note license is always lower case
# some licenses are misspelled by not putting
# a dash in front of the version
^(?:agpl|gpl|lgpl)[^-]?\d(?:\.\d)?\+?$ ~~ invalid-short-name-in-dep5-copyright
# some misspellings of BSD licenses
^bsd$ ~~ invalid-short-name-in-dep5-copyright
^bsd[^-]?[234][^-]?(?:clause|cluase)$ ~~ invalid-short-name-in-dep5-copyright
# undefined license
\A-\Z ~~ license-problem-undefined-license
\bfixmes?\b ~~ license-problem-undefined-license
\btodos?\b ~~ license-problem-undefined-license
\bundefined?\b ~~ license-problem-undefined-license
\bunknown?\b ~~ license-problem-undefined-license
\bunspecified\b ~~ license-problem-undefined-license
|