]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update copyright notice in tramp-sh.el
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 2 Jan 2023 18:50:07 +0000 (19:50 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 2 Jan 2023 18:50:07 +0000 (19:50 +0100)
* lisp/net/tramp-sh.el (tramp-perl-encode, tramp-perl-decode):
Remove copyright notice, Tramp is copyrighted by FSF anyway.

lisp/net/tramp-sh.el

index 97867bf9999e764f238412cb964a118cf04f584a..ec8437176db2a46179b9202e2866cbd13de216eb 100644 (file)
@@ -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 {