Fix copyright line.
[jFCPlib.git] / src / net / pterodactylus / fcp / FileEntry.java
index baa0b6d..6d0e8a3 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FileEntry.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FileEntry.java - Copyright © 2008 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
@@ -57,8 +56,8 @@ public abstract class FileEntry {
         * @param name
         *            The name of the file
         * @param contentType
-        *            The content type of the file, or <code>null</code> to let
-        *            the node auto-detect it
+        *            The content type of the file, or <code>null</code> to let the
+        *            node auto-detect it
         * @param length
         *            The length of the file
         * @param dataInputStream
@@ -77,8 +76,8 @@ public abstract class FileEntry {
         * @param filename
         *            The name of the file on disk
         * @param contentType
-        *            The content type of the file, or <code>null</code> to let
-        *            the node auto-detect it
+        *            The content type of the file, or <code>null</code> to let the
+        *            node auto-detect it
         * @param length
         *            The length of the file, or <code>-1</code> to not specify a
         *            size
@@ -145,8 +144,8 @@ public abstract class FileEntry {
                 * @param name
                 *            The name of the file
                 * @param contentType
-                *            The content type of the file, or <code>null</code> to
-                *            let the node auto-detect it
+                *            The content type of the file, or <code>null</code> to let
+                *            the node auto-detect it
                 * @param length
                 *            The length of the file
                 * @param inputStream
@@ -223,8 +222,8 @@ public abstract class FileEntry {
                 * @param filename
                 *            The name of the on-disk file
                 * @param contentType
-                *            The content type of the file, or <code>null</code> to
-                *            let the node auto-detect it
+                *            The content type of the file, or <code>null</code> to let
+                *            the node auto-detect it
                 * @param length
                 *            The length of the file
                 */