Skip to content

Commit 01fafe5

Browse files
committed
Include Objective-C source files
The copyright_header.py script will process Objective-C source files (*.mm) as other ones.
1 parent 04710b6 commit 01fafe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/devtools/copyright_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"src/univalue/",
3535
]
3636

37-
INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.py']
37+
INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.mm', '*.py']
3838
INCLUDE_COMPILED = re.compile('|'.join([fnmatch.translate(m) for m in INCLUDE]))
3939

4040
def applies_to_file(filename):

0 commit comments

Comments
 (0)