From 9fb992f7af65dfc0a4cd369427c39eaff98f1965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ampflower=20=F0=9F=8C=BA?= Date: Mon, 10 Mar 2025 01:43:12 -0700 Subject: [PATCH] Add proper licensing information. --- .../assets/joy/LICENSE => LICENSE-ASSETS | 0 LICENSE-CODE.md | 10 +++++++ .../assets/joy/LICENSE-MUSIC => LICENSE-MUSIC | 0 LICENSE.md | 30 +++++++++++++++++++ README.md | 6 ++++ 5 files changed, 46 insertions(+) rename src/main/resources/assets/joy/LICENSE => LICENSE-ASSETS (100%) create mode 100644 LICENSE-CODE.md rename src/main/resources/assets/joy/LICENSE-MUSIC => LICENSE-MUSIC (100%) diff --git a/src/main/resources/assets/joy/LICENSE b/LICENSE-ASSETS similarity index 100% rename from src/main/resources/assets/joy/LICENSE rename to LICENSE-ASSETS diff --git a/LICENSE-CODE.md b/LICENSE-CODE.md new file mode 100644 index 0000000..7d493aa --- /dev/null +++ b/LICENSE-CODE.md @@ -0,0 +1,10 @@ +Copyright 2024-2025 Pridecraft Studios +Copyright 2024 Wolren, blryface, WorldWidePixel, TheClashFruit, NormalFery, Zhamty, Danial "rotgruengelb", CallMeEcho + +All Rights Reserved + +Code before the commit a5324c49102194e62b2571ec0663d760a84ea390 *may* be available under the Unlicense. + +Note: It is in our non-expert opinion that Unlicense is not a valid license due to the lack of a proper fallback clause. +Beware that this may affect your rights if you intend to use it in a region where the Public Domain does not exist, +or is more restrictive than simply using All Rights Reserved code and assets. diff --git a/src/main/resources/assets/joy/LICENSE-MUSIC b/LICENSE-MUSIC similarity index 100% rename from src/main/resources/assets/joy/LICENSE-MUSIC rename to LICENSE-MUSIC diff --git a/LICENSE.md b/LICENSE.md index 8b13789..d9d7140 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1 +1,31 @@ +# Joy Licenses +Joy is licensed differently depending on which component you are looking at. +Read carefully, this may affect how you may use and distribute Joy. + +## Code + +[All Rights Reserved][CODE]. + +Code before the commit a5324c49102194e62b2571ec0663d760a84ea390 *may* be available under the Unlicense. + +Note: It is in our non-expert opinion that Unlicense is not a valid license due to the lack of a proper fallback clause. +Beware that this may affect your rights if you intend to use it in a region where the Public Domain does not exist, +or is more restrictive than simply using All Rights Reserved code and assets. + +## Assets + +[CC BY-SA 4.0][ASSETS] as derived from [Pride Pack]. + +This does *NOT* include the music. See the [music license][MUSIC] for usage terms. + +## Music + +[All Rights Reserved][MUSIC]. See the license file for details. + + +[CODE]: LICENSE-CODE.md +[ASSETS]: LICENSE-ASSETS +[MUSIC]: LICENSE-MUSIC + +[Pride Pack]: https://git.pridecraft.gay/pridepack \ No newline at end of file diff --git a/README.md b/README.md index 961e88d..31b3380 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,9 @@ Currently, nothing, but we plan to add everything from PridePack, as their own t You either compile it from source, like you would compile any other Fabric/Quilt mod, or you check on the releases tab for pre-releases. ## When are you making this? Sometime between ``December 31, 1969 9:00 PM`` and ``November 16, 5138 6:46 AM`` + +## Licensing + +Joy is currently All Rights Reserved with exceptions. + +[See the license file for details.](LICENSE.md) \ No newline at end of file