Update copyright/commentary
authorSteve Youngs <steve@sxemacs.org>
Sat, 14 Oct 2017 06:15:18 +0000 (16:15 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sat, 14 Oct 2017 06:15:18 +0000 (16:15 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
Makefile
build.el
emoney.el

index 43f136b..2c4ed82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 ## Makefile for eMoney   -*-Makefile-*-
 ##
-## Copyright (C) 2003 - 2011 Steve Youngs
+## Copyright (C) 2003 - 2017 Steve Youngs
 ##
 ## This file is part of eMoney.
 ##
index 4f5b017..db73a89 100644 (file)
--- a/build.el
+++ b/build.el
@@ -1,7 +1,7 @@
 ;;; build.el --- Builds eMoney.
 ;;
 ;; Copyright (C) 2006 Sebastian Freundt
-;; Copyright (C) 2007 - 2011 Steve Youngs
+;; Copyright (C) 2007 - 2017 Steve Youngs
 ;;
 ;; Author: Sebastian Freundt <hroptatyr@sxemacs.org>
 ;; Maintainer: Steve Youngs <steve@sxemacs.org>
index fe24973..6cbadd3 100644 (file)
--- a/emoney.el
+++ b/emoney.el
@@ -1,6 +1,6 @@
 ;; emoney.el --- A home finance package.
 
-;; Copyright (C) 2003 - 2011 Steve Youngs
+;; Copyright (C) 2003 - 2017 Steve Youngs
 
 ;; Author:        Steve Youngs <steve@sxemacs.org>
 ;; Maintainer:    Steve Youngs <steve@sxemacs.org>
 ;;  <bnewell@alum.mit.edu>.
 ;;
 ;;  eMoney tries to give the user a reasonably self-contained finance
-;;  solution.  The target audience is the home user and possibly the
-;;  small (very small) business operator.  It probably will never be
-;;  compatible with any commercial finance packages available.
+;;  solution.  The target audience is the home user.  It probably
+;;  will never be compatible with any commercial finance packages
+;;  available.
 ;;
 ;;  Right now, eMoney is nothing more than a very simple cash book
-;;  program.  Use it to balance your cheque book.  See the "Todo:"
-;;  section for a partial list of possible upcoming features.
+;;  program.  Use it to balance your cheque book.  See the TODO file
+;;  for a partial list of possible upcoming features.
 ;;
 ;;  Installation (from source):
 ;;
@@ -71,7 +71,7 @@
 ;;  `.emy' extension.
 ;;
 ;; Please note that I use SXEmacs exclusively, I have no idea whether
-;; or not this will run or even byte-compile with GNU/Emacs (it _will_
+;; or not this will run or even byte-compile with GNU/Emacs (it _should_
 ;; work fine with XEmacs).  Also, I have no desire or intentions of
 ;; making this package portable between XEmacs and GNU/Emacs.  Harsh
 ;; words?  No, not really, I simply don't have the time or resources to
 ;;
 ;; Another note: This package uses correct English spelling wherever
 ;; possible.  For example, "cheque" instead of "check", "summarise"
-;; instead of "summarize".  Although I welcome and encourage _ALL_
-;; contributions, patches that s/que/ch/ or s/ise/ize/ will go straight
-;; to /dev/null.
+;; instead of "summarize".
 
 ;;; ChangeLog:
 ;;
 ;;  This is just a place holder so `emoney-commentary' will work
-;;  properly.  See the ChangeLog file for changes.
+;;  properly.  See the ChangeLog files in ChangeLog.d and git log for
+;;  changes.
 
 ;;; Code: