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