From 0313048f6ea85acb5471bd3d98dc528dba4cc587 Mon Sep 17 00:00:00 2001 From: "Daria M. Tomecka" <tomecka@fhi-berlin.mpg.de> Date: Thu, 26 Apr 2018 18:50:52 +0200 Subject: [PATCH] adapt copyright header --- parser/parser-wien2k/wien2k_parser.py | 2 +- parser/parser-wien2k/wien2k_parser_in0.py | 2 +- parser/parser-wien2k/wien2k_parser_in1.py | 2 +- parser/parser-wien2k/wien2k_parser_in1c.py | 2 +- parser/parser-wien2k/wien2k_parser_in2.py | 2 +- parser/parser-wien2k/wien2k_parser_in2c.py | 2 +- parser/parser-wien2k/wien2k_parser_struct.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/parser/parser-wien2k/wien2k_parser.py b/parser/parser-wien2k/wien2k_parser.py index 21e89e9..64481f4 100644 --- a/parser/parser-wien2k/wien2k_parser.py +++ b/parser/parser-wien2k/wien2k_parser.py @@ -12,7 +12,7 @@ import wien2k_parser_struct, wien2k_parser_in0, wien2k_parser_in1c, wien2k_pars # This is the parser for the main output file (.scf) of WIEN2k. ################################################################ -# Copyright 2016-2018 The NOMAD Developers Group +# Copyright 2016-2018 Daria M. Tomecka, Fawzi Mohamed # # 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/parser/parser-wien2k/wien2k_parser_in0.py b/parser/parser-wien2k/wien2k_parser_in0.py index 2eab372..7baa25d 100644 --- a/parser/parser-wien2k/wien2k_parser_in0.py +++ b/parser/parser-wien2k/wien2k_parser_in0.py @@ -11,7 +11,7 @@ import os, sys, json, logging # This is the subparser for the WIEN2k input file (.in0) ################################################################ -# Copyright 2016-2018 The NOMAD Developers Group +# Copyright 2016-2018 Daria M. Tomecka, Fawzi Mohamed # # 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/parser/parser-wien2k/wien2k_parser_in1.py b/parser/parser-wien2k/wien2k_parser_in1.py index 3107bb3..05c98fa 100644 --- a/parser/parser-wien2k/wien2k_parser_in1.py +++ b/parser/parser-wien2k/wien2k_parser_in1.py @@ -10,7 +10,7 @@ import os, sys, json # This is the subparser for the WIEN2k input file (.in1) ################################################################ -# Copyright 2016-2018 The NOMAD Developers Group +# Copyright 2016-2018 Daria M. Tomecka, Fawzi Mohamed # # 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/parser/parser-wien2k/wien2k_parser_in1c.py b/parser/parser-wien2k/wien2k_parser_in1c.py index dc3eb92..c1e4ed7 100644 --- a/parser/parser-wien2k/wien2k_parser_in1c.py +++ b/parser/parser-wien2k/wien2k_parser_in1c.py @@ -10,7 +10,7 @@ import os, sys, json # This is the subparser for the WIEN2k input file (.in1c) ################################################################ -# Copyright 2016-2018 The NOMAD Developers Group +# Copyright 2016-2018 Daria M. Tomecka, Fawzi Mohamed # # 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/parser/parser-wien2k/wien2k_parser_in2.py b/parser/parser-wien2k/wien2k_parser_in2.py index 5fac404..5ff4659 100644 --- a/parser/parser-wien2k/wien2k_parser_in2.py +++ b/parser/parser-wien2k/wien2k_parser_in2.py @@ -10,7 +10,7 @@ import os, sys, json # This is the subparser for the WIEN2k input file (.in2) ################################################################ -# Copyright 2016-2018 The NOMAD Developers Group +# Copyright 2016-2018 Daria M. Tomecka, Fawzi Mohamed # # 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/parser/parser-wien2k/wien2k_parser_in2c.py b/parser/parser-wien2k/wien2k_parser_in2c.py index 0005a8b..6c5c122 100644 --- a/parser/parser-wien2k/wien2k_parser_in2c.py +++ b/parser/parser-wien2k/wien2k_parser_in2c.py @@ -10,7 +10,7 @@ import os, sys, json # This is the subparser for the WIEN2k input file (.in2c) ################################################################ -# Copyright 2016-2018 The NOMAD Developers Group +# Copyright 2016-2018 Daria M. Tomecka, Fawzi Mohamed # # 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/parser/parser-wien2k/wien2k_parser_struct.py b/parser/parser-wien2k/wien2k_parser_struct.py index e5e161e..1b1586e 100644 --- a/parser/parser-wien2k/wien2k_parser_struct.py +++ b/parser/parser-wien2k/wien2k_parser_struct.py @@ -12,7 +12,7 @@ import ase.geometry # This is the subparser for the main WIEN2k input file (.struct) ################################################################ -# Copyright 2016-2018 The NOMAD Developers Group +# Copyright 2016-2018 Daria M. Tomecka, Fawzi Mohamed # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- GitLab