getsentry / team-ospo

Open Source Program Office (OSPO)
https://open.sentry.io/
11 stars 1 forks source link

Launch FSL #212

Closed chadwhitacre closed 10 months ago

chadwhitacre commented 11 months ago

Got here from there.

Ticket for internal tracking. Main external issue is https://github.com/getsentry/loose-confederation/issues/7.

To Do

chadwhitacre commented 11 months ago

spruce up landing page w/ Creative

(adjacent: foss funders)

chadwhitacre commented 10 months ago

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 commented 10 months ago

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

chadwhitacre commented 10 months ago

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

chadwhitacre commented 10 months ago

💃