From b78b09b087b7a6ac3f2c213e93c0051cc8bd5ba6 Mon Sep 17 00:00:00 2001 From: Nikomaru Date: Mon, 7 Feb 2022 16:44:39 +0900 Subject: [PATCH] Change copyright notation. --- build.gradle.kts | 16 +------------ gradle.properties | 15 ------------ gradlew | 23 ++++++++++--------- settings.gradle.kts | 16 ------------- .../dev/nikomaru/raceassist/RaceAssist.kt | 2 +- .../dev/nikomaru/raceassist/api/VaultAPI.kt | 2 +- .../api/sheet/GoogleAuthorizeUtil.kt | 2 +- .../raceassist/api/sheet/SheetsServiceUtil.kt | 2 +- .../nikomaru/raceassist/bet/GuiComponent.kt | 2 +- .../raceassist/bet/commands/BetCanCommand.kt | 2 +- .../bet/commands/BetDeleteCommand.kt | 2 +- .../raceassist/bet/commands/BetListCommand.kt | 2 +- .../raceassist/bet/commands/BetOpenCommand.kt | 2 +- .../raceassist/bet/commands/BetRateCommand.kt | 2 +- .../bet/commands/BetRevertCommand.kt | 2 +- .../bet/commands/BetSheetCommand.kt | 2 +- .../raceassist/bet/event/BetGuiClickEvent.kt | 2 +- .../raceassist/bet/gui/BetChestGui.kt | 2 +- .../nikomaru/raceassist/database/BetList.kt | 2 +- .../raceassist/database/BetSetting.kt | 2 +- .../raceassist/database/CircuitPoint.kt | 2 +- .../raceassist/database/PlayerList.kt | 2 +- .../nikomaru/raceassist/database/RaceList.kt | 2 +- .../raceassist/database/TempBetData.kt | 2 +- .../dispatch/discord/DiscordWebhook.kt | 2 +- .../dev/nikomaru/raceassist/files/Config.kt | 2 +- .../raceassist/race/commands/CommandUtils.kt | 2 +- .../commands/audience/AudienceJoinCommand.kt | 2 +- .../commands/audience/AudienceLeaveCommand.kt | 2 +- .../commands/audience/AudienceListCommand.kt | 2 +- .../commands/place/PlaceCentralCommand.kt | 2 +- .../race/commands/place/PlaceDegreeCommand.kt | 2 +- .../race/commands/place/PlaceFinishCommand.kt | 2 +- .../race/commands/place/PlaceLapCommand.kt | 2 +- .../commands/place/PlaceReverseCommand.kt | 2 +- .../race/commands/place/PlaceSetCommand.kt | 2 +- .../race/commands/player/PlayerAddCommand.kt | 2 +- .../commands/player/PlayerDeleteCommand.kt | 2 +- .../race/commands/player/PlayerListCommand.kt | 2 +- .../commands/player/PlayerRemoveCommand.kt | 2 +- .../race/commands/race/RaceCopyCommand.kt | 2 +- .../race/commands/race/RaceCreateCommand.kt | 2 +- .../race/commands/race/RaceDebugCommand.kt | 2 +- .../race/commands/race/RaceDeleteCommand.kt | 2 +- .../race/commands/race/RaceStartCommand.kt | 2 +- .../race/commands/race/RaceStopCommand.kt | 2 +- .../race/event/SetCentralPointEvent.kt | 2 +- .../race/event/SetInsideCircuitEvent.kt | 2 +- .../race/event/SetOutsideCircuitEvent.kt | 2 +- .../raceassist/race/utils/InsideCircuit.kt | 2 +- .../raceassist/race/utils/OutsideCircuit.kt | 2 +- .../raceassist/utils/CommandSuggestions.kt | 2 +- .../dev/nikomaru/raceassist/utils/Lang.kt | 2 +- .../nikomaru/raceassist/utils/RaceAudience.kt | 2 +- .../coroutines/AsyncCoroutineDispatcher.kt | 2 +- .../utils/coroutines/DispatcherContainer.kt | 2 +- .../MinecraftCoroutineDispatcher.kt | 2 +- .../coroutines/MinecraftCoroutineUtil.kt | 2 +- src/main/resources/lang/de_DE.properties | 16 ------------- src/main/resources/lang/en_US.properties | 16 ------------- src/main/resources/lang/fr_FR.properties | 16 ------------- src/main/resources/lang/he_IL.properties | 16 ------------- src/main/resources/lang/ja_JP.properties | 16 ------------- src/main/resources/lang/ko_KR.properties | 16 ------------- src/main/resources/lang/pt_PT.properties | 16 ------------- src/main/resources/lang/tok.properties | 16 ------------- src/main/resources/lang/zh_CN.properties | 16 ------------- src/main/resources/lang/zh_TW.properties | 16 ------------- 68 files changed, 67 insertions(+), 271 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 29dba27..cbbf41e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,18 +1,4 @@ -/* - * Copyright © 2022 Nikomaru - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + plugins { id("java") diff --git a/gradle.properties b/gradle.properties index d892a47..fef3e4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,17 +1,2 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# kotlin.code.style=official exposedVersion=0.37.3 diff --git a/gradlew b/gradlew index f55d1c2..93a626c 100644 --- a/gradlew +++ b/gradlew @@ -1,20 +1,21 @@ #!/usr/bin/env sh # -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# Copyright © 2015-2021 the original authors. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# https://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + ############################################################################## ## diff --git a/settings.gradle.kts b/settings.gradle.kts index c6fe1a9..27d8295 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,19 +1,3 @@ -/* - * Copyright © 2022 Nikomaru - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - rootProject.name = "RaceAssist" pluginManagement { repositories { diff --git a/src/main/kotlin/dev/nikomaru/raceassist/RaceAssist.kt b/src/main/kotlin/dev/nikomaru/raceassist/RaceAssist.kt index b7ec1a7..ab4a08a 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/RaceAssist.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/RaceAssist.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/api/VaultAPI.kt b/src/main/kotlin/dev/nikomaru/raceassist/api/VaultAPI.kt index 1693c28..e5c5ac3 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/api/VaultAPI.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/api/VaultAPI.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/api/sheet/GoogleAuthorizeUtil.kt b/src/main/kotlin/dev/nikomaru/raceassist/api/sheet/GoogleAuthorizeUtil.kt index a618a57..ab5781b 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/api/sheet/GoogleAuthorizeUtil.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/api/sheet/GoogleAuthorizeUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/api/sheet/SheetsServiceUtil.kt b/src/main/kotlin/dev/nikomaru/raceassist/api/sheet/SheetsServiceUtil.kt index 7cdcd83..ad42be0 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/api/sheet/SheetsServiceUtil.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/api/sheet/SheetsServiceUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/GuiComponent.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/GuiComponent.kt index 006f44e..84728f0 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/GuiComponent.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/GuiComponent.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetCanCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetCanCommand.kt index fa5873e..3c32793 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetCanCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetCanCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetDeleteCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetDeleteCommand.kt index e446062..7679cb6 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetDeleteCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetDeleteCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetListCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetListCommand.kt index 1496706..271f3f1 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetListCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetListCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetOpenCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetOpenCommand.kt index 3650fa2..f93c6ca 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetOpenCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetOpenCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetRateCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetRateCommand.kt index e7d2b3d..28cbff1 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetRateCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetRateCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetRevertCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetRevertCommand.kt index 1a0a7cd..929ba97 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetRevertCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetRevertCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetSheetCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetSheetCommand.kt index f6254d0..881536c 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetSheetCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/commands/BetSheetCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/event/BetGuiClickEvent.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/event/BetGuiClickEvent.kt index ebbad85..d9e2ed0 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/event/BetGuiClickEvent.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/event/BetGuiClickEvent.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/bet/gui/BetChestGui.kt b/src/main/kotlin/dev/nikomaru/raceassist/bet/gui/BetChestGui.kt index 6d53361..040fca5 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/bet/gui/BetChestGui.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/bet/gui/BetChestGui.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/database/BetList.kt b/src/main/kotlin/dev/nikomaru/raceassist/database/BetList.kt index d189353..05f5d54 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/database/BetList.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/database/BetList.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/database/BetSetting.kt b/src/main/kotlin/dev/nikomaru/raceassist/database/BetSetting.kt index ae9f02f..d9f3cd5 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/database/BetSetting.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/database/BetSetting.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/database/CircuitPoint.kt b/src/main/kotlin/dev/nikomaru/raceassist/database/CircuitPoint.kt index 789855f..0045290 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/database/CircuitPoint.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/database/CircuitPoint.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/database/PlayerList.kt b/src/main/kotlin/dev/nikomaru/raceassist/database/PlayerList.kt index fc18bbc..846ee25 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/database/PlayerList.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/database/PlayerList.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/database/RaceList.kt b/src/main/kotlin/dev/nikomaru/raceassist/database/RaceList.kt index 64e5779..b1cee94 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/database/RaceList.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/database/RaceList.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/database/TempBetData.kt b/src/main/kotlin/dev/nikomaru/raceassist/database/TempBetData.kt index 985d49c..dd6f63c 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/database/TempBetData.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/database/TempBetData.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/dispatch/discord/DiscordWebhook.kt b/src/main/kotlin/dev/nikomaru/raceassist/dispatch/discord/DiscordWebhook.kt index 8f02c3b..5671779 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/dispatch/discord/DiscordWebhook.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/dispatch/discord/DiscordWebhook.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/files/Config.kt b/src/main/kotlin/dev/nikomaru/raceassist/files/Config.kt index 8083f12..a916c7f 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/files/Config.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/files/Config.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/CommandUtils.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/CommandUtils.kt index 82c6a5f..bd06464 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/CommandUtils.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/CommandUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceJoinCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceJoinCommand.kt index 4753fdb..fe9fd90 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceJoinCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceJoinCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceLeaveCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceLeaveCommand.kt index 1716213..dec0cf9 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceLeaveCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceLeaveCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceListCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceListCommand.kt index a3a29e4..a9a3b04 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceListCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/audience/AudienceListCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceCentralCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceCentralCommand.kt index 2b6aeae..2263404 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceCentralCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceCentralCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceDegreeCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceDegreeCommand.kt index 7f6d56a..d33ecc0 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceDegreeCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceDegreeCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceFinishCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceFinishCommand.kt index 0be06a8..73a81f3 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceFinishCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceFinishCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceLapCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceLapCommand.kt index e4412bf..81b27cb 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceLapCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceLapCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceReverseCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceReverseCommand.kt index 338fa29..0958db6 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceReverseCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceReverseCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceSetCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceSetCommand.kt index a997e10..350377c 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceSetCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/place/PlaceSetCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerAddCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerAddCommand.kt index 8ef423d..64f753b 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerAddCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerAddCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerDeleteCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerDeleteCommand.kt index 197fbf9..ee4a731 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerDeleteCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerDeleteCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerListCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerListCommand.kt index fb8fe79..efe3bde 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerListCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerListCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerRemoveCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerRemoveCommand.kt index 1842ca1..869fe67 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerRemoveCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/player/PlayerRemoveCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceCopyCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceCopyCommand.kt index df8bd7c..d23c0ea 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceCopyCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceCopyCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceCreateCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceCreateCommand.kt index 3b5cbac..35feef4 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceCreateCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceCreateCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceDebugCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceDebugCommand.kt index 26d5694..5eab073 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceDebugCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceDebugCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceDeleteCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceDeleteCommand.kt index 53d537c..ae74e19 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceDeleteCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceDeleteCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceStartCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceStartCommand.kt index c473871..abb70a7 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceStartCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceStartCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceStopCommand.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceStopCommand.kt index 41fa4f6..34e2b28 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceStopCommand.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/commands/race/RaceStopCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetCentralPointEvent.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetCentralPointEvent.kt index bdf5fe5..bd65124 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetCentralPointEvent.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetCentralPointEvent.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetInsideCircuitEvent.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetInsideCircuitEvent.kt index dc87a52..2cbcb50 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetInsideCircuitEvent.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetInsideCircuitEvent.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetOutsideCircuitEvent.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetOutsideCircuitEvent.kt index 0edb83c..17a435a 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetOutsideCircuitEvent.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/event/SetOutsideCircuitEvent.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/utils/InsideCircuit.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/utils/InsideCircuit.kt index de1a0d9..6fcf771 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/utils/InsideCircuit.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/utils/InsideCircuit.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/race/utils/OutsideCircuit.kt b/src/main/kotlin/dev/nikomaru/raceassist/race/utils/OutsideCircuit.kt index 9b4905c..fa4a76d 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/race/utils/OutsideCircuit.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/race/utils/OutsideCircuit.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/utils/CommandSuggestions.kt b/src/main/kotlin/dev/nikomaru/raceassist/utils/CommandSuggestions.kt index 0bea4b3..0698538 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/utils/CommandSuggestions.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/utils/CommandSuggestions.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/utils/Lang.kt b/src/main/kotlin/dev/nikomaru/raceassist/utils/Lang.kt index df8e43d..5fd5a35 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/utils/Lang.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/utils/Lang.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/utils/RaceAudience.kt b/src/main/kotlin/dev/nikomaru/raceassist/utils/RaceAudience.kt index 586b0ab..45d4079 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/utils/RaceAudience.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/utils/RaceAudience.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/AsyncCoroutineDispatcher.kt b/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/AsyncCoroutineDispatcher.kt index 393fd9f..d27ecd9 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/AsyncCoroutineDispatcher.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/AsyncCoroutineDispatcher.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/DispatcherContainer.kt b/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/DispatcherContainer.kt index 6c03cfc..0f6b712 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/DispatcherContainer.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/DispatcherContainer.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/MinecraftCoroutineDispatcher.kt b/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/MinecraftCoroutineDispatcher.kt index 6cca043..9aea228 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/MinecraftCoroutineDispatcher.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/MinecraftCoroutineDispatcher.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/MinecraftCoroutineUtil.kt b/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/MinecraftCoroutineUtil.kt index f61180d..8ddb7ec 100644 --- a/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/MinecraftCoroutineUtil.kt +++ b/src/main/kotlin/dev/nikomaru/raceassist/utils/coroutines/MinecraftCoroutineUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Nikomaru + * Copyright © 2021-2022 Nikomaru * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/resources/lang/de_DE.properties b/src/main/resources/lang/de_DE.properties index 23acaf0..2c61d46 100644 --- a/src/main/resources/lang/de_DE.properties +++ b/src/main/resources/lang/de_DE.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=Das Rennen ist vorbei goal-degree-must-multiple-90=Der Torwinkel muss ein Vielfaches von 90 sein no-exist-central-point=Mittelpunkt existiert nicht diff --git a/src/main/resources/lang/en_US.properties b/src/main/resources/lang/en_US.properties index fc42400..9f4e39d 100644 --- a/src/main/resources/lang/en_US.properties +++ b/src/main/resources/lang/en_US.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=The race is finished. goal-degree-must-multiple-90=The goal degree must be a multiple of 90 no-exist-central-point=The center point does not exist. diff --git a/src/main/resources/lang/fr_FR.properties b/src/main/resources/lang/fr_FR.properties index d8536c1..20e344c 100644 --- a/src/main/resources/lang/fr_FR.properties +++ b/src/main/resources/lang/fr_FR.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=La course est finie goal-degree-must-multiple-90=L'angle d'arrivée doit être un multiple de 90 no-exist-central-point=Le point central n'existe pas diff --git a/src/main/resources/lang/he_IL.properties b/src/main/resources/lang/he_IL.properties index 14d5176..28cb421 100644 --- a/src/main/resources/lang/he_IL.properties +++ b/src/main/resources/lang/he_IL.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=המרוץ הסתיים goal-degree-must-multiple-90=זווית המטרה חייבת להיות כפולה של 90 no-exist-central-point=נקודת מרכז לא קיימת diff --git a/src/main/resources/lang/ja_JP.properties b/src/main/resources/lang/ja_JP.properties index 5efa0db..9f991ba 100644 --- a/src/main/resources/lang/ja_JP.properties +++ b/src/main/resources/lang/ja_JP.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=レースが終了しました goal-degree-must-multiple-90=ゴール角度は90の倍数である必要があります no-exist-central-point=中心点が存在しません diff --git a/src/main/resources/lang/ko_KR.properties b/src/main/resources/lang/ko_KR.properties index b927e5d..c65168c 100644 --- a/src/main/resources/lang/ko_KR.properties +++ b/src/main/resources/lang/ko_KR.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=레이스가 끝났습니다 goal-degree-must-multiple-90=목표 각도는 90의 배수여야 합니다. no-exist-central-point=중심점이 존재하지 않음 diff --git a/src/main/resources/lang/pt_PT.properties b/src/main/resources/lang/pt_PT.properties index a2591bb..d60f90d 100644 --- a/src/main/resources/lang/pt_PT.properties +++ b/src/main/resources/lang/pt_PT.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=A corrida acabou goal-degree-must-multiple-90=O ângulo do objetivo deve ser um múltiplo de 90 no-exist-central-point=O ponto central não existe diff --git a/src/main/resources/lang/tok.properties b/src/main/resources/lang/tok.properties index 5efa0db..9f991ba 100644 --- a/src/main/resources/lang/tok.properties +++ b/src/main/resources/lang/tok.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=レースが終了しました goal-degree-must-multiple-90=ゴール角度は90の倍数である必要があります no-exist-central-point=中心点が存在しません diff --git a/src/main/resources/lang/zh_CN.properties b/src/main/resources/lang/zh_CN.properties index f8f7435..7d44d44 100644 --- a/src/main/resources/lang/zh_CN.properties +++ b/src/main/resources/lang/zh_CN.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=比赛结束了 goal-degree-must-multiple-90=目标角度必须是 90 的倍数 no-exist-central-point=中心点不存在 diff --git a/src/main/resources/lang/zh_TW.properties b/src/main/resources/lang/zh_TW.properties index 113ab2a..bb045c4 100644 --- a/src/main/resources/lang/zh_TW.properties +++ b/src/main/resources/lang/zh_TW.properties @@ -1,19 +1,3 @@ -# -# Copyright © 2022 Nikomaru -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - finish-race=比賽結束了 goal-degree-must-multiple-90=目標角度必須是 90 的倍數 no-exist-central-point=中心點不存在