Skip to content

Commit

Permalink
Updated License
Browse files Browse the repository at this point in the history
Seems I forgot to update my .gitignore when i renamed the license file
  • Loading branch information
brandon3055 committed Oct 21, 2023
1 parent 9830b77 commit 03e49b4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
!.github/

# Other Important Files
!LICENSE
!LICENSE.md
!README.md
!Change Log.txt
!VERSION.txt
Expand Down
2 changes: 1 addition & 1 deletion Change Log.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
######## 3.0.30.528 ########
######## 3.0.30.529 ########
- Added energy link module. (Effectively wireless charging direct from an energy core)
- Fixed guardian damaging itself with its own projectiles.
- Fixed rare edge case energy pylon crash.
Expand Down
43 changes: 43 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
ALL RIGHTS RESERVED.

### This project uses the "Don't Be a Jerk" License created by CoFH

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

Art and sound assets are released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0), a summary of which can be found at: https://creativecommons.org/licenses/by-nc-sa/4.0/

#### Notice

Contribution to this repository means that you are granting me 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 (Except in the case of mod packs).
- Create or distribute code which contains 50% or more 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 within the context of a Minecraft mod or addon. 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 owner (brandon3055).

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.

Copyright (c) 2013-2023 brandon3055

0 comments on commit 03e49b4

Please sign in to comment.