diff servlet3/src/main/java/digilib/servlet/DocumentBean.java @ 1158:29e86ae1e3b2

starting to clean license headers.
author robcast
date Sun, 24 Feb 2013 11:18:58 +0100
parents 53dd7e189155
children 85470c9e38ee
line wrap: on
line diff
--- a/servlet3/src/main/java/digilib/servlet/DocumentBean.java	Fri Feb 22 18:23:38 2013 +0100
+++ b/servlet3/src/main/java/digilib/servlet/DocumentBean.java	Sun Feb 24 11:18:58 2013 +0100
@@ -1,26 +1,31 @@
+package digilib.servlet;
+
 /*
+ * #%L
+ * 
  * DocumentBean -- Access control bean for JSP
  *
  * Digital Image Library servlet components
  *
- * Copyright (C) 2001, 2002, 2003 Robert Casties (robcast@mail.berlios.de)
- *
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option) any later
- * version.
- *
- * Please read license.txt for the full details. A copy of the GPL may be found
- * at http://www.gnu.org/copyleft/lgpl.html
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * %%
+ * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * %%
+ * This program 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.
+ * 
+ * This program 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 General Lesser Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Lesser Public 
+ * License along with this program.  If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
  */
 
-package digilib.servlet;
-
 import java.util.List;
 
 import javax.servlet.ServletConfig;