changeset 1163:85470c9e38ee

still more cleaner license headers.
author robcast
date Tue, 26 Feb 2013 10:27:10 +0100
parents de9c762ef86b
children cd8cea9d8c03
files common-bioformats/src/main/java/digilib/image/BioFormatsDocuImage.java common-imagej/src/main/java/digilib/image/ImageJ1DocuImage.java common-jai/src/main/java/digilib/image/JAIDocuImage.java common-jai/src/main/java/digilib/image/JAIImageLoaderDocuImage.java common/src/main/java/digilib/auth/AuthOpException.java common/src/main/java/digilib/auth/AuthOps.java common/src/main/java/digilib/auth/AuthOpsImpl.java common/src/main/java/digilib/auth/XMLAuthOps.java common/src/main/java/digilib/image/DocuImage.java common/src/main/java/digilib/image/DocuImageImpl.java common/src/main/java/digilib/image/ImageInfoDocuImage.java common/src/main/java/digilib/image/ImageJobDescription.java common/src/main/java/digilib/image/ImageLoaderDocuImage.java common/src/main/java/digilib/image/ImageOpException.java common/src/main/java/digilib/image/ImageWorker.java common/src/main/java/digilib/io/AliasingDocuDirCache.java common/src/main/java/digilib/io/Directory.java common/src/main/java/digilib/io/DocuDirCache.java common/src/main/java/digilib/io/DocuDirectory.java common/src/main/java/digilib/io/DocuDirent.java common/src/main/java/digilib/io/DocuDirentImpl.java common/src/main/java/digilib/io/FileOpException.java common/src/main/java/digilib/io/FileOps.java common/src/main/java/digilib/io/ImageCacheStream.java common/src/main/java/digilib/io/ImageFile.java common/src/main/java/digilib/io/ImageFileSet.java common/src/main/java/digilib/io/ImageInput.java common/src/main/java/digilib/io/ImageSet.java common/src/main/java/digilib/io/ImageStream.java common/src/main/java/digilib/io/SVGFile.java common/src/main/java/digilib/io/TextFile.java common/src/main/java/digilib/meta/MetadataMap.java common/src/main/java/digilib/meta/XMLMetaLoader.java common/src/main/java/digilib/servlet/DigilibConfiguration.java common/src/main/java/digilib/servlet/DigilibRequest.java common/src/main/java/digilib/util/DigilibJobCenter.java common/src/main/java/digilib/util/HashTree.java common/src/main/java/digilib/util/ImageSize.java common/src/main/java/digilib/util/NumRange.java common/src/main/java/digilib/util/OptionsSet.java common/src/main/java/digilib/util/Parameter.java common/src/main/java/digilib/util/ParameterMap.java common/src/main/java/digilib/util/XMLListLoader.java pdf/src/main/java/digilib/pdf/DigilibInfoReader.java pdf/src/main/java/digilib/pdf/PDFFileWorker.java pdf/src/main/java/digilib/pdf/PDFStreamWorker.java pdf/src/main/java/digilib/pdf/PDFTitlePage.java pdf/src/main/java/digilib/servlet/PDFCache.java pdf/src/main/java/digilib/servlet/PDFRequest.java servlet2/src/main/java/digilib/servlet/DigilibServletConfiguration.java servlet2/src/main/java/digilib/servlet/DigilibServletRequest.java servlet2/src/main/java/digilib/servlet/DocumentBean.java servlet2/src/main/java/digilib/servlet/Initialiser.java servlet2/src/main/java/digilib/servlet/Scaler.java servlet2/src/main/java/digilib/servlet/ScalerNoThread.java servlet2/src/main/java/digilib/servlet/ServletOps.java servlet3/src/main/java/digilib/servlet/AsyncServletWorker.java servlet3/src/main/java/digilib/servlet/DigilibServletConfiguration.java servlet3/src/main/java/digilib/servlet/DigilibServletRequest.java servlet3/src/main/java/digilib/servlet/DocumentBean.java servlet3/src/main/java/digilib/servlet/Initialiser.java servlet3/src/main/java/digilib/servlet/Scaler.java servlet3/src/main/java/digilib/servlet/ServletOps.java text/src/main/java/digilib/servlet/Texter.java
diffstat 64 files changed, 145 insertions(+), 79 deletions(-) [+]
line wrap: on
line diff
--- a/common-bioformats/src/main/java/digilib/image/BioFormatsDocuImage.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common-bioformats/src/main/java/digilib/image/BioFormatsDocuImage.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * DocuImage implementation using Bioformats image library.
  * %%
