mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
GODT-1560: Dependecy licenses update and link.
This commit is contained in:
@ -18,7 +18,13 @@
|
||||
# along with ProtonMail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
YEAR=`date +%Y`
|
||||
MISSING_FILES=`find . -not -path "./vendor/*" -not -path "./vendor-cache/*" -not -path "./.cache/*" -not -name "*mock*.go" -regextype posix-egrep -regex ".*\.go|.*\.qml|.*\.sh|.*\.py" -exec grep -L "Copyright (c) ${YEAR} Proton Technologies AG" {} \;`
|
||||
MISSING_FILES=$(find . \
|
||||
-not -path "./vendor/*" \
|
||||
-not -path "./vendor-cache/*" \
|
||||
-not -path "./.cache/*" \
|
||||
-not -name "*mock*.go" \
|
||||
-regextype posix-egrep -regex ".*\.go|.*\.qml|.*\.sh|.*\.py" \
|
||||
-exec grep -L "Copyright (c) ${YEAR} Proton Technologies AG" {} \;)
|
||||
|
||||
for f in ${MISSING_FILES}
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user