From: adam Date: Tue, 4 Jan 2005 22:45:11 +0000 (+0000) Subject: licensing update to APSL 2.0 X-Git-Url: http://git.megacz.com/?p=org.ibex.jinetd.git;a=commitdiff_plain;h=70604175e53b4c6ca71a82108f35e74b1ac1993a licensing update to APSL 2.0 darcs-hash:20050104224511-5007d-46e4559a16320e4529ccce352650930685f2f942.gz --- diff --git a/src/org/ibex/jinetd/Host.java b/src/org/ibex/jinetd/Host.java index c5ae337..a5c3923 100644 --- a/src/org/ibex/jinetd/Host.java +++ b/src/org/ibex/jinetd/Host.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 java.io.*; diff --git a/src/org/ibex/jinetd/Listener.java b/src/org/ibex/jinetd/Listener.java index caf50fb..7fb4d72 100644 --- a/src/org/ibex/jinetd/Listener.java +++ b/src/org/ibex/jinetd/Listener.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 java.net.*; import org.ibex.io.*; diff --git a/src/org/ibex/jinetd/Loader.java b/src/org/ibex/jinetd/Loader.java index 5a2b171..012a935 100644 --- a/src/org/ibex/jinetd/Loader.java +++ b/src/org/ibex/jinetd/Loader.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.io.*; import org.ibex.util.*; diff --git a/src/org/ibex/jinetd/Main.java b/src/org/ibex/jinetd/Main.java index c2cb324..ca18381 100644 --- a/src/org/ibex/jinetd/Main.java +++ b/src/org/ibex/jinetd/Main.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 java.io.*; diff --git a/src/org/ibex/jinetd/Port.java b/src/org/ibex/jinetd/Port.java index 39be9ca..ac78d46 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.*; diff --git a/src/org/ibex/jinetd/Root.java b/src/org/ibex/jinetd/Root.java index 078ec05..d89b04c 100644 --- a/src/org/ibex/jinetd/Root.java +++ b/src/org/ibex/jinetd/Root.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 java.io.*; diff --git a/src/org/ibex/jinetd/Watched.java b/src/org/ibex/jinetd/Watched.java index 197f7dd..50a7bc2 100644 --- a/src/org/ibex/jinetd/Watched.java +++ b/src/org/ibex/jinetd/Watched.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 java.io.*; diff --git a/src/org/ibex/jinetd/Watcher.java b/src/org/ibex/jinetd/Watcher.java index 39edb17..19a33d6 100644 --- a/src/org/ibex/jinetd/Watcher.java +++ b/src/org/ibex/jinetd/Watcher.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 java.io.*; diff --git a/src/org/ibex/jinetd/Worker.java b/src/org/ibex/jinetd/Worker.java index 3633dc7..27c328c 100644 --- a/src/org/ibex/jinetd/Worker.java +++ b/src/org/ibex/jinetd/Worker.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.*;