From ee4e6e96b151ccd18ed33934f6ee1e6fe490f884 Mon Sep 17 00:00:00 2001 From: Kazuya Ishimura Date: Wed, 28 Jul 2021 22:25:06 +0900 Subject: [PATCH] Modify copyright year --- src/dft.F90 | 2 +- src/dftfunc.F90 | 2 +- src/ecp.F90 | 2 +- src/ecpder.F90 | 2 +- src/ecpfunc.F90 | 2 +- src/fileio.F90 | 2 +- src/geom.F90 | 2 +- src/grad1.F90 | 2 +- src/grad2.F90 | 2 +- src/gradient.F90 | 2 +- src/int1.F90 | 2 +- src/int2.F90 | 2 +- src/int2elec.F90 | 2 +- src/int2sp.F90 | 2 +- src/int2spd1.F90 | 2 +- src/int2spd2.F90 | 2 +- src/int2spd3.F90 | 2 +- src/int2spd4.F90 | 2 +- src/lebedev.F90 | 2 +- src/machine.F90 | 2 +- src/main.F90 | 2 +- src/math.F90 | 2 +- src/memory.F90 | 2 +- src/module.F90 | 2 +- src/modulefmt.F90 | 2 +- src/modulerys.F90 | 2 +- src/mp2.F90 | 2 +- src/mp2grad.F90 | 2 +- src/parallel.F90 | 2 +- src/rysquad.F90 | 2 +- src/scf.F90 | 2 +- src/scflib.F90 | 2 +- src/start.F90 | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/dft.F90 b/src/dft.F90 index 5b2fd5b..0899193 100644 --- a/src/dft.F90 +++ b/src/dft.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/dftfunc.F90 b/src/dftfunc.F90 index 34c9e90..ad02ee5 100644 --- a/src/dftfunc.F90 +++ b/src/dftfunc.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/ecp.F90 b/src/ecp.F90 index 376f9b9..9113d5e 100644 --- a/src/ecp.F90 +++ b/src/ecp.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/ecpder.F90 b/src/ecpder.F90 index d8ce905..35da180 100644 --- a/src/ecpder.F90 +++ b/src/ecpder.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/ecpfunc.F90 b/src/ecpfunc.F90 index 63a889a..ed0ad6a 100644 --- a/src/ecpfunc.F90 +++ b/src/ecpfunc.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/fileio.F90 b/src/fileio.F90 index 220a225..f8dff81 100644 --- a/src/fileio.F90 +++ b/src/fileio.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/geom.F90 b/src/geom.F90 index dad27fc..9e92e8a 100644 --- a/src/geom.F90 +++ b/src/geom.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/grad1.F90 b/src/grad1.F90 index ec34a10..86d6b64 100644 --- a/src/grad1.F90 +++ b/src/grad1.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/grad2.F90 b/src/grad2.F90 index c85f5f1..87962cc 100644 --- a/src/grad2.F90 +++ b/src/grad2.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/gradient.F90 b/src/gradient.F90 index 8a8c7c7..741ce7a 100644 --- a/src/gradient.F90 +++ b/src/gradient.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/int1.F90 b/src/int1.F90 index 5325e41..e93d215 100644 --- a/src/int1.F90 +++ b/src/int1.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/int2.F90 b/src/int2.F90 index 49eb8c3..13811c2 100644 --- a/src/int2.F90 +++ b/src/int2.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/int2elec.F90 b/src/int2elec.F90 index f1e4da2..1c5bb33 100644 --- a/src/int2elec.F90 +++ b/src/int2elec.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/int2sp.F90 b/src/int2sp.F90 index b5fb33f..df83188 100644 --- a/src/int2sp.F90 +++ b/src/int2sp.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/int2spd1.F90 b/src/int2spd1.F90 index 839b2af..4b5b62c 100644 --- a/src/int2spd1.F90 +++ b/src/int2spd1.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/int2spd2.F90 b/src/int2spd2.F90 index d81a858..37b1e4b 100644 --- a/src/int2spd2.F90 +++ b/src/int2spd2.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/int2spd3.F90 b/src/int2spd3.F90 index f955ec6..f458547 100644 --- a/src/int2spd3.F90 +++ b/src/int2spd3.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/int2spd4.F90 b/src/int2spd4.F90 index db4b69f..100378c 100644 --- a/src/int2spd4.F90 +++ b/src/int2spd4.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/lebedev.F90 b/src/lebedev.F90 index 3d7c768..bfb5137 100644 --- a/src/lebedev.F90 +++ b/src/lebedev.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/machine.F90 b/src/machine.F90 index 4a0544b..f26b5cf 100644 --- a/src/machine.F90 +++ b/src/machine.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/main.F90 b/src/main.F90 index 4b5ccbc..7aa7bd6 100644 --- a/src/main.F90 +++ b/src/main.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/math.F90 b/src/math.F90 index de34fc3..c1ce43c 100644 --- a/src/math.F90 +++ b/src/math.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/memory.F90 b/src/memory.F90 index e53f82e..521fa68 100644 --- a/src/memory.F90 +++ b/src/memory.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/module.F90 b/src/module.F90 index 6fe4449..e6d943a 100644 --- a/src/module.F90 +++ b/src/module.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/modulefmt.F90 b/src/modulefmt.F90 index 0c250c8..2cb43f9 100644 --- a/src/modulefmt.F90 +++ b/src/modulefmt.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/modulerys.F90 b/src/modulerys.F90 index df9e9f4..fbec473 100644 --- a/src/modulerys.F90 +++ b/src/modulerys.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/mp2.F90 b/src/mp2.F90 index 7388523..5e6f151 100644 --- a/src/mp2.F90 +++ b/src/mp2.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/mp2grad.F90 b/src/mp2grad.F90 index 5d9f14f..82ce8bd 100644 --- a/src/mp2grad.F90 +++ b/src/mp2grad.F90 @@ -1,4 +1,4 @@ -! Copyright 2016-2020 Kazuya Ishimura +! Copyright 2016-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/parallel.F90 b/src/parallel.F90 index 549b8a4..2aa12c5 100644 --- a/src/parallel.F90 +++ b/src/parallel.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/rysquad.F90 b/src/rysquad.F90 index 7260df9..6733884 100644 --- a/src/rysquad.F90 +++ b/src/rysquad.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/scf.F90 b/src/scf.F90 index 9a88d46..e69703d 100644 --- a/src/scf.F90 +++ b/src/scf.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/scflib.F90 b/src/scflib.F90 index 0ef4fd5..640aa0f 100644 --- a/src/scflib.F90 +++ b/src/scflib.F90 @@ -1,4 +1,4 @@ -! Copyright 2014-2020 Kazuya Ishimura +! Copyright 2014-2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. diff --git a/src/start.F90 b/src/start.F90 index 797a592..d23d30c 100644 --- a/src/start.F90 +++ b/src/start.F90 @@ -1,4 +1,4 @@ -! Copyright 2020 Kazuya Ishimura +! Copyright 2021 Kazuya Ishimura ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License.