aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2021-03-19 23:02:24 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2021-03-19 23:02:24 +0200
commit25b51fef036e4b3237512addf02082380956b468 (patch)
tree72f4932c557c8bc86dd570d68317987c839b7e65
parent7e1b68e49bcbeb151fd77e9193377e9a360bb7f0 (diff)
downloadLibGui-25b51fef036e4b3237512addf02082380956b468.tar.gz
LibGui-25b51fef036e4b3237512addf02082380956b468.tar.bz2
LibGui-25b51fef036e4b3237512addf02082380956b468.zip
Update LICENSE years and remove JCenter (1.16 edition)
-rw-r--r--LICENSE4
-rw-r--r--settings.gradle1
2 files changed, 2 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 458c24e..d3e505c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2018 The Cotton Project
+Copyright (c) 2018-2021 The Cotton Project
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
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. \ No newline at end of file
+SOFTWARE.
diff --git a/settings.gradle b/settings.gradle
index 36fe377..ecd1298 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
- jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'