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

Restore License file for each language #257

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

mpkorstanje
Copy link
Contributor

🤔 What's changed?

Ideally each package manager would use the LICENSE files included in the project root directory. Unfortunately package managers can't, won't or don't.

  • Ruby: LICENSE file must be explicitly included in gemspec, but can't access the parent directory.
  • JavaScript: Picks up any LICENSE file by default and nothing else.
  • Go: Clones a subdirectory, may not include root?.
  • ect, ect, ect.

So while it would be really nice to de-duplicate these files, it is creating more trouble than it is worth. And while giving each language a LICENSE is unnecessary, it does make things consistent which makes it easier to (eventually) check automatically.

Also fixed the misattribution added in 00d87c4.

Ideally each package manager would use the LICENSE files included in the
project root directory. Unfortunately package managers can't, won't or
don't.

 * Ruby: LICENSE file must be explicitly included in gemspec, but can't
   access the parent directory.
 * JavaScript: Picks up any LICENSE file by default and nothing else.
 * Go: Clones a subdirectory, may not include root?.
 * ect, ect, ect.

So while it would be really nice to de-duplicate these files, it is
creating more trouble than it is worth. And while giving each language
a LICENSE is unnecessary, it does make things consistent which makes it
easier to (eventually) check automatically.

Also fixed the misattribution added in 00d87c4.
@mpkorstanje mpkorstanje merged commit 8cc2bec into main Jul 17, 2024
32 checks passed
@mpkorstanje mpkorstanje deleted the restore-license-file-per-language branch July 17, 2024 09:03
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

Successfully merging this pull request may close these issues.

2 participants