Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9cc28d9b
Commit
9cc28d9b
authored
Jan 18, 2011
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing copyright years.
parent
9acfe703
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lisp/net/tramp-sh.el
lisp/net/tramp-sh.el
+6
-6
No files found.
lisp/net/tramp-sh.el
View file @
9cc28d9b
;;; tramp-sh.el --- Tramp access functions for (s)sh-like connections
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
;;
2005, 2006,
2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006,
;; 2007, 2008, 2009, 2010
, 2011
Free Software Foundation, Inc.
;; (copyright statements below in code to be updated with the above notice)
...
...
@@ -761,8 +761,8 @@ on the remote host.")
(
defconst
tramp-perl-encode
"%s -e '
# This script contributed by Juanma Barranquero <lektu@terra.es>.
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
,
#
2011
Free Software Foundation, Inc.
use strict;
my %%trans = do {
...
...
@@ -803,8 +803,8 @@ This string is passed to `format', so percent characters need to be doubled.")
(
defconst
tramp-perl-decode
"%s -e '
# This script contributed by Juanma Barranquero <lektu@terra.es>.
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011
# Free Software Foundation, Inc.
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
#
2011
Free Software Foundation, Inc.
use strict;
my %%trans = do {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment