diff --git a/src/tap/data/DataReadException.java b/src/tap/data/DataReadException.java
index f3d5db54026e94f99fa7c1bff92f57ddd1105fa5..d75e19c70e8910585724fe15308638e032b75c0e 100644
--- a/src/tap/data/DataReadException.java
+++ b/src/tap/data/DataReadException.java
@@ -1,5 +1,24 @@
 package tap.data;
 
+/*
+ * This file is part of TAPLibrary.
+ * 
+ * TAPLibrary is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * TAPLibrary is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with TAPLibrary.  If not, see <http://www.gnu.org/licenses/>.
+ * 
+ * Copyright 2014 - Astronomisches Rechen Institut (ARI)
+ */
+
 import tap.TAPException;
 
 /**