From 14e3abc9865e553b50a493f63c3a564c2b3e4f9a Mon Sep 17 00:00:00 2001 From: Gregor Michalicek Date: Wed, 29 Jun 2016 16:24:03 +0200 Subject: [PATCH] Added some copyright notices to files in the inpgen subdirectory --- inpgen/atom_input.f | 6 ++++++ inpgen/inpgen.f90 | 6 ++++++ inpgen/set_inp.f90 | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/inpgen/atom_input.f b/inpgen/atom_input.f index 0999fe5b..3d2f5c36 100644 --- a/inpgen/atom_input.f +++ b/inpgen/atom_input.f @@ -1,3 +1,9 @@ +!-------------------------------------------------------------------------------- +! Copyright (c) 2016 Peter Grünberg Institut, Forschungszentrum Jülich, Germany +! This file is part of FLEUR and available as free software under the conditions +! of the MIT license as expressed in the LICENSE file in more detail. +!-------------------------------------------------------------------------------- + MODULE m_atominput use m_juDFT diff --git a/inpgen/inpgen.f90 b/inpgen/inpgen.f90 index e61dd3d5..14ddb41a 100644 --- a/inpgen/inpgen.f90 +++ b/inpgen/inpgen.f90 @@ -1,3 +1,9 @@ +!-------------------------------------------------------------------------------- +! Copyright (c) 2016 Peter Grünberg Institut, Forschungszentrum Jülich, Germany +! This file is part of FLEUR and available as free software under the conditions +! of the MIT license as expressed in the LICENSE file in more detail. +!-------------------------------------------------------------------------------- + PROGRAM inpgen !----------------------------------------------------------------------------+ ! Set up a FLEUR inp-file from basic input data; for use and docu please ! diff --git a/inpgen/set_inp.f90 b/inpgen/set_inp.f90 index c6e23980..a6a886b5 100644 --- a/inpgen/set_inp.f90 +++ b/inpgen/set_inp.f90 @@ -1,3 +1,9 @@ +!-------------------------------------------------------------------------------- +! Copyright (c) 2016 Peter Grünberg Institut, Forschungszentrum Jülich, Germany +! This file is part of FLEUR and available as free software under the conditions +! of the MIT license as expressed in the LICENSE file in more detail. +!-------------------------------------------------------------------------------- + MODULE m_setinp use m_juDFT !--------------------------------------------------------------------- -- GitLab