summaryrefslogtreecommitdiffstats
path: root/source3/modules
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-12-04 13:40:14 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-12-07 07:43:45 +1300
commitb5b5674287c935bf923cf570cf218ffb0ae7ce78 (patch)
tree3e139061d64a80c6726ce156883d07add12cb572 /source3/modules
parent51733220077a6acb60cc10f8e161efb9a5d01c29 (diff)
downloadsamba-b5b5674287c935bf923cf570cf218ffb0ae7ce78.tar.gz
samba-b5b5674287c935bf923cf570cf218ffb0ae7ce78.tar.xz
samba-b5b5674287c935bf923cf570cf218ffb0ae7ce78.zip
s3:module:shadow_copy2: add my (C)
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/vfs_shadow_copy2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c
index ebc50e9076e..1018bcca6b3 100644
--- a/source3/modules/vfs_shadow_copy2.c
+++ b/source3/modules/vfs_shadow_copy2.c
@@ -5,6 +5,7 @@
* Copyright (C) Ed Plese 2009
* Copyright (C) Volker Lendecke 2011
* Copyright (C) Christian Ambach 2011
+ * Copyright (C) Michael Adam 2013
*
* 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