diff options
author | Michael Adam <obnox@samba.org> | 2009-07-07 17:16:21 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-07-15 14:01:58 +0200 |
commit | 5a525f7f2855677531385874402e2d7a2f117944 (patch) | |
tree | f9ec0c12dd29014f35070cd68fb0feb11977c1b3 /source3/registry | |
parent | 78576117eb4292e4e2750928d5f84c2edc94192f (diff) | |
download | samba-5a525f7f2855677531385874402e2d7a2f117944.tar.gz samba-5a525f7f2855677531385874402e2d7a2f117944.tar.bz2 samba-5a525f7f2855677531385874402e2d7a2f117944.zip |
s3:registry: db backend: add my C
Michael
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_backend_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_backend_db.c b/source3/registry/reg_backend_db.c index 9fd5c3161b..dec43ae741 100644 --- a/source3/registry/reg_backend_db.c +++ b/source3/registry/reg_backend_db.c @@ -2,6 +2,7 @@ * Unix SMB/CIFS implementation. * Virtual Windows Registry Layer * Copyright (C) Gerald Carter 2002-2005 + * Copyright (C) Michael Adam 2007-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 |