diff options
author | Michael Adam <obnox@samba.org> | 2008-03-25 15:55:03 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-25 15:55:34 +0100 |
commit | 6fa39aa87d9c0c787fd3dd2ede69c6b891186f20 (patch) | |
tree | 787420dd048605757b585547a6836d487235a7c0 | |
parent | aaa59713155b63b2597f955622be9019bb3cbe89 (diff) | |
download | samba-6fa39aa87d9c0c787fd3dd2ede69c6b891186f20.tar.gz samba-6fa39aa87d9c0c787fd3dd2ede69c6b891186f20.tar.bz2 samba-6fa39aa87d9c0c787fd3dd2ede69c6b891186f20.zip |
util_tdb: add my (C) for the tdb validation code
Michael
(This used to be commit abf02a5a142c55d9e0053d319c867e4fcc3e6c30)
-rw-r--r-- | source3/lib/util_tdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util_tdb.c b/source3/lib/util_tdb.c index 4332a7948f..0c56e10163 100644 --- a/source3/lib/util_tdb.c +++ b/source3/lib/util_tdb.c @@ -3,6 +3,7 @@ tdb utility functions Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Rafal Szczesniak 2002 + Copyright (C) Michael Adam 2007 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 |