Skip to content

Commit 9f87cfb

Browse files
committed
Add copyright line to iOS headers
1 parent c607a42 commit 9f87cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# Each file in this directory matches a file in the Analytics iOS SDK.
110110
cp -vf "${podtmp}/${header_dir}/${ios_header}" .
111111
# 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}"
112+
sed -i~ 's|^/// @file|// Copyright '"$(date +%Y)"' Google LLC\n\n// Copied from Firebase Analytics iOS SDK '"${analytics_version}"'.\n\n/// @file|' "${ios_header}"
113113
rm -f "${ios_header}~" # remove backup file that sed generated
114114
python ../../scripts/format_code.py --f "${ios_header}"
115115
done

0 commit comments

Comments
 (0)