Skip to content

Commit 389633d

Browse files
Add HPND to automatic safe licenses checker
1 parent 30e85bc commit 389633d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/license_checker_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
help="A list of python library name you want to check the license of.")
1313
parser.add_argument('--accepted_licenses', nargs='*',
1414
help="A list of license which are considered acceptable for your project.",
15-
default=["Apache Software License", "Apache 2.0", "BSD", "ZLIB", "MIT", "Unlicense", "CC0", "CC-BY","PSF", "MPL", "Mozilla Public License 2.0"])
15+
default=["Apache Software License", "Apache 2.0", "BSD", "ZLIB", "MIT", "Unlicense", "CC0", "CC-BY","PSF", "MPL", "Mozilla Public License 2.0", "Historical Permission Notice and Disclaimer", "HPND"])
1616
parser.add_argument('--forbidden_licenses', nargs='*',
1717
help="A list of license which are considered problematic for your project.",
1818
default=["GNU", "GPL", "Commons Clause", "BY-N"])

0 commit comments

Comments
 (0)