You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@locus.apache.org on 2000/08/31 17:47:26 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/components/image PNGEncoder.java JPEGEncoder.java JAIPNGEncoder.java JAIJPEGEncoder.java ImageEncoder.java

stefano     00/08/31 08:47:24

  Modified:    src/org/apache/cocoon/components/image Tag: xml-cocoon2
                        PNGEncoder.java JPEGEncoder.java JAIPNGEncoder.java
                        JAIJPEGEncoder.java ImageEncoder.java
  Log:
  added licence pointer. Please, people, don't forget to cover your code with the license or otherwise it might be considered in the public domain and you not covered by the ASF
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +8 -0      xml-cocoon/src/org/apache/cocoon/components/image/Attic/PNGEncoder.java
  
  Index: PNGEncoder.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/image/Attic/PNGEncoder.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- PNGEncoder.java	2000/08/29 20:11:14	1.1.2.1
  +++ PNGEncoder.java	2000/08/31 15:47:13	1.1.2.2
  @@ -1,3 +1,11 @@
  +/*****************************************************************************
  + * 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.cocoon.components.image;
   
   import org.apache.cocoon.Parameters;
  
  
  
  1.1.2.2   +8 -0      xml-cocoon/src/org/apache/cocoon/components/image/Attic/JPEGEncoder.java
  
  Index: JPEGEncoder.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/image/Attic/JPEGEncoder.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- JPEGEncoder.java	2000/08/29 20:11:14	1.1.2.1
  +++ JPEGEncoder.java	2000/08/31 15:47:14	1.1.2.2
  @@ -1,3 +1,11 @@
  +/*****************************************************************************
  + * 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.cocoon.components.image;
   
   import org.apache.avalon.*;
  
  
  
  1.1.2.2   +8 -0      xml-cocoon/src/org/apache/cocoon/components/image/Attic/JAIPNGEncoder.java
  
  Index: JAIPNGEncoder.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/image/Attic/JAIPNGEncoder.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- JAIPNGEncoder.java	2000/08/29 20:11:13	1.1.2.1
  +++ JAIPNGEncoder.java	2000/08/31 15:47:14	1.1.2.2
  @@ -1,3 +1,11 @@
  +/*****************************************************************************
  + * 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.cocoon.components.image;
   
   import org.apache.avalon.*;
  
  
  
  1.1.2.2   +8 -0      xml-cocoon/src/org/apache/cocoon/components/image/Attic/JAIJPEGEncoder.java
  
  Index: JAIJPEGEncoder.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/image/Attic/JAIJPEGEncoder.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- JAIJPEGEncoder.java	2000/08/29 20:11:11	1.1.2.1
  +++ JAIJPEGEncoder.java	2000/08/31 15:47:15	1.1.2.2
  @@ -1,3 +1,11 @@
  +/*****************************************************************************
  + * 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.cocoon.components.image;
   
   import org.apache.avalon.*;
  
  
  
  1.1.2.2   +8 -0      xml-cocoon/src/org/apache/cocoon/components/image/Attic/ImageEncoder.java
  
  Index: ImageEncoder.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/image/Attic/ImageEncoder.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ImageEncoder.java	2000/08/29 20:11:07	1.1.2.1
  +++ ImageEncoder.java	2000/08/31 15:47:16	1.1.2.2
  @@ -1,3 +1,11 @@
  +/*****************************************************************************
  + * 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.cocoon.components.image;
   
   import org.apache.avalon.Component;