From dd904b84fc05774e39080bb645167a706c7b6187 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Thu, 3 Jan 2019 13:12:19 +0200 Subject: [PATCH] Updated missing or outdated license headers --- .../com/djrapitops/plan/BukkitSystemTest.java | 16 ++++++++++++++-- .../plan/system/listeners/AFKListenerTest.java | 16 ++++++++++++++++ .../java/utilities/mocks/PlanBukkitMocker.java | 16 ++++++++++++++-- .../com/djrapitops/plan/BungeeSystemTest.java | 16 ++++++++++++++-- .../java/utilities/mocks/PlanBungeeMocker.java | 16 ++++++++++++++-- .../plan/api/data/PlayerContainer.java | 16 ++++++++++++++++ .../plan/api/data/ServerContainer.java | 16 ++++++++++++++++ .../database/databases/sql/KeepAliveTask.java | 16 ++++++++++++++++ .../databases/sql/tables/SettingsTable.java | 16 ++++++++++++++++ .../settings/network/NetworkSettingManager.java | 16 ++++++++++++++++ .../settings/network/ServerSettingsManager.java | 16 ++++++++++++++++ .../settings/paths/DataGatheringSettings.java | 16 ++++++++++++++++ .../system/settings/paths/DatabaseSettings.java | 16 ++++++++++++++++ .../system/settings/paths/DisplaySettings.java | 16 ++++++++++++++++ .../system/settings/paths/ExportSettings.java | 16 ++++++++++++++++ .../system/settings/paths/FormatSettings.java | 16 ++++++++++++++++ .../settings/paths/PluginDataSettings.java | 16 ++++++++++++++++ .../system/settings/paths/PluginSettings.java | 16 ++++++++++++++++ .../system/settings/paths/ProxySettings.java | 16 ++++++++++++++++ .../plan/system/settings/paths/TimeSettings.java | 16 ++++++++++++++++ .../system/settings/paths/WebserverSettings.java | 16 ++++++++++++++++ .../settings/paths/key/BooleanSetting.java | 16 ++++++++++++++++ .../settings/paths/key/IntegerSetting.java | 16 ++++++++++++++++ .../settings/paths/key/StringListSetting.java | 16 ++++++++++++++++ .../system/settings/paths/key/StringSetting.java | 16 ++++++++++++++++ .../system/settings/paths/key/TimeSetting.java | 16 ++++++++++++++++ .../djrapitops/plan/system/status/Status.java | 16 ++++++++++++++++ .../plan/data/cache/ResponseCacheTest.java | 16 ++++++++++++++++ .../plan/data/container/GeoInfoTest.java | 16 ++++++++++++++++ .../plan/data/container/SessionTest.java | 16 ++++++++++++++++ .../com/djrapitops/plan/data/store/KeyTest.java | 16 ++++++++++++++++ .../data/store/containers/DataContainerTest.java | 16 ++++++++++++++++ .../plan/data/store/mutators/TPSMutatorTest.java | 16 ++++++++++++++++ .../formatting/DecimalFormatterTest.java | 16 ++++++++++++++++ .../TimeAmountFormatterDefaultTest.java | 16 ++++++++++++++++ .../TimeAmountFormatterExtraZerosTest.java | 16 ++++++++++++++++ .../djrapitops/plan/data/time/GMTimesTest.java | 16 ++++++++++++++++ .../plan/data/time/WorldTimesTest.java | 16 ++++++++++++++++ .../plan/system/cache/GeolocationCacheTest.java | 16 ++++++++++++++++ .../plan/system/cache/SessionCacheTest.java | 16 ++++++++++++++++ .../system/database/databases/sql/MySQLTest.java | 16 ++++++++++++++++ .../databases/sql/PatchRegression452Test.java | 16 ++++++++++++++++ .../databases/sql/PatchRegressionH2452Test.java | 16 ++++++++++++++++ .../sql/PatchRegressionMySQL452Test.java | 16 ++++++++++++++++ .../sql/PatchRegressionSQLite452Test.java | 16 ++++++++++++++++ .../system/importing/data/ImportBuilderTest.java | 16 ++++++++++++++-- .../plan/system/locale/LocaleFileWriterTest.java | 16 ++++++++++++++++ .../plan/system/locale/LocaleSystemTest.java | 16 ++++++++++++++++ .../player/PingInsertProcessorTest.java | 16 ++++++++++++++++ .../system/update/VersionInfoLoaderTest.java | 16 ++++++++++++++++ .../system/webserver/HTTPSWebServerAuthTest.java | 16 ++++++++++++++++ .../system/webserver/JSErrorRegressionTest.java | 16 ++++++++++++++++ .../plan/utilities/PassEncryptTest.java | 16 ++++++++++++++++ .../plan/utilities/SHA256HashTest.java | 16 ++++++++++++++++ .../plan/utilities/analysis/MedianTest.java | 16 ++++++++++++++++ .../utilities/comparators/ComparatorTest.java | 16 ++++++++++++++++ .../plan/utilities/file/FileWatcherTest.java | 16 ++++++++++++++++ .../html/graphs/line/LineGraphTest.java | 16 ++++++++++++++++ .../utilities/html/tables/PlayersTableTest.java | 16 ++++++++++++++++ .../test/java/extension/SeleniumExtension.java | 16 ++++++++++++++++ .../src/test/java/utilities/CIProperties.java | 16 ++++++++++++++++ .../src/test/java/utilities/OptionalAssert.java | 16 ++++++++++++++++ .../src/test/java/utilities/RandomData.java | 16 ++++++++++++++++ .../src/test/java/utilities/TestConstants.java | 16 ++++++++++++++-- .../test/java/utilities/TestDatabaseCreator.java | 16 ++++++++++++++++ .../src/test/java/utilities/mocks/Mocker.java | 16 ++++++++++++++-- .../java/utilities/mocks/PlanPluginMocker.java | 16 ++++++++++++++-- .../java/utilities/mocks/objects/TestLogger.java | 16 ++++++++++++++-- .../mocks/objects/TestRunnableFactory.java | 16 ++++++++++++++-- .../plan/BungeeBukkitConnectionTest.java | 16 ++++++++++++++-- .../com/djrapitops/plan/SpongeSystemTest.java | 16 ++++++++++++++-- .../java/utilities/mocks/PlanSpongeMocker.java | 16 ++++++++++++++-- .../com/djrapitops/plan/VelocitySystemTest.java | 16 ++++++++++++++-- .../velocity/PingCountTimerVelocityTest.java | 16 ++++++++++++++++ .../java/utilities/mocks/PlanVelocityMocker.java | 16 ++++++++++++++-- 75 files changed, 1170 insertions(+), 30 deletions(-) diff --git a/Plan/bukkit/src/test/java/com/djrapitops/plan/BukkitSystemTest.java b/Plan/bukkit/src/test/java/com/djrapitops/plan/BukkitSystemTest.java index 4bab5e5ab..7917b2a26 100644 --- a/Plan/bukkit/src/test/java/com/djrapitops/plan/BukkitSystemTest.java +++ b/Plan/bukkit/src/test/java/com/djrapitops/plan/BukkitSystemTest.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package com.djrapitops.plan; diff --git a/Plan/bukkit/src/test/java/com/djrapitops/plan/system/listeners/AFKListenerTest.java b/Plan/bukkit/src/test/java/com/djrapitops/plan/system/listeners/AFKListenerTest.java index 473d26028..a7e5270ca 100644 --- a/Plan/bukkit/src/test/java/com/djrapitops/plan/system/listeners/AFKListenerTest.java +++ b/Plan/bukkit/src/test/java/com/djrapitops/plan/system/listeners/AFKListenerTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.listeners; import com.djrapitops.plan.system.listeners.bukkit.AFKListener; diff --git a/Plan/bukkit/src/test/java/utilities/mocks/PlanBukkitMocker.java b/Plan/bukkit/src/test/java/utilities/mocks/PlanBukkitMocker.java index 903db898b..0b3312349 100644 --- a/Plan/bukkit/src/test/java/utilities/mocks/PlanBukkitMocker.java +++ b/Plan/bukkit/src/test/java/utilities/mocks/PlanBukkitMocker.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package utilities.mocks; diff --git a/Plan/bungeecord/src/test/java/com/djrapitops/plan/BungeeSystemTest.java b/Plan/bungeecord/src/test/java/com/djrapitops/plan/BungeeSystemTest.java index 75183369f..bcd472ae9 100644 --- a/Plan/bungeecord/src/test/java/com/djrapitops/plan/BungeeSystemTest.java +++ b/Plan/bungeecord/src/test/java/com/djrapitops/plan/BungeeSystemTest.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package com.djrapitops.plan; diff --git a/Plan/bungeecord/src/test/java/utilities/mocks/PlanBungeeMocker.java b/Plan/bungeecord/src/test/java/utilities/mocks/PlanBungeeMocker.java index f1b0680f8..55288bc7a 100644 --- a/Plan/bungeecord/src/test/java/utilities/mocks/PlanBungeeMocker.java +++ b/Plan/bungeecord/src/test/java/utilities/mocks/PlanBungeeMocker.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package utilities.mocks; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/api/data/PlayerContainer.java b/Plan/common/src/main/java/com/djrapitops/plan/api/data/PlayerContainer.java index aa30cc34a..76d0c728e 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/api/data/PlayerContainer.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/api/data/PlayerContainer.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.api.data; import com.djrapitops.plan.data.store.Key; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/api/data/ServerContainer.java b/Plan/common/src/main/java/com/djrapitops/plan/api/data/ServerContainer.java index 716e27929..e002f70c0 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/api/data/ServerContainer.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/api/data/ServerContainer.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.api.data; import com.djrapitops.plan.data.store.Key; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/database/databases/sql/KeepAliveTask.java b/Plan/common/src/main/java/com/djrapitops/plan/system/database/databases/sql/KeepAliveTask.java index 95d38577c..14e334eb4 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/database/databases/sql/KeepAliveTask.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/database/databases/sql/KeepAliveTask.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.database.databases.sql; import com.djrapitops.plan.utilities.MiscUtils; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/database/databases/sql/tables/SettingsTable.java b/Plan/common/src/main/java/com/djrapitops/plan/system/database/databases/sql/tables/SettingsTable.java index bb20f8fbf..a4a5bf017 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/database/databases/sql/tables/SettingsTable.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/database/databases/sql/tables/SettingsTable.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.database.databases.sql.tables; import com.djrapitops.plan.api.exceptions.database.DBInitException; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/network/NetworkSettingManager.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/network/NetworkSettingManager.java index 0aaf90c5e..9fa00a6b5 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/network/NetworkSettingManager.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/network/NetworkSettingManager.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.network; import com.djrapitops.plan.api.exceptions.EnableException; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/network/ServerSettingsManager.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/network/ServerSettingsManager.java index 13429057f..6c22fbc30 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/network/ServerSettingsManager.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/network/ServerSettingsManager.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.network; import com.djrapitops.plan.system.SubSystem; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DataGatheringSettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DataGatheringSettings.java index f1a06827d..a6ced136e 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DataGatheringSettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DataGatheringSettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.settings.paths.key.BooleanSetting; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DatabaseSettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DatabaseSettings.java index 8a17fb2ee..b220e8c4b 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DatabaseSettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DatabaseSettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.database.databases.DBType; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DisplaySettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DisplaySettings.java index 6fd3b42bb..6ad044075 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DisplaySettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/DisplaySettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.settings.config.ConfigNode; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/ExportSettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/ExportSettings.java index ede759737..17cf7e851 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/ExportSettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/ExportSettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.settings.paths.key.BooleanSetting; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/FormatSettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/FormatSettings.java index c0e55a2ad..d476d3583 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/FormatSettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/FormatSettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.settings.paths.key.BooleanSetting; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/PluginDataSettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/PluginDataSettings.java index 02a8a1799..6ba486b43 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/PluginDataSettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/PluginDataSettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.settings.paths.key.Setting; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/PluginSettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/PluginSettings.java index cd45e3050..c55d4665a 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/PluginSettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/PluginSettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.settings.paths.key.BooleanSetting; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/ProxySettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/ProxySettings.java index 021f58210..c766b097d 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/ProxySettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/ProxySettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.settings.paths.key.Setting; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/TimeSettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/TimeSettings.java index 1c4179939..9a14bba31 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/TimeSettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/TimeSettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.settings.paths.key.BooleanSetting; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/WebserverSettings.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/WebserverSettings.java index f29e37824..c50635dec 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/WebserverSettings.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/WebserverSettings.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths; import com.djrapitops.plan.system.settings.paths.key.BooleanSetting; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/BooleanSetting.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/BooleanSetting.java index 7fa852996..22e104265 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/BooleanSetting.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/BooleanSetting.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths.key; import com.djrapitops.plan.system.settings.config.ConfigNode; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/IntegerSetting.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/IntegerSetting.java index 94ba27832..abfb4b652 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/IntegerSetting.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/IntegerSetting.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths.key; import com.djrapitops.plan.system.settings.config.ConfigNode; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/StringListSetting.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/StringListSetting.java index 609bdfd1d..b9c0710ed 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/StringListSetting.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/StringListSetting.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths.key; import com.djrapitops.plan.data.store.Type; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/StringSetting.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/StringSetting.java index c01c55c35..f8a74d738 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/StringSetting.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/StringSetting.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths.key; import com.djrapitops.plan.system.settings.config.ConfigNode; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/TimeSetting.java b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/TimeSetting.java index 75801dc44..1944e3e23 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/TimeSetting.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/settings/paths/key/TimeSetting.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.settings.paths.key; import com.djrapitops.plan.system.settings.config.ConfigNode; diff --git a/Plan/common/src/main/java/com/djrapitops/plan/system/status/Status.java b/Plan/common/src/main/java/com/djrapitops/plan/system/status/Status.java index 07a935f23..4efd7d4ce 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/system/status/Status.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/system/status/Status.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.status; import javax.inject.Inject; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/cache/ResponseCacheTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/cache/ResponseCacheTest.java index d57a2e9b7..e6e3680e7 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/cache/ResponseCacheTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/cache/ResponseCacheTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.cache; import com.djrapitops.plan.system.webserver.cache.ResponseCache; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/container/GeoInfoTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/container/GeoInfoTest.java index 7b7c19871..74f398e9d 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/container/GeoInfoTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/container/GeoInfoTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.container; import org.junit.Test; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/container/SessionTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/container/SessionTest.java index 37870eed7..3271e4711 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/container/SessionTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/container/SessionTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.container; import com.djrapitops.plan.data.store.keys.SessionKeys; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/store/KeyTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/store/KeyTest.java index a88abccbb..235ece5a9 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/store/KeyTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/store/KeyTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.store; import org.junit.Test; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/store/containers/DataContainerTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/store/containers/DataContainerTest.java index 3c121c573..3876590c3 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/store/containers/DataContainerTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/store/containers/DataContainerTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.store.containers; import com.djrapitops.plan.data.store.Key; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/TPSMutatorTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/TPSMutatorTest.java index 42d156ac7..1cbf0ae9f 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/TPSMutatorTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/TPSMutatorTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.store.mutators; import com.djrapitops.plan.data.container.TPS; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/DecimalFormatterTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/DecimalFormatterTest.java index 5717af449..5887db49a 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/DecimalFormatterTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/DecimalFormatterTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.store.mutators.formatting; import com.djrapitops.plan.system.settings.config.PlanConfig; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/TimeAmountFormatterDefaultTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/TimeAmountFormatterDefaultTest.java index 823f14512..aca93fdde 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/TimeAmountFormatterDefaultTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/TimeAmountFormatterDefaultTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.store.mutators.formatting; import com.djrapitops.plan.system.settings.config.PlanConfig; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/TimeAmountFormatterExtraZerosTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/TimeAmountFormatterExtraZerosTest.java index 7c578b197..b1536598a 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/TimeAmountFormatterExtraZerosTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/store/mutators/formatting/TimeAmountFormatterExtraZerosTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.store.mutators.formatting; import com.djrapitops.plan.system.settings.config.PlanConfig; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/time/GMTimesTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/time/GMTimesTest.java index f862f9c52..66fee9212 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/time/GMTimesTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/time/GMTimesTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.time; import org.junit.Test; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/data/time/WorldTimesTest.java b/Plan/common/src/test/java/com/djrapitops/plan/data/time/WorldTimesTest.java index 74187b1fb..649e6ebe1 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/data/time/WorldTimesTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/data/time/WorldTimesTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.data.time; import com.google.common.collect.ImmutableMap; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/cache/GeolocationCacheTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/cache/GeolocationCacheTest.java index 327bee487..492829e70 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/cache/GeolocationCacheTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/cache/GeolocationCacheTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.cache; import com.djrapitops.plan.api.exceptions.EnableException; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/cache/SessionCacheTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/cache/SessionCacheTest.java index b12cf3120..169fbb1ba 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/cache/SessionCacheTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/cache/SessionCacheTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.cache; import com.djrapitops.plan.data.container.Session; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/MySQLTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/MySQLTest.java index e1d375f5c..2093b04fb 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/MySQLTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/MySQLTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.database.databases.sql; import com.djrapitops.plan.system.settings.config.PlanConfig; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegression452Test.java b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegression452Test.java index 424946d71..d5ee78fa8 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegression452Test.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegression452Test.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.database.databases.sql; import com.djrapitops.plan.system.database.databases.sql.patches.Patch; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionH2452Test.java b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionH2452Test.java index 81d7c37bf..cc5eb9110 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionH2452Test.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionH2452Test.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.database.databases.sql; import com.djrapitops.plan.api.exceptions.database.DBInitException; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionMySQL452Test.java b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionMySQL452Test.java index ec893f5bb..f0f76d85b 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionMySQL452Test.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionMySQL452Test.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.database.databases.sql; import com.djrapitops.plan.api.exceptions.EnableException; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionSQLite452Test.java b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionSQLite452Test.java index 5ce75a140..cd3529a4b 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionSQLite452Test.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/database/databases/sql/PatchRegressionSQLite452Test.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.database.databases.sql; import com.djrapitops.plan.api.exceptions.database.DBInitException; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/importing/data/ImportBuilderTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/importing/data/ImportBuilderTest.java index 000a51dd0..6ac815155 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/importing/data/ImportBuilderTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/importing/data/ImportBuilderTest.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package com.djrapitops.plan.system.importing.data; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/locale/LocaleFileWriterTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/locale/LocaleFileWriterTest.java index f38d5ce56..3045df517 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/locale/LocaleFileWriterTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/locale/LocaleFileWriterTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.locale; import com.djrapitops.plan.utilities.file.FileUtil; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/locale/LocaleSystemTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/locale/LocaleSystemTest.java index ec762052c..61f5aefae 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/locale/LocaleSystemTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/locale/LocaleSystemTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.locale; import org.junit.Test; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/processing/processors/player/PingInsertProcessorTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/processing/processors/player/PingInsertProcessorTest.java index a97ddef55..1d0b7cb24 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/processing/processors/player/PingInsertProcessorTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/processing/processors/player/PingInsertProcessorTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.processing.processors.player; import com.djrapitops.plan.data.store.objects.DateObj; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/update/VersionInfoLoaderTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/update/VersionInfoLoaderTest.java index 60734e2a0..0747a9e7f 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/update/VersionInfoLoaderTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/update/VersionInfoLoaderTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.update; import com.djrapitops.plugin.api.utility.Version; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/webserver/HTTPSWebServerAuthTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/webserver/HTTPSWebServerAuthTest.java index 8eb834816..482f3d9b7 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/webserver/HTTPSWebServerAuthTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/webserver/HTTPSWebServerAuthTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.webserver; import com.djrapitops.plan.api.exceptions.connection.*; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/system/webserver/JSErrorRegressionTest.java b/Plan/common/src/test/java/com/djrapitops/plan/system/webserver/JSErrorRegressionTest.java index 4a63bc786..a7cf1c0a3 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/system/webserver/JSErrorRegressionTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/system/webserver/JSErrorRegressionTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.webserver; import com.djrapitops.plan.data.container.Session; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/utilities/PassEncryptTest.java b/Plan/common/src/test/java/com/djrapitops/plan/utilities/PassEncryptTest.java index 1bdc75290..5a4aa6404 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/utilities/PassEncryptTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/utilities/PassEncryptTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.utilities; import org.junit.Before; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/utilities/SHA256HashTest.java b/Plan/common/src/test/java/com/djrapitops/plan/utilities/SHA256HashTest.java index 253abf73f..ac859fbab 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/utilities/SHA256HashTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/utilities/SHA256HashTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.utilities; import org.junit.Test; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/utilities/analysis/MedianTest.java b/Plan/common/src/test/java/com/djrapitops/plan/utilities/analysis/MedianTest.java index d99429fb9..03671c14f 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/utilities/analysis/MedianTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/utilities/analysis/MedianTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.utilities.analysis; import org.junit.Test; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/utilities/comparators/ComparatorTest.java b/Plan/common/src/test/java/com/djrapitops/plan/utilities/comparators/ComparatorTest.java index d2fa9bc05..582823a5d 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/utilities/comparators/ComparatorTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/utilities/comparators/ComparatorTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.utilities.comparators; import com.djrapitops.plan.data.WebUser; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/utilities/file/FileWatcherTest.java b/Plan/common/src/test/java/com/djrapitops/plan/utilities/file/FileWatcherTest.java index 08bfac560..e22279b32 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/utilities/file/FileWatcherTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/utilities/file/FileWatcherTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.utilities.file; import com.jayway.awaitility.Awaitility; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/utilities/html/graphs/line/LineGraphTest.java b/Plan/common/src/test/java/com/djrapitops/plan/utilities/html/graphs/line/LineGraphTest.java index bc78ebd56..5acb0cb15 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/utilities/html/graphs/line/LineGraphTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/utilities/html/graphs/line/LineGraphTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.utilities.html.graphs.line; import com.djrapitops.plan.data.container.TPS; diff --git a/Plan/common/src/test/java/com/djrapitops/plan/utilities/html/tables/PlayersTableTest.java b/Plan/common/src/test/java/com/djrapitops/plan/utilities/html/tables/PlayersTableTest.java index 7a01365da..24f6ea210 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/utilities/html/tables/PlayersTableTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/utilities/html/tables/PlayersTableTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.utilities.html.tables; import com.djrapitops.plan.api.ServerAPI; diff --git a/Plan/common/src/test/java/extension/SeleniumExtension.java b/Plan/common/src/test/java/extension/SeleniumExtension.java index a97c3da4e..9bd78cb91 100644 --- a/Plan/common/src/test/java/extension/SeleniumExtension.java +++ b/Plan/common/src/test/java/extension/SeleniumExtension.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package extension; import org.apache.commons.lang3.SystemUtils; diff --git a/Plan/common/src/test/java/utilities/CIProperties.java b/Plan/common/src/test/java/utilities/CIProperties.java index 99b933ab5..e6ec97d6a 100644 --- a/Plan/common/src/test/java/utilities/CIProperties.java +++ b/Plan/common/src/test/java/utilities/CIProperties.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package utilities; /** diff --git a/Plan/common/src/test/java/utilities/OptionalAssert.java b/Plan/common/src/test/java/utilities/OptionalAssert.java index 05480c8e6..368d7498f 100644 --- a/Plan/common/src/test/java/utilities/OptionalAssert.java +++ b/Plan/common/src/test/java/utilities/OptionalAssert.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package utilities; import java.util.Optional; diff --git a/Plan/common/src/test/java/utilities/RandomData.java b/Plan/common/src/test/java/utilities/RandomData.java index 27a36b591..ba47482a8 100644 --- a/Plan/common/src/test/java/utilities/RandomData.java +++ b/Plan/common/src/test/java/utilities/RandomData.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package utilities; import com.djrapitops.plan.data.WebUser; diff --git a/Plan/common/src/test/java/utilities/TestConstants.java b/Plan/common/src/test/java/utilities/TestConstants.java index 343d0916e..2d7be77e4 100644 --- a/Plan/common/src/test/java/utilities/TestConstants.java +++ b/Plan/common/src/test/java/utilities/TestConstants.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package utilities; diff --git a/Plan/common/src/test/java/utilities/TestDatabaseCreator.java b/Plan/common/src/test/java/utilities/TestDatabaseCreator.java index 199bbf610..1f5bb0d1c 100644 --- a/Plan/common/src/test/java/utilities/TestDatabaseCreator.java +++ b/Plan/common/src/test/java/utilities/TestDatabaseCreator.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package utilities; import com.djrapitops.plan.data.container.Session; diff --git a/Plan/common/src/test/java/utilities/mocks/Mocker.java b/Plan/common/src/test/java/utilities/mocks/Mocker.java index 78248f8b5..4a72cc59f 100644 --- a/Plan/common/src/test/java/utilities/mocks/Mocker.java +++ b/Plan/common/src/test/java/utilities/mocks/Mocker.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package utilities.mocks; diff --git a/Plan/common/src/test/java/utilities/mocks/PlanPluginMocker.java b/Plan/common/src/test/java/utilities/mocks/PlanPluginMocker.java index 5692f664b..e867a9610 100644 --- a/Plan/common/src/test/java/utilities/mocks/PlanPluginMocker.java +++ b/Plan/common/src/test/java/utilities/mocks/PlanPluginMocker.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package utilities.mocks; diff --git a/Plan/common/src/test/java/utilities/mocks/objects/TestLogger.java b/Plan/common/src/test/java/utilities/mocks/objects/TestLogger.java index 7dbb54ad5..e97f8a74e 100644 --- a/Plan/common/src/test/java/utilities/mocks/objects/TestLogger.java +++ b/Plan/common/src/test/java/utilities/mocks/objects/TestLogger.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package utilities.mocks.objects; diff --git a/Plan/common/src/test/java/utilities/mocks/objects/TestRunnableFactory.java b/Plan/common/src/test/java/utilities/mocks/objects/TestRunnableFactory.java index df67eeb1d..3d8bf1b64 100644 --- a/Plan/common/src/test/java/utilities/mocks/objects/TestRunnableFactory.java +++ b/Plan/common/src/test/java/utilities/mocks/objects/TestRunnableFactory.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package utilities.mocks.objects; diff --git a/Plan/plugin/src/test/java/com/djrapitops/plan/BungeeBukkitConnectionTest.java b/Plan/plugin/src/test/java/com/djrapitops/plan/BungeeBukkitConnectionTest.java index 172a8d818..77efbfd5a 100644 --- a/Plan/plugin/src/test/java/com/djrapitops/plan/BungeeBukkitConnectionTest.java +++ b/Plan/plugin/src/test/java/com/djrapitops/plan/BungeeBukkitConnectionTest.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package com.djrapitops.plan; diff --git a/Plan/sponge/src/test/java/com/djrapitops/plan/SpongeSystemTest.java b/Plan/sponge/src/test/java/com/djrapitops/plan/SpongeSystemTest.java index 3316dcd79..404cf906c 100644 --- a/Plan/sponge/src/test/java/com/djrapitops/plan/SpongeSystemTest.java +++ b/Plan/sponge/src/test/java/com/djrapitops/plan/SpongeSystemTest.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package com.djrapitops.plan; diff --git a/Plan/sponge/src/test/java/utilities/mocks/PlanSpongeMocker.java b/Plan/sponge/src/test/java/utilities/mocks/PlanSpongeMocker.java index c1364fa69..0e926e046 100644 --- a/Plan/sponge/src/test/java/utilities/mocks/PlanSpongeMocker.java +++ b/Plan/sponge/src/test/java/utilities/mocks/PlanSpongeMocker.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package utilities.mocks; diff --git a/Plan/velocity/src/test/java/com/djrapitops/plan/VelocitySystemTest.java b/Plan/velocity/src/test/java/com/djrapitops/plan/VelocitySystemTest.java index 35695990b..fe0345952 100644 --- a/Plan/velocity/src/test/java/com/djrapitops/plan/VelocitySystemTest.java +++ b/Plan/velocity/src/test/java/com/djrapitops/plan/VelocitySystemTest.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package com.djrapitops.plan; diff --git a/Plan/velocity/src/test/java/com/djrapitops/plan/system/tasks/velocity/PingCountTimerVelocityTest.java b/Plan/velocity/src/test/java/com/djrapitops/plan/system/tasks/velocity/PingCountTimerVelocityTest.java index d12f77908..6933a94a4 100644 --- a/Plan/velocity/src/test/java/com/djrapitops/plan/system/tasks/velocity/PingCountTimerVelocityTest.java +++ b/Plan/velocity/src/test/java/com/djrapitops/plan/system/tasks/velocity/PingCountTimerVelocityTest.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.system.tasks.velocity; import com.djrapitops.plan.PlanVelocity; diff --git a/Plan/velocity/src/test/java/utilities/mocks/PlanVelocityMocker.java b/Plan/velocity/src/test/java/utilities/mocks/PlanVelocityMocker.java index d81afe4d4..f528c969a 100644 --- a/Plan/velocity/src/test/java/utilities/mocks/PlanVelocityMocker.java +++ b/Plan/velocity/src/test/java/utilities/mocks/PlanVelocityMocker.java @@ -1,6 +1,18 @@ /* - * License is provided in the jar as LICENSE also here: - * https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/LICENSE + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . */ package utilities.mocks;