From 70604175e53b4c6ca71a82108f35e74b1ac1993a Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 4 Jan 2005 22:45:11 +0000 Subject: [PATCH 1/1] licensing update to APSL 2.0 darcs-hash:20050104224511-5007d-46e4559a16320e4529ccce352650930685f2f942.gz --- src/org/ibex/jinetd/Host.java | 4 ++++ src/org/ibex/jinetd/Listener.java | 4 ++++ src/org/ibex/jinetd/Loader.java | 4 ++++ src/org/ibex/jinetd/Main.java | 4 ++++ src/org/ibex/jinetd/Port.java | 4 ++++ src/org/ibex/jinetd/Root.java | 4 ++++ src/org/ibex/jinetd/Watched.java | 4 ++++ src/org/ibex/jinetd/Watcher.java | 4 ++++ src/org/ibex/jinetd/Worker.java | 4 ++++ 9 files changed, 36 insertions(+) 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.*; -- 1.7.10.4