org-test is now ready for the newyears

This commit is contained in:
Eric Schulte 2010-10-15 18:16:52 -06:00 committed by Dan Davison
parent 9931dae20a
commit 3ab7f12792
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@ files."
(find-file full-path) (find-file full-path)
(insert (insert
";;; " file-name "\n\n" ";;; " 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" ";; Authors: " user-full-name "\n\n"
";; Released under the GNU General Public License version 3\n" ";; Released under the GNU General Public License version 3\n"
";; see: http://www.gnu.org/licenses/gpl-3.0.html\n\n" ";; see: http://www.gnu.org/licenses/gpl-3.0.html\n\n"