From 8aa7d272fa491690b73d0568156703ab6e35a525 Mon Sep 17 00:00:00 2001 From: Luck Date: Thu, 19 Jan 2017 19:03:59 +0000 Subject: [PATCH] Include license file in the jars --- LICENSE.md => LICENSE.txt | 0 README.md | 2 +- bukkit-legacy/pom.xml | 7 +++++++ bukkit-placeholders/pom.xml | 9 +++++++++ bukkit/pom.xml | 7 +++++++ bungee/pom.xml | 7 +++++++ sponge/pom.xml | 7 +++++++ 7 files changed, 38 insertions(+), 1 deletion(-) rename LICENSE.md => LICENSE.txt (100%) diff --git a/LICENSE.md b/LICENSE.txt similarity index 100% rename from LICENSE.md rename to LICENSE.txt diff --git a/README.md b/README.md index 1423225c7..7199effee 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ _Features checked on 23rd Aug 2016. If you find any inaccuracies, please do let _Features checked on 8th Oct 2016. If you find any inaccuracies, please do let me know. I tried to be as fair as possible, and copy all major features from the respective plugin pages._ ## License -LuckPerms is licensed under the permissive MIT license. See LICENSE.md for more info. +LuckPerms is licensed under the permissive MIT license. See LICENSE.txt for more info. ## Sponsor [![JProfiler](https://www.ej-technologies.com/images/product_banners/jprofiler_large.png)](http://www.ej-technologies.com/products/jprofiler/overview.html) diff --git a/bukkit-legacy/pom.xml b/bukkit-legacy/pom.xml index c3373e2a3..14c66c1c9 100644 --- a/bukkit-legacy/pom.xml +++ b/bukkit-legacy/pom.xml @@ -18,6 +18,13 @@ src/main/resources true + + ../ + false + + LICENSE.txt + + diff --git a/bukkit-placeholders/pom.xml b/bukkit-placeholders/pom.xml index e81e432ae..9db9eb8fd 100644 --- a/bukkit-placeholders/pom.xml +++ b/bukkit-placeholders/pom.xml @@ -12,6 +12,15 @@ luckperms-bukkit-placeholders LuckPermsPlaceholderExpansion + + + ../ + false + + LICENSE.txt + + + org.apache.maven.plugins diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 0941283c9..7f4a22ac3 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -21,6 +21,13 @@ src/main/resources true + + ../ + false + + LICENSE.txt + + diff --git a/bungee/pom.xml b/bungee/pom.xml index eba3bd358..19c64e5f1 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -21,6 +21,13 @@ src/main/resources true + + ../ + false + + LICENSE.txt + + diff --git a/sponge/pom.xml b/sponge/pom.xml index 3dde52118..c4ed5aafa 100644 --- a/sponge/pom.xml +++ b/sponge/pom.xml @@ -21,6 +21,13 @@ src/main/resources true + + ../ + false + + LICENSE.txt + +