diff --git a/parser/parser-wien2k/wien2k_parser.py b/parser/parser-wien2k/wien2k_parser.py index 21e89e92551635002d68c1c4411d22cd745494a1..64481f4f7da8ac34f924b642cff00e4d91db383d 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 2eab372d884c14adb529aedd09da607dc4622e16..7baa25dedbf28dfa0cea3d8c6c93e816216d7cc2 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 3107bb3fb46bb4a6cacdea59dde7c808b7b5a827..05c98fa380a26f184511c1507d6ca7f51d6600d8 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 dc3eb9282e979e66f71545aa13caf3a1fdc693c0..c1e4ed7a7ccc9307a50a0b7528be0d47f4533b35 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 5fac4043936255b15fa0ad71473d065041abef67..5ff465943817d3c66485ec292f847bed29bcc270 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 0005a8b0a7d2f395139fc366ba8671f535ba7498..6c5c122b32096c74def9644071bab15778f53b7b 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 e5e161e99b4170eb3b5a778b248a26bfcea9ecbe..1b1586ee74a646ec9e33bc36d423524d34c80710 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.