# 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
(^|\s)-(\s|$)                                     ~~ license-problem-undefined-license
\bfixme\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
