From 5337d1bf253a60d3d518f3c81f48fcf1383440b3 Mon Sep 17 00:00:00 2001 From: Anonymous275 Date: Sun, 20 Dec 2020 15:14:19 +0200 Subject: [PATCH] Small edit --- include/Curl/http.h | 2 +- include/Discord/discord_info.h | 2 +- include/Json.h | 2 +- include/Logger.h | 2 +- include/Network/network.h | 2 +- include/Security/Game.h | 2 +- include/Security/Init.h | 2 +- include/Startup.h | 2 +- include/Zlib/Compressor.h | 2 +- src/Compressor.cpp | 2 +- src/Discord.cpp | 2 +- src/GameStart.cpp | 2 +- src/Network/Core.cpp | 2 +- src/Network/DNS.cpp | 2 +- src/Network/GlobalHandler.cpp | 2 +- src/Network/Http.cpp | 2 +- src/Network/Resources.cpp | 2 +- src/Network/VehicleData.cpp | 2 +- src/Network/VehicleEvent.cpp | 2 +- src/Security/BeamNG.cpp | 2 +- src/Security/Login.cpp | 2 +- src/Startup.cpp | 2 +- src/main.cpp | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/include/Curl/http.h b/include/Curl/http.h index 6cae279..75640c8 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 Launcher 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/Discord/discord_info.h b/include/Discord/discord_info.h index c210339..f099edf 100644 --- a/include/Discord/discord_info.h +++ b/include/Discord/discord_info.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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 37e6ced..cd828ee 100644 --- a/include/Json.h +++ b/include/Json.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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 62d17e5..2d2ae11 100644 --- a/include/Logger.h +++ b/include/Logger.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/network.h b/include/Network/network.h index 7fd1331..936dd25 100644 --- a/include/Network/network.h +++ b/include/Network/network.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/Game.h b/include/Security/Game.h index 0c2bab2..77d1ffc 100644 --- a/include/Security/Game.h +++ b/include/Security/Game.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/Init.h b/include/Security/Init.h index 4c71e42..7a1d0ea 100644 --- a/include/Security/Init.h +++ b/include/Security/Init.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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 37d1135..d0ed404 100644 --- a/include/Startup.h +++ b/include/Startup.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/Zlib/Compressor.h b/include/Zlib/Compressor.h index 852c9ca..0a1d815 100644 --- a/include/Zlib/Compressor.h +++ b/include/Zlib/Compressor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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 f54d891..6ee00ef 100644 --- a/src/Compressor.cpp +++ b/src/Compressor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/Discord.cpp b/src/Discord.cpp index f6bc284..b254c64 100644 --- a/src/Discord.cpp +++ b/src/Discord.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/GameStart.cpp b/src/GameStart.cpp index 9b273cb..35a522c 100644 --- a/src/GameStart.cpp +++ b/src/GameStart.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/Core.cpp b/src/Network/Core.cpp index bd419d7..6175aec 100644 --- a/src/Network/Core.cpp +++ b/src/Network/Core.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/DNS.cpp b/src/Network/DNS.cpp index 602413d..d035ce1 100644 --- a/src/Network/DNS.cpp +++ b/src/Network/DNS.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/GlobalHandler.cpp b/src/Network/GlobalHandler.cpp index 81d2266..3b83056 100644 --- a/src/Network/GlobalHandler.cpp +++ b/src/Network/GlobalHandler.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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 7fa8715..e26866d 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 Launcher 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/Resources.cpp b/src/Network/Resources.cpp index 9ca10f9..711107c 100644 --- a/src/Network/Resources.cpp +++ b/src/Network/Resources.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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 e94d5e4..2e17b20 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 Launcher 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/VehicleEvent.cpp b/src/Network/VehicleEvent.cpp index aea8ac3..650ab52 100644 --- a/src/Network/VehicleEvent.cpp +++ b/src/Network/VehicleEvent.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/Security/BeamNG.cpp b/src/Security/BeamNG.cpp index e1509ba..74ea8a6 100644 --- a/src/Security/BeamNG.cpp +++ b/src/Security/BeamNG.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/Security/Login.cpp b/src/Security/Login.cpp index e90030c..6cad5bc 100644 --- a/src/Security/Login.cpp +++ b/src/Security/Login.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/Startup.cpp b/src/Startup.cpp index 573bec9..8162d7b 100644 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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/main.cpp b/src/main.cpp index 003ae2b..73f2898 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Anonymous275. +// Copyright (c) 2019-present Anonymous275. // BeamMP Launcher 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.