-
Notifications
You must be signed in to change notification settings - Fork 1
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
curiousity killed the cat #2
Comments
my initial assumption was that it is unsafe to ignore any code file and safe to remove docs/markdowns and other plain text files. I was warned that removing license is not good from the legal perspective. |
hmm, it's peculiar though. READMEs are safe to delete, but not regarding AUTHORS and NOTICE - they follow in the legal bucket, as the LICENSE may say that all rights are reserved to those mentioned in the AUTHORS file, and/or that reuse of the work need to embed the NOTICE |
yes, the test folder should be treated same way as Regarding AUTHORS and NOTICE. The LICENSE file can say anything. And also, what safe, what is unsafe is super-subjective. I'd prefer removing the distinction and having just the unsafe set. |
Why do you say it's unsafe to ignore test.js and example.js ?
And why do you say it's safe to ignore AUTHORS files? it's not actually. both AUTHORS and NOTICE :s
The text was updated successfully, but these errors were encountered: