Update license header

This commit is contained in:
Tixx 2024-12-07 11:26:09 +01:00
parent 87c7edf404
commit 46e6fda26e
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C
27 changed files with 156 additions and 151 deletions

View File

@ -57,7 +57,7 @@ You can also specify a number of threads to use, for example `--parallel 4` will
## License ## License
BeamMP Launcher, a launcher for the BeamMP mod for BeamNG.drive BeamMP Launcher, a launcher for the BeamMP mod for BeamNG.drive
Copyright (C) 2020-2024 Anonymous275, Lion Kortlepel, the BeamMP Mod Team, and contributors. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published it under the terms of the GNU Affero General Public License as published

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/18/2020
///
#pragma once #pragma once
#include "Logger.h" #include "Logger.h"
#include <string> #include <string>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 4/2/2020.
///
#pragma once #pragma once
#include <iostream> #include <iostream>
#include <string> #include <string>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/18/2020
///
#pragma once #pragma once
#include <string> #include <string>

View File

@ -1,3 +1,9 @@
/*
Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once #pragma once
#include <string> #include <string>

View File

@ -1,9 +1,8 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/19/2020
///
#pragma once #pragma once
extern unsigned long GamePID; extern unsigned long GamePID;

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/18/2020
///
#pragma once #pragma once
#include <string> #include <string>
void PreGame(const std::string& GamePath); void PreGame(const std::string& GamePath);

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/18/2020
///
#pragma once #pragma once
#include <compare> #include <compare>
#include <string> #include <string>

View File

@ -1,3 +1,9 @@
/*
Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once #pragma once
#include <string> #include <string>
#include <vector> #include <vector>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/24/2020
///
#pragma once #pragma once
#include <span> #include <span>
#include <vector> #include <vector>

View File

@ -1,3 +1,9 @@
/*
Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
SPDX-License-Identifier: AGPL-3.0-or-later
*/
#ifndef _LINUXFIXES_H #ifndef _LINUXFIXES_H
#define _LINUXFIXES_H #define _LINUXFIXES_H

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/15/2020
///
#include "Logger.h" #include "Logger.h"
#include <span> #include <span>

View File

@ -1,6 +1,8 @@
/// /*
/// Created by Anonymous275 on 2/23/2021 Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
/// Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
SPDX-License-Identifier: AGPL-3.0-or-later
*/
#include "Logger.h" #include "Logger.h"
#include "Network/network.hpp" #include "Network/network.hpp"

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/19/2020
///
#if defined(_WIN32) #if defined(_WIN32)
#include <windows.h> #include <windows.h>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/17/2020
///
#include "Logger.h" #include "Logger.h"
#include "Startup.h" #include "Startup.h"

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/20/2020
///
#include "Http.h" #include "Http.h"
#include "Network/network.hpp" #include "Network/network.hpp"
#include "Security/Init.h" #include "Security/Init.h"

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 9/25/2020
///
#include <string> #include <string>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/25/2020
///
#include "Network/network.hpp" #include "Network/network.hpp"
#include <memory> #include <memory>
#include <zlib.h> #include <zlib.h>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/18/2020
///
#include "Http.h" #include "Http.h"
#include <Logger.h> #include <Logger.h>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 4/11/2020
///
#include "Network/network.hpp" #include "Network/network.hpp"
#include <chrono> #include <chrono>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 5/8/2020
///
#include "Network/network.hpp" #include "Network/network.hpp"
#include "Zlib/Compressor.h" #include "Zlib/Compressor.h"
#include <stdexcept> #include <stdexcept>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 5/8/2020
///
#include "Logger.h" #include "Logger.h"
#include <Zlib/Compressor.h> #include <Zlib/Compressor.h>

View File

@ -1,3 +1,9 @@
/*
Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
SPDX-License-Identifier: AGPL-3.0-or-later
*/
#include "Options.h" #include "Options.h"
#include "Logger.h" #include "Logger.h"

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/18/2020
///
#include <filesystem> #include <filesystem>
#if defined(_WIN32) #if defined(_WIN32)

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 11/26/2020
///
#include "Http.h" #include "Http.h"
#include "Logger.h" #include "Logger.h"

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/16/2020
///
#include "zip_file.h" #include "zip_file.h"
#include <charconv> #include <charconv>

View File

@ -1,10 +1,9 @@
// Copyright (c) 2019-present Anonymous275. /*
// BeamMP Launcher code is not in the public domain and is not free software. Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
// One must be granted explicit permission by the copyright holder in order to modify or distribute any part of the source or binaries. Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
// Anything else is prohibited. Modified works may not be published and have be upstreamed to the official repository. SPDX-License-Identifier: AGPL-3.0-or-later
/// */
/// Created by Anonymous275 on 7/16/2020
///
#include "Http.h" #include "Http.h"
#include "Logger.h" #include "Logger.h"
#include "Network/network.hpp" #include "Network/network.hpp"