mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
Other: added C/C++ header template file (*.h.in) type to missing_license.sh script.
This commit is contained in:
@ -30,7 +30,7 @@ MISSING_FILES=$(find . \
|
||||
-not -name "*.pb.h" \
|
||||
-not -name "*.pb.cc" \
|
||||
-not -name "*_moc.h" \
|
||||
-regextype posix-egrep -regex ".*\.go|.*\.qml|.*\.sh|.*\.py|.*\.cpp|.*\.cc|.*\.h|.*\.hpp|.*\.m" \
|
||||
-regextype posix-egrep -regex ".*\.go|.*\.qml|.*\.sh|.*\.py|.*\.cpp|.*\.cc|.*\.h|.*\.hpp|.*\.m|.*\.h\.in" \
|
||||
-exec grep -L "Copyright (c) ${YEAR} Proton AG" {} \;)
|
||||
|
||||
for f in ${MISSING_FILES}
|
||||
|
||||
Reference in New Issue
Block a user