From 05d038c53b58c315845f0db5d5c9d13d239e9e15 Mon Sep 17 00:00:00 2001 From: "Daria M. Tomecka" <tomecka@fhi-berlin.mpg.de> Date: Mon, 16 Apr 2018 17:07:39 +0200 Subject: [PATCH] add copyrights information --- parser/parser-wien2k/wien2k_parser.py | 6 +++++- parser/parser-wien2k/wien2k_parser_in0.py | 18 ++++++++++++++++++ parser/parser-wien2k/wien2k_parser_in1.py | 18 ++++++++++++++++++ parser/parser-wien2k/wien2k_parser_in1c.py | 18 ++++++++++++++++++ parser/parser-wien2k/wien2k_parser_in2.py | 19 +++++++++++++++++++ parser/parser-wien2k/wien2k_parser_in2c.py | 19 +++++++++++++++++++ parser/parser-wien2k/wien2k_parser_struct.py | 18 ++++++++++++++++++ 7 files changed, 115 insertions(+), 1 deletion(-) diff --git a/parser/parser-wien2k/wien2k_parser.py b/parser/parser-wien2k/wien2k_parser.py index ec4e519..21e89e9 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 The NOMAD Team +# Copyright 2016-2018 The NOMAD Developers Group # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,6 +26,10 @@ import wien2k_parser_struct, wien2k_parser_in0, wien2k_parser_in1c, wien2k_pars # See the License for the specific language governing permissions and # limitations under the License. +__author__ = "Daria M. Tomecka" +__maintainer__ = "Daria M. Tomecka" +__email__ = "tomeckadm@gmail.com;" +__date__ = "15/05/2017" class Wien2kContext(object): diff --git a/parser/parser-wien2k/wien2k_parser_in0.py b/parser/parser-wien2k/wien2k_parser_in0.py index 5fae41b..2eab372 100644 --- a/parser/parser-wien2k/wien2k_parser_in0.py +++ b/parser/parser-wien2k/wien2k_parser_in0.py @@ -11,6 +11,24 @@ import os, sys, json, logging # This is the subparser for the WIEN2k input file (.in0) ################################################################ +# Copyright 2016-2018 The NOMAD Developers Group +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +__author__ = "Daria M. Tomecka" +__maintainer__ = "Daria M. Tomecka" +__email__ = "tomeckadm@gmail.com;" +__date__ = "15/05/2017" class Wien2kIn0Context(object): """context for wien2k In0 parser""" diff --git a/parser/parser-wien2k/wien2k_parser_in1.py b/parser/parser-wien2k/wien2k_parser_in1.py index 2fe183f..3107bb3 100644 --- a/parser/parser-wien2k/wien2k_parser_in1.py +++ b/parser/parser-wien2k/wien2k_parser_in1.py @@ -10,6 +10,24 @@ import os, sys, json # This is the subparser for the WIEN2k input file (.in1) ################################################################ +# Copyright 2016-2018 The NOMAD Developers Group +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +__author__ = "Daria M. Tomecka" +__maintainer__ = "Daria M. Tomecka" +__email__ = "tomeckadm@gmail.com;" +__date__ = "15/05/2017" class Wien2kIn1Context(object): """context for wien2k In1 parser""" diff --git a/parser/parser-wien2k/wien2k_parser_in1c.py b/parser/parser-wien2k/wien2k_parser_in1c.py index 8f0a186..dc3eb92 100644 --- a/parser/parser-wien2k/wien2k_parser_in1c.py +++ b/parser/parser-wien2k/wien2k_parser_in1c.py @@ -10,6 +10,24 @@ import os, sys, json # This is the subparser for the WIEN2k input file (.in1c) ################################################################ +# Copyright 2016-2018 The NOMAD Developers Group +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +__author__ = "Daria M. Tomecka" +__maintainer__ = "Daria M. Tomecka" +__email__ = "tomeckadm@gmail.com;" +__date__ = "15/05/2017" class Wien2kIn1cContext(object): """context for wien2k In1c parser""" diff --git a/parser/parser-wien2k/wien2k_parser_in2.py b/parser/parser-wien2k/wien2k_parser_in2.py index b8d83fa..5fac404 100644 --- a/parser/parser-wien2k/wien2k_parser_in2.py +++ b/parser/parser-wien2k/wien2k_parser_in2.py @@ -10,6 +10,25 @@ import os, sys, json # This is the subparser for the WIEN2k input file (.in2) ################################################################ +# Copyright 2016-2018 The NOMAD Developers Group +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +__author__ = "Daria M. Tomecka" +__maintainer__ = "Daria M. Tomecka" +__email__ = "tomeckadm@gmail.com;" +__date__ = "15/05/2017" + class Wien2kIn2Context(object): """context for wien2k In2 parser""" diff --git a/parser/parser-wien2k/wien2k_parser_in2c.py b/parser/parser-wien2k/wien2k_parser_in2c.py index d40ac28..0005a8b 100644 --- a/parser/parser-wien2k/wien2k_parser_in2c.py +++ b/parser/parser-wien2k/wien2k_parser_in2c.py @@ -10,6 +10,25 @@ import os, sys, json # This is the subparser for the WIEN2k input file (.in2c) ################################################################ +# Copyright 2016-2018 The NOMAD Developers Group +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +__author__ = "Daria M. Tomecka" +__maintainer__ = "Daria M. Tomecka" +__email__ = "tomeckadm@gmail.com;" +__date__ = "15/05/2017" + class Wien2kIn2cContext(object): """context for wien2k In2c parser""" diff --git a/parser/parser-wien2k/wien2k_parser_struct.py b/parser/parser-wien2k/wien2k_parser_struct.py index 2403de4..e5e161e 100644 --- a/parser/parser-wien2k/wien2k_parser_struct.py +++ b/parser/parser-wien2k/wien2k_parser_struct.py @@ -12,6 +12,24 @@ import ase.geometry # This is the subparser for the main WIEN2k input file (.struct) ################################################################ +# Copyright 2016-2018 The NOMAD Developers Group +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +__author__ = "Daria M. Tomecka" +__maintainer__ = "Daria M. Tomecka" +__email__ = "tomeckadm@gmail.com;" +__date__ = "15/05/2017" class Wien2kStructContext(object): """context for wien2k struct parser""" -- GitLab