Add GPLv3 License headers to all source files.

This commit is contained in:
Alexander Söderberg
2020-04-16 04:52:39 +02:00
parent 780be3776a
commit ba40a56c32
438 changed files with 11460 additions and 143 deletions
.gitignore
Bukkit/src/main/java/com/plotsquared/bukkit
Core/src
main
java
com
plotsquared
core
IPlotMain.javaPlatform.javaPlotSquared.javaPlotVersion.java
api
collection
command
config
configuration
database
events
generator
listener
location
player
plot
BlockBucket.javaPlot.javaPlotArea.javaPlotAreaTerrainType.javaPlotAreaType.javaPlotCluster.javaPlotFilter.javaPlotHandler.javaPlotId.javaPlotInventory.javaPlotItemStack.javaPlotManager.javaPlotSettings.javaPlotWeather.javaRating.javaSetupObject.java
comment
expiration
flag
FlagContainer.javaFlagParseException.javaGlobalFlagContainer.javaInternalFlag.javaPlotFlag.java
implementations
types
message
schematic
world
queue
util
resources
test
HEADERbuild.gradle
buildSrc/build/libs

24
HEADER Normal file

@ -0,0 +1,24 @@
_____ _ _ _____ _
| __ \| | | | / ____| | |
| |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| |
| ___/| |/ _ \| __|\___ \ / _` | | | |/ _` | '__/ _ \/ _` |
| | | | (_) | |_ ____) | (_| | |_| | (_| | | | __/ (_| |
|_| |_|\___/ \__|_____/ \__, |\__,_|\__,_|_| \___|\__,_|
| |
|_|
PlotSquared plot management system for Minecraft
Copyright (C) ${year} IntellectualSites
This program 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.
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.