diff options
| author | Paul Eggert | 2019-01-01 01:02:40 +0000 |
|---|---|---|
| committer | Paul Eggert | 2019-01-01 01:02:40 +0000 |
| commit | 2fcf2dff00a55ece17f4342a934cb1d69ae1a743 (patch) | |
| tree | ac508cb36e2e0b480c2b921146fff5cc701bf77f /lisp/net | |
| parent | 26bed8ba10eeaf0a340a8d0d760c5578dddec867 (diff) | |
| download | emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.tar.gz emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.zip | |
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or
updated incorrectly.
Diffstat (limited to 'lisp/net')
| -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 4ad34055277..6e868aa1fc6 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -790,7 +790,7 @@ on the remote host.") | |||
| 790 | (defconst tramp-perl-encode | 790 | (defconst tramp-perl-encode |
| 791 | "%s -e ' | 791 | "%s -e ' |
| 792 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 792 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 793 | # Copyright (C) 2002-2018 Free Software Foundation, Inc. | 793 | # Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 794 | use strict; | 794 | use strict; |
| 795 | 795 | ||
| 796 | my %%trans = do { | 796 | my %%trans = do { |
| @@ -828,7 +828,7 @@ This string is passed to `format', so percent characters need to be doubled.") | |||
| 828 | (defconst tramp-perl-decode | 828 | (defconst tramp-perl-decode |
| 829 | "%s -e ' | 829 | "%s -e ' |
| 830 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 830 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 831 | # Copyright (C) 2002-2018 Free Software Foundation, Inc. | 831 | # Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 832 | use strict; | 832 | use strict; |
| 833 | 833 | ||
| 834 | my %%trans = do { | 834 | my %%trans = do { |