summaryrefslogtreecommitdiff
path: root/lisp/ledger-commodities.el
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2014-12-27 11:24:55 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2014-12-27 11:24:55 +0100
commit1dd9dcaab4b719980c32f988f6c88066a86acbfc (patch)
treef107f44f49d06cc19ede8534a3b15d16d234ca65 /lisp/ledger-commodities.el
parentaea86b5a83dd4c3b0f474b032d90d4e8ec2ec4b8 (diff)
downloadfork-ledger-1dd9dcaab4b719980c32f988f6c88066a86acbfc.tar.gz
fork-ledger-1dd9dcaab4b719980c32f988f6c88066a86acbfc.tar.bz2
fork-ledger-1dd9dcaab4b719980c32f988f6c88066a86acbfc.zip
Bump copyright notice to 2015
The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/"
Diffstat (limited to 'lisp/ledger-commodities.el')
-rw-r--r--lisp/ledger-commodities.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ledger-commodities.el b/lisp/ledger-commodities.el
index c2d7639b..5ffebf3b 100644
--- a/lisp/ledger-commodities.el
+++ b/lisp/ledger-commodities.el
@@ -1,6 +1,6 @@
;;; ledger-commodities.el --- Helper code for use with the "ledger" command-line tool
-;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
+;; Copyright (C) 2003-2015 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs.