Skip to content
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

Closed
26 tasks done
Tracked by #189
chadwhitacre opened this issue Oct 27, 2023 · 5 comments
Closed
26 tasks done
Tracked by #189

Launch FSL #212

chadwhitacre opened this issue Oct 27, 2023 · 5 comments

Comments

@chadwhitacre
Copy link
Member

chadwhitacre commented Oct 27, 2023

@chadwhitacre chadwhitacre mentioned this issue Oct 27, 2023
26 tasks
@chadwhitacre
Copy link
Member Author

spruce up landing page w/ Creative

(adjacent: foss funders)

@chadwhitacre chadwhitacre changed the title license change - fsl.software - internal comms - vanguard Launch FSL Oct 30, 2023
@chadwhitacre
Copy link
Member Author

chadwhitacre commented Nov 17, 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

@chadwhitacre
Copy link
Member Author

I audited getsentry repos, I think I got them all? Skipped private/archived repos.

@chadwhitacre
Copy link
Member Author

I audited codecov repos, I think I got them all? Skipped private/archived repos.

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>
@chadwhitacre
Copy link
Member Author

💃

This was referenced Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant