Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
roccodev committed Mar 2, 2020
1 parent c454fbb commit 27f0f60
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 15 deletions.
18 changes: 18 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,24 @@ processResources {
}
}

/*
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 5zig-fabric is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with 5zig-fabric. If not, see <http://www.gnu.org/licenses/>.
*/

// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019 5zig Reborn
# Copyright (c) 2019-2020 5zig Reborn
#
# This file is part of 5zig-fabric
# 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
18 changes: 18 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#
# Copyright (c) 2019-2020 5zig Reborn
#
# This file is part of 5zig-fabric
# 5zig-fabric is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# 5zig-fabric is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with 5zig-fabric. If not, see <http://www.gnu.org/licenses/>.
#

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
Expand Down
18 changes: 18 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 5zig-fabric is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with 5zig-fabric. If not, see <http://www.gnu.org/licenses/>.
*/

pluginManagement {
repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/FabricMod.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/boot/MixinTitleScreen.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/remap/MixinRemapper.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/remap/RemapCache.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/remap/RemapperUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/util/FileLocator.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/util/ForcedMappings.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/util/InstallerI18n.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/util/MethodUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/util/ModFile.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/the5zig/fabric/util/ModManifest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 5zig Reborn
* Copyright (c) 2019-2020 5zig Reborn
*
* This file is part of 5zig-fabric
* 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang/language_en_US.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019 5zig Reborn
# Copyright (c) 2019-2020 5zig Reborn
#
# This file is part of 5zig-fabric
# 5zig-fabric is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 27f0f60

Please sign in to comment.