Skip to content

Commit

Permalink
added copyright matter to pylibint
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Feb 5, 2024
1 parent 3182f77 commit c3ac892
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
20 changes: 20 additions & 0 deletions python/src/libint2/basis.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
* Copyright (C) 2004-2024 Edward F. Valeev
*
* This file is part of Libint library.
*
* Libint library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Libint library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Libint library. If not, see <http://www.gnu.org/licenses/>.
*
*/

#ifndef LIBINT2_PYTHON_BASIS_H
#define LIBINT2_PYTHON_BASIS_H

Expand Down
20 changes: 20 additions & 0 deletions python/src/libint2/engine.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
* Copyright (C) 2004-2024 Edward F. Valeev
*
* This file is part of Libint library.
*
* Libint library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Libint library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Libint library. If not, see <http://www.gnu.org/licenses/>.
*
*/

#include <Eigen/Dense>
#include <atomic>
#include <libint2.hpp>
Expand Down
20 changes: 20 additions & 0 deletions python/src/libint2/libint2.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
* Copyright (C) 2004-2024 Edward F. Valeev
*
* This file is part of Libint library.
*
* Libint library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Libint library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Libint library. If not, see <http://www.gnu.org/licenses/>.
*
*/

#include <libint2/chemistry/sto3g_atomic_density.h>

#include <Eigen/Dense>
Expand Down

0 comments on commit c3ac892

Please sign in to comment.