diff options
author | Michael Adam <obnox@samba.org> | 2008-08-01 14:26:46 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-01 16:08:00 +0200 |
commit | a5d4b540e27bc716efa2f72a6013ab841eeca140 (patch) | |
tree | d7131593b71c0c9bc761e6f92c6657c46e760466 /source3/libnet | |
parent | 7f3495726fffdc9aa40c0c7be2abcefeb6d53db5 (diff) | |
download | samba-a5d4b540e27bc716efa2f72a6013ab841eeca140.tar.gz samba-a5d4b540e27bc716efa2f72a6013ab841eeca140.tar.bz2 samba-a5d4b540e27bc716efa2f72a6013ab841eeca140.zip |
libnet dssync: add my C after dssync keytab changes.
Michael
(This used to be commit 9391aec8d4600c685b14d3cd1624f8758f2cc80d)
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_dssync.c | 1 | ||||
-rw-r--r-- | source3/libnet/libnet_dssync.h | 1 | ||||
-rw-r--r-- | source3/libnet/libnet_dssync_keytab.c | 1 | ||||
-rw-r--r-- | source3/libnet/libnet_keytab.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/source3/libnet/libnet_dssync.c b/source3/libnet/libnet_dssync.c index 92000b432b..e03a6023c9 100644 --- a/source3/libnet/libnet_dssync.c +++ b/source3/libnet/libnet_dssync.c @@ -3,6 +3,7 @@ Copyright (C) Stefan (metze) Metzmacher 2005 Copyright (C) Guenther Deschner 2008 + Copyright (C) Michael Adam 2008 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 diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h index 5373fbc8dd..a5a00742c5 100644 --- a/source3/libnet/libnet_dssync.h +++ b/source3/libnet/libnet_dssync.h @@ -2,6 +2,7 @@ * Unix SMB/CIFS implementation. * libnet Support * Copyright (C) Guenther Deschner 2008 + * Copyright (C) Michael Adam 2008 * * 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 diff --git a/source3/libnet/libnet_dssync_keytab.c b/source3/libnet/libnet_dssync_keytab.c index 51156cbdba..e40e353088 100644 --- a/source3/libnet/libnet_dssync_keytab.c +++ b/source3/libnet/libnet_dssync_keytab.c @@ -2,6 +2,7 @@ Unix SMB/CIFS implementation. Copyright (C) Guenther Deschner <gd@samba.org> 2008 + Copyright (C) Michael Adam 2008 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 diff --git a/source3/libnet/libnet_keytab.c b/source3/libnet/libnet_keytab.c index 23eedafe2b..08951c553e 100644 --- a/source3/libnet/libnet_keytab.c +++ b/source3/libnet/libnet_keytab.c @@ -3,6 +3,7 @@ dump the remote SAM using rpc samsync operations Copyright (C) Guenther Deschner 2008. + Copyright (C) Michael Adam 2008 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 |