diff options
| author | Paul Eggert | 2016-01-01 01:38:07 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-01 01:38:07 -0800 |
| commit | 9c3dbabee3cc8cddce33aaa7622dfb4c11353123 (patch) | |
| tree | d5e25b8c8a65cecc360af67e749bbbb12badd0cc /lisp | |
| parent | 0e963201d03d9229bb8ac4323291d2b0119526ed (diff) | |
| download | emacs-9c3dbabee3cc8cddce33aaa7622dfb4c11353123.tar.gz emacs-9c3dbabee3cc8cddce33aaa7622dfb4c11353123.zip | |
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or
updated incorrectly.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/cl-preloaded.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-sh.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/cl-preloaded.el b/lisp/emacs-lisp/cl-preloaded.el index 4fc271b34ce..cd1d700f1b0 100644 --- a/lisp/emacs-lisp/cl-preloaded.el +++ b/lisp/emacs-lisp/cl-preloaded.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-preloaded.el --- Preloaded part of the CL library -*- lexical-binding: t; -*- | 1 | ;;; cl-preloaded.el --- Preloaded part of the CL library -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015 Free Software Foundation, Inc | 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Package: emacs | 6 | ;; Package: emacs |
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 2e6233ade3b..ca0707f5941 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-2015 Free Software Foundation, Inc. | 793 | # Copyright (C) 2002-2016 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-2015 Free Software Foundation, Inc. | 831 | # Copyright (C) 2002-2016 Free Software Foundation, Inc. |
| 832 | use strict; | 832 | use strict; |
| 833 | 833 | ||
| 834 | my %%trans = do { | 834 | my %%trans = do { |