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 4fb0f3a commit 32aabe6Copy full SHA for 32aabe6
maintainers/verify_license.py
@@ -15,9 +15,18 @@
15
""",
16
".cpp": """// SPDX-License-Identifier: Apache-2.0
17
// Copyright Contributors to the OpenTimelineIO project
18
+""",
19
+ ".c": """// SPDX-License-Identifier: Apache-2.0
20
+// Copyright Contributors to the OpenTimelineIO project
21
22
".h": """// SPDX-License-Identifier: Apache-2.0
23
24
25
+ ".swift": """// SPDX-License-Identifier: Apache-2.0
26
27
28
+ ".mm": """// SPDX-License-Identifier: Apache-2.0
29
30
"""
31
}
32
0 commit comments