- * Copyright (C) 2012 - 2013 Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2012 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.awt.RenderingHints;
--- a/common-imagej/src/main/java/digilib/image/ImageJ1DocuImage.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common-imagej/src/main/java/digilib/image/ImageJ1DocuImage.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * Implementation of DocuImage using ImageJ version 1.
  * %%
- * Copyright (C) 2012 - 2013 Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2012 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import ij.IJ;
--- a/common-jai/src/main/java/digilib/image/JAIDocuImage.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common-jai/src/main/java/digilib/image/JAIDocuImage.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * JAIDocuImage -- Image class implementation using JAI (Java Advanced Imaging)
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.awt.Rectangle;
--- a/common-jai/src/main/java/digilib/image/JAIImageLoaderDocuImage.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common-jai/src/main/java/digilib/image/JAIImageLoaderDocuImage.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * JAIImageLoaderDocuImage -- Image class implementation using JAI's ImageLoader Plugin
  * %%
- * Copyright (C) 2002 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2002 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.awt.Image;
--- a/common/src/main/java/digilib/auth/AuthOpException.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/auth/AuthOpException.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 public class AuthOpException extends Exception {
--- a/common/src/main/java/digilib/auth/AuthOps.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/auth/AuthOps.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.List;
--- a/common/src/main/java/digilib/auth/AuthOpsImpl.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/auth/AuthOpsImpl.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  *  Digital Image Library servlet components
  *  
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.List;
--- a/common/src/main/java/digilib/auth/XMLAuthOps.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/auth/XMLAuthOps.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/common/src/main/java/digilib/image/DocuImage.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/image/DocuImage.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.awt.Rectangle;
--- a/common/src/main/java/digilib/image/DocuImageImpl.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/image/DocuImageImpl.java	Tue Feb 26 10:27:10 2013 +0100
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.awt.Image;
--- a/common/src/main/java/digilib/image/ImageInfoDocuImage.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/image/ImageInfoDocuImage.java	Tue Feb 26 10:27:10 2013 +0100
@@ -8,7 +8,7 @@
  * Implements only the identify method using the ImageInfo class.
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -24,6 +24,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.IOException;
--- a/common/src/main/java/digilib/image/ImageJobDescription.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/image/ImageJobDescription.java	Tue Feb 26 10:27:10 2013 +0100
@@ -6,7 +6,7 @@
  * with an ImageWorker.
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -22,6 +22,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.awt.geom.AffineTransform;
@@ -609,4 +610,4 @@
     public void setDocuImage(DocuImage docuImage) {
         this.docuImage = docuImage;
     }
-}
\ No newline at end of file
+}
--- a/common/src/main/java/digilib/image/ImageLoaderDocuImage.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/image/ImageLoaderDocuImage.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2002 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2002 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.awt.Image;
--- a/common/src/main/java/digilib/image/ImageOpException.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/image/ImageOpException.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 public class ImageOpException extends Exception {
--- a/common/src/main/java/digilib/image/ImageWorker.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/image/ImageWorker.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * Worker (Callable) that renders an image.
  * %%
- * Copyright (C) 2010 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2010 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.awt.Rectangle;
--- a/common/src/main/java/digilib/io/AliasingDocuDirCache.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/AliasingDocuDirCache.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * 
  * Created on 04.11.2003
  */
--- a/common/src/main/java/digilib/io/Directory.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/Directory.java	Tue Feb 26 10:27:10 2013 +0100
@@ -8,7 +8,7 @@
  * Digital Image Library servlet components
  *  
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -24,6 +24,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 26.08.2003
  */
 
--- a/common/src/main/java/digilib/io/DocuDirCache.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/DocuDirCache.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 03.03.2003
  */
 
--- a/common/src/main/java/digilib/io/DocuDirectory.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/DocuDirectory.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 25.02.2003
  */
 
--- a/common/src/main/java/digilib/io/DocuDirent.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/DocuDirent.java	Tue Feb 26 10:27:10 2013 +0100
@@ -6,7 +6,7 @@
  * 
  * Interface for a entry in a Directory.
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -22,6 +22,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
@@ -102,4 +103,4 @@
      */
     public abstract int compareTo(Object arg0);
 
-}
\ No newline at end of file
+}
--- a/common/src/main/java/digilib/io/DocuDirentImpl.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/DocuDirentImpl.java	Tue Feb 26 10:27:10 2013 +0100
@@ -6,7 +6,7 @@
  * 
  * Digital Image Library servlet components
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -22,6 +22,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/common/src/main/java/digilib/io/FileOpException.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/FileOpException.java	Tue Feb 26 10:27:10 2013 +0100
@@ -6,7 +6,7 @@
  * 
  * Digital Image Library servlet components
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -22,6 +22,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.IOException;
--- a/common/src/main/java/digilib/io/FileOps.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/FileOps.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/common/src/main/java/digilib/io/ImageCacheStream.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/ImageCacheStream.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * An ImageInput that uses a caching ImageStream.
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2011 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.IOException;
--- a/common/src/main/java/digilib/io/ImageFile.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/ImageFile.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 25.02.2003
  */
 
