cziegeler 2004/03/31 03:24:12
Modified: src/kernel/org/apache/cocoon/kernel/resolution Resource.java
FileResource.java LocalResolver.java
CompoundResolver.java Resolver.java
JarResource.java
Log:
Use the same license formatting
Revision Changes Path
1.2 +15 -18
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/Resource.java
Index: Resource.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/Resource.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Resource.java 30 Mar 2004 13:30:38 -0000 1.1
+++ Resource.java 31 Mar 2004 11:24:12 -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.resolution;
import java.io.InputStream;
1.2 +15 -18
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/FileResource.java
Index: FileResource.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/FileResource.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FileResource.java 30 Mar 2004 13:30:38 -0000 1.1
+++ FileResource.java 31 Mar 2004 11:24:12 -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.resolution;
import java.io.File;
1.2 +15 -18
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/LocalResolver.java
Index: LocalResolver.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/LocalResolver.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LocalResolver.java 30 Mar 2004 13:30:38 -0000 1.1
+++ LocalResolver.java 31 Mar 2004 11:24:12 -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.resolution;
import java.io.File;
1.2 +15 -18
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/CompoundResolver.java
Index: CompoundResolver.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/CompoundResolver.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CompoundResolver.java 30 Mar 2004 16:17:58 -0000 1.1
+++ CompoundResolver.java 31 Mar 2004 11:24:12 -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.resolution;
import java.util.AbstractSet;
1.2 +15 -18
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/Resolver.java
Index: Resolver.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/Resolver.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Resolver.java 30 Mar 2004 13:30:38 -0000 1.1
+++ Resolver.java 31 Mar 2004 11:24:12 -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.resolution;
/**
1.2 +15 -18
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/JarResource.java
Index: JarResource.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/JarResource.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- JarResource.java 30 Mar 2004 13:30:38 -0000 1.1
+++ JarResource.java 31 Mar 2004 11:24:12 -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.resolution;
import java.io.InputStream;