diff options
| author | Paul Eggert | 2017-01-01 04:01:41 +0000 |
|---|---|---|
| committer | Paul Eggert | 2017-01-01 04:01:41 +0000 |
| commit | 2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0 (patch) | |
| tree | e4a588816ade8b42eda12233e2ab96889e9a5b17 /lisp | |
| parent | 5badc81c1cdfbb261ad3e6d1b753defb15712f26 (diff) | |
| download | emacs-2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0.tar.gz emacs-2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0.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 2b022c49053..0b079410002 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-2016 Free Software Foundation, Inc | 3 | ;; Copyright (C) 2015-2017 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 989c62069ad..22b65a7e162 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -791,7 +791,7 @@ on the remote host.") | |||
| 791 | (defconst tramp-perl-encode | 791 | (defconst tramp-perl-encode |
| 792 | "%s -e ' | 792 | "%s -e ' |
| 793 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 793 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 794 | # Copyright (C) 2002-2016 Free Software Foundation, Inc. | 794 | # Copyright (C) 2002-2017 Free Software Foundation, Inc. |
| 795 | use strict; | 795 | use strict; |
| 796 | 796 | ||
| 797 | my %%trans = do { | 797 | my %%trans = do { |
| @@ -829,7 +829,7 @@ This string is passed to `format', so percent characters need to be doubled.") | |||
| 829 | (defconst tramp-perl-decode | 829 | (defconst tramp-perl-decode |
| 830 | "%s -e ' | 830 | "%s -e ' |
| 831 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 831 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 832 | # Copyright (C) 2002-2016 Free Software Foundation, Inc. | 832 | # Copyright (C) 2002-2017 Free Software Foundation, Inc. |
| 833 | use strict; | 833 | use strict; |
| 834 | 834 | ||
| 835 | my %%trans = do { | 835 | my %%trans = do { |