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 c607a42 commit 9f87cfbCopy full SHA for 9f87cfb
.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
# Add a note to each file about its source.
112
- sed -i~ 's|^/// @file|\n// Copied from Firebase Analytics iOS SDK '"${analytics_version}"'.\n\n/// @file|' "${ios_header}"
+ sed -i~ 's|^/// @file|// Copyright '"$(date +%Y)"' Google LLC\n\n// Copied from Firebase Analytics iOS SDK '"${analytics_version}"'.\n\n/// @file|' "${ios_header}"
113
rm -f "${ios_header}~" # remove backup file that sed generated
114
python ../../scripts/format_code.py --f "${ios_header}"
115
done
0 commit comments