diff --git a/src/gnome/gnc-amount-edit.c b/src/gnome/gnc-amount-edit.c index 44ef56d25b..cd4aa323bf 100644 --- a/src/gnome/gnc-amount-edit.c +++ b/src/gnome/gnc-amount-edit.c @@ -1,4 +1,6 @@ /* + * gnc-amount-edit.c -- Amount editor widget + * * Copyright (C) 2000 Dave Peticolas * All rights reserved. * diff --git a/src/gnome/gnc-amount-edit.h b/src/gnome/gnc-amount-edit.h index a403d22c56..6d7d75fefe 100644 --- a/src/gnome/gnc-amount-edit.h +++ b/src/gnome/gnc-amount-edit.h @@ -1,4 +1,6 @@ /* + * gnc-amount-edit.h -- amount editor widget + * * Copyright (C) 2000 Dave Peticolas * All rights reserved. * diff --git a/src/gnome/gnc-commodity-edit.c b/src/gnome/gnc-commodity-edit.c index 71ff8115d6..192b6e3f92 100644 --- a/src/gnome/gnc-commodity-edit.c +++ b/src/gnome/gnc-commodity-edit.c @@ -1,4 +1,6 @@ /* + * gnc-commodity-edit.c -- Commodity editor widget + * * Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation * All rights reserved. * diff --git a/src/gnome/gnc-commodity-edit.h b/src/gnome/gnc-commodity-edit.h index 432f114d3a..c7141326e1 100644 --- a/src/gnome/gnc-commodity-edit.h +++ b/src/gnome/gnc-commodity-edit.h @@ -1,4 +1,6 @@ /* + * gnc-commodity-edit.h -- Commodity editing widget + * * Copyright (C) 2000 Free Software Foundation * All rights reserved. * diff --git a/src/gnome/gnc-currency-edit.c b/src/gnome/gnc-currency-edit.c index a7696310f2..0abd4f3e03 100644 --- a/src/gnome/gnc-currency-edit.c +++ b/src/gnome/gnc-currency-edit.c @@ -1,4 +1,6 @@ /* + * gnc-currency-edit.c -- Currency editor widget + * * Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation * All rights reserved. * diff --git a/src/gnome/gnc-currency-edit.h b/src/gnome/gnc-currency-edit.h index 8cc0ee2586..e66d393941 100644 --- a/src/gnome/gnc-currency-edit.h +++ b/src/gnome/gnc-currency-edit.h @@ -1,4 +1,6 @@ /* + * gnc-currency-edit.h -- Currency editor widget + * * Copyright (C) 2000 Free Software Foundation * All rights reserved. * diff --git a/src/gnome/gnc-datedelta.c b/src/gnome/gnc-datedelta.c index 5620c38483..a53daa7469 100644 --- a/src/gnome/gnc-datedelta.c +++ b/src/gnome/gnc-datedelta.c @@ -1,4 +1,6 @@ /* + * gnc-datedelta.c -- Date delta widget + * * Copyright (C) 2000 Free Software Foundation * All rights reserved. * diff --git a/src/gnome/gnc-datedelta.h b/src/gnome/gnc-datedelta.h index 4f1ed6df76..78751e7336 100644 --- a/src/gnome/gnc-datedelta.h +++ b/src/gnome/gnc-datedelta.h @@ -1,4 +1,6 @@ /* + * gnc-datedelta.h -- Date delta widget + * * Copyright (C) 2000 Free Software Foundation * All rights reserved. * diff --git a/src/gnome/gnc-dateedit.c b/src/gnome/gnc-dateedit.c index b15f115b61..02f5a8be98 100644 --- a/src/gnome/gnc-dateedit.c +++ b/src/gnome/gnc-dateedit.c @@ -1,4 +1,6 @@ /* + * gnc-dateedit.c -- Date editor widget + * * Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation * All rights reserved. * diff --git a/src/gnome/gnc-dateedit.h b/src/gnome/gnc-dateedit.h index 224b662214..031c5941fd 100644 --- a/src/gnome/gnc-dateedit.h +++ b/src/gnome/gnc-dateedit.h @@ -1,4 +1,6 @@ /* + * gnc-dateedit.c -- Date editor widget + * * Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation * All rights reserved. * diff --git a/src/gnome/gtkselect.c b/src/gnome/gtkselect.c index c6b8407a6c..65ffac2668 100644 --- a/src/gnome/gtkselect.c +++ b/src/gnome/gtkselect.c @@ -1,4 +1,4 @@ -/* gtkselect - select widget for gtk+ +/* gtkselect.c - select widget for gtk+ * Copyright 1997 Paolo Molaro (from gtkcombo, where this was copied from) * Copyright 2000 Gordon Oliver * diff --git a/src/gnome/gtkselect.h b/src/gnome/gtkselect.h index 0557761133..5f19a74116 100644 --- a/src/gnome/gtkselect.h +++ b/src/gnome/gtkselect.h @@ -1,4 +1,4 @@ -/* gtkselect - select widget for gtk+ +/* gtkselect.h - select widget for gtk+ * Copyright 1997 Paolo Molaro (from gtkcombo, where this was copied from) * Copyright 2000 Gordon Oliver * diff --git a/src/gnome/mainwindow-account-tree.c b/src/gnome/mainwindow-account-tree.c index b9620ec0a9..e0976fa51b 100644 --- a/src/gnome/mainwindow-account-tree.c +++ b/src/gnome/mainwindow-account-tree.c @@ -1,5 +1,5 @@ /********************************************************************\ - * mainwindow-account-list.c -- composite account selection widget * + * mainwindow-account-tree.c -- composite account selection widget * * wrapped up for the main window * * and callback functions for GnuCash * * Copyright (C) 2000 Gnumatic, Inc. * diff --git a/src/gnome/mainwindow-account-tree.h b/src/gnome/mainwindow-account-tree.h index 26c74659c9..1044496d68 100644 --- a/src/gnome/mainwindow-account-tree.h +++ b/src/gnome/mainwindow-account-tree.h @@ -1,3 +1,28 @@ +/********************************************************************\ + * mainwindow-account-tree.h -- composite account selection widget * + * wrapped up for the main window * + * and callback functions for GnuCash * + * Copyright (C) 2000 Gnumatic, Inc. * + * Written by Robert Merkel * + * * + * 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 * +\********************************************************************/ + #ifndef __GNC_MAINWIN_ACCOUNT_TREE_H #define __GNC_MAINWIN_ACCOUNT_TREE_H diff --git a/src/gnome/window-html.h b/src/gnome/window-html.h index 320a90f14b..b349a1d7c6 100644 --- a/src/gnome/window-html.h +++ b/src/gnome/window-html.h @@ -1,5 +1,5 @@ /********************************************************************\ - * window-html -- an html window for gnucash. * + * window-html.h -- an html window for gnucash. * * Copyright (C) 1997 Robin D. Clark * * Copyright (C) 1998 Linas Vepstas * * Copyright (C) 1999 Jeremy Collins ( gtk-xmhtml port ) *