; Update copyright notice in tramp-sh.el
* lisp/net/tramp-sh.el (tramp-perl-encode, tramp-perl-decode): Remove copyright notice, Tramp is copyrighted by FSF anyway.
This commit is contained in:
parent
f8f5202487
commit
809fbb0e8c
1 changed files with 0 additions and 2 deletions
|
@ -838,7 +838,6 @@ characters need to be doubled.")
|
|||
(defconst tramp-perl-encode
|
||||
"%p -e '
|
||||
# This script contributed by Juanma Barranquero <lektu@terra.es>.
|
||||
# Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
||||
use strict;
|
||||
|
||||
my %%trans = do {
|
||||
|
@ -877,7 +876,6 @@ characters need to be doubled.")
|
|||
(defconst tramp-perl-decode
|
||||
"%p -e '
|
||||
# This script contributed by Juanma Barranquero <lektu@terra.es>.
|
||||
# Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
||||
use strict;
|
||||
|
||||
my %%trans = do {
|
||||
|
|
Loading…
Add table
Reference in a new issue