From 435c397d020b98ae6ff6fecd0d2cbacc2cda3264 Mon Sep 17 00:00:00 2001 From: Anonymous275 Date: Sun, 20 Dec 2020 15:14:23 +0200 Subject: [PATCH] Small edit --- include/Client.hpp | 2 +- include/Compressor.h | 2 +- include/Curl/Http.h | 2 +- include/Json.h | 2 +- include/Logger.h | 2 +- include/Lua/LuaSystem.hpp | 2 +- include/Network.h | 2 +- include/Security/Enc.h | 2 +- include/Settings.h | 2 +- include/Startup.h | 2 +- src/Compressor.cpp | 2 +- src/Console.cpp | 2 +- src/Enc.cpp | 2 +- src/Init/Config.cpp | 2 +- src/Init/Heartbeat.cpp | 2 +- src/Init/Resources.cpp | 2 +- src/Init/Startup.cpp | 2 +- src/Lua/LuaMain.cpp | 2 +- src/Lua/LuaSystem.cpp | 2 +- src/Network/Auth.cpp | 2 +- src/Network/Client.cpp | 2 +- src/Network/GParser.cpp | 2 +- src/Network/Http.cpp | 2 +- src/Network/InitClient.cpp | 2 +- src/Network/StatMonitor.cpp | 2 +- src/Network/Sync.cpp | 2 +- src/Network/TCPHandler.cpp | 2 +- src/Network/VehicleData.cpp | 2 +- src/Network/Websocket.cpp | 2 +- src/logger.cpp | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/include/Client.hpp b/include/Client.hpp index 037b7af..a01d5ea 100644 --- a/include/Client.hpp +++ b/include/Client.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/include/Compressor.h b/include/Compressor.h index 29fbaa5..3c2fe24 100644 --- a/include/Compressor.h +++ b/include/Compressor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/include/Curl/Http.h b/include/Curl/Http.h index 9ae2774..b11a88a 100644 --- a/include/Curl/Http.h +++ b/include/Curl/Http.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/include/Json.h b/include/Json.h index 79062f4..e04d7a7 100644 --- a/include/Json.h +++ b/include/Json.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/include/Logger.h b/include/Logger.h index bef48b3..53beeec 100644 --- a/include/Logger.h +++ b/include/Logger.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/include/Lua/LuaSystem.hpp b/include/Lua/LuaSystem.hpp index 525cae1..0edfd9d 100644 --- a/include/Lua/LuaSystem.hpp +++ b/include/Lua/LuaSystem.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/include/Network.h b/include/Network.h index 6fc092b..5a0c905 100644 --- a/include/Network.h +++ b/include/Network.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/include/Security/Enc.h b/include/Security/Enc.h index abf1955..66427fc 100644 --- a/include/Security/Enc.h +++ b/include/Security/Enc.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/include/Settings.h b/include/Settings.h index 6c47b28..2844c1b 100644 --- a/include/Settings.h +++ b/include/Settings.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/include/Startup.h b/include/Startup.h index bfe4a71..9c46e38 100644 --- a/include/Startup.h +++ b/include/Startup.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Compressor.cpp b/src/Compressor.cpp index 52cf552..389599a 100644 --- a/src/Compressor.cpp +++ b/src/Compressor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Console.cpp b/src/Console.cpp index 5150038..1f5a3cf 100644 --- a/src/Console.cpp +++ b/src/Console.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Enc.cpp b/src/Enc.cpp index 4bbcc9a..0b0bb27 100644 --- a/src/Enc.cpp +++ b/src/Enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Init/Config.cpp b/src/Init/Config.cpp index eb93c4c..c4b8b7c 100644 --- a/src/Init/Config.cpp +++ b/src/Init/Config.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Init/Heartbeat.cpp b/src/Init/Heartbeat.cpp index 7b5e76c..a0580ab 100644 --- a/src/Init/Heartbeat.cpp +++ b/src/Init/Heartbeat.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Init/Resources.cpp b/src/Init/Resources.cpp index 35a846b..1ef12e7 100644 --- a/src/Init/Resources.cpp +++ b/src/Init/Resources.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Init/Startup.cpp b/src/Init/Startup.cpp index 5d1d35e..9c2d7e4 100644 --- a/src/Init/Startup.cpp +++ b/src/Init/Startup.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Lua/LuaMain.cpp b/src/Lua/LuaMain.cpp index 52dffcd..890ec25 100644 --- a/src/Lua/LuaMain.cpp +++ b/src/Lua/LuaMain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Lua/LuaSystem.cpp b/src/Lua/LuaSystem.cpp index f0be0ea..d0eee88 100644 --- a/src/Lua/LuaSystem.cpp +++ b/src/Lua/LuaSystem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/Auth.cpp b/src/Network/Auth.cpp index 10c421f..92662b9 100644 --- a/src/Network/Auth.cpp +++ b/src/Network/Auth.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/Client.cpp b/src/Network/Client.cpp index c22df0b..1d8b40c 100644 --- a/src/Network/Client.cpp +++ b/src/Network/Client.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/GParser.cpp b/src/Network/GParser.cpp index 24308c0..cfefc20 100644 --- a/src/Network/GParser.cpp +++ b/src/Network/GParser.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/Http.cpp b/src/Network/Http.cpp index 24952d1..94552fb 100644 --- a/src/Network/Http.cpp +++ b/src/Network/Http.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/InitClient.cpp b/src/Network/InitClient.cpp index 4facbe0..aa7b31f 100644 --- a/src/Network/InitClient.cpp +++ b/src/Network/InitClient.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/StatMonitor.cpp b/src/Network/StatMonitor.cpp index 11454ef..8da50bc 100644 --- a/src/Network/StatMonitor.cpp +++ b/src/Network/StatMonitor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/Sync.cpp b/src/Network/Sync.cpp index 5634d16..4c9648a 100644 --- a/src/Network/Sync.cpp +++ b/src/Network/Sync.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/TCPHandler.cpp b/src/Network/TCPHandler.cpp index ba148ba..78dab03 100644 --- a/src/Network/TCPHandler.cpp +++ b/src/Network/TCPHandler.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/VehicleData.cpp b/src/Network/VehicleData.cpp index 473234b..188a24a 100644 --- a/src/Network/VehicleData.cpp +++ b/src/Network/VehicleData.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/Network/Websocket.cpp b/src/Network/Websocket.cpp index 5e7d052..a7789bc 100644 --- a/src/Network/Websocket.cpp +++ b/src/Network/Websocket.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. diff --git a/src/logger.cpp b/src/logger.cpp index 8265712..59d8f33 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Server code is not in the public domain and is not free software. // One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. // Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository.