From c42afb34b3fcf3b4ad64434dc12c3a3fdea09b37 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Mon, 13 Jul 2026 15:24:52 +0200 Subject: [PATCH] Specify that code is licensed under AGPLv3-or-later --- COPYRIGHT.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 COPYRIGHT.md diff --git a/COPYRIGHT.md b/COPYRIGHT.md new file mode 100644 index 0000000..d9992ea --- /dev/null +++ b/COPYRIGHT.md @@ -0,0 +1,9 @@ +# Copyright + +Copyright © 2026 Erick Ahmed + +The source code in this repository is licensed under the **GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later)**. + +A copy of the license is provided in the `LICENSE` file. If any discrepancy exists between this notice and the `LICENSE` file, the `LICENSE` file shall prevail. + +Any third-party components included in this repository at any point during developement remain the property of their respective copyright holders and are subject to their own license terms.