diff --git a/src/main/scala/eu/nomad_lab/parsers/Cp2kParser.scala b/src/main/scala/eu/nomad_lab/parsers/Cp2kParser.scala
index ca0b0e1e384bb01c1d2e68d30f4ec38854956130..6ae0604c2e61e4c3acfacaf56394177cbfd4de78 100644
--- a/src/main/scala/eu/nomad_lab/parsers/Cp2kParser.scala
+++ b/src/main/scala/eu/nomad_lab/parsers/Cp2kParser.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 => lab }
diff --git a/src/test/scala/eu/nomad_lab/parsers/Cp2kParserSpec.scala b/src/test/scala/eu/nomad_lab/parsers/Cp2kParserSpec.scala
index 633c075cf4e1db386d5efba7fd35ac1a45656793..6b91b4130d7757b08093342ace470aecae5df802 100644
--- a/src/test/scala/eu/nomad_lab/parsers/Cp2kParserSpec.scala
+++ b/src/test/scala/eu/nomad_lab/parsers/Cp2kParserSpec.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