diff --git a/cpmdparser/generic/inputparsing.py b/cpmdparser/generic/inputparsing.py index daf45f607b8d3008376b9805cd60fb295018c896..bb946f17d1ea668cd78b2af8381e7f578535c1d5 100644 --- a/cpmdparser/generic/inputparsing.py +++ b/cpmdparser/generic/inputparsing.py @@ -1,11 +1,11 @@ # Copyright 2016-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa -# +# # 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. diff --git a/cpmdparser/parser.py b/cpmdparser/parser.py index 715291414305293b6263002359cceb0ad1c8cdef..269cb3b3fe961abd4953fc5a7df3f849ea17d56f 100644 --- a/cpmdparser/parser.py +++ b/cpmdparser/parser.py @@ -140,4 +140,3 @@ class CPMDParser(ParserInterface): logger.exception("A parser class '{}' could not be found in the module '[]'.".format(run_type.class_name, parser_module)) raise self.main_parser = parser_class(self.parser_context) -