Skip to content
Snippets Groups Projects
Commit 545f305e authored by Campbell Barton's avatar Campbell Barton
Browse files

check_licenses: exclude intern/{libmv/opensubdiv}

These directories need manual updating, the licenses in existing files
have licenses that are valid but show many warnings.

Ignore these directories for now as it gets in the way of newly
introduced warnings.
parent 01b4c0e4
No related branches found
Tags
No related merge requests found
...@@ -404,6 +404,10 @@ def main() -> None: ...@@ -404,6 +404,10 @@ def main() -> None:
# Practically an "extern" within an "intern" module, leave as-is. # Practically an "extern" within an "intern" module, leave as-is.
"./intern/itasc/kdl", "./intern/itasc/kdl",
# TODO: Files in these directories should be handled but the files have valid licenses.
"./intern/libmv",
"./intern/opensubdiv/",
# Files: # Files:
# This file is generated by a configure script (no point in manually setting the license). # This file is generated by a configure script (no point in manually setting the license).
"./build_files/build_environment/patches/config_gmpxx.h", "./build_files/build_environment/patches/config_gmpxx.h",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment