diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-28 03:22:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-28 03:22:45 +0800 |
commit | bed08b92ae43d912483107e7d667aef57b44c5db (patch) | |
tree | 65b1268524b303d3e302043ad5b7ffea5d0a6acd | |
parent | 9443d16f7a6c953bfa53e274b638d2ba0b7169b1 (diff) | |
download | gsoc2013-evolution-bed08b92ae43d912483107e7d667aef57b44c5db.tar gsoc2013-evolution-bed08b92ae43d912483107e7d667aef57b44c5db.tar.gz gsoc2013-evolution-bed08b92ae43d912483107e7d667aef57b44c5db.tar.bz2 gsoc2013-evolution-bed08b92ae43d912483107e7d667aef57b44c5db.tar.lz gsoc2013-evolution-bed08b92ae43d912483107e7d667aef57b44c5db.tar.xz gsoc2013-evolution-bed08b92ae43d912483107e7d667aef57b44c5db.tar.zst gsoc2013-evolution-bed08b92ae43d912483107e7d667aef57b44c5db.zip |
added standard header comment containing GPL license
svn path=/trunk/; revision=18248
-rw-r--r-- | mail/folder-browser-ui.c | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c index 07e8b3c5e7..a5a6db41cc 100644 --- a/mail/folder-browser-ui.c +++ b/mail/folder-browser-ui.c @@ -1,13 +1,27 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * folder-browser-ui.c: Sets up the Bonobo UI for FolderBrowsers + * Authors: Peter Williams <peterw@ximian.com> + * Jeffrey Stedfast <fejj@ximian.com> * - * Author: - * Peter Williams <peterw@ximian.com> + * Copyright 2002 Ximian, Inc. (www.ximian.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. * - * (C) 2001 Ximian, Inc. */ + #ifdef HAVE_CONFIG_H #include <config.h> #endif |