--- a/common/src/main/java/digilib/io/ImageFileSet.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/ImageFileSet.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * ImageSet collecting ImageFiles at different resolutions.
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/common/src/main/java/digilib/io/ImageInput.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/ImageInput.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2010 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2010 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 20.12.2010
  */
 
@@ -161,4 +162,4 @@
 
 	
 	
-}
\ No newline at end of file
+}
--- a/common/src/main/java/digilib/io/ImageSet.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/ImageSet.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  *   
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.ArrayList;
@@ -216,4 +217,4 @@
         
     }
 
-}
\ No newline at end of file
+}
--- a/common/src/main/java/digilib/io/ImageStream.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/ImageStream.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * ImageInput backed by an InputStream.
  * %%
- * Copyright (C) 2011 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2011 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.InputStream;
--- a/common/src/main/java/digilib/io/SVGFile.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/SVGFile.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 25.11.2003 by casties
  */
 
--- a/common/src/main/java/digilib/io/TextFile.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/io/TextFile.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 digilib Community
+ * Copyright (C) 2003 - 2013 digilib Community
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 15.09.2003 by casties
  */
 
--- a/common/src/main/java/digilib/meta/MetadataMap.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/meta/MetadataMap.java	Tue Feb 26 10:27:10 2013 +0100
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.HashMap;
--- a/common/src/main/java/digilib/meta/XMLMetaLoader.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/meta/XMLMetaLoader.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.IOException;
--- a/common/src/main/java/digilib/servlet/DigilibConfiguration.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/servlet/DigilibConfiguration.java	Tue Feb 26 10:27:10 2013 +0100
@@ -6,7 +6,7 @@
  * 
  * Digital Image Library servlet components
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -22,6 +22,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.IOException;
--- a/common/src/main/java/digilib/servlet/DigilibRequest.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/servlet/DigilibRequest.java	Tue Feb 26 10:27:10 2013 +0100
@@ -6,8 +6,8 @@
  *
  * lightweight class carrying all parameters for a request to digilib
  * %%
- * Copyright (C) 2002 - 2013 Robert Casties (robcast@mail.berlios.de),
- *                           Christian Luginbuehl
+ * Copyright (C) 2002 - 2013 MPIWG Berlin, WTWG Uni Bern
+ *                           
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,9 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Authors: Robert Casties (robcast@berlios.de),
+ *          Christian Luginbuehl
+ *          
  * Created on 27. August 2002
  */
 
--- a/common/src/main/java/digilib/util/DigilibJobCenter.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/util/DigilibJobCenter.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * Wrapper around ExecutionService.
  * %%
- * Copyright (C) 2010 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2010 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.List;
--- a/common/src/main/java/digilib/util/HashTree.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/util/HashTree.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2002 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.LinkedList;
--- a/common/src/main/java/digilib/util/ImageSize.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/util/ImageSize.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 26.08.2003
  */
 
--- a/common/src/main/java/digilib/util/NumRange.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/util/NumRange.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * Class handling numerical ranges.
  * %%
- * Copyright (C) 2010 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2010 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.ArrayList;
--- a/common/src/main/java/digilib/util/OptionsSet.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/util/OptionsSet.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * Set for option flags.
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2010 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.HashSet;
--- a/common/src/main/java/digilib/util/Parameter.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/util/Parameter.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 02.09.2003 by casties
  */
 
--- a/common/src/main/java/digilib/util/ParameterMap.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/util/ParameterMap.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 02.09.2003 by casties
  */
 
--- a/common/src/main/java/digilib/util/XMLListLoader.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/common/src/main/java/digilib/util/XMLListLoader.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  *
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 // JAXP packages
--- a/pdf/src/main/java/digilib/pdf/DigilibInfoReader.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/pdf/src/main/java/digilib/pdf/DigilibInfoReader.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,8 +7,7 @@
  * A class for reading the information from info.xml files used in digilib image directories.
  * 
  * %%
- * Copyright (C) 2009 - 2013 Christopher Mielack,
- *                           Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2009 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -24,6 +23,8 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Authors: Christopher Mielack,
+ *          Robert Casties (robcast@berlios.de)
  */
 
 /** DigilibInfoReader 
--- a/pdf/src/main/java/digilib/pdf/PDFFileWorker.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/pdf/src/main/java/digilib/pdf/PDFFileWorker.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,8 +4,7 @@
  * #%L
  * PDF Worker that writes in a file.
  * %%
- * Copyright (C) 2009 - 2013 Christopher Mielack,
- *                           Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2009 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -21,6 +20,8 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Authors: Christopher Mielack,
+ *          Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/pdf/src/main/java/digilib/pdf/PDFStreamWorker.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/pdf/src/main/java/digilib/pdf/PDFStreamWorker.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,8 +4,7 @@
  * #%L
  * PDF worker that creates a PDF document in an OutputStream.
  * %%
- * Copyright (C) 2009 - 2013 Christopher Mielack,
- *                           Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2009 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -21,6 +20,8 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Authors: Christopher Mielack,
+ *          Robert Casties (robcast@berlios.de)
  */
 
 import java.io.IOException;
--- a/pdf/src/main/java/digilib/pdf/PDFTitlePage.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/pdf/src/main/java/digilib/pdf/PDFTitlePage.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,8 +4,7 @@
  * #%L
  * A class for the generation of title pages for the generated pdf documents.
  * %%
- * Copyright (C) 2009 - 2013 Christopher Mielack,
- *                           Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2009 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -21,6 +20,8 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Authors: Christopher Mielack,
+ *          Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/pdf/src/main/java/digilib/servlet/PDFCache.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/pdf/src/main/java/digilib/servlet/PDFCache.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,8 +4,7 @@
  * #%L
  * A Servlet with a disk cache serving pdf documents made from digilib images.  
  * %%
- * Copyright (C) 2009 - 2013 Christopher Mielack,
- *                           Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2009 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -21,6 +20,8 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Authors: Christopher Mielack,
+ *          Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/pdf/src/main/java/digilib/servlet/PDFRequest.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/pdf/src/main/java/digilib/servlet/PDFRequest.java	Tue Feb 26 10:27:10 2013 +0100
@@ -5,8 +5,7 @@
  * A container class for storing a set of instruction parameters 
  * used for content generator classes like MakePDF.  
  * %%
- * Copyright (C) 2009 - 2013 Christopher Mielack,
- *                           Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2009 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -22,6 +21,8 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Authors: Christopher Mielack,
+ *          Robert Casties (robcast@berlios.de)
  */
 
 import java.io.UnsupportedEncodingException;
--- a/servlet2/src/main/java/digilib/servlet/DigilibServletConfiguration.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet2/src/main/java/digilib/servlet/DigilibServletConfiguration.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/servlet2/src/main/java/digilib/servlet/DigilibServletRequest.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet2/src/main/java/digilib/servlet/DigilibServletRequest.java	Tue Feb 26 10:27:10 2013 +0100
@@ -6,8 +6,8 @@
  *
  * lightweight class carrying all parameters for a request to digilib
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de),
- *                           Christian Luginbuehl
+ * Copyright (C) 2001 - 2013 MPIWG Berlin, WTWG Uni Bern
+ *                           
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,8 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de),
+ *         Christian Luginbuehl
  */
 
 import java.io.UnsupportedEncodingException;
--- a/servlet2/src/main/java/digilib/servlet/DocumentBean.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet2/src/main/java/digilib/servlet/DocumentBean.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.List;
--- a/servlet2/src/main/java/digilib/servlet/Initialiser.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet2/src/main/java/digilib/servlet/Initialiser.java	Tue Feb 26 10:27:10 2013 +0100
@@ -8,7 +8,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2004 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2004 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -24,6 +24,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * 
  * Created on 18.10.2004
  */
--- a/servlet2/src/main/java/digilib/servlet/Scaler.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet2/src/main/java/digilib/servlet/Scaler.java	Tue Feb 26 10:27:10 2013 +0100
@@ -6,7 +6,7 @@
  * Scaler servlet that uses a thread pool but only synchronous servlet 2.3 API.
  *  
  * %%
