aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-09-28 03:23:59 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-09-28 03:23:59 +0800
commit896cc4eb2292c0d11db7873c7b4fdd642365181e (patch)
treeb8b7510fb1abe36073ffc1c9cbfd1456fad13ebc
parentbed08b92ae43d912483107e7d667aef57b44c5db (diff)
downloadgsoc2013-evolution-896cc4eb2292c0d11db7873c7b4fdd642365181e.tar
gsoc2013-evolution-896cc4eb2292c0d11db7873c7b4fdd642365181e.tar.gz
gsoc2013-evolution-896cc4eb2292c0d11db7873c7b4fdd642365181e.tar.bz2
gsoc2013-evolution-896cc4eb2292c0d11db7873c7b4fdd642365181e.tar.lz
gsoc2013-evolution-896cc4eb2292c0d11db7873c7b4fdd642365181e.tar.xz
gsoc2013-evolution-896cc4eb2292c0d11db7873c7b4fdd642365181e.tar.zst
gsoc2013-evolution-896cc4eb2292c0d11db7873c7b4fdd642365181e.zip
added standard header comment containing GPL license info
svn path=/trunk/; revision=18249
-rw-r--r--mail/folder-browser-factory.c21
1 files changed, 17 insertions, 4 deletions
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c
index d99bbe2628..e1057cd7e7 100644
--- a/mail/folder-browser-factory.c
+++ b/mail/folder-browser-factory.c
@@ -1,13 +1,26 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- * folder-browser-factory.c: A Bonobo Control factory for Folder Browsers
+ * Authors: Miguel de Icaza <miguel@ximian.com>
*
- * Author:
- * Miguel de Icaza (miguel@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) 2000 Ximian, Inc.
*/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif