0
0
mirror of https://github.com/PaperMC/Velocity.git synced 2025-04-02 09:18:58 +00:00

Use Spotless for license formatting

This commit is contained in:
Andrew Steinborn
2023-01-01 18:46:33 -05:00
parent d715e17acb
commit b0862d2d16
405 changed files with 480 additions and 428 deletions
HEADER.txt
api
HEADER.txtbuild.gradle.kts
src
ap/java/com/velocitypowered/api/plugin/ap
main/java/com/velocitypowered/api
command
event
network
permission
plugin
proxy
scheduler
util
test/java/com/velocitypowered/api
build.gradle.kts
buildSrc
config/checkstyle
native
proxy
build.gradle.kts
src
main/java/com/velocitypowered/proxy
Metrics.javaProxyOptions.javaVelocity.javaVelocityServer.java
command
config
connection
console
crypto
event
network
plugin
protocol
MinecraftPacket.javaProtocolUtils.javaStateRegistry.javaVelocityConnectionEvent.java
netty
packet
AvailableCommands.javaBossBar.javaClientSettings.javaDisconnect.javaEncryptionRequest.javaEncryptionResponse.javaHandshake.javaHeaderAndFooter.javaJoinGame.javaKeepAlive.javaLegacyDisconnect.javaLegacyHandshake.javaLegacyPing.javaLegacyPlayerListItem.javaLoginPluginMessage.javaLoginPluginResponse.javaPluginMessage.javaRemovePlayerInfo.javaResourcePackRequest.javaResourcePackResponse.javaRespawn.javaServerData.javaServerLogin.javaServerLoginSuccess.javaSetCompression.javaStatusPing.javaStatusRequest.javaStatusResponse.javaTabCompleteRequest.javaTabCompleteResponse.javaUpsertPlayerInfo.java
brigadier
chat
legacyping
title
util
scheduler
server
tablist
util
test/java/com/velocitypowered/proxy

@ -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/>.

@ -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.

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

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

@ -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,
* reference the LICENSE file in the api top-level directory.

Some files were not shown because too many files have changed in this diff Show More