Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / CloseConnectionDuplicateClientName.java
index e36a4c7..db0ff0d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - CloseConnectionDuplicateClientName.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - CloseConnectionDuplicateClientName.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
@@ -21,17 +20,15 @@ package net.pterodactylus.fcp;
 
 /**
  * A “CloseConnectionDuplicateClientName” message.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id: CloseConnectionDuplicateClientName.java 712 2008-04-11
- *          09:50:44Z bombe $
  */
 public class CloseConnectionDuplicateClientName extends BaseMessage {
 
        /**
         * Creates a new CloseConnectionDuplicateClientName message that wraps the
         * given message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */