Skip to content

Commit e78316e

Browse files
committed
new license and citations files
1 parent c508e10 commit e78316e

4 files changed

Lines changed: 37 additions & 72 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ Why this helps review:
113113

114114
## Licensing and Citation
115115

116-
By contributing, you agree that your contributions are licensed under the GEMC Software License v1.0. See [`LICENSE.md`](LICENSE.md).
116+
By contributing, you agree that your contributions are licensed under the Apache License, Version 2.0. See
117+
[`LICENSE`](LICENSE).
117118

118119
If you use GEMC in scientific work, cite:
119120

LICENSE.md renamed to LICENSE

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,3 @@
1-
---
2-
layout: default
3-
permalink: /license/
4-
---
5-
6-
# GEMC Software License
7-
8-
*Version 1.1, June 19, 2026*
9-
10-
As of Version 1.1, GEMC is licensed under the **Apache License, Version 2.0** (the "License").
11-
You may not use this software except in compliance with the License. You may obtain a copy of
12-
the License at <http://www.apache.org/licenses/LICENSE-2.0>.
13-
14-
> Copyright (c) 2006–2026,
15-
> Maurizio Ungaro and Thomas Jefferson National Accelerator Facility (`Jefferson Lab`).
16-
17-
Unless required by applicable law or agreed to in writing, software distributed under the
18-
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
19-
either express or implied. See the License for the specific language governing permissions and
20-
limitations under the License.
21-
22-
This version supersedes the previous custom *GEMC Software License v1.0 (May 28, 2026)*.
23-
24-
<br/>
25-
26-
## NOTICE
27-
28-
This product includes the GEMC software developed by Maurizio Ungaro at Thomas Jefferson
29-
National Accelerator Facility (Jefferson Lab).
30-
31-
GEMC may be distributed with, or may require, third-party components (including, without
32-
limitation, Geant4, CLHEP, Qt, ROOT, SQLite, and Assimp) that are separately licensed. Such
33-
components are provided under their respective licenses, and you must comply with those
34-
licenses in addition to the Apache License, Version 2.0 that covers GEMC itself. Where required
35-
(for example, by the Geant4 license), you must reproduce the applicable notices and
36-
acknowledgments in your redistribution.
37-
38-
<br/>
39-
40-
## Scientific Citation
41-
42-
Citation is **requested but not required**. If you use GEMC in scientific work, please help our
43-
scientific visibility by citing:
44-
45-
> M. Ungaro, "Geant4 Monte-Carlo (GEMC) A database-driven simulation program," EPJ Web of
46-
> Conferences 295, 05005 (2024). <https://doi.org/10.1051/epjconf/202429505005>
47-
48-
```bibtex
49-
@INPROCEEDINGS{2024EPJWC.29505005U,
50-
author = {{Ungaro}, Maurizio},
51-
title = "{Geant4 Monte-Carlo (GEMC) A database-driven simulation program}",
52-
booktitle = {European Physical Journal Web of Conferences},
53-
year = 2024,
54-
series = {European Physical Journal Web of Conferences},
55-
volume = {295},
56-
month = may,
57-
eid = {05005},
58-
pages = {05005},
59-
doi = {10.1051/epjconf/202429505005},
60-
adsurl = {https://ui.adsabs.harvard.edu/abs/2024EPJWC.29505005U},
61-
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
62-
}
63-
```
64-
65-
<br/>
66-
67-
## Apache License, Version 2.0 — full text
68-
69-
```
701
Apache License
712
Version 2.0, January 2004
723
http://www.apache.org/licenses/
@@ -269,4 +200,3 @@ scientific visibility by citing:
269200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
270201
See the License for the specific language governing permissions and
271202
limitations under the License.
272-
```

NOTICE

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
GEMC — Geant4 Monte-Carlo
2+
Copyright 2006-2026 Maurizio Ungaro and Thomas Jefferson National Accelerator
3+
Facility (Jefferson Lab).
4+
5+
This product includes the GEMC software developed by Maurizio Ungaro at
6+
Thomas Jefferson National Accelerator Facility (Jefferson Lab).
7+
8+
This software includes voluntary contributions made to the GEMC project.
9+
10+
------------------------------------------------------------------------------
11+
Third-party components
12+
------------------------------------------------------------------------------
13+
GEMC is distributed with, or requires at run time, third-party components that
14+
are separately licensed. Each is provided under its own license, and you must
15+
comply with those licenses in addition to the Apache License, Version 2.0 that
16+
covers GEMC itself. Where required (for example, by the Geant4 license), the
17+
applicable notices and acknowledgments must be reproduced in redistributions.
18+
19+
- Geant4 — https://geant4.web.cern.ch (Geant4 Software License)
20+
- CLHEP — https://proj-clhep.web.cern.ch (CLHEP / GNU GPL)
21+
- Qt — https://www.qt.io (LGPLv3 / commercial)
22+
- ROOT — https://root.cern (LGPLv2.1)
23+
- SQLite — https://www.sqlite.org (public domain)
24+
- Assimp — https://www.assimp.org (BSD-3-Clause)
25+
- yaml-cpp — https://github.com/jbeder/yaml-cpp (MIT)
26+
27+
------------------------------------------------------------------------------
28+
Citation
29+
------------------------------------------------------------------------------
30+
If you use GEMC in scientific work, please cite (see CITATION.cff):
31+
32+
M. Ungaro, "Geant4 Monte-Carlo (GEMC) A database-driven simulation program,"
33+
EPJ Web of Conferences 295, 05005 (2024).
34+
https://doi.org/10.1051/epjconf/202429505005

ci/dockerhub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ If you use GEMC in scientific work, please cite:
103103
104104
## License
105105

106-
GEMC is distributed under the project license (see the [source repository](https://github.com/gemc/src/blob/main/LICENSE.md)).
106+
GEMC is licensed under the [Apache License, Version 2.0](https://github.com/gemc/src/blob/main/LICENSE).
107107
The images also contain separately licensed third-party components, including Geant4, CLHEP, Qt, ROOT, SQLite, and
108108
Assimp.

0 commit comments

Comments
 (0)