mholz       2004/02/05 10:32:07

  Modified:    src/share/org/apache/slide/search/basic/expression Tag:
                        SLIDE_2_0_RELEASE_BRANCH
                        GenericBasicExpression.java
  Log:
  Added license notice
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.1   +26 -3     
jakarta-slide/src/share/org/apache/slide/search/basic/expression/GenericBasicExpression.java
  
  Index: GenericBasicExpression.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/expression/GenericBasicExpression.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- GenericBasicExpression.java       12 Dec 2003 02:48:29 -0000      1.2
  +++ GenericBasicExpression.java       5 Feb 2004 18:32:07 -0000       1.2.2.1
  @@ -1,13 +1,36 @@
  -/**
  - * GenericBasicExpression.java
  +/*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
  + * Copyright 2002-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.
    *
  - * @author Created by Omnicore CodeGuide
    */
   
   package org.apache.slide.search.basic.expression;
   
   import org.apache.slide.search.InvalidQueryException;
   import org.jdom.Element;
  +
  +/**
  + * GenericBasicExpression.java
  + *
  + * @author Created by Omnicore CodeGuide
  + */
   
   public abstract class GenericBasicExpression extends BasicExpression {
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to