We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8f352 commit a2a6819Copy full SHA for a2a6819
scripts/ci/check_compliance.py
@@ -621,7 +621,7 @@ def run(self):
621
report += ("* {} has unknown SPDX: {}\n".format(
622
orig_path, lic['key']))
623
624
- if not file['copyrights']:
+ if not file['copyrights'] and file.get("programming_language") != 'CMake':
625
report += ("* {} missing copyright.\n".format(orig_path))
626
627
if report != "":
0 commit comments