svn commit: samba r7635 - in branches/SAMBA_4_0/source/lib/ldb/common: .

idra at samba.org idra at samba.org
Thu Jun 16 11:58:32 GMT 2005


Author: idra
Date: 2005-06-16 11:58:31 +0000 (Thu, 16 Jun 2005)
New Revision: 7635

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7635

Log:
change the license of this file to lgpl like the rest of ldb
Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_explode_dn.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_explode_dn.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_explode_dn.c	2005-06-16 11:52:15 UTC (rev 7634)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_explode_dn.c	2005-06-16 11:58:31 UTC (rev 7635)
@@ -1,24 +1,40 @@
 /* 
-   Unix SMB/CIFS implementation.
-   LDAP server
+   ldb database library
+
    Copyright (C) Simo Sorce 2004
    Copyright (C) Derrell Lipman 2005
+
+     ** NOTE! The following LGPL license applies to the ldb
+     ** library. This does NOT imply that all of Samba is released
+     ** under the LGPL
    
-   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,
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2 of the License, or (at your option) any later version.
+
+   This library 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.
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
+/*
+ *  Name: ldb
+ *
+ *  Component: ldb dn parsing
+ *
+ *  Description: explode a dn into it's own basic elements
+ *               and put them in a structure
+ *
+ *  Author: Simo Sorce
+ *  Author: Derrell Lipman
+ */
+
 #include <ctype.h>
 #include "includes.h"
 #include "ldb/include/ldb.h"



More information about the samba-cvs mailing list