From c894b82a93f4c20f223ec65f94fcf82bec7d46f9 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 11 Feb 2004 18:55:13 +0000 Subject: Add license & config.h 2004-02-11 Jeffrey Stedfast * em-popup.c: Add license & config.h svn path=/trunk/; revision=24709 --- mail/ChangeLog | 4 ++++ mail/em-popup.c | 30 ++++++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 1bca712720..6c2545d11e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2004-02-11 Jeffrey Stedfast + + * em-popup.c: Add license & config.h + 2004-02-11 Radek Doulik * em-junk-filter.c (em_junk_sa_test_spamd): if spamc is not diff --git a/mail/em-popup.c b/mail/em-popup.c index 128db12d12..e161db5ac4 100644 --- a/mail/em-popup.c +++ b/mail/em-popup.c @@ -1,7 +1,35 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Authors: Michael Zucchi + * + * Copyright 2004 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. + * + */ + + +#ifdef HAVE_CONFIG_H +#include +#endif #include #include +#include + #include #include #include @@ -13,8 +41,6 @@ #include -#include - #include "em-popup.h" #include "e-util/e-msgport.h" #include "em-utils.h" -- cgit v1.2.3