You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
I'm working on a project that I want to release under BSD-3 License. The issue that I face is simple. I took and modified some code from another project that is based on the same license (BSD-3). It is specified in the BSD3 License that I should add the copyright.
Should I put only one file (BSD-3-Clause.txt) in LICENSES with my copyright and the copyright of the owner of some of the code that I have in my project ? Or should I put two BSD-3 Licenses. One with my copyright and the same one with the copyright owner of the code that I modified ? (BSD-3-Clause.ME.txt - BSD-3-Clause-Other.txt)
Sorry if the question might be stupid but licensing is a nightmare :)
The text was updated successfully, but these errors were encountered:
Yes, such template licenses are a nightmare. Strictly speaking, both licenses are separate licenses. We have listed two options here, and it's up to you which route you go: https://reuse.software/faq/#license-templates
IMHO it's already well covered in the FAQ, so I'll close for now. But we can reopen if you think something's missing.
Thanks for your answer. I will follow the FAQ, I didn't see that the answer was in it. I believe it's because I didn't really know what I was searching for. I will follow what it is said
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm working on a project that I want to release under BSD-3 License. The issue that I face is simple. I took and modified some code from another project that is based on the same license (BSD-3). It is specified in the BSD3 License that I should add the copyright.
Should I put only one file (BSD-3-Clause.txt) in LICENSES with my copyright and the copyright of the owner of some of the code that I have in my project ? Or should I put two BSD-3 Licenses. One with my copyright and the same one with the copyright owner of the code that I modified ? (BSD-3-Clause.ME.txt - BSD-3-Clause-Other.txt)
Sorry if the question might be stupid but licensing is a nightmare :)
The text was updated successfully, but these errors were encountered: