Fix up all file headers.
[jSite.git] / src / de / todesbaum / util / freenet / fcp2 / Node.java
index b60de44..d2fa91c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * todesbaum-lib - 
- * Copyright (C) 2006 David Roden
+ * jSite - Node.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;
 
 /**
  * Contains the hostname and port number of the Freenet node.
- * 
+ *
  * @author David Roden <droden@gmail.com>
  * @version $Id$
  */
@@ -39,7 +38,7 @@ public class Node {
        /**
         * Creates a new node with the specified hostname and the default port
         * number.
-        * 
+        *
         * @param hostname
         *            The hostname of the node
         * @see #DEFAULT_PORT
@@ -50,7 +49,7 @@ public class Node {
 
        /**
         * Creates a new node with the specified hostname and port number.
-        * 
+        *
         * @param hostname
         *            The hostname of the node
         * @param port
@@ -63,7 +62,7 @@ public class Node {
 
        /**
         * Returns the hostname of the node.
-        * 
+        *
         * @return The hostname of the node
         */
        public String getHostname() {
@@ -72,7 +71,7 @@ public class Node {
 
        /**
         * Returns the port number of the node.
-        * 
+        *
         * @return The port number of the node
         */
        public int getPort() {