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

BSD 2-clause license? #14

Closed
AndroidDeveloperLB opened this issue Apr 4, 2015 · 10 comments
Closed

BSD 2-clause license? #14

AndroidDeveloperLB opened this issue Apr 4, 2015 · 10 comments

Comments

@AndroidDeveloperLB
Copy link

I'm not sure what it means. Can anyone please help with this?
I've found this one:
https://tldrlegal.com/license/bsd-2-clause-license-(freebsd)

As English isn't my main language, I couldn't understand its meaning, even though I've read in multiple websites (including Wikipedia).

  1. What does "Hold Liable" mean? that the original creator of the library won't be charged for damages?
  2. What does " Include Copyright" mean? that the app must show the description of the license somewhere within (like the "about" screen or something) ? or just the code should have it ?
    If just the code, what's the difference between it and Apache2 license ?

3.What about derivatives? What if I wish to fork the library? should it also be BSD 2-clause licensed ?

What should and what shouldn't I do?

@jeffdav
Copy link

jeffdav commented Oct 7, 2015

The license is include in the root of this repository:
https://github.com/Almeros/android-gesture-detectors/blob/master/LICENSE.md

@AndroidDeveloperLB
Copy link
Author

I don't understand what this means. That if I use this, I have to show this license somewhere? In code? At runtime? On "about" page at runtime?

@aeroechelon
Copy link

For those still wondering about this license; TL;DR has a great resource on this:

BSD 2-clause license
https://tldrlegal.com/license/bsd-2-clause-license-(freebsd)

@AndroidDeveloperLB
Copy link
Author

@aeroechelon So it says :
" Include Copyright - Describes whether the original copyright must be retained."
What does it mean? How do you retain a copyright, if it's ok to copy the code?

"Include License - Including the full text of license in modified software."
Where to include the license? In code? at runtime? On "About" page at runtime?

@Almeros
Copy link
Owner

Almeros commented Dec 12, 2017

"Hold Liable" means you can't sue me or anyone else that helps building this framework if something goes wrong while using this framework.

Next to this it would be nice to credit (on an about page) the people who worked on this framework if you use it in your project.
If you fork the project and change it, you must keep the BSD licence as it is right now in the fork.

The above is for explanatory reasons. The BSD licence is always leading!

@Almeros Almeros closed this as completed Dec 12, 2017
@AndroidDeveloperLB
Copy link
Author

So it's perfectly ok to use the code or a part of it, modify it, without me worrying of someone suing me for doing so?
What do you mean "The BSD licence is always leading" ? Leading what?

@Almeros
Copy link
Owner

Almeros commented Dec 12, 2017

Yes, I will not sue you, but be kind and tell your app users you used this framework and where to find it.

With my last italic sentence I'm saying my comments are just informative and what is in the BSD license text is what should be interpreted by lawyers and legal stuff people... May it ever come to such thing...
Which will never be so (I hope!)

@AndroidDeveloperLB
Copy link
Author

Sorry English isn't my main language, and using lawyer-language is 10 times harder for me (even in my own language).
So BSD is about the same as MIT and Apache, then , no?
Meaning: do as I want with the code (except for top comments on Apache for some reason), and preferably put some credits.
Only if I fork the project, I need to make it stay on BSD. But if I use it in a very different project, I'm allowed to do what I want with it.

@Almeros
Copy link
Owner

Almeros commented Dec 12, 2017

I'm not an expert on this subject. I added the BSD licence so people could use it as freely as possible but with giving credits to who deserves the credits, and... so I can't get sued.

Not to be rude, but please look up your legal questions about BSD on Google... and start coding and have fun ;)

@AndroidDeveloperLB
Copy link
Author

Thank you

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

4 participants