Skip to content

Commit 0e5564c

Browse files
committed
Exported library is now fully LGPL (except tests).
1 parent bd2f09f commit 0e5564c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

export/LICENSE.export

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
LIBINT (version 2) - a library for the evaluation of molecular
2+
integrals of many-body operators over Gaussian functions
3+
Copyright (C) 2004-2014 Edward F. Valeev
4+
5+
This program is free software. Most of it can be redistributed and/or modified
6+
under the terms of the GNU Library General Public License, version 2
7+
(see the accompanying file COPYING; if you did not receive this file refer to
8+
http://www.gnu.org/licenses/). Some source files are distributed under the terms of the
9+
GNU General Public License, version 2. The applicable license is specified in each source file.
10+
If not indicated, the applicable license is GNU LGPL, version 2 (not GPL).
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU Library General Public License, version 2, for more details.

export/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ exportdir::
5858
-$(INSTALL) $(INSTALLLIBOPT) $(TOPDIR)/src/bin/libint/cgshell_ordering.h $(TOPDIR)/$(EXPORTDIR)/include
5959
-$(INSTALL) $(INSTALLLIBOPT) $(TOPDIR)/include/libint2_config.h $(TOPDIR)/$(EXPORTDIR)/include/libint2_config.h.in
6060
-$(INSTALL) $(INSTALLLIBOPT) $(SRCDIR)/INSTALL.export $(TOPDIR)/$(EXPORTDIR)/INSTALL
61-
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/LICENSE $(TOPDIR)/$(EXPORTDIR)/LICENSE
61+
-$(INSTALL) $(INSTALLLIBOPT) $(SRCDIR)/LICENSE.export $(TOPDIR)/$(EXPORTDIR)/LICENSE
6262
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/README $(TOPDIR)/$(EXPORTDIR)/README
63-
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/COPYING $(TOPDIR)/$(EXPORTDIR)/COPYING
63+
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/COPYING.LIB $(TOPDIR)/$(EXPORTDIR)/COPYING
6464
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/CITATION $(TOPDIR)/$(EXPORTDIR)/CITATION
6565
$(INSTALL) $(INSTALLDIROPT) $(TOPDIR)/$(EXPORTDIR)/tests
6666
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/tests/eri/test.cc $(TOPDIR)/$(EXPORTDIR)/tests/test_eri.cc

0 commit comments

Comments
 (0)