GPL headers.
This commit is contained in:
parent
d94fe71f96
commit
3560243e78
3 changed files with 68 additions and 14 deletions
|
@ -1,9 +1,27 @@
|
|||
#!/usr/bin/env -S guile -e main -s
|
||||
!#
|
||||
#!/usr/bin/guile \
|
||||
-e main -s
|
||||
|
||||
;; Script for updating current account and credit card statements
|
||||
;; downloaded from Nationwide, who use a date and currency format
|
||||
;; that Gnucash does not support.
|
||||
Fix Nationwide Statements
|
||||
|
||||
Script for updating current account and credit card statements
|
||||
downloaded from Nationwide, who use a date and currency format
|
||||
that Gnucash does not support.
|
||||
|
||||
Copyright (C) 2024 Ray Miller <ray@1729.org.uk>.
|
||||
|
||||
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 3 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, see <http://www.gnu.org/licenses/>.
|
||||
!#
|
||||
|
||||
(use-modules (ice-9 getopt-long)
|
||||
((srfi srfi-1) #:select (drop))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue