From 37f64a50d92a5e866a6854fdbc17dff342c21ee3 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Sat, 14 Oct 2017 16:15:18 +1000 Subject: [PATCH] Update copyright/commentary Signed-off-by: Steve Youngs --- Makefile | 2 +- build.el | 2 +- emoney.el | 21 ++++++++++----------- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 43f136b..2c4ed82 100644 --- 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. ## diff --git a/build.el b/build.el index 4f5b017..db73a89 100644 --- 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 ;; Maintainer: Steve Youngs diff --git a/emoney.el b/emoney.el index fe24973..6cbadd3 100644 --- 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 ;; Maintainer: Steve Youngs @@ -43,13 +43,13 @@ ;; . ;; ;; 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 @@ -82,14 +82,13 @@ ;; ;; 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: -- 2.25.1