Skip to content

Commit cf020c9

Browse files
authored
Update license for ORCA derived code (#44)
1 parent d61715f commit cf020c9

File tree

3 files changed

+36
-28
lines changed

3 files changed

+36
-28
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ meson test -C _build --print-errorlogs
2929

3030
## License
3131

32+
### DFT-D4 Code
33+
3234
DFT-D4 is free software: you can redistribute it and/or modify it under
3335
the terms of the GNU Lesser General Public License as published by
3436
the Free Software Foundation, either version 3 of the License, or
@@ -38,3 +40,21 @@ DFT-D4 is distributed in the hope that it will be useful,
3840
but without any warranty; without even the implied warranty of
3941
merchantability or fitness for a particular purpose. See the
4042
GNU Lesser General Public License for more details.
43+
44+
### ORCA-derived Code in `dftd_cblas.h` and `dftd_matrix.h`
45+
46+
The files [`include/dftd_cblas.h`](https://github.com/dftd4/cpp-d4/blob/main/include/dftd_cblas.h) and
47+
[`include/dftd_matrix.h`](https://github.com/dftd4/cpp-d4/blob/main/include/dftd_matrix.h)
48+
contain code adapted from the ORCA quantum chemistry program,
49+
which is developed by the group of Prof. Frank Neese at the Max-Planck-Institut für Kohlenforschung,
50+
Mülheim an der Ruhr and FAccTs GmbH. ORCA is licensed by the
51+
Max-Planck-Institut für Kohlenforschung and FAccTs GmbH.
52+
53+
The inclusion of ORCA code in these files is done with the explicit permission
54+
of the ORCA developers. This code remains subject to the licensing terms
55+
of ORCA, which allow free academic use but require a separate license for
56+
industrial or commercial use.
57+
58+
For reuse or licensing of the code in `dftd_cblas.h` and `dftd_matrix.h`, please contact
59+
the ORCA team at the Max-Planck-Institut für Kohlenforschung (https://orcaforum.kofo.mpg.de/)
60+
or FAccTs GmbH. (https://www.faccts.de/).

include/dftd_cblas.h

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
/* This file is part of cpp-d4.
1+
/*
2+
* This file contains code adapted from the ORCA quantum chemistry program.
3+
* ORCA is developed by the group of Prof. Frank Neese at the Max-Planck-Institut für Kohlenforschung,
4+
* Mülheim an der Ruhr and FAccTs GmbH. ORCA is licensed by the Max-Planck-Institut für Kohlenforschung and FAccTs GmbH.
25
*
3-
* Copyright (C) 2019 Sebastian Ehlert, Marvin Friede
6+
* The inclusion of ORCA code in this file has been done with the explicit permission
7+
* of the ORCA developers.
48
*
5-
* cpp-d4 is free software: you can redistribute it and/or modify it under
6-
* the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* cpp-d4 is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with cpp-d4. If not, see <https://www.gnu.org/licenses/>.
9+
* For reuse or licensing of this code, please contact the ORCA team at the Max-Planck-Institut
10+
* für Kohlenforschung (https://orcaforum.kofo.mpg.de/) or FAccTs GmbH (https://www.faccts.de/).
1711
*/
1812
#pragma once
1913

include/dftd_matrix.h

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
/* This file is part of cpp-d4.
1+
/*
2+
* This file contains code adapted from the ORCA quantum chemistry program.
3+
* ORCA is developed by the group of Prof. Frank Neese at the Max-Planck-Institut für Kohlenforschung,
4+
* Mülheim an der Ruhr and FAccTs GmbH. ORCA is licensed by the Max-Planck-Institut für Kohlenforschung and FAccTs GmbH.
25
*
3-
* Copyright (C) 2019 Sebastian Ehlert, Marvin Friede
6+
* The inclusion of ORCA code in this file has been done with the explicit permission
7+
* of the ORCA developers.
48
*
5-
* cpp-d4 is free software: you can redistribute it and/or modify it under
6-
* the terms of the GNU Lesser General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* cpp-d4 is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public License
16-
* along with cpp-d4. If not, see <https://www.gnu.org/licenses/>.
9+
* For reuse or licensing of this code, please contact the ORCA team at the Max-Planck-Institut
10+
* für Kohlenforschung (https://orcaforum.kofo.mpg.de/) or FAccTs GmbH (https://www.faccts.de/).
1711
*/
1812

1913
#pragma once

0 commit comments

Comments
 (0)