-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add AGPL v3.0 (or later) license (#636)
* add license AGPL v3.0 (or later) plus exceptions * update README.md * downloadable source code zip * Add DCO check in Pull Requests (enforce sign offs on commits) ** make it more clear that code published in the Pull Request is/needs to be under the license of this project to be merged. --------- Signed-off-by: GitHub Actions <[email protected]> Signed-off-by: Marvin <[email protected]> Co-authored-by: Lukas Hagen <[email protected]> Co-authored-by: Christian Zöllner <[email protected]> Co-authored-by: benn02 <[email protected]> Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Lukas Radermacher <[email protected]>
- Loading branch information
1 parent
e7a4005
commit e6be4d1
Showing
18 changed files
with
2,221 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Copyright (c) 2023 See the [README.md](README.md#contributors) for authors/contributors (bottom of the document). | ||
|
||
This software is a digital implementation of the "FüSim MANV"/"FueSim MANV" (Führungssimulation Massenanfall von Verletzen), a German paper-based simulation game for training emergency medical services leadership personnel in managing Mass Casualty Incidents. | ||
|
||
The software is licensed under the [GNU Affero General Public License](LICENSE.md) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | ||
Exceptions apply to image files in the frontend/src/assets folder (or subfolders), which may be covered by and therefore distributed under different licenses. | ||
The individual license for each image can be found in [frontend/src/assets/LICENSES-IMAGES.md](frontend/src/assets/LICENSES-IMAGES.md), it is also possible to link to a publically free available webpage, where the license can be easily read from (this could be the source of an image, for example). Files added to this project may only use this exception if these files serve the only purpose of being displayed and will only be parsed for the purpose of displaying them. | ||
Another exception to the default licence exists for datasets. Datasets are files that include no new features and just contain different compositions allowed through template classes given in the source code. Datasets must always be in a publically free available human readable formats (for example csv, JSON, txt). Compressed datasets are allowed, but every user of this software must be able to decompress it again into a publically free available human readable format with the help of this software. Datasets licenses must be mentioned in a LICENSES-DATASETS.md file in the respective folder where the dataset is placed (same applies if only one dataset is in the respective folder). All license files must state explicitly which file (or files) they refer to, who the authors are and which license applies (or licenses apply). | ||
Datasets are not allowed to create any new features or enhance the software in any way, as to create elements that can be part of an export and are importable into this software, with its source code being under the [GNU Affero General Public License](LICENSE.md) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Especially, you must not use this exception for source code files. | ||
All exceptions can be part of another license chosen by the author of these images or datasets. | ||
|
||
Digital FueSim MANV is free software: you can redistribute it and/or modify | ||
it under the terms of the [GNU Affero General Public License](LICENSE.md) as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. Exceptions are mentioned in this file [LICENSE-README.md](LICENSE-README.md). | ||
|
||
Digital FueSim MANV 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. | ||
|
||
The GNU Affero General Public License can be found in the file named [LICENSE.md](LICENSE.md). If not, see <http://www.gnu.org/licenses/>. |
Oops, something went wrong.