From d02b5fefba169ad6cdcbbaf01769113481692f38 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 8 Oct 2001 11:58:25 +0000 Subject: tim suggested to add a copyright note :) (This used to be commit c0bb484e0fcdfece62d361aaaebd90cf15548992) --- source3/smbd/mangle.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/mangle.c b/source3/smbd/mangle.c index 386b948899..b9db4b0c2d 100644 --- a/source3/smbd/mangle.c +++ b/source3/smbd/mangle.c @@ -966,7 +966,27 @@ BOOL name_map_mangle(char *OutName, BOOL need83, BOOL cache83, int snum) - +/* -------------------------------------------------------------------- */ +/* + Unix SMB/Netbios implementation. + Version 3.0 + Name mangling with persistent tdb + Copyright (C) Simo Sorce 2001 + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ #if 1 #define MANGLE_TDB_VERSION "20010927" -- cgit