summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-01-02 19:50:07 +0100
committerMichael Albinus <michael.albinus@gmx.de>2023-01-02 19:50:07 +0100
commit809fbb0e8c419d670b045f506e90614ad00fda55 (patch)
treed7661f5916066b8cab9d31850e5c688dbf5a8db2
parentf8f5202487c0909a253228e63a64ba17d9c459da (diff)
downloademacs-809fbb0e8c419d670b045f506e90614ad00fda55.tar.gz
; 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.
-rw-r--r--lisp/net/tramp-sh.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 97867bf9999..ec8437176db 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -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 {