cziegeler    2004/03/31 03:22:31

  Modified:    src/kernel/org/apache/cocoon/kernel/configuration
                        ConfigurationSerializer.java
                        ConfigurationException.java Parameters.java
                        ConfigurationBuilder.java Configuration.java
                        Configurable.java
  Log:
  Use the same license formatting
  
  Revision  Changes    Path
  1.3       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationSerializer.java
  
  Index: ConfigurationSerializer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationSerializer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConfigurationSerializer.java      31 Mar 2004 10:28:34 -0000      1.2
  +++ ConfigurationSerializer.java      31 Mar 2004 11:22:31 -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.configuration;
   
   import java.io.IOException;
  
  
  
  1.2       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationException.java
  
  Index: ConfigurationException.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConfigurationException.java       30 Mar 2004 13:30:37 -0000      1.1
  +++ ConfigurationException.java       31 Mar 2004 11:22:31 -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.configuration;
   
   /**
  
  
  
  1.3       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Parameters.java
  
  Index: Parameters.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Parameters.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Parameters.java   31 Mar 2004 10:28:34 -0000      1.2
  +++ Parameters.java   31 Mar 2004 11:22:31 -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.configuration;
   
   import java.util.HashMap;
  
  
  
  1.2       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationBuilder.java
  
  Index: ConfigurationBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationBuilder.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConfigurationBuilder.java 30 Mar 2004 13:30:37 -0000      1.1
  +++ ConfigurationBuilder.java 31 Mar 2004 11:22:31 -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.configuration;
   
   import java.io.IOException;
  
  
  
  1.2       +17 -20    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Configuration.java
  
  Index: Configuration.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Configuration.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Configuration.java        30 Mar 2004 13:30:37 -0000      1.1
  +++ Configuration.java        31 Mar 2004 11:22:31 -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.configuration;
   
   import java.net.MalformedURLException;
  
  
  
  1.2       +16 -19    
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Configurable.java
  
  Index: Configurable.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Configurable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Configurable.java 30 Mar 2004 13:30:37 -0000      1.1
  +++ Configurable.java 31 Mar 2004 11:22:31 -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.configuration;
   
   /**
  
  
  

Reply via email to