From 650ac954e2be7400a3348dedc0a6e37917c90ad5 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Fri, 12 May 2000 09:55:37 +0000 Subject: [PATCH] Docs changes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2303 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/register/datecell.c | 11 +++++------ src/register/datecell.h | 14 +++++++++----- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/register/datecell.c b/src/register/datecell.c index 06cf217c41..b6d62326c2 100644 --- a/src/register/datecell.c +++ b/src/register/datecell.c @@ -10,13 +10,12 @@ * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * + * along with this program; if not, contact: * + * * + * 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: Rob Clark * - * Internet: rclark@cs.hmc.edu * - * Address: 609 8th Street * - * Huntington Beach, CA 92648-4632 * \********************************************************************/ /* diff --git a/src/register/datecell.h b/src/register/datecell.h index 911a107849..c5c6eaa7db 100644 --- a/src/register/datecell.h +++ b/src/register/datecell.h @@ -10,8 +10,12 @@ * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * + * along with this program; if not, contact: * + * * + * 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 * + * * \********************************************************************/ /* @@ -76,9 +80,9 @@ * cell, we do not even try to parse the date, lest we confuse things * royally. Normally, when the user leaves this cell, and moves to * another, we parse the date and print it nicely and cleanly into - * the cell. But it can happen that we want to get the accurate contentts + * the cell. But it can happen that we want to get the accurate contents * of the date cell before we've left it, e.g. if the user has clicked - * on the "commit" button. This is the troutine to call for that. + * on the "commit" button. This is the routine to call for that. * * HISTORY: * Copyright (c) 1998, 1999, 2000 Linas Vepstas @@ -90,7 +94,7 @@ #include #include "basiccell.h" -#include "Transaction.h" +#include "Transaction.h" /* This is where Timespec is declared. Why? */ typedef struct _DateCell {