You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mu...@apache.org on 2005/09/08 18:59:34 UTC

cvs commit: xml-security/src/org/apache/xml/security/utils UnsyncBufferedOutputStream.java UnsyncByteArrayOutputStream.java

mullan      2005/09/08 09:59:34

  Modified:    src/org/apache/xml/security/utils
                        UnsyncBufferedOutputStream.java
                        UnsyncByteArrayOutputStream.java
  Log:
  Add Apache copyright.
  
  Revision  Changes    Path
  1.3       +16 -0     xml-security/src/org/apache/xml/security/utils/UnsyncBufferedOutputStream.java
  
  Index: UnsyncBufferedOutputStream.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/utils/UnsyncBufferedOutputStream.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UnsyncBufferedOutputStream.java	14 May 2005 09:23:50 -0000	1.2
  +++ UnsyncBufferedOutputStream.java	8 Sep 2005 16:59:34 -0000	1.3
  @@ -1,3 +1,19 @@
  +/*
  + * Copyright 1999-2005 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.
  + *
  + */
   package org.apache.xml.security.utils;
   
   import java.io.IOException;
  
  
  
  1.3       +16 -0     xml-security/src/org/apache/xml/security/utils/UnsyncByteArrayOutputStream.java
  
  Index: UnsyncByteArrayOutputStream.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/utils/UnsyncByteArrayOutputStream.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UnsyncByteArrayOutputStream.java	22 May 2005 19:20:14 -0000	1.2
  +++ UnsyncByteArrayOutputStream.java	8 Sep 2005 16:59:34 -0000	1.3
  @@ -1,3 +1,19 @@
  +/*
  + * Copyright  1999-2005 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.
  + *
  + */
   package org.apache.xml.security.utils;
   
   import java.io.ByteArrayOutputStream;