| | 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. |
|---|
| | 39 | * |
|---|
| | 40 | * A GnomeVFS to CamelStream mapper. |
|---|
| | 41 | */ |
|---|
| | 42 | |
|---|