Skip to content

Latest commit

 

History

History
executable file
·
42 lines (27 loc) · 2.37 KB

README.md

File metadata and controls

executable file
·
42 lines (27 loc) · 2.37 KB

"Don't Be a Jerk" License

Okay, so here's the deal.

You'll notice that this repository does not have a license! By default, that means "All Rights Reserved." That is indeed the case. All rights reserved, as far as the code is concerned.

©2015 Joe "Jotato" Kaiser

Home Page

Notice

Contribution to this repository means that you are granting rights over the code that you choose to contribute. If you do not agree with that, do not contribute.

So, why is this here? Well, the rights are reserved, but what that really means is that I choose what to do with the rights. So here you go.

You CAN

  • Fork and modify the code.
  • Submit Pull Requests to this repository.
  • Copy portions of this code for use in other projects.
  • Write your own code that uses this code as a dependency. (addon mods!)

You CANNOT

  • Redistribute this in its entirety as source or compiled code.
  • Claim this as your own
  • Create or distribute code which contains Functionally Equivalent Statements* from this repository.

You MUST

  • Maintain a visible repository of your code which is inspired by, derived from, or copied from this code. Basically, if you use it, pay it forward. You keep rights to your OWN code, but you still must make your source visible.
  • Not be a jerk**. Seriously, if you're a jerk, you can't use this code. That's part of the agreement.

Notes, License & Copyright

*A Functionally Equivalent Statement is a code fragment which, regardless of whitespace and object names, achieves the same result. Basically you can't copy the code, rename the variables, add whitespace and say it's different. It's not.

**A jerk is anyone who attempts to or intends to claim partial or total ownership of the original or repackaged code and/or attempts to or intends to redistribute original or repackaged code without prior express written permission from the owners.

Essentially, take this and learn from it! Create addon mods that depend on it! If you see something we can improve, tell us. Submit a Pull Request. The one catch: don't steal! A lot of effort has gone into this, and if you were to take this and call it your own, you'd basically be a big jerk.

Don't be a jerk.

(adapted from CoFH)