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

consider removing LICENSE from track-wide files #153

Open
ee7 opened this issue Mar 4, 2022 · 3 comments
Open

consider removing LICENSE from track-wide files #153

ee7 opened this issue Mar 4, 2022 · 3 comments

Comments

@ee7
Copy link
Member

ee7 commented Mar 4, 2022

Currently, this repo has a LICENSE file in the track-wide files. That is, last year, we changed the LICENSE in every track repo to contain:

Copyright (c) 2021 Exercism

My understanding is that this is bad, because:

  1. The main point of the date is to indicate when the oldest code might start to become public domain.
  2. The start of the date range is more important than adding the current year - you don't have to append the current year to assert copyright ownership.
  3. In general, the current year is not a "copyrightable year" for every track repo.

Therefore the date in each track repo's LICENSE should be specific to that repo, and LICENSE should not be in org-wide-files. Instead, I think we should update every track repo LICENSE to include the year of that repo's creation, and then add the LICENSE to CODEOWNERS so that it requires admin approval to change.

If desired, we could automate appending the current year to each copyright notice when a repo receives "copyrightable changes" in that year. But that's less important.

Additional complication: for older repos, maybe it should be like:

Copyright (c) 2014 Exercism, Inc
Copyright (c) 2019, 2021 Exercism

See also:

@ErikSchierboom
Copy link
Member

I also think that we want to remove the LICENSE from this repo.

@kytrinyx
Copy link
Member

Copyright (c) 2014 Exercism, Inc

Additional complication, the Inc only existed briefly in... 2017-2018 maybe? I updated the copyright across the board when that happened, then dissolved the Inc and reassigned all assets, copyright, and ownership to the not-for-profit Exercism.

@ee7
Copy link
Member Author

ee7 commented Aug 26, 2022

Additional complication, the Inc only existed briefly in... 2017-2018 maybe?

Ah, thanks.

Any thoughts on what the license files should look like?

then dissolved the Inc and reassigned all assets, copyright, and ownership to the not-for-profit Exercism.

I remember that part, at least. To others: see exercism/exercism#4823

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

3 participants