Asset License
This commit is contained in:
parent
321c94379d
commit
9db2ebb424
4 changed files with 15 additions and 1 deletions
4
LICENSE
4
LICENSE
|
@ -19,3 +19,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
___________________________
|
||||
Some of our Assets (see LICENSE.ASSETS for a Listing) is licensed under CC BY-NC-SA 4.0
|
||||
See https://creativecommons.org/licenses/by-nc-sa/4.0/ for Details.
|
||||
|
|
9
LICENSE.ASSETS
Normal file
9
LICENSE.ASSETS
Normal file
|
@ -0,0 +1,9 @@
|
|||
Some of our Assets (see List below) is licensed under CC BY-NC-SA 4.0
|
||||
See https://creativecommons.org/licenses/by-nc-sa/4.0/ for Details.
|
||||
|
||||
Please use the Attribution "Team BetterX".
|
||||
|
||||
The following Files are distributed under this License:
|
||||
* src/main/resources/assets/betterend/textures/gui/infusion.png
|
||||
* src/main/resources/assets/betterend/icon_updater.png
|
||||
* src/main/resources/assets/betterend/lang/de_de.json
|
|
@ -112,6 +112,7 @@ java {
|
|||
|
||||
jar {
|
||||
from "LICENSE"
|
||||
from "LICENSE.ASSETS"
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"issues": "https://github.com/quiqueck/BetterEnd/issues",
|
||||
"sources": "https://github.com/quiqueck/BetterEnd"
|
||||
},
|
||||
"license": "MIT",
|
||||
"license": "MIT (CC BY-NC-SA 4.0 for some Assets)",
|
||||
"icon": "assets/betterend/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue