geirm 01/04/11 19:15:30
Modified: configuration/src/java/org/apache/commons/configuration
Configuration.java
Log:
Package declaration and license update
Revision Changes Path
1.2 +10 -10
jakarta-commons-sandbox/configuration/src/java/org/apache/commons/configuration/Configuration.java
Index: Configuration.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/configuration/src/java/org/apache/commons/configuration/Configuration.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Configuration.java 2001/04/12 02:12:54 1.1
+++ Configuration.java 2001/04/12 02:15:30 1.2
@@ -1,4 +1,4 @@
-package org.apache.velocity.runtime.configuration;
+package org.apache.commons.configuration;
/*
* Copyright (c) 2001 The Java Apache Project. All rights reserved.
@@ -21,14 +21,14 @@
* Project for use in the Apache JServ servlet engine project
* <http://java.apache.org/>."
*
- * 4. The names "Apache JServ", "Apache JServ Servlet Engine", "Turbine",
- * "Apache Turbine", "Turbine Project", "Apache Turbine Project" and
- * "Java Apache Project" must not be used to endorse or promote products
- * derived from this software without prior written permission.
- *
- * 5. Products derived from this software may not be called "Apache JServ"
- * nor may "Apache" nor "Apache JServ" appear in their names without
- * prior written permission of the Java Apache Project.
+ * 4. The names "The Jakarta Project", "Commons", and "Apache Software
+ * Foundation" must not be used to endorse or promote products derived
+ * from this software without prior written permission. For written
+ * permission, please contact [EMAIL PROTECTED]
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ * "Commons" nor may "Apache" appear in their names without prior
+ * written permission of the Apache Group.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
@@ -163,7 +163,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Leon Messerschmidt</a>
- * @version $Id: Configuration.java,v 1.1 2001/04/12 02:12:54 geirm Exp $
+ * @version $Id: Configuration.java,v 1.2 2001/04/12 02:15:30 geirm Exp $
*/
public class Configuration extends Hashtable
{