Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / ClientHello.java
index 4f83922..3079807 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ClientHello.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ClientHello.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
@@ -22,9 +21,8 @@ package net.pterodactylus.fcp;
 /**
  * A “ClientHello” message that <i>must</i> be sent to the node first thing
  * after calling {@link FcpConnection#connect()}.
- * 
+ *
  * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
- * @version $Id$
  */
 public class ClientHello extends FcpMessage {
 
@@ -32,7 +30,7 @@ public class ClientHello extends FcpMessage {
         * Creates a new “ClientHello” message with the given client name. The
         * client name has to be unique to the node otherwise you will get a
         * {@link CloseConnectionDuplicateClientName} response from the node!
-        * 
+        *
         * @param clientName
         *            The unique client name
         */
@@ -45,7 +43,7 @@ public class ClientHello extends FcpMessage {
         * client name has to be unique to the node otherwise you will get a
         * {@link CloseConnectionDuplicateClientName} response from the node! The
         * expected FCP version is currently ignored by the node.
-        * 
+        *
         * @param clientName
         *            The unique client name
         * @param expectedVersion