Skip to content

Commit 97705ef

Browse files
Update license_checker_v2.py
1 parent 5687539 commit 97705ef

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
@@ -15,7 +15,7 @@
1515
default=["Apache Software License", "Apache 2.0", "BSD", "ZLIB", "MIT", "Unlicense", "CC0", "CC-BY","PSF", "MPL", "Mozilla Public License 2.0"])
1616
parser.add_argument('--forbidden_licenses', nargs='*',
1717
help="A list of license which are considered problematic for your project.",
18-
default=["GNU", "GPL", "Commons Clause"])
18+
default=["GNU", "GPL", "Commons Clause", "BY-N"])
1919
args = parser.parse_args()
2020

2121
python_dependencies = args.dependencies

0 commit comments

Comments
 (0)