From 8fcf30e6bedce7eece02819c72d1756c3f7dca08 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 22 Sep 2003 03:06:44 +0000 Subject: [PATCH] fix copyrights/credits git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9405 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/app-utils/gnc-err-popup.c | 1 + src/app-utils/gnc-err-popup.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app-utils/gnc-err-popup.c b/src/app-utils/gnc-err-popup.c index 413bb23c03..17f320a0ab 100644 --- a/src/app-utils/gnc-err-popup.c +++ b/src/app-utils/gnc-err-popup.c @@ -1,5 +1,6 @@ /********************************************************************\ * gnc-err-popup.c -- GnuCash error GUI popups * + * Copyright (c) 2001 Linux Developers Group, Inc. * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * diff --git a/src/app-utils/gnc-err-popup.h b/src/app-utils/gnc-err-popup.h index ae4a07abb3..acbfbe05bc 100644 --- a/src/app-utils/gnc-err-popup.h +++ b/src/app-utils/gnc-err-popup.h @@ -17,11 +17,11 @@ * Free Software Foundation Voice: +1-617-542-5942 * * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * * Boston, MA 02111-1307, USA gnu@gnu.org * - * * - * Author: Linas Vepstas (linas@linas.org) * \********************************************************************/ -/** @file gnc-err-popup.h @brief GnuCash GUI error loging facility */ +/** @file gnc-err-popup.h @brief GnuCash GUI error loging facility + * Copyright (c) 2001 Linux Developers Group, Inc. + */ #ifndef GNC_ERR_POPUP_H #define GNC_ERR_POPUP_H