From 1db99552ca93981bac63573aabd9ccf3a528c254 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 4 Jan 2005 22:45:13 +0000 Subject: [PATCH] licensing update to APSL 2.0 darcs-hash:20050104224513-5007d-2944dfeee82aa1a42822282c995eed69b203932f.gz --- src/org/ibex/xt/Node.java | 4 ++++ src/org/ibex/xt/Prevalence.java | 4 ++++ src/org/ibex/xt/Servlet.java | 4 ++++ src/org/ibex/xt/Template.java | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/src/org/ibex/xt/Node.java b/src/org/ibex/xt/Node.java index f4fe0a4..60f97c1 100644 --- a/src/org/ibex/xt/Node.java +++ b/src/org/ibex/xt/Node.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.xt; import org.ibex.js.*; import org.ibex.util.*; diff --git a/src/org/ibex/xt/Prevalence.java b/src/org/ibex/xt/Prevalence.java index b237619..5fb807c 100644 --- a/src/org/ibex/xt/Prevalence.java +++ b/src/org/ibex/xt/Prevalence.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.xt; import org.ibex.js.*; import org.ibex.util.*; diff --git a/src/org/ibex/xt/Servlet.java b/src/org/ibex/xt/Servlet.java index 1d18563..69218b2 100644 --- a/src/org/ibex/xt/Servlet.java +++ b/src/org/ibex/xt/Servlet.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.xt; import org.ibex.js.*; import org.ibex.util.*; diff --git a/src/org/ibex/xt/Template.java b/src/org/ibex/xt/Template.java index f3955f2..9e3e066 100644 --- a/src/org/ibex/xt/Template.java +++ b/src/org/ibex/xt/Template.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.xt; import org.ibex.js.*; import org.ibex.util.*; -- 1.7.10.4