Changeset 2668

Show
Ignore:
Timestamp:
09/03/07 10:53:15
Author:
pvanhoof
Message:

* Changed the Copyright of tny-vfs-stream.c: the original is not

really recognizable anymore so it shouldn't copy the copyright of the
original as this is not a copy anymore.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r2667 r2668  
    33        * Fixed a filedescriptor leak when there are no items in a folder, on 
    44        summary.mmap 
     5        * Changed the Copyright of tny-vfs-stream.c: the original is not 
     6        really recognizable anymore so it shouldn't copy the copyright of the 
     7        original as this is not a copy anymore. 
    58 
    692007-09-03  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com> 
  • trunk/libtinymail-gnomevfs/tny-vfs-stream.c

    r1107 r2668  
    1616 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
    1717 * Boston, MA 02111-1307, USA. 
    18  */ 
    19  
    20 /*  Original file: em-vfs-stream.c (Evolution source code) 
    21  * 
    22  *  Authors:  Michael Zucchi <notzed@ximian.com> 
    23  * 
    24  *  Copyright 2004 Ximian, Inc. (www.ximian.com) 
    25  * 
    26  * This program is free software; you can redistribute it and/or 
    27  * modify it under the terms of version 2 of the GNU General Public 
    28  * License as published by the Free Software Foundation. 
    29  * 
    30  * This program is distributed in the hope that it will be useful, 
    31  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    32  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    33  * General Public License for more details. 
    34  * 
    35  * You should have received a copy of the GNU General Public 
    36  * License along with this program; if not, write to the 
    37  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
    38  * Boston, MA 02111-1307, USA. 
    3918 * 
    4019 * A GnomeVFS to CamelStream mapper. 
    4120 */ 
    42  
    4321 
    4422#include <string.h>