aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp-sh.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index dcb7dc9237c..39ee6cf8805 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -1,7 +1,7 @@
1;;; tramp-sh.el --- Tramp access functions for (s)sh-like connections 1;;; tramp-sh.el --- Tramp access functions for (s)sh-like connections
2 2
3;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
4;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
5 5
6;; (copyright statements below in code to be updated with the above notice) 6;; (copyright statements below in code to be updated with the above notice)
7 7
@@ -761,8 +761,8 @@ on the remote host.")
761(defconst tramp-perl-encode 761(defconst tramp-perl-encode
762 "%s -e ' 762 "%s -e '
763# This script contributed by Juanma Barranquero <lektu@terra.es>. 763# This script contributed by Juanma Barranquero <lektu@terra.es>.
764# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 764# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
765# Free Software Foundation, Inc. 765# 2011 Free Software Foundation, Inc.
766use strict; 766use strict;
767 767
768my %%trans = do { 768my %%trans = do {
@@ -803,8 +803,8 @@ This string is passed to `format', so percent characters need to be doubled.")
803(defconst tramp-perl-decode 803(defconst tramp-perl-decode
804 "%s -e ' 804 "%s -e '
805# This script contributed by Juanma Barranquero <lektu@terra.es>. 805# This script contributed by Juanma Barranquero <lektu@terra.es>.
806# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 806# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
807# Free Software Foundation, Inc. 807# 2011 Free Software Foundation, Inc.
808use strict; 808use strict;
809 809
810my %%trans = do { 810my %%trans = do {