X-Git-Url: http://git.megacz.com/?p=org.ibex.jinetd.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjinetd%2FPort.java;h=8a92dd74bef8a8920ba20c606970c6016f929518;hp=39be9ca8807cd78b846a5e314c2140344639d85d;hb=5d36398ed04551d352ed4b185c036c5cd3433282;hpb=283889692d2baf785f000791e395c4113651c1c6 diff --git a/src/org/ibex/jinetd/Port.java b/src/org/ibex/jinetd/Port.java index 39be9ca..8a92dd7 100644 --- a/src/org/ibex/jinetd/Port.java +++ b/src/org/ibex/jinetd/Port.java @@ -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;