unico       2004/07/13 05:08:46

  Modified:    src/stores/org/apache/slide/store/impl/rdbms/expression
                        RDBMSIsCollectionExpression.java
  Log:
  add missing license
  
  Revision  Changes    Path
  1.4       +20 -7     
jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/expression/RDBMSIsCollectionExpression.java
  
  Index: RDBMSIsCollectionExpression.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/expression/RDBMSIsCollectionExpression.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RDBMSIsCollectionExpression.java  13 Jul 2004 12:02:13 -0000      1.3
  +++ RDBMSIsCollectionExpression.java  13 Jul 2004 12:08:46 -0000      1.4
  @@ -1,18 +1,31 @@
   /*
  - * Created on Jul 4, 2004
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
  + * 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.
    *
  - * TODO To change the template for this generated file go to
  - * Window - Preferences - Java - Code Style - Code Templates
    */
   package org.apache.slide.store.impl.rdbms.expression;
   
   import org.jdom.Element;
   
   /**
  - * @author uhommes
  - *
  - * TODO To change the template for this generated type comment go to
  - * Window - Preferences - Java - Code Style - Code Templates
  + * @author <a href="mailto:[EMAIL PROTECTED]">Unico Hommes</a>
    */
   public class RDBMSIsCollectionExpression extends RDBMSCompareExpression {
   
  
  
  

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

Reply via email to