From 60284e9be325541adc402f7f2cae64668f428252 Mon Sep 17 00:00:00 2001 From: gmantele <gmantele@ari.uni-heidelberg.de> Date: Thu, 26 Jun 2014 15:08:12 +0200 Subject: [PATCH] [TAP] Add LGPL copyright for a DataReadException --- src/tap/data/DataReadException.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/tap/data/DataReadException.java b/src/tap/data/DataReadException.java index f3d5db5..d75e19c 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; /** -- GitLab