From a92b9de15d486c4ff24d04a6f5acdce40a7b8413 Mon Sep 17 00:00:00 2001 From: DcruBro Date: Mon, 10 Nov 2025 16:57:57 +0100 Subject: [PATCH] Add legal clarification --- README.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bebe0a7..7379e90 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,22 @@ The **Data** is generally just the **raw underlying packet** forwarded to the se ## Legal -Copyright (C) 2025 Jonas Korene Novak +### Copyright ownership: +Unless explicitly stated otherwise, all source code and material contained in this project +is the copyright of their respective authors, as identified in (but not limited to) +the project's version control history (e.g., Git commit authorship). + +Each contribution is provided under the terms of the GNU General Public License, +version 2 or (at your option) any later version, as published by the Free Software Foundation, +unless an individual file or component specifies a different license. + +No contributor or maintainer claims exclusive ownership of the entire project. +All rights are retained by their respective authors. + +By submitting a contribution, you agree that it will be licensed under the +same dual GPL terms as the project as a whole. + +### Licensing: This project is **dual-licensed** under the GNU General Public License (GPL): @@ -120,11 +135,7 @@ 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 . -DcruBro is the online pseudonym of Jonas Korene Novak. Both refer to the same individual and may be used interchangeably for copyright attribution purposes. - -### Licensing - -*See **ATTRIBUTIONS.md** for details.* - This project includes the [ASIO C++ Library](https://think-async.com/Asio/), -distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt). \ No newline at end of file +distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt). + +*See **ATTRIBUTIONS.md** for details.* \ No newline at end of file -- 2.43.0