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 c8309ee commit 862b38bCopy full SHA for 862b38b
.github/workflows/update-dependencies.yml
@@ -109,7 +109,7 @@ jobs:
109
# Each file in this directory matches a file in the Analytics iOS SDK.
110
cp -vf "${podtmp}/${header_dir}/${ios_header}" .
111
# If the file doesn't have a Google copyright, add one.
112
- if ! grep -q '^// Copyright ' "${ios_header}"; then
+ if ! grep -q "^// Copyright [0-9]* Google LLC" "${ios_header}"; then
113
copyright_line="// Copyright $(date +%Y) Google LLC\n"
114
else
115
copyright_line=
0 commit comments