Fix up all file headers.
[jSite.git] / src / de / todesbaum / jsite / application / Node.java
index d507311..df7492f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite-0.7 - 
- * 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.jsite.application;
 
 /**
  * Container for node information.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class Node extends de.todesbaum.util.freenet.fcp2.Node {
@@ -31,7 +30,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node {
 
        /**
         * Creates a new node with the given hostname and the default port.
-        * 
+        *
         * @see de.todesbaum.util.freenet.fcp2.Node#DEFAULT_PORT
         * @param hostname
         *            The hostname of the new node
@@ -42,7 +41,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node {
 
        /**
         * Creates a new node with the given hostname and port.
-        * 
+        *
         * @param hostname
         *            The hostname of the new node
         * @param port
@@ -54,7 +53,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node {
 
        /**
         * Creates a new node with the given hostname, port, and name.
-        * 
+        *
         * @param hostname
         *            The hostname of the new node
         * @param port
@@ -69,7 +68,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node {
 
        /**
         * Creates a new node that gets its settings from the given node.
-        * 
+        *
         * @param node
         *            The node to copy
         */
@@ -79,7 +78,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node {
 
        /**
         * Creates a new node from the given node, overwriting the name.
-        * 
+        *
         * @param node
         *            The node to copy from
         * @param name
@@ -91,7 +90,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node {
 
        /**
         * Sets the name of the node.
-        * 
+        *
         * @param name
         *            The name of the node
         */
@@ -101,7 +100,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node {
 
        /**
         * Returns the name of the node.
-        * 
+        *
         * @return The name of the node
         */
        public String getName() {
@@ -110,7 +109,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node {
 
        /**
         * Sets the hostname of the node.
-        * 
+        *
         * @param hostname
         *            The hostname of the node
         */
@@ -120,7 +119,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node {
 
        /**
         * Sets the port of the node.
-        * 
+        *
         * @param port
         *            The port of the node
         */