cziegeler 2004/03/31 03:21:50
Modified: src/kernel/org/apache/cocoon/kernel/composition
Component.java Composer.java Lifecycle.java
Wirings.java WiringException.java Wire.java
LifecycleException.java
Log:
Use the same license formatting
Revision Changes Path
1.2 +16 -19
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Component.java
Index: Component.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Component.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Component.java 30 Mar 2004 13:30:37 -0000 1.1
+++ Component.java 31 Mar 2004 11:21:49 -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.composition;
import java.net.URL;
1.2 +16 -19
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Composer.java
Index: Composer.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Composer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Composer.java 30 Mar 2004 13:30:37 -0000 1.1
+++ Composer.java 31 Mar 2004 11:21:49 -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.composition;
import org.apache.cocoon.kernel.configuration.Configurable;
1.2 +16 -19
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Lifecycle.java
Index: Lifecycle.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Lifecycle.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Lifecycle.java 30 Mar 2004 13:30:37 -0000 1.1
+++ Lifecycle.java 31 Mar 2004 11:21:49 -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.composition;
/**
1.3 +16 -19
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wirings.java
Index: Wirings.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wirings.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Wirings.java 31 Mar 2004 10:20:38 -0000 1.2
+++ Wirings.java 31 Mar 2004 11:21:49 -0000 1.3
@@ -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.composition;
import org.apache.cocoon.kernel.resolution.Resolver;
1.2 +16 -19
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/WiringException.java
Index: WiringException.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/WiringException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WiringException.java 30 Mar 2004 13:30:37 -0000 1.1
+++ WiringException.java 31 Mar 2004 11:21:49 -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.composition;
/**
1.2 +16 -19
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wire.java
Index: Wire.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wire.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Wire.java 30 Mar 2004 13:30:37 -0000 1.1
+++ Wire.java 31 Mar 2004 11:21:49 -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.composition;
import org.apache.cocoon.kernel.resolution.Resolver;
1.2 +16 -19
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/LifecycleException.java
Index: LifecycleException.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/LifecycleException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LifecycleException.java 30 Mar 2004 13:30:37 -0000 1.1
+++ LifecycleException.java 31 Mar 2004 11:21:49 -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.composition;
/**