From 70f6975a5defdb2b9f432dd92940d80431717c04 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 24 Apr 2015 15:04:20 +0200 Subject: [PATCH] more clearly state where I got the rrsync from --- schsh-rrsync | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/schsh-rrsync b/schsh-rrsync index 75c252b..e58ecf4 100644 --- a/schsh-rrsync +++ b/schsh-rrsync @@ -3,7 +3,31 @@ # Purpose: Restricts rsync to subdirectory declared in .ssh/authorized_keys # Author: Joe Smith 30-Sep-2004 # Modified by: Wayne Davison + # Modified by: Ralf Jung +# This file is taken from the Debian rsync package, where it resides in +# . According to the Debian package +# copyright information, it is available under GPL-3. Quoting from that information: +# > COPYRIGHT +# > --------- +# > +# > Copyright (C) 1996-2011 by Andrew Tridgell, Wayne Davison, and others. +# > +# > Rsync was originally written by Andrew Tridgell and is currently +# > maintained by Wayne Davison. It has been improved by many developers +# > from around the world. +# > +# > Rsync may be used, modified and redistributed only under the terms of +# > the GNU General Public License, found in the file: +# > +# > /usr/share/common-licenses/GPL-3 +# > +# > on Debian systems, or at +# > +# > http://www.fsf.org/licensing/licenses/gpl.html +# You can also find the license text of GPL-3 in the COPYING file that +# comes with schsh. + use strict; # use Socket; -- 2.30.2