summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-01-21 20:38:00 +0000
committerGlenn Morris <rgm@gnu.org>2007-01-21 20:38:00 +0000
commitcbd12ed70a541ecdbd8e886561946511e627481a (patch)
tree0e40473f96ecb3e81521c81ca8449dc166b90aa3 /lisp
parent385a73ae5a5a0cb40de3dd7830b72abf50c4e67a (diff)
downloademacs-cbd12ed70a541ecdbd8e886561946511e627481a.tar.gz
(tramp-perl-encode, tramp-perl-decode): Update copyrights.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 6577a775c96..5625072a155 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -4,6 +4,8 @@
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
+;; (copyright statements below in code to be updated with the above notice)
+
;; Author: Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
;; Michael Albinus <michael.albinus@gmx.de>
;; Keywords: comm, processes
@@ -1791,7 +1793,8 @@ on the remote host.")
(defvar tramp-perl-encode
"%s -e '
# This script contributed by Juanma Barranquero <lektu@terra.es>.
-# Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+# Free Software Foundation, Inc.
use strict;
my %%trans = do {
@@ -1833,7 +1836,8 @@ This string is passed to `format', so percent characters need to be doubled.")
(defvar tramp-perl-decode
"%s -e '
# This script contributed by Juanma Barranquero <lektu@terra.es>.
-# Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+# Free Software Foundation, Inc.
use strict;
my %%trans = do {