From 8f2b8b25e83bb0abef3a11d51d51cbc393a2fc5b Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 19 Apr 2026 18:41:06 +0000 Subject: [PATCH] add AGPL headers to more new files --- include/TConnectionLimiter.h | 18 ++++++++++++++++++ include/TLuaResult.h | 18 ++++++++++++++++++ src/TConnectionLimiter.cpp | 18 ++++++++++++++++++ src/TLuaResult.cpp | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/include/TConnectionLimiter.h b/include/TConnectionLimiter.h index 62df05f..c9f38dd 100644 --- a/include/TConnectionLimiter.h +++ b/include/TConnectionLimiter.h @@ -1,3 +1,21 @@ +// BeamMP, the BeamNG.drive multiplayer mod. +// Copyright (C) 2026 BeamMP Ltd., BeamMP team and contributors. +// +// BeamMP Ltd. can be contacted by electronic mail via contact@beammp.com. +// +// 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 +// 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + #pragma once #include diff --git a/include/TLuaResult.h b/include/TLuaResult.h index 81ee223..18afb2e 100644 --- a/include/TLuaResult.h +++ b/include/TLuaResult.h @@ -1,3 +1,21 @@ +// BeamMP, the BeamNG.drive multiplayer mod. +// Copyright (C) 2026 BeamMP Ltd., BeamMP team and contributors. +// +// BeamMP Ltd. can be contacted by electronic mail via contact@beammp.com. +// +// 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 +// 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + #pragma once #include "Common.h" diff --git a/src/TConnectionLimiter.cpp b/src/TConnectionLimiter.cpp index b2c681e..97d3fab 100644 --- a/src/TConnectionLimiter.cpp +++ b/src/TConnectionLimiter.cpp @@ -1,3 +1,21 @@ +// BeamMP, the BeamNG.drive multiplayer mod. +// Copyright (C) 2026 BeamMP Ltd., BeamMP team and contributors. +// +// BeamMP Ltd. can be contacted by electronic mail via contact@beammp.com. +// +// 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 +// 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + #include "TConnectionLimiter.h" #include #include diff --git a/src/TLuaResult.cpp b/src/TLuaResult.cpp index 75b86b0..7c6e449 100644 --- a/src/TLuaResult.cpp +++ b/src/TLuaResult.cpp @@ -1,3 +1,21 @@ +// BeamMP, the BeamNG.drive multiplayer mod. +// Copyright (C) 2026 BeamMP Ltd., BeamMP team and contributors. +// +// BeamMP Ltd. can be contacted by electronic mail via contact@beammp.com. +// +// 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 +// 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + #include "TLuaResult.h" #include #include