aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorGlenn Morris2013-01-02 17:35:49 -0800
committerGlenn Morris2013-01-02 17:35:49 -0800
commitf0ddbf7b7f6aa510f5d21711224b36be4db7d40b (patch)
treeaca329abb7aefe20b9fcd0253dc7e39ec488cb27 /lisp/net
parented5bdeb9687d7942f9b1ec8fefe906f004c50055 (diff)
downloademacs-f0ddbf7b7f6aa510f5d21711224b36be4db7d40b.tar.gz
emacs-f0ddbf7b7f6aa510f5d21711224b36be4db7d40b.zip
Add 2013 to more copyright years
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp-sh.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 10665352c6e..2bffb868aba 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -805,7 +805,7 @@ on the remote host.")
805(defconst tramp-perl-encode 805(defconst tramp-perl-encode
806 "%s -e ' 806 "%s -e '
807# This script contributed by Juanma Barranquero <lektu@terra.es>. 807# This script contributed by Juanma Barranquero <lektu@terra.es>.
808# Copyright (C) 2002-2012 Free Software Foundation, Inc. 808# Copyright (C) 2002-2013 Free Software Foundation, Inc.
809use strict; 809use strict;
810 810
811my %%trans = do { 811my %%trans = do {
@@ -843,7 +843,7 @@ This string is passed to `format', so percent characters need to be doubled.")
843(defconst tramp-perl-decode 843(defconst tramp-perl-decode
844 "%s -e ' 844 "%s -e '
845# This script contributed by Juanma Barranquero <lektu@terra.es>. 845# This script contributed by Juanma Barranquero <lektu@terra.es>.
846# Copyright (C) 2002-2012 Free Software Foundation, Inc. 846# Copyright (C) 2002-2013 Free Software Foundation, Inc.
847use strict; 847use strict;
848 848
849my %%trans = do { 849my %%trans = do {