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 #238

Merged
merged 1 commit into from
Jul 18, 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.

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.
@mpkorstanje mpkorstanje merged commit 4250cfc into main Jul 18, 2024
26 checks passed
@mpkorstanje mpkorstanje deleted the restore-license-file-per-language branch July 18, 2024 12:44
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.

1 participant