From 6a0bbf82fc3cffe1266c6f2c42a771f7aca4b605 Mon Sep 17 00:00:00 2001 From: ndw Date: Thu, 21 Apr 2005 21:00:56 +0000 Subject: [PATCH] Added note about provenance with pointer to the public domain originals. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226202 13f79535-47bb-0310-9956-ffa450edef68 --- java/src/org/apache/xml/resolver/Catalog.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/src/org/apache/xml/resolver/Catalog.java b/java/src/org/apache/xml/resolver/Catalog.java index 40b1914..a160614 100644 --- a/java/src/org/apache/xml/resolver/Catalog.java +++ b/java/src/org/apache/xml/resolver/Catalog.java @@ -15,6 +15,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * + * Portions of this code are derived from classes placed in the + * public domain by Arbortext on 10 Apr 2000. See: + * http://www.arbortext.com/customer_support/updates_and_technical_notes/catalogs/docs/README.htm */ package org.apache.xml.resolver;