Properly handle derivative works
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 624
Description
Part of https://github.com/getsentry/team-ospo/issues/120.
- [x] [src/sentry/apidocs/spectacular_ports.py](https://github.com/getsentry/sentry/blob/master/src/sentry/apidocs/spectacular_ports.py#L29-L30)
- https://github.com/getsentry/sentry/pull/46164
- [ ] [src/sentry/api/serializers/rest_framework/json.py](https://github.com/getsentry/sentry/blob/91ea27108f3bb42a6b05d7011b081a34181d3823/src/sentry/api/serializers/rest_framework/json.py#L6-L9)
- [ ] [src/sentry/api/event_search.py](https://github.com/getsentry/sentry/blob/master/src/sentry/api/event_search.py#L196)
- [ ] [src/sentry/db/models/fields/uuid.py](https://github.com/getsentry/sentry/blob/92863b629ae447455195f221dcee32bf17d2f2d2/src/sentry/db/models/fields/uuid.py#L11-L13)
- [ ] [src/sentry/db/models/fields/jsonfield.py](https://github.com/getsentry/sentry/blame/master/src/sentry/db/models/fields/jsonfield.py#L33-L43)
- [ ] [src/sentry/tagstore/query.py](https://github.com/getsentry/sentry/blob/master/src/sentry/tagstore/query.py#L14-L19)
- [ ] [src/sentry/ownership/grammar.py](https://github.com/getsentry/sentry/blob/master/src/sentry/ownership/grammar.py#L296-L325) this one includes the license in the docstring.
- [ ] [src/sentry/integrations/slack/utils/auth.py](https://github.com/getsentry/sentry/blob/master/src/sentry/integrations/slack/utils/auth.py#L34)
- [ ] [static/app/utils/profiling/fzf/fzf.ts](https://github.com/getsentry/sentry/blob/master/static/app/utils/profiling/fzf/fzf.ts) is a port of go to typescript.
- [ ] [static/app/utils/performance/contexts/utils.tsx](https://github.com/getsentry/sentry/blob/a1ac67be7b4f4792507e7f56c3d820979cf20979/static/app/utils/performance/contexts/utils.tsx#L4-L10)
- [ ] [static/app/components/u2f/webAuthnHelper.tsx](https://github.com/getsentry/sentry/blob/master/static/app/components/u2f/webAuthnHelper.tsx#L1-L16) has a license stanza at the top.
- [ ] [static/less/includes/bootstrap/theme.less](https://github.com/getsentry/sentry/blob/master/static/less/includes/bootstrap/theme.less#L3-L7) also has a license block, but not the full contents of the license file.
Contributor guide
Assessment
This issue has not been assessed yet.