cziegeler 2004/03/31 03:21:56
Modified: src/kernel/org/apache/cocoon/kernel/archival Library.java
HashLibrary.java
Log:
Use the same license formatting
Revision Changes Path
1.2 +16 -19
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/archival/Library.java
Index: Library.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/archival/Library.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Library.java 30 Mar 2004 13:30:37 -0000 1.1
+++ Library.java 31 Mar 2004 11:21:56 -0000 1.2
@@ -1,21 +1,18 @@
-/*
========================================================================== *
- *
*
- * Copyright 2004 The Apache Software Foundation.
*
- *
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you
may *
- * not use this file except in compliance with the License. You may obtain
a *
- * copy of the License at
*
- *
*
- * http://www.apache.org/licenses/LICENSE-2.0
*
- *
*
- * Unless required by applicable law or agreed to in writing,
software *
- * distributed under the License is distributed on an "AS IS" BASIS,
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.
*
- *
*
- *
========================================================================== */
+/*
+ * Copyright 1999-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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.
+ */
package org.apache.cocoon.kernel.archival;
import java.util.Set;
1.2 +16 -19
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/archival/HashLibrary.java
Index: HashLibrary.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/archival/HashLibrary.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HashLibrary.java 30 Mar 2004 13:30:37 -0000 1.1
+++ HashLibrary.java 31 Mar 2004 11:21:56 -0000 1.2
@@ -1,21 +1,18 @@
-/*
========================================================================== *
- *
*
- * Copyright 2004 The Apache Software Foundation.
*
- *
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you
may *
- * not use this file except in compliance with the License. You may obtain
a *
- * copy of the License at
*
- *
*
- * http://www.apache.org/licenses/LICENSE-2.0
*
- *
*
- * Unless required by applicable law or agreed to in writing,
software *
- * distributed under the License is distributed on an "AS IS" BASIS,
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.
*
- *
*
- *
========================================================================== */
+/*
+ * Copyright 1999-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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.
+ */
package org.apache.cocoon.kernel.archival;
import java.util.HashSet;