From 542f67beec167cd4f26420271edfc091d7ef37db Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Mon, 15 May 2000 00:04:46 +0000 Subject: [PATCH] Fix FSF address. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2320 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/register/QuickFill.c | 11 ++++----- src/register/QuickFill.h | 11 ++++----- src/register/basiccell.c | 32 +++++++++++++++----------- src/register/basiccell.h | 8 +++++-- src/register/cellblock.c | 31 ++++++++++++++----------- src/register/cellblock.h | 35 ++++++++++++++++------------ src/register/combocell-motif.c | 31 ++++++++++++++----------- src/register/combocell-qt.cpp | 33 +++++++++++++++----------- src/register/combocell.h | 35 ++++++++++++++++------------ src/register/pricecell.c | 8 +++++-- src/register/pricecell.h | 8 +++++-- src/register/quickfillcell-motif.c | 8 +++++-- src/register/quickfillcell.c | 8 +++++-- src/register/quickfillcell.h | 35 ++++++++++++++++------------ src/register/splitreg.c | 8 +++++-- src/register/splitreg.h | 8 +++++-- src/register/table-allgui.c | 8 +++++-- src/register/table-allgui.h | 36 ++++++++++++++++------------- src/register/table-gnome.c | 37 ++++++++++++++++-------------- src/register/table-gnome.h | 8 +++++-- src/register/table-html.c | 36 ++++++++++++++++------------- src/register/table-html.h | 32 ++++++++++++++------------ src/register/table-motif.c | 34 +++++++++++++++------------ src/register/table-motif.h | 31 ++++++++++++++----------- src/register/table-qt.cpp | 34 +++++++++++++++------------ src/register/table-qt.h | 33 ++++++++++++++------------ src/register/textcell.c | 29 +++++++++++++---------- src/register/textcell.h | 33 +++++++++++++++----------- 28 files changed, 383 insertions(+), 278 deletions(-) diff --git a/src/register/QuickFill.c b/src/register/QuickFill.c index 17097ef047..08f7438f6b 100644 --- a/src/register/QuickFill.c +++ b/src/register/QuickFill.c @@ -14,13 +14,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 * \********************************************************************/ #include diff --git a/src/register/QuickFill.h b/src/register/QuickFill.h index cf8a97ee7a..d65dc05572 100644 --- a/src/register/QuickFill.h +++ b/src/register/QuickFill.h @@ -14,13 +14,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 * \********************************************************************/ #ifndef __XACC_QUICKFILL_H__ diff --git a/src/register/basiccell.c b/src/register/basiccell.c index 1ba8376a7d..1ede1e4024 100644 --- a/src/register/basiccell.c +++ b/src/register/basiccell.c @@ -1,15 +1,3 @@ -/* - * FILE: - * basiccell.c - * - * FUNCTION: - * Implements the base class for the cell handler object. - * See the header file for additional documentation. - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - */ - /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -22,10 +10,26 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * basiccell.c + * + * FUNCTION: + * Implements the base class for the cell handler object. + * See the header file for additional documentation. + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + */ + #include #include diff --git a/src/register/basiccell.h b/src/register/basiccell.h index bd8777f361..d1031fffc3 100644 --- a/src/register/basiccell.h +++ b/src/register/basiccell.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 * + * * \********************************************************************/ /* diff --git a/src/register/cellblock.c b/src/register/cellblock.c index 876b64c2af..0608ca735d 100644 --- a/src/register/cellblock.c +++ b/src/register/cellblock.c @@ -1,14 +1,3 @@ -/* - * FILE: - * cellblock.c - * - * FUNCTION: - * implements a rectangular array of cells. See the header file for - * additional documentation. - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - */ /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -21,10 +10,26 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * cellblock.c + * + * FUNCTION: + * implements a rectangular array of cells. See the header file for + * additional documentation. + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + */ + #include #include "cellblock.h" diff --git a/src/register/cellblock.h b/src/register/cellblock.h index 8e633f402a..82a82b3263 100644 --- a/src/register/cellblock.h +++ b/src/register/cellblock.h @@ -1,3 +1,23 @@ +/********************************************************************\ + * 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, 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 * + * * +\********************************************************************/ + /* * FILE: * cellblock.h @@ -34,21 +54,6 @@ * HISTORY: * Copyright (c) 1988 Linas Vepstas */ -/********************************************************************\ - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * -\********************************************************************/ #ifndef __XACC_CELL_BLOCK_H__ #define __XACC_CELL_BLOCK_H__ diff --git a/src/register/combocell-motif.c b/src/register/combocell-motif.c index 4d95d2510a..4fb28a5a5a 100644 --- a/src/register/combocell-motif.c +++ b/src/register/combocell-motif.c @@ -1,14 +1,3 @@ -/* - * FILE: - * combocell-motif.c - * - * FUNCTION: - * implement motif portions of a pull-down combo widget - * embedded in a table cell. - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - */ /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -21,10 +10,26 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * combocell-motif.c + * + * FUNCTION: + * implement motif portions of a pull-down combo widget + * embedded in a table cell. + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + */ + #include #include diff --git a/src/register/combocell-qt.cpp b/src/register/combocell-qt.cpp index fe8b53666a..368c925a95 100644 --- a/src/register/combocell-qt.cpp +++ b/src/register/combocell-qt.cpp @@ -1,15 +1,3 @@ -/* - * FILE: - * combocell.cp - * - * FUNCTION: - * implement motif portions of a pull-down combo widget - * embedded in a table cell. - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - * Copyright (c) 1998 Rob Browning - */ /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -22,10 +10,27 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * combocell.cpp + * + * FUNCTION: + * implement motif portions of a pull-down combo widget + * embedded in a table cell. + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + * Copyright (c) 1998 Rob Browning + */ + extern "C" { #include diff --git a/src/register/combocell.h b/src/register/combocell.h index b2a52ecffd..abd31df600 100644 --- a/src/register/combocell.h +++ b/src/register/combocell.h @@ -1,3 +1,23 @@ +/********************************************************************\ + * 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, 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 * + * * +\********************************************************************/ + /* * FILE: * combocell.h @@ -20,21 +40,6 @@ * Created Jan 1998 Linas Vepstas * Copyright (c) 1998 Linas Vepstas */ -/********************************************************************\ - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * -\********************************************************************/ #ifndef __XACC_COMBO_CELL_H__ #define __XACC_COMBO_CELL_H__ diff --git a/src/register/pricecell.c b/src/register/pricecell.c index e7a91a3abf..81c2d3c059 100644 --- a/src/register/pricecell.c +++ b/src/register/pricecell.c @@ -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 * + * * \********************************************************************/ /* diff --git a/src/register/pricecell.h b/src/register/pricecell.h index f1773636c0..2b34c96c54 100644 --- a/src/register/pricecell.h +++ b/src/register/pricecell.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 * + * * \********************************************************************/ /* diff --git a/src/register/quickfillcell-motif.c b/src/register/quickfillcell-motif.c index e2dacc7074..76c23862a8 100644 --- a/src/register/quickfillcell-motif.c +++ b/src/register/quickfillcell-motif.c @@ -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 * + * * \********************************************************************/ /* quickfillcell-motif.c diff --git a/src/register/quickfillcell.c b/src/register/quickfillcell.c index 0790db964d..542b28067a 100644 --- a/src/register/quickfillcell.c +++ b/src/register/quickfillcell.c @@ -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 * + * * \********************************************************************/ /* diff --git a/src/register/quickfillcell.h b/src/register/quickfillcell.h index 779ccb4fc9..aef055b845 100644 --- a/src/register/quickfillcell.h +++ b/src/register/quickfillcell.h @@ -1,3 +1,23 @@ +/********************************************************************\ + * 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, 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 * + * * +\********************************************************************/ + /* * FILE: * quickfillcell.h @@ -20,21 +40,6 @@ * HISTORY: * Copyright (c) 1997, 1998 Linas Vepstas */ -/********************************************************************\ - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * -\********************************************************************/ #ifndef __XACC_FILL_CELL_C__ #define __XACC_FILL_CELL_C__ diff --git a/src/register/splitreg.c b/src/register/splitreg.c index 9a58a320f2..cdbd127b7b 100644 --- a/src/register/splitreg.c +++ b/src/register/splitreg.c @@ -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 * + * * \********************************************************************/ /* diff --git a/src/register/splitreg.h b/src/register/splitreg.h index 83fbcd7bca..2d0c37138f 100644 --- a/src/register/splitreg.h +++ b/src/register/splitreg.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 * + * * \********************************************************************/ /* diff --git a/src/register/table-allgui.c b/src/register/table-allgui.c index 87eb1a47d8..72c89355c6 100644 --- a/src/register/table-allgui.c +++ b/src/register/table-allgui.c @@ -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 * + * * \********************************************************************/ /* diff --git a/src/register/table-allgui.h b/src/register/table-allgui.h index e8102596f5..2c821aa297 100644 --- a/src/register/table-allgui.h +++ b/src/register/table-allgui.h @@ -1,3 +1,23 @@ +/********************************************************************\ + * 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, 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 * + * * +\********************************************************************/ + /* * FILE: * table-allgui.h @@ -76,22 +96,6 @@ * Copyright (c) 1998,1999,2000 Linas Vepstas */ -/********************************************************************\ - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * -\********************************************************************/ - #ifndef __XACC_TABLE_ALLGUI_H__ #define __XACC_TABLE_ALLGUI_H__ diff --git a/src/register/table-gnome.c b/src/register/table-gnome.c index 191916f26a..09f496c65c 100644 --- a/src/register/table-gnome.c +++ b/src/register/table-gnome.c @@ -1,3 +1,23 @@ +/********************************************************************\ + * 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, 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 * + * * +\********************************************************************/ + /* * FILE: * table-gnome.c @@ -13,28 +33,11 @@ * Copyright (c) 2000 Heath Martin */ -/********************************************************************\ - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * -\********************************************************************/ - /* TODO: fix up alignments in a UI independent manner. deal with the fact (if necessary) that the gtk UI can't directly "cancel" a traverse. - */ #include diff --git a/src/register/table-gnome.h b/src/register/table-gnome.h index 3527a7f36c..5bda3545d8 100644 --- a/src/register/table-gnome.h +++ b/src/register/table-gnome.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 * + * * \********************************************************************/ /* diff --git a/src/register/table-html.c b/src/register/table-html.c index 8f18e7407c..01db33dbb5 100644 --- a/src/register/table-html.c +++ b/src/register/table-html.c @@ -1,3 +1,23 @@ +/********************************************************************\ + * 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, 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 * + * * +\********************************************************************/ + /* * FILE: * table-html.c @@ -28,22 +48,6 @@ * Copyright (c) 1998 Linas Vepstas */ -/********************************************************************\ - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * -\********************************************************************/ - #include #include #include diff --git a/src/register/table-html.h b/src/register/table-html.h index 31fafd448c..ea5359775d 100644 --- a/src/register/table-html.h +++ b/src/register/table-html.h @@ -1,15 +1,3 @@ -/* - * FILE: - * table-html.h - * - * FUNCTION: - * This header defines the HTML specific functions - * associated with the Table GUI. This is just sample code. - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - */ - /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -22,10 +10,25 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * table-html.h + * + * FUNCTION: + * This header defines the HTML specific functions + * associated with the Table GUI. This is just sample code. + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + */ #ifndef __XACC_TABLE_HTML_H__ #define __XACC_TABLE_HTML_H__ @@ -36,4 +39,3 @@ void xaccTableWebServeHTML (Table * table, unsigned short port); #endif __XACC_TABLE_HTML_H__ -/* ================== end of file ======================= */ diff --git a/src/register/table-motif.c b/src/register/table-motif.c index 1a1f4d6b61..8d160999b3 100644 --- a/src/register/table-motif.c +++ b/src/register/table-motif.c @@ -1,16 +1,3 @@ -/* - * FILE: - * table-motif.c - * - * FUNCTION: - * Implements the infrastructure for the displayed table. - * This is the Motif implementation; this needs to be - * ported to GTK, etc. - * - * HISTORY: - * Copyright (c) 1998,1999 Linas Vepstas - */ - /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -23,10 +10,27 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * table-motif.c + * + * FUNCTION: + * Implements the infrastructure for the displayed table. + * This is the Motif implementation; this needs to be + * ported to GTK, etc. + * + * HISTORY: + * Copyright (c) 1998,1999 Linas Vepstas + */ + #include #include #include diff --git a/src/register/table-motif.h b/src/register/table-motif.h index 99a2385213..71e8eb3545 100644 --- a/src/register/table-motif.h +++ b/src/register/table-motif.h @@ -1,15 +1,3 @@ -/* - * FILE: - * table-motif.h - * - * FUNCTION: - * This header defines the Motif-GUI specific functions - * associated with the Table GUI. - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - */ - /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -22,10 +10,25 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * table-motif.h + * + * FUNCTION: + * This header defines the Motif-GUI specific functions + * associated with the Table GUI. + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + */ #ifndef __XACC_TABLE_MOTIF_H__ #define __XACC_TABLE_MOTIF_H__ diff --git a/src/register/table-qt.cpp b/src/register/table-qt.cpp index 16e181152d..0a90f5e3f4 100755 --- a/src/register/table-qt.cpp +++ b/src/register/table-qt.cpp @@ -1,16 +1,3 @@ -/* - * FILE: - * table-qt.cpp - * - * FUNCTION: - * Implements the infrastructure for the displayed table. - * This is the QT implementation; - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - * Copyright (c) 1998 Rob Browning - */ - /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -23,10 +10,27 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * table-qt.cpp + * + * FUNCTION: + * Implements the infrastructure for the displayed table. + * This is the QT implementation; + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + * Copyright (c) 1998 Rob Browning + */ + extern "C" { #include diff --git a/src/register/table-qt.h b/src/register/table-qt.h index 7a1d807800..90f6fccec9 100755 --- a/src/register/table-qt.h +++ b/src/register/table-qt.h @@ -1,16 +1,3 @@ -/* - * FILE: - * table-qt.h - * - * FUNCTION: - * This file defines the QT-specific GUI portions of the - * Table object. - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - * Copyright (c) 1998 Rob Browning - */ - /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -23,10 +10,26 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * table-qt.h + * + * FUNCTION: + * This file defines the QT-specific GUI portions of the + * Table object. + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + * Copyright (c) 1998 Rob Browning + */ #ifndef __XACC_TABLE_QT_H__ #define __XACC_TABLE_QT_H__ diff --git a/src/register/textcell.c b/src/register/textcell.c index fb1c3afe49..2712c63b64 100644 --- a/src/register/textcell.c +++ b/src/register/textcell.c @@ -1,13 +1,3 @@ -/* - * FILE: - * textcell.c - * - * FUNCTION: - * implements the simplest possible cell -- a text cell - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - */ /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -20,10 +10,25 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * textcell.c + * + * FUNCTION: + * implements the simplest possible cell -- a text cell + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + */ + #include #include diff --git a/src/register/textcell.h b/src/register/textcell.h index 60af70bd76..a3878fcda3 100644 --- a/src/register/textcell.h +++ b/src/register/textcell.h @@ -1,15 +1,3 @@ -/* - * FILE: - * textcell.h - * - * FUNCTION: - * The TextCell object implements the simplest possible cell -- - * a text cell. The text cell simply accepts any and all typed - * data from the keyboard, and displays in in the cell. - * - * HISTORY: - * Copyright (c) 1998 Linas Vepstas - */ /********************************************************************\ * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * @@ -22,10 +10,27 @@ * 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 * + * * \********************************************************************/ +/* + * FILE: + * textcell.h + * + * FUNCTION: + * The TextCell object implements the simplest possible cell -- + * a text cell. The text cell simply accepts any and all typed + * data from the keyboard, and displays in in the cell. + * + * HISTORY: + * Copyright (c) 1998 Linas Vepstas + */ + #ifndef __XACC_TEXT_CELL_H__ #define __XACC_TEXT_CELL_H__