diff --git a/src/main/scala/eu/nomad_lab/parsers/QboxParser.scala b/src/main/scala/eu/nomad_lab/parsers/QboxParser.scala
index 377335348439d994d5fe835ec15be5631e2a25cc..b934dd056f374e3dc435f6fd387640e028886b7e 100644
--- a/src/main/scala/eu/nomad_lab/parsers/QboxParser.scala
+++ b/src/main/scala/eu/nomad_lab/parsers/QboxParser.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/QboxParserSpec.scala b/src/test/scala/eu/nomad_lab/parsers/QboxParserSpec.scala
index 394a8323c077c0ad8548601a2c49b3216c649353..200e53e9644f8a2c63fc6dccda6e3a0ab1e4feac 100644
--- a/src/test/scala/eu/nomad_lab/parsers/QboxParserSpec.scala
+++ b/src/test/scala/eu/nomad_lab/parsers/QboxParserSpec.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