From 6b801d6c4cdaaf47191b7051c81cf9498acd64f1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 24 Jul 2009 13:21:45 -0400 Subject: add my copyright after the VFS rewrite --- source3/include/vfs.h | 1 + source3/include/vfs_macros.h | 1 + source3/smbd/vfs.c | 1 + 3 files changed, 3 insertions(+) (limited to 'source3') 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 -- cgit