Remove RCS 'Id' tags from files.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9195 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2003-08-30 00:22:05 +00:00
parent 4b80c90cee
commit b3866e396b
24 changed files with 0 additions and 25 deletions

View File

@ -3,7 +3,6 @@
;;; rudimentary "class" system for straight Scheme
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; this is an extremely rudimentary object system. Each object is a

View File

@ -4,7 +4,6 @@
;;; system from Scheme
;;;
;;; Copyright 2001 Linux Developers Group
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-module (gnucash gnc-module))

View File

@ -4,7 +4,6 @@
;;; form.
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-modules (ice-9 regex))

View File

@ -3,7 +3,6 @@
;;; read a QIF file into a <qif-file> object
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -3,7 +3,6 @@
;;; guess (or load from prefs) mappings from QIF cats/accts to gnc
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define GNC-BANK-TYPE 0)

View File

@ -3,7 +3,6 @@
;;; virtual loader for QIF import facility
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-module (gnucash import-export qif-import))

View File

@ -3,7 +3,6 @@
;;; eliminate duplicate xtns in a new (imported) account group
;;;
;;; Copyright 2001 Bill Gribble <grib@billgribble.com>
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define (gnc:group-get-transactions group)

View File

@ -3,7 +3,6 @@
;;; representations for parts of an imported Quicken file.
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -3,7 +3,6 @@
;;; routines to parse values and dates in QIF files.
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define qif-category-compiled-rexp

View File

@ -4,7 +4,6 @@
;;; Gnucash account tree.
;;;
;;; Copyright 2000-2001 Bill Gribble <grib@billgribble.com>
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -3,7 +3,6 @@
;;; string munging and other utility routines
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define (simple-filter pred list)

View File

@ -3,7 +3,6 @@
;;; handle tables of qif-to-gnucash account mappings
;;;
;;; Copyright (c) 2001 Linux Developers Group, Inc.
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -4,7 +4,6 @@
;;; transaction
;;;
;;; Copyright (c) 2001 Linux Developers Group, Inc.
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -3,7 +3,6 @@
;;; read a QIF file into a <qif-file> object
;;;
;;; Copyright (c) 2001 Linux Developers Group
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(debug-enable 'debug)

View File

@ -4,7 +4,6 @@
;;; interpret number and date fields
;;;
;;; Copyright (c) 2001 Linux Developers Group
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -4,7 +4,6 @@
;;; transaction
;;;
;;; Copyright (c) 2001 Linux Developers Group, Inc.
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; account name generators. these are changeable by the user during

View File

@ -3,7 +3,6 @@
;;; record type definitions for QIF objects.
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; this should be a GOOPS class. later, I guess.

View File

@ -3,7 +3,6 @@
;;; routines to parse values and dates in QIF files.
;;;
;;; Bill Gribble <grib@billgribble.com> 20 Feb 2000
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define GNC-BANK-TYPE 0)

View File

@ -4,7 +4,6 @@
;; structures
;;
;; Copyright (c) 2001 Linux Developers Group, Inc.
;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -1,4 +1,3 @@
;;;; $Id$
;;;; gnumeric-utilities.scm - Gnumeric spreadsheet generation functions
(use-modules (srfi srfi-19))

View File

@ -3,7 +3,6 @@
;;; convert a number into a sentence for check printing
;;;
;;; Copyright 2000 Bill Gribble <grib@billgribble.com>
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-module (gnucash printing number-to-words))

View File

@ -3,7 +3,6 @@
;;; print a check from a transaction.
;;;
;;; Copyright 2000 Bill Gribble <grib@billgribble.com>
;;; $Id$
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-modules (gnucash printing number-to-words))

View File

@ -1,6 +1,4 @@
;;;;;;;;;;;;;
;;;; $Id$
;;;;;;;;;;;;; Generating XML out of Scheme Lists
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as

View File

@ -1,5 +1,4 @@
;; -*-scheme-*-
;; $Id$
;;
;; Richard -Gilligan- Uschold
;; These are help strings for each TXF code. See taxtxf.scm and