You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by mp...@apache.org on 2004/04/02 01:00:54 UTC

cvs commit: cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/binding CustomJXPathBinding.java

mpo         2004/04/01 15:00:54

  Modified:    src/blocks/forms/java/org/apache/cocoon/forms/binding
                        CustomJXPathBinding.java
  Log:
  Fixing erronous license-header.
  
  Revision  Changes    Path
  1.2       +12 -4     cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/binding/CustomJXPathBinding.java
  
  Index: CustomJXPathBinding.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/binding/CustomJXPathBinding.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CustomJXPathBinding.java	1 Apr 2004 22:49:56 -0000	1.1
  +++ CustomJXPathBinding.java	1 Apr 2004 23:00:54 -0000	1.2
  @@ -1,9 +1,17 @@
   /*
  - * File CustomJXPathBinding.java 
  - * created by mpo
  - * on Apr 1, 2004 | 4:17:26 PM
  + * Copyright 1999-2004 The Apache Software Foundation.
    * 
  - * (c) 2004 - Outerthought BVBA
  + * 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.forms.binding;