aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2016-01-01 01:38:07 -0800
committerPaul Eggert2016-01-01 01:38:07 -0800
commit9c3dbabee3cc8cddce33aaa7622dfb4c11353123 (patch)
treed5e25b8c8a65cecc360af67e749bbbb12badd0cc /lisp
parent0e963201d03d9229bb8ac4323291d2b0119526ed (diff)
downloademacs-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.el2
-rw-r--r--lisp/net/tramp-sh.el4
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.
794use strict; 794use strict;
795 795
796my %%trans = do { 796my %%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.
832use strict; 832use strict;
833 833
834my %%trans = do { 834my %%trans = do {