IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Commits
c5deac15
Commit
c5deac15
authored
2 months ago
by
Marvin Gottowik
Browse files
Options
Downloads
Patches
Plain Diff
more license changes
parent
60db5d7c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!667
Random iterator license bds
,
!663
update license info in file header
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
documentation/howto_create_module.rst
+4
-5
4 additions, 5 deletions
documentation/howto_create_module.rst
with
5 additions
and
6 deletions
README.md
+
1
−
1
View file @
c5deac15
...
...
@@ -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 l
icense. See
[
license
CORSIKA 8 is by default released under the
BSD 3-Clause L
icense. See
[
license
file
](
https://gitlab.iap.kit.edu/AirShowerPhysics/corsika/blob/master/LICENSE
)
which is part of every release and the source code.
...
...
This diff is collapsed.
Click to expand it.
documentation/howto_create_module.rst
+
4
−
5
View file @
c5deac15
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment