Fix up all file headers.
[jSite.git] / src / de / todesbaum / util / freenet / fcp2 / DiskFileEntry.java
index e2eabc8..bf036b4 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * todesbaum-lib - 
- * Copyright (C) 2006 David Roden
+ * jSite - DiskFileEntry.java - Copyright © 2006–2012 David Roden
  *
  * 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
@@ -21,7 +20,7 @@ package de.todesbaum.util.freenet.fcp2;
 
 /**
  * A {@link FileEntry} that reads the content from a file on the disk.
- * 
+ *
  * @author David Roden <droden@gmail.com>
  * @version $Id$
  */
@@ -33,7 +32,7 @@ public class DiskFileEntry extends FileEntry {
        /**
         * Creates a new {@link FileEntry} with the specified name and content type
         * that is read from the file specified by <code>localFilename</code>.
-        * 
+        *
         * @param filename
         *            The name of the file
         * @param contentType
@@ -57,7 +56,7 @@ public class DiskFileEntry extends FileEntry {
 
        /**
         * Returns the name of the local file that holds the content for this file.
-        * 
+        *
         * @return The name of the local file
         */
        public String getLocalFilename() {