1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

util/rfc1738: update preamble

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Thu Feb 22 06:13:49 CET 2018 on sn-devel-144
This commit is contained in:
Douglas Bagnall 2018-02-19 14:24:42 +13:00 committed by Douglas Bagnall
parent 7a06cfa2e2
commit 8c833470fc

View File

@ -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$
*