From: Douglas Bagnall Date: Mon, 19 Feb 2018 01:24:42 +0000 (+1300) Subject: util/rfc1738: update preamble X-Git-Tag: tevent-0.9.36~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c833470fc52332c62220ec9cc38c8a4fd7721f1;p=thirdparty%2Fsamba.git util/rfc1738: update preamble Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Autobuild-User(master): Douglas Bagnall Autobuild-Date(master): Thu Feb 22 06:13:49 CET 2018 on sn-devel-144 --- diff --git a/lib/util/rfc1738.c b/lib/util/rfc1738.c index 3c806de92b2..a6c54ce61a9 100644 --- a/lib/util/rfc1738.c +++ b/lib/util/rfc1738.c @@ -1,19 +1,14 @@ /* - * NOTE: + * Functions for RFC 3986 percent-encoding. * - * This file imported from the Squid project. The licence below is - * reproduced intact, but refers to files in Squid's repository, not - * in Samba. See COPYING for the GPLv3 notice (being the later - * version mentioned below). - * - * This file has also been modified, in particular to use talloc to - * allocate in rfc1738_escape() - * - * - Andrew Bartlett Oct-2009 + * NOTE: * + * This file was originally imported from the Squid project but has been + * significantly altered. The licence below is reproduced intact, but refers + * to files in Squid's repository, not in Samba. See COPYING for the GPLv3 + * notice (being the later version mentioned below). */ - /* * $Id$ *