diff options
author | Michael Adam <obnox@samba.org> | 2009-12-11 10:35:50 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-02-12 23:12:10 +0100 |
commit | 5a0c42770b349877928a2b3fd8316903dd62e5b7 (patch) | |
tree | d59cc449f35baeaf0c884a66b092c2d4ea206409 /source3 | |
parent | d4c0afa841ecdae1cab955cc73360deae23f5873 (diff) | |
download | samba-5a0c42770b349877928a2b3fd8316903dd62e5b7.tar.gz samba-5a0c42770b349877928a2b3fd8316903dd62e5b7.tar.bz2 samba-5a0c42770b349877928a2b3fd8316903dd62e5b7.zip |
s3:dbwrap_ctdb: update (C)
Michael
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/dbwrap_ctdb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c index c32398acdb..63b63fa4ff 100644 --- a/source3/lib/dbwrap_ctdb.c +++ b/source3/lib/dbwrap_ctdb.c @@ -1,7 +1,8 @@ /* Unix SMB/CIFS implementation. Database interface wrapper around ctdbd - Copyright (C) Volker Lendecke 2007 + Copyright (C) Volker Lendecke 2007-2009 + Copyright (C) Michael Adam 2009 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 |