cziegeler    2004/03/31 03:24:20

  Modified:    src/kernel/org/apache/cocoon/kernel/identification
                        DescriptorBuilder.java AbstractDescriptor.java
                        InterfaceDescriptor.java Descriptor.java
                        BlockDescriptor.java Identifier.java
                        ParsedIdentifier.java IdentificationException.java
  Log:
  Use the same license formatting
  
  Revision  Changes    Path
  1.2       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/DescriptorBuilder.java
  
  Index: DescriptorBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/DescriptorBuilder.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DescriptorBuilder.java    30 Mar 2004 13:30:38 -0000      1.1
  +++ DescriptorBuilder.java    31 Mar 2004 11:24:20 -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.identification;
   
   import java.io.IOException;
  
  
  
  1.4       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/AbstractDescriptor.java
  
  Index: AbstractDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/AbstractDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractDescriptor.java   31 Mar 2004 10:28:34 -0000      1.3
  +++ AbstractDescriptor.java   31 Mar 2004 11:24:20 -0000      1.4
  @@ -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.identification;
   
   import java.net.MalformedURLException;
  
  
  
  1.3       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/InterfaceDescriptor.java
  
  Index: InterfaceDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/InterfaceDescriptor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InterfaceDescriptor.java  31 Mar 2004 10:28:34 -0000      1.2
  +++ InterfaceDescriptor.java  31 Mar 2004 11:24:20 -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.identification;
   
   import org.apache.cocoon.kernel.configuration.Configuration;
  
  
  
  1.2       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Descriptor.java
  
  Index: Descriptor.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Descriptor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Descriptor.java   30 Mar 2004 13:30:38 -0000      1.1
  +++ Descriptor.java   31 Mar 2004 11:24:20 -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.identification;
   
   import java.net.URL;
  
  
  
  1.3       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/BlockDescriptor.java
  
  Index: BlockDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/BlockDescriptor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BlockDescriptor.java      31 Mar 2004 10:28:34 -0000      1.2
  +++ BlockDescriptor.java      31 Mar 2004 11:24:20 -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.identification;
   
   import java.util.ArrayList;
  
  
  
  1.2       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Identifier.java
  
  Index: Identifier.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Identifier.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Identifier.java   30 Mar 2004 13:30:38 -0000      1.1
  +++ Identifier.java   31 Mar 2004 11:24:20 -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.identification;
   
   import java.net.URL;
  
  
  
  1.2       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/ParsedIdentifier.java
  
  Index: ParsedIdentifier.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/ParsedIdentifier.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ParsedIdentifier.java     30 Mar 2004 13:30:38 -0000      1.1
  +++ ParsedIdentifier.java     31 Mar 2004 11:24:20 -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.identification;
   
   import java.net.MalformedURLException;
  
  
  
  1.2       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/IdentificationException.java
  
  Index: IdentificationException.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/IdentificationException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IdentificationException.java      30 Mar 2004 13:30:38 -0000      1.1
  +++ IdentificationException.java      31 Mar 2004 11:24:20 -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.identification;
   
   /**
  
  
  

Reply via email to