- * Copyright (C) 2004 - 2013 Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2004 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -22,6 +22,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/servlet2/src/main/java/digilib/servlet/ScalerNoThread.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet2/src/main/java/digilib/servlet/ScalerNoThread.java	Tue Feb 26 10:27:10 2013 +0100
@@ -4,7 +4,7 @@
  * #%L
  * Scaler servlet that uses no thread pool any only synchronous servlet 2.3 API.
  * %%
- * Copyright (C) 2011 - 2013 Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2011 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -20,6 +20,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/servlet2/src/main/java/digilib/servlet/ServletOps.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet2/src/main/java/digilib/servlet/ServletOps.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
@@ -350,4 +351,4 @@
     }
     
     
-}
\ No newline at end of file
+}
--- a/servlet3/src/main/java/digilib/servlet/AsyncServletWorker.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet3/src/main/java/digilib/servlet/AsyncServletWorker.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Worker class for the asynchronous Servlet API.
  * 
  * %%
- * Copyright (C) 2011 - 2013 Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2011 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -24,7 +24,7 @@
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
  * 
- * created 19.2.2011
+ * Author: Robert Casties (robcast@berlios.de) 19.2.2011
  */
 
 import java.io.IOException;
--- a/servlet3/src/main/java/digilib/servlet/DigilibServletConfiguration.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet3/src/main/java/digilib/servlet/DigilibServletConfiguration.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Class holding all parameters for digilib servlet.
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * 
  */
 
--- a/servlet3/src/main/java/digilib/servlet/DigilibServletRequest.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet3/src/main/java/digilib/servlet/DigilibServletRequest.java	Tue Feb 26 10:27:10 2013 +0100
@@ -8,8 +8,7 @@
  * lightweight class carrying all parameters for a request to digilib
  * 
  * %%
- * Copyright (C) 2002 - 2013 Robert Casties (robcast@berlios.de),
- *                           Christian Luginbuehl
+ * Copyright (C) 2002 - 2013 MPIWG Berlin, WTWG Uni Bern
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -25,6 +24,8 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Authors: Robert Casties (robcast@berlios.de),
+ *          Christian Luginbuehl
  * 
  * Created on 27. August 2002, 19:43
  */
--- a/servlet3/src/main/java/digilib/servlet/DocumentBean.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet3/src/main/java/digilib/servlet/DocumentBean.java	Tue Feb 26 10:27:10 2013 +0100
@@ -8,7 +8,7 @@
  * Digital Image Library servlet components
  *
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -24,6 +24,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.util.List;
--- a/servlet3/src/main/java/digilib/servlet/Initialiser.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet3/src/main/java/digilib/servlet/Initialiser.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2004 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2004 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  * Created on 18.10.2004
  */
 
--- a/servlet3/src/main/java/digilib/servlet/Scaler.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet3/src/main/java/digilib/servlet/Scaler.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * Scaler servlet that uses asynchronous servlet API V3.0.
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,6 +23,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
--- a/servlet3/src/main/java/digilib/servlet/ServletOps.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/servlet3/src/main/java/digilib/servlet/ServletOps.java	Tue Feb 26 10:27:10 2013 +0100
@@ -8,7 +8,7 @@
  * Digital Image Library servlet components
  * 
  * %%
- * Copyright (C) 2001 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2001 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -24,6 +24,7 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
+ * Author: Robert Casties (robcast@berlios.de)
  */
 
 import java.io.File;
@@ -364,4 +365,4 @@
         return s;
     }
     
-}
\ No newline at end of file
+}
--- a/text/src/main/java/digilib/servlet/Texter.java	Mon Feb 25 18:52:36 2013 +0100
+++ b/text/src/main/java/digilib/servlet/Texter.java	Tue Feb 26 10:27:10 2013 +0100
@@ -7,7 +7,7 @@
  * 
  * Digital Image Library servlet components
  * %%
- * Copyright (C) 2003 - 2013 Robert Casties (robcast@mail.berlios.de)
+ * Copyright (C) 2003 - 2013 MPIWG Berlin
  * %%
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as 
@@ -23,7 +23,8 @@
  * License along with this program.  If not, see
  * <http://www.gnu.org/licenses/lgpl-3.0.html>.
  * #L%
- * Created on 15.09.2003 by casties  
+ * Author: Robert Casties (robcast@berlios.de)
+ * Created on 15.09.2003
  */
 
 import java.io.IOException;