added a FEATURE comment
[org.ibex.jinetd.git] / src / org / ibex / jinetd / Port.java
index 39be9ca..8a92dd7 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the Apache Public Source License 2.0 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.ibex.jinetd;
 import org.ibex.util.*;
 import org.ibex.io.*;
@@ -6,6 +10,8 @@ import java.util.*;
 import java.net.*;
 import java.util.zip.*;
 
+
+// Feature: port-level redirects
 public class Port extends Loader {
 
     final InetAddress bindTo;