1
0

Add copyright notice

This commit is contained in:
2026-07-13 14:57:35 +02:00
parent af29a15fcf
commit 1a50990549
+32
View File
@@ -0,0 +1,32 @@
# Copyright and Licensing
Copyright © 2026 Erick Ahmed
This project consists of multiple works that are licensed independently. Unless explicitly stated otherwise, each component is governed by its own license.
## Bachelor Thesis
The written bachelor thesis (including its original text, figures, diagrams, and other non-software content) is licensed under **Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)**.
This license applies **only** to the thesis and other documentation explicitly released under CC BY-SA.
## Software
The software developed as part of this work is licensed separately.
* CANdigger and CANdigger-eda: **GNU General Public License v3.0**
* CANveyor: **GNU Affero General Public License v3.0**
Each software repository contains its own `LICENSE` file, which is the authoritative source for the licensing terms of that repository.
## Relationship Between the Thesis and the Software
Although the thesis describes and references the software, the licenses remain independent.
* The CC BY-SA license governing the thesis **does not apply** to the software source code.
* The GPLv3 and AGPLv3 licenses governing the software **do not apply** to the thesis text.
* Code snippets reproduced within the thesis are included solely for explanation and documentation. The underlying software remains licensed under its respective software license.
## Third-Party Components
Third-party libraries, datasets, images, fonts, or other materials included in this project remain subject to their respective licenses and copyright holders. Their licensing is unaffected by this document.