|
1 | 1 | # API files
|
2 |
| -api/*.h licensefile=.githooks/license-maintainer/LICENSE-C |
3 |
| -api/*.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
| 2 | +api/*.h licensefile=.githooks/LICENSE-C |
| 3 | +api/*.F90 licensefile=.githooks/LICENSE-Fortran |
4 | 4 |
|
5 | 5 | # include directory
|
6 |
| -include/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 6 | +include/*.hpp licensefile=.githooks/LICENSE-C++ |
7 | 7 | include/STLUtils.hpp !licensefile
|
8 |
| -include/Config.hpp.in licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 8 | +include/Config.hpp.in licensefile=.githooks/LICENSE-C++ |
9 | 9 |
|
10 | 10 | # bin
|
11 |
| -src/bin/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 11 | +src/bin/*.cpp licensefile=.githooks/LICENSE-C++ |
12 | 12 |
|
13 | 13 | # bi_operators
|
14 |
| -src/bi_operators/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
15 |
| -src/bi_operators/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 14 | +src/bi_operators/*.hpp licensefile=.githooks/LICENSE-C++ |
| 15 | +src/bi_operators/*.cpp licensefile=.githooks/LICENSE-C++ |
16 | 16 |
|
17 | 17 | # cavity
|
18 |
| -src/cavity/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
19 |
| -src/cavity/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 18 | +src/cavity/*.hpp licensefile=.githooks/LICENSE-C++ |
| 19 | +src/cavity/*.cpp licensefile=.githooks/LICENSE-C++ |
20 | 20 |
|
21 | 21 | # green
|
22 |
| -src/green/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
23 |
| -src/green/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
24 |
| -src/green/dielectric_profile/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 22 | +src/green/*.hpp licensefile=.githooks/LICENSE-C++ |
| 23 | +src/green/*.cpp licensefile=.githooks/LICENSE-C++ |
| 24 | +src/green/dielectric_profile/*.hpp licensefile=.githooks/LICENSE-C++ |
25 | 25 |
|
26 | 26 | # interface
|
27 |
| -src/interface/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
28 |
| -src/interface/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 27 | +src/interface/*.hpp licensefile=.githooks/LICENSE-C++ |
| 28 | +src/interface/*.cpp licensefile=.githooks/LICENSE-C++ |
29 | 29 |
|
30 | 30 | # metal
|
31 |
| -src/metal/*.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
| 31 | +src/metal/*.F90 licensefile=.githooks/LICENSE-Fortran |
32 | 32 |
|
33 | 33 | # pedra
|
34 |
| -src/pedra/*.inc licensefile=.githooks/license-maintainer/LICENSE-Fortran |
35 |
| -src/pedra/*.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
| 34 | +src/pedra/*.inc licensefile=.githooks/LICENSE-Fortran |
| 35 | +src/pedra/*.F90 licensefile=.githooks/LICENSE-Fortran |
36 | 36 | src/pedra/pedra_dlapack.F90 !licensefile
|
37 | 37 |
|
38 | 38 | # solver
|
39 |
| -src/solver/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
40 |
| -src/solver/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 39 | +src/solver/*.hpp licensefile=.githooks/LICENSE-C++ |
| 40 | +src/solver/*.cpp licensefile=.githooks/LICENSE-C++ |
41 | 41 |
|
42 | 42 | # utils
|
43 |
| -src/utils/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
44 |
| -src/utils/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
45 |
| -src/utils/cnpy.hpp !licensefile |
46 |
| -src/utils/cnpy.cpp !licensefile |
47 |
| -src/utils/legendre.h !licensefile |
| 43 | +src/utils/*.hpp licensefile=.githooks/LICENSE-C++ |
| 44 | +src/utils/*.cpp licensefile=.githooks/LICENSE-C++ |
| 45 | +src/utils/cnpy.hpp !licensefile |
| 46 | +src/utils/cnpy.cpp !licensefile |
| 47 | +src/utils/legendre.h !licensefile |
48 | 48 | src/utils/Interpolation.* !licensefile
|
49 | 49 | src/utils/Vector* !licensefile
|
50 | 50 |
|
51 | 51 | # tests
|
52 |
| -tests/unit_tests.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
53 |
| -tests/TestingMolecules.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
54 |
| -tests/Fortran_host/*.f90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
55 |
| -/tests/C_host/*.h licensefile=.githooks/license-maintainer/LICENSE-C |
56 |
| -/tests/C_host/*.c licensefile=.githooks/license-maintainer/LICENSE-C |
57 |
| -tests/bi_operators/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
58 |
| -tests/cpcm/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
59 |
| -tests/dielectric_profile/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
60 |
| -tests/gepol/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
61 |
| -tests/green/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
62 |
| -tests/green/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
63 |
| -tests/iefpcm/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
64 |
| -tests/input/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
65 |
| -tests/numerical_quadrature/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 52 | +tests/unit_tests.cpp licensefile=.githooks/LICENSE-C++ |
| 53 | +tests/TestingMolecules.hpp licensefile=.githooks/LICENSE-C++ |
| 54 | +tests/Fortran_host/*.f90 licensefile=.githooks/LICENSE-Fortran |
| 55 | +/tests/C_host/*.h licensefile=.githooks/LICENSE-C |
| 56 | +/tests/C_host/*.c licensefile=.githooks/LICENSE-C |
| 57 | +tests/bi_operators/*.cpp licensefile=.githooks/LICENSE-C++ |
| 58 | +tests/cpcm/*.cpp licensefile=.githooks/LICENSE-C++ |
| 59 | +tests/dielectric_profile/*.cpp licensefile=.githooks/LICENSE-C++ |
| 60 | +tests/gepol/*.cpp licensefile=.githooks/LICENSE-C++ |
| 61 | +tests/green/*.hpp licensefile=.githooks/LICENSE-C++ |
| 62 | +tests/green/*.cpp licensefile=.githooks/LICENSE-C++ |
| 63 | +tests/iefpcm/*.cpp licensefile=.githooks/LICENSE-C++ |
| 64 | +tests/input/*.cpp licensefile=.githooks/LICENSE-C++ |
| 65 | +tests/numerical_quadrature/*.cpp licensefile=.githooks/LICENSE-C++ |
66 | 66 |
|
67 | 67 | # tools
|
68 |
| -src/make_cmake_files.py licensefile=.githooks/license-maintainer/LICENSE-Python |
69 |
| -tools/pcmsolver.py.in licensefile=.githooks/license-maintainer/LICENSE-Python |
70 |
| -tests/make_cmake_files.py licensefile=.githooks/license-maintainer/LICENSE-Python |
| 68 | +doc/conf.py licensefile=.githooks/LICENSE-Python |
| 69 | +doc/gfx/cloc_tools.py.in licensefile=.githooks/LICENSE-Python |
| 70 | +src/make_cmake_files.py licensefile=.githooks/LICENSE-Python |
| 71 | +tools/codata.py.in licensefile=.githooks/LICENSE-Python |
| 72 | +tools/pcmsolver.py.in licensefile=.githooks/LICENSE-Python |
| 73 | +tests/make_cmake_files.py licensefile=.githooks/LICENSE-Python |
0 commit comments