diff options
-rw-r--r-- | source3/include/vfs.h | 1 | ||||
-rw-r--r-- | source3/include/vfs_macros.h | 1 | ||||
-rw-r--r-- | source3/smbd/vfs.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index b89fea9efa..27223526b6 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -5,6 +5,7 @@ Copyright (C) Tim Potter 1999 Copyright (C) Alexander Bokovoy 2002-2005 Copyright (C) Stefan (metze) Metzmacher 2003 + Copyright (C) Volker Lendecke 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 diff --git a/source3/include/vfs_macros.h b/source3/include/vfs_macros.h index b6f4846df0..2d7344c4ae 100644 --- a/source3/include/vfs_macros.h +++ b/source3/include/vfs_macros.h @@ -2,6 +2,7 @@ Unix SMB/CIFS implementation. VFS wrapper macros Copyright (C) Stefan (metze) Metzmacher 2003 + Copyright (C) Volker Lendecke 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 diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index 68a0c4e234..e2c9298857 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -5,6 +5,7 @@ Copyright (C) Tim Potter 1999 Copyright (C) Alexander Bokovoy 2002 Copyright (C) James Peach 2006 + Copyright (C) Volker Lendecke 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 |