[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Wed Feb 9 05:56:02 MST 2011


The branch, master has been updated
       via  a65eedd provision: Add missing dependency on pyldb-util.
       via  d274097 dlinklist: Change license to LGPLv3+ (checked with tridge).
      from  d04c2c5 s3:rpc_server: create binding_handle in rpc_pipe_open_external()

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a65eedd0c78034b2dc9e08c3d632d064ebefebed
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Jan 30 10:59:41 2011 +0100

    provision: Add missing dependency on pyldb-util.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Wed Feb  9 13:55:10 CET 2011 on sn-devel-104

commit d2740976cde8b875c91cff311a688e8a10e4bf30
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Jan 30 10:59:14 2011 +0100

    dlinklist: Change license to LGPLv3+ (checked with tridge).

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/include/dlinklist.h |   26 +++++++++++++++-----------
 source4/param/wscript_build         |    2 +-
 2 files changed, 16 insertions(+), 12 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/include/dlinklist.h b/source4/lib/ldb/include/dlinklist.h
index 6d525f9..1c577bb 100644
--- a/source4/lib/ldb/include/dlinklist.h
+++ b/source4/lib/ldb/include/dlinklist.h
@@ -3,19 +3,23 @@
    some simple double linked list macros
 
    Copyright (C) Andrew Tridgell 1998-2010
+
+     ** 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 3 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 3 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, see <http://www.gnu.org/licenses/>.
+   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, see <http://www.gnu.org/licenses/>.
 */
 
 /* To use these macros you must have a structure containing a next and
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 5f69565..bd37e51 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -13,7 +13,7 @@ bld.SAMBA_LIBRARY('samba-hostconfig',
 
 bld.SAMBA_SUBSYSTEM('PROVISION',
 	source='provision.c pyparam.c',
-	deps='LIBPYTHON pyparam_util ldb pytalloc-util',
+	deps='LIBPYTHON pyparam_util ldb pytalloc-util pyldb-util',
 	pyext=True,
 	)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list