diff --git a/src/main/scala/eu/nomad_lab/parsers/Wien2kParser.scala b/src/main/scala/eu/nomad_lab/parsers/Wien2kParser.scala index 9973fb2987f3df3b35da9b91bc6188dcc1ee6740..ad5d69b765e77a9f68df242ce4a5cc2f4b2e0480 100644 --- a/src/main/scala/eu/nomad_lab/parsers/Wien2kParser.scala +++ b/src/main/scala/eu/nomad_lab/parsers/Wien2kParser.scala @@ -1,3 +1,18 @@ +/* + Copyright 2016-2017 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. + */ package eu.nomad_lab.parsers import eu.nomad_lab diff --git a/src/test/scala/eu/nomad_lab/parsers/Wien2kParserSpec.scala b/src/test/scala/eu/nomad_lab/parsers/Wien2kParserSpec.scala index d50e79e3a792519aade995b23d62c9f1ce6feb0e..bddae553aa83cbb99b658901c103a8470e23442c 100644 --- a/src/test/scala/eu/nomad_lab/parsers/Wien2kParserSpec.scala +++ b/src/test/scala/eu/nomad_lab/parsers/Wien2kParserSpec.scala @@ -1,3 +1,18 @@ +/* + Copyright 2016-2017 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. + */ package eu.nomad_lab.parsers import org.specs2.mutable.Specification