donaldp     01/11/24 02:33:09

  Modified:    src/java/org/apache/avalon/phoenix/components/extensions
                        PhoenixPackageRepository.java
               src/java/org/apache/avalon/phoenix/interfaces
                        PackageRepository.java
  Log:
  Add license banner.
  
  Revision  Changes    Path
  1.2       +8 -1      
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/extensions/PhoenixPackageRepository.java
  
  Index: PhoenixPackageRepository.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/extensions/PhoenixPackageRepository.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PhoenixPackageRepository.java     2001/11/21 11:05:26     1.1
  +++ PhoenixPackageRepository.java     2001/11/24 10:33:09     1.2
  @@ -1,3 +1,10 @@
  +/*
  + * Copyright (C) The Apache Software Foundation. All rights reserved.
  + *
  + * This software is published under the terms of the Apache Software License
  + * version 1.1, a copy of which has been included  with this distribution in
  + * the LICENSE file.
  + */
   package org.apache.avalon.phoenix.components.extensions;
   
   import java.io.File;
  @@ -16,7 +23,7 @@
    * PhoenixPackageRepository
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  - * @version $Revision: 1.1 $ $Date: 2001/11/21 11:05:26 $
  + * @version $Revision: 1.2 $ $Date: 2001/11/24 10:33:09 $
    */
   public class PhoenixPackageRepository
       extends DefaultPackageRepository
  
  
  
  1.3       +8 -1      
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/PackageRepository.java
  
  Index: PackageRepository.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/PackageRepository.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PackageRepository.java    2001/11/19 12:21:30     1.2
  +++ PackageRepository.java    2001/11/24 10:33:09     1.3
  @@ -1,3 +1,10 @@
  +/*
  + * Copyright (C) The Apache Software Foundation. All rights reserved.
  + *
  + * This software is published under the terms of the Apache Software License
  + * version 1.1, a copy of which has been included  with this distribution in
  + * the LICENSE file.
  + */
   package org.apache.avalon.phoenix.interfaces;
   
   import org.apache.avalon.framework.component.Component;
  @@ -6,7 +13,7 @@
    * PackageRepository
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  - * @version $Revision: 1.2 $ $Date: 2001/11/19 12:21:30 $
  + * @version $Revision: 1.3 $ $Date: 2001/11/24 10:33:09 $
    */
   public interface PackageRepository
       extends org.apache.avalon.excalibur.extension.PackageRepository, 
Component
  
  
  

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

Reply via email to