Fix copyright line.
[jFCPlib.git] / src / net / pterodactylus / fcp / Version.java
index 1ce7c1b..72aa120 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - Version.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - Version.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
@@ -25,7 +24,6 @@ import java.util.StringTokenizer;
  * Container for the “lastGoodVersion” field.
  * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class Version {
 
@@ -134,4 +132,4 @@ public class Version {
                return nodeName + "," + treeVersion + "," + protocolVersion + "," + buildNumber;
        }
 
-}
\ No newline at end of file
+}