From a5d4b540e27bc716efa2f72a6013ab841eeca140 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 1 Aug 2008 14:26:46 +0200 Subject: libnet dssync: add my C after dssync keytab changes. Michael (This used to be commit 9391aec8d4600c685b14d3cd1624f8758f2cc80d) --- source3/libnet/libnet_dssync.c | 1 + source3/libnet/libnet_dssync.h | 1 + source3/libnet/libnet_dssync_keytab.c | 1 + source3/libnet/libnet_keytab.c | 1 + 4 files changed, 4 insertions(+) (limited to 'source3/libnet') 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 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 -- cgit