summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Arroyo Menendez <davidam9@riseup.net>2014-04-22 03:27:51 +0200
committerDavid Arroyo Menendez <davidam9@riseup.net>2014-04-22 03:27:51 +0200
commit60e1331ab7fc50f6da725f19dee9cbdf1615d529 (patch)
tree44e2793814f48746704e13d9d414724f44fef42e
parent77d7138322b6d6e537fc4380aa31dce34410501a (diff)
downloadorg-mode-60e1331ab7fc50f6da725f19dee9cbdf1615d529.tar.gz
org-license-el (org-license-gfdl): Fix year.
* (org-license-gfdl): replace 2013 by (format-time-string "%Y")
-rw-r--r--contrib/lisp/org-license.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/lisp/org-license.el b/contrib/lisp/org-license.el
index 309ff9e..29e5d6b 100644
--- a/contrib/lisp/org-license.el
+++ b/contrib/lisp/org-license.el
@@ -400,14 +400,14 @@ Reconocimiento-NoComercial-SinObraDerivada 3.0 Unported]]\n"))))
(interactive "MLanguage (es | en): " language)
(cond ((equal language "es")
(insert "* Licencia
-Copyright (C) 2013 " user-full-name
+Copyright (C) " (format-time-string "%Y") " " user-full-name
"\n Se permite copiar, distribuir y/o modificar este documento
bajo los términos de la GNU Free Documentation License, Version 1.3
o cualquier versión publicada por la Free Software Foundation;
sin Secciones Invariantes y sin Textos de Portada o Contraportada.
Una copia de la licencia está incluida en [[https://www.gnu.org/copyleft/fdl.html][GNU Free Documentation License]].\n"))
(t (insert (concat "* License
-Copyright (C) 2013 " user-full-name
+Copyright (C) " (format-time-string "%Y") " " user-full-name
"\n Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;