summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-10-15 18:16:52 -0600
committerDan Davison <davison@stats.ox.ac.uk>2010-10-21 13:06:00 +0100
commit3ab7f12792449e28dcc3e298523b1ab1fca26898 (patch)
tree675fd7d64c0ff385ce76dc2287e5cab3eb37b9c9
parent9931dae20adbf91c78289c06c09b145d12fcb4c4 (diff)
downloadorg-mode-3ab7f12792449e28dcc3e298523b1ab1fca26898.tar.gz
org-test is now ready for the newyears
-rw-r--r--testing/org-test.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/org-test.el b/testing/org-test.el
index 8c416fa..3535c8b 100644
--- a/testing/org-test.el
+++ b/testing/org-test.el
@@ -151,7 +151,8 @@ files."
(find-file full-path)
(insert
";;; " file-name "\n\n"
- ";; Copyright (c) 2010 " user-full-name "\n"
+ ";; Copyright (c) " (nth 5 (decode-time (current-time)))
+ " " user-full-name "\n"
";; Authors: " user-full-name "\n\n"
";; Released under the GNU General Public License version 3\n"
";; see: http://www.gnu.org/licenses/gpl-3.0.html\n\n"