diff options
author | Simo Sorce <idra@samba.org> | 2001-10-08 11:58:25 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2001-10-08 11:58:25 +0000 |
commit | d02b5fefba169ad6cdcbbaf01769113481692f38 (patch) | |
tree | ac8910df209be8de8a572ca40679db824c23b7ce /source3/smbd | |
parent | 14fc7fd10917d9c08ea98aa08c70a8d1e97e7e58 (diff) | |
download | samba-d02b5fefba169ad6cdcbbaf01769113481692f38.tar.gz samba-d02b5fefba169ad6cdcbbaf01769113481692f38.tar.bz2 samba-d02b5fefba169ad6cdcbbaf01769113481692f38.zip |
tim suggested to add a copyright note :)
(This used to be commit c0bb484e0fcdfece62d361aaaebd90cf15548992)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/mangle.c | 22 |
1 files changed, 21 insertions, 1 deletions
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 <idra@samba.org> 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" |