diff options
| author | Paul Eggert | 2015-01-01 14:27:34 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-01 14:27:34 -0800 |
| commit | 52a4e87c630ea397408efe4f8486be55e1199905 (patch) | |
| tree | 0b42ee5a37ae668b3c57bd3ec66b295e3980b601 /lisp | |
| parent | 7e09ef09a479731d01b1ca46e94ddadd73ac98e3 (diff) | |
| download | emacs-52a4e87c630ea397408efe4f8486be55e1199905.tar.gz emacs-52a4e87c630ea397408efe4f8486be55e1199905.zip | |
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or
updated incorrectly. Also, back out the copyright-date change to
doc/misc/texinfo.tex, as upstream hasn't updated that date yet.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp-sh.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 2a046f7473d..80a256c8d3b 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -736,7 +736,7 @@ on the remote host.") | |||
| 736 | (defconst tramp-perl-encode | 736 | (defconst tramp-perl-encode |
| 737 | "%s -e ' | 737 | "%s -e ' |
| 738 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 738 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 739 | # Copyright (C) 2002-2014 Free Software Foundation, Inc. | 739 | # Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 740 | use strict; | 740 | use strict; |
| 741 | 741 | ||
| 742 | my %%trans = do { | 742 | my %%trans = do { |
| @@ -774,7 +774,7 @@ This string is passed to `format', so percent characters need to be doubled.") | |||
| 774 | (defconst tramp-perl-decode | 774 | (defconst tramp-perl-decode |
| 775 | "%s -e ' | 775 | "%s -e ' |
| 776 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 776 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 777 | # Copyright (C) 2002-2014 Free Software Foundation, Inc. | 777 | # Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 778 | use strict; | 778 | use strict; |
| 779 | 779 | ||
| 780 | my %%trans = do { | 780 | my %%trans = do { |