-
-
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
Launch FSL #212
Comments
spruce up landing page w/ Creative (adjacent: foss funders) |
chadwhitacre
changed the title
license change - fsl.software - internal comms - vanguard
Launch FSL
Oct 30, 2023
A little helper script: #!/usr/bin/env zsh
rm -f LICENSE
curl -o LICENSE.md https://fsl.software/FSL-1.0-Apache-2.0.template.md
git add .
inityear=$(git log --pretty=format:'%ci' | tail -n1 | sed -e 's/-.*//')
sed \
-i '' \
-e "s/^Copyright .*$/Copyright ${inityear}-2023 Functional Software, Inc. dba Sentry/" \
LICENSE.md
git diff
git add .
ag license
ag bsl
ag busl
git checkout -b cwlw/fsl
printf 'Relicense under FSL-1.0-Apache-2.0' | pbcopy |
This was referenced Nov 17, 2023
I audited |
This was referenced Nov 17, 2023
I audited |
chadwhitacre
added a commit
to getsentry/sentry
that referenced
this issue
Nov 17, 2023
getsentry/team-ospo#212 --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
💃 |
This was referenced Nov 20, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got here from there.
Ticket for internal tracking. Main external issue is getsentry/fsl.software#7.
To Do
The text was updated successfully, but these errors were encountered: