comparison lisp/net/tramp.el @ 106815:1d1d5d9bd884

Add 2010 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Wed, 13 Jan 2010 00:35:10 -0800
parents 9e3bbd77797c
children 181539c8b6a4
comparison
equal deleted inserted replaced
106814:84369111c005 106815:1d1d5d9bd884
1 ;;; tramp.el --- Transparent Remote Access, Multiple Protocol 1 ;;; tramp.el --- Transparent Remote Access, Multiple Protocol
2 2
3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4 ;; 2005, 2006, 2007, 2008, 2009, 2010 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
8 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> 8 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
9 ;; Michael Albinus <michael.albinus@gmx.de> 9 ;; Michael Albinus <michael.albinus@gmx.de>
1841 on the remote host.") 1841 on the remote host.")
1842 1842
1843 (defconst tramp-perl-encode 1843 (defconst tramp-perl-encode
1844 "%s -e ' 1844 "%s -e '
1845 # This script contributed by Juanma Barranquero <lektu@terra.es>. 1845 # This script contributed by Juanma Barranquero <lektu@terra.es>.
1846 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 1846 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
1847 # Free Software Foundation, Inc. 1847 # Free Software Foundation, Inc.
1848 use strict; 1848 use strict;
1849 1849
1850 my %%trans = do { 1850 my %%trans = do {
1851 my $i = 0; 1851 my $i = 0;
1883 This string is passed to `format', so percent characters need to be doubled.") 1883 This string is passed to `format', so percent characters need to be doubled.")
1884 1884
1885 (defconst tramp-perl-decode 1885 (defconst tramp-perl-decode
1886 "%s -e ' 1886 "%s -e '
1887 # This script contributed by Juanma Barranquero <lektu@terra.es>. 1887 # This script contributed by Juanma Barranquero <lektu@terra.es>.
1888 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 1888 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
1889 # Free Software Foundation, Inc. 1889 # Free Software Foundation, Inc.
1890 use strict; 1890 use strict;
1891 1891
1892 my %%trans = do { 1892 my %%trans = do {
1893 my $i = 0; 1893 my $i = 0;