aboutsummaryrefslogtreecommitdiff
path: root/scripts/add_copyright.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/add_copyright.py')
-rwxr-xr-xscripts/add_copyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/add_copyright.py b/scripts/add_copyright.py
index 0c5b8f00cf..a9d4929db8 100755
--- a/scripts/add_copyright.py
+++ b/scripts/add_copyright.py
@@ -71,7 +71,7 @@ for top in ['./arm_compute', './tests','./src','./examples','./utils/','./framew
content = fd.read()
_, extension = os.path.splitext(f)
- if extension in ['.cpp', '.h', '.inl', '.cl']:
+ if extension in ['.cpp', '.h', '.hpp', '.inl', '.cl']:
if not content.startswith('/*'):
add_cpp_copyright(path, content)
elif extension == '.py' or f in ['SConstruct', 'SConscript']: