annotations to make lxr happy

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3301 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2000-12-13 21:33:58 +00:00
parent f6f026aa42
commit 667a2a1808
15 changed files with 49 additions and 4 deletions

View File

@ -1,4 +1,6 @@
/*
* gnc-amount-edit.c -- Amount editor widget
*
* Copyright (C) 2000 Dave Peticolas <dave@krondo.com>
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* gnc-amount-edit.h -- amount editor widget
*
* Copyright (C) 2000 Dave Peticolas <dave@krondo.com>
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* gnc-commodity-edit.c -- Commodity editor widget
*
* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* gnc-commodity-edit.h -- Commodity editing widget
*
* Copyright (C) 2000 Free Software Foundation
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* gnc-currency-edit.c -- Currency editor widget
*
* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* gnc-currency-edit.h -- Currency editor widget
*
* Copyright (C) 2000 Free Software Foundation
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* gnc-datedelta.c -- Date delta widget
*
* Copyright (C) 2000 Free Software Foundation
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* gnc-datedelta.h -- Date delta widget
*
* Copyright (C) 2000 Free Software Foundation
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* gnc-dateedit.c -- Date editor widget
*
* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* gnc-dateedit.c -- Date editor widget
*
* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
* All rights reserved.
*

View File

@ -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
*

View File

@ -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
*

View File

@ -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. *

View File

@ -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 <rgmerk@mira.net> *
* *
* 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

View File

@ -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 <rclark@cs.hmc.edu> *
* Copyright (C) 1998 Linas Vepstas *
* Copyright (C) 1999 Jeremy Collins ( gtk-xmhtml port ) *