diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-24 13:21:45 -0400 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-24 13:21:45 -0400 |
commit | 6b801d6c4cdaaf47191b7051c81cf9498acd64f1 (patch) | |
tree | 52487b5b8a71303be0542bb3f418dd41596e0359 | |
parent | d2403dc231806cc8f5fc96274457d42f4b796ca7 (diff) | |
download | samba-6b801d6c4cdaaf47191b7051c81cf9498acd64f1.tar.gz samba-6b801d6c4cdaaf47191b7051c81cf9498acd64f1.tar.bz2 samba-6b801d6c4cdaaf47191b7051c81cf9498acd64f1.zip |
add my copyright after the VFS rewrite
-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 |