IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c5deac15 authored by Marvin Gottowik's avatar Marvin Gottowik
Browse files

more license changes

parent 60db5d7c
No related branches found
No related tags found
2 merge requests!667Random iterator license bds,!663update license info in file header
......@@ -13,7 +13,7 @@ compiler optimization. Thus, the most fundamental configuration
decisions of the user must be performed at compile time. At run time,
model parameters can still be changed.
CORSIKA 8 is by default released under the GPLv3 license. See [license
CORSIKA 8 is by default released under the BSD 3-Clause License. See [license
file](https://gitlab.iap.kit.edu/AirShowerPhysics/corsika/blob/master/LICENSE)
which is part of every release and the source code.
......
......@@ -127,9 +127,8 @@ You can then include such a process in your programm (e.g. in vertical_EAS) with
- initialize it with `simple_process::SimpleProcess simple; `
- add it to the physiscs sequence i.e. via `auto extended_sequence = make_sequence(old_sequence, simple);`
Please follow the style and guidelines for programming CORSIKA 8 code
even for private project. Your code will be GPLv3, too, and thus
should be made public to the community. Any discussion or eventual
bug-fixing is much more complicated if there are deviations from the
guideline.
Please follow the style and guidelines for programming CORSIKA 8 code even for
private projects. Your code will be covered by the BSD 3-Clause License, too,
and thus should be made public to the community. Any discussion or eventual
bug-fixing is much more complicated if there are deviations from the guidelines.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment