-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to FSL 1.1 #233
Comments
This was referenced Feb 27, 2024
Hacking it with a script whose current state is: #!/usr/bin/env zsh
one () {
cd $1
git reset --hard
notice=$(grep Copyright LICENSE.md | sed -e 's/-2023/-2024/' | sed -e 's/ 2023/ 2023-2024/')
echo $notice
cp /Users/chadwhitacre/Desktop/LICENSE.md .
sed -e "s/NOTICE/$notice/" -i '' LICENSE.md
git diff
cd ../..
}
one getsentry/relay/
exit
one getsentry/snuba/
one getsentry/snuba-sdk/
one getsentry/vroom/
one getsentry/timeseries-analysis-service/
one getsentry/develop/
one getsentry/sentry-kafka-schemas/
one getsentry/usage-accountant/
one codecov/codecov-api/
one codecov/codecov-gateway/
one codecov/shared/
one codecov/gazebo/
one codecov/self-hosted/
one codecov/relay/
one codecov/worker/ |
This was referenced Feb 27, 2024
chadwhitacre
added a commit
to getsentry/relay
that referenced
this issue
Feb 27, 2024
getsentry/team-ospo#233 #skip-changelog
@chadwhitacre I approved all the Codecov PRs |
chadwhitacre
added a commit
to getsentry/sentry
that referenced
this issue
Feb 27, 2024
Thanks @trent-codecov, merged! 😎 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previous: #212
The text was updated successfully, but these errors were encountered: