3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Use Spotless for license formatting

Dieser Commit ist enthalten in:
Andrew Steinborn 2023-01-01 18:46:33 -05:00
Ursprung d715e17acb
Commit b0862d2d16
405 geänderte Dateien mit 480 neuen und 428 gelöschten Zeilen

Datei anzeigen

@ -1,14 +1,17 @@
Copyright (C) 2018 Velocity Contributors /*
* Copyright (C) $YEAR Velocity Contributors
*
* 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 <https://www.gnu.org/licenses/>.
*/
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 <https://www.gnu.org/licenses/>.

Datei anzeigen

@ -1,4 +1,7 @@
Copyright (C) 2018 Velocity Contributors /*
* Copyright (C) $YEAR Velocity Contributors
*
* The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory.
*/
The Velocity API is licensed under the terms of the MIT License. For more details,
reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -3,10 +3,6 @@ plugins {
`maven-publish` `maven-publish`
} }
license {
header(project.file("HEADER.txt"))
}
java { java {
withJavadocJar() withJavadocJar()
withSourcesJar() withSourcesJar()

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2020-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2020-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2020-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2020-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2020 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2020-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2020-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2020-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2019-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2020-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2022-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2019-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2022-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2022-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2022-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2021-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2021 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2022 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Datei anzeigen

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2018 Velocity Contributors * Copyright (C) 2018-2023 Velocity Contributors
* *
* The Velocity API is licensed under the terms of the MIT License. For more details, * The Velocity API is licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in the api top-level directory. * reference the LICENSE file in the api top-level directory.

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden Mehr anzeigen