[SCM] Samba Shared Repository - branch master updated

Rusty Russell rusty at samba.org
Wed Aug 31 01:53:01 MDT 2011


The branch, master has been updated
       via  80f4a93 tdb2: add full LGPL headers
      from  cdce324 MAINTAINERS.txt: ping me about CCAN changes

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


- Log -----------------------------------------------------------------
commit 80f4a936f27ff457855dbc21979fc4c0306ffb76
Author: Rusty Russell <rusty at rustcorp.com.au>
Date:   Thu Jul 21 14:44:50 2011 +0930

    tdb2: add full LGPL headers
    
    This is for SAMBA, so we follow their rules and do full license
    headers.  Two files were missing them.
    
    Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
    (Imported from CCAN commit 58025731)
    
    Autobuild-User: Rusty Russell <rusty at rustcorp.com.au>
    Autobuild-Date: Wed Aug 31 09:52:43 CEST 2011 on sn-devel-104

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

Summary of changes:
 lib/tdb2/open.c |   17 +++++++++++++++++
 lib/tdb2/tdb.c  |   17 +++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tdb2/open.c b/lib/tdb2/open.c
index c35598c..63076ec 100644
--- a/lib/tdb2/open.c
+++ b/lib/tdb2/open.c
@@ -1,3 +1,20 @@
+ /*
+   Trivial Database 2: opening and closing TDBs
+   Copyright (C) Rusty Russell 2010
+
+   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
+   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/>.
+*/
 #include "private.h"
 #include <ccan/hash/hash.h>
 #include <assert.h>
diff --git a/lib/tdb2/tdb.c b/lib/tdb2/tdb.c
index 753ccb0..82b9c32 100644
--- a/lib/tdb2/tdb.c
+++ b/lib/tdb2/tdb.c
@@ -1,3 +1,20 @@
+ /*
+   Trivial Database 2: fetch, store and misc routines.
+   Copyright (C) Rusty Russell 2010
+
+   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
+   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/>.
+*/
 #include "private.h"
 #ifndef _SAMBA_BUILD_
 #include <ccan/asprintf/asprintf.h>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list