Update (C) for 2010.
authorJeremy Allison <jra@samba.org>
Wed, 28 Apr 2010 21:56:12 +0000 (14:56 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 28 Apr 2010 21:56:12 +0000 (14:56 -0700)
Jeremy.

source3/smbd/globals.h
source3/smbd/smb2_break.c
source3/smbd/smb2_create.c
source3/smbd/smb2_getinfo.c
source3/smbd/smb2_notify.c
source3/smbd/smb2_server.c
source3/smbd/smb2_setinfo.c

index 6c780ebabfa0d57a5e7d76e4833e7c49879767e1..6f3b51be932fa1a10f90a48a82ac09e9ad287be0 100644 (file)
@@ -2,6 +2,7 @@
    Unix SMB/Netbios implementation.
    smbd globals
    Copyright (C) Stefan Metzmacher 2009
+   Copyright (C) Jeremy Allison 2010
 
    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
index d28bbf559aa0e120115db08686b14cb3c90a612b..7ef35749d2010457a47ae37b1f07a426bde49ae8 100644 (file)
@@ -3,6 +3,7 @@
    Core SMB2 server
 
    Copyright (C) Stefan Metzmacher 2009
+   Copyright (C) Jeremy Allison 2010
 
    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
@@ -259,7 +260,7 @@ void send_break_message_smb2(files_struct *fsp, int level)
                fsp_str_dbg(fsp),
                fsp->fnum,
                (unsigned int)smb2_oplock_level ));
-               
+
        status = smbd_smb2_send_oplock_break(fsp->conn->sconn,
                                        (uint64_t)fsp->fnum,
                                        smb2_oplock_level);
index 377db3214862b57a76025ad9f7571ad3f15f2ac1..f0afb1f4d1e98fe99090afaf67a1d6581022b32c 100644 (file)
@@ -3,6 +3,7 @@
    Core SMB2 server
 
    Copyright (C) Stefan Metzmacher 2009
+   Copyright (C) Jeremy Allison 2010
 
    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
index d59339fa590022077f78abf264ea4f5cfd160285..d8963f4e9f74431b32cfe4e7f4882a3e686ef0cd 100644 (file)
@@ -3,6 +3,7 @@
    Core SMB2 server
 
    Copyright (C) Stefan Metzmacher 2009
+   Copyright (C) Jeremy Allison 2010
 
    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
index 44b6c38a60ec890c1cef65fec07f8568d330e72c..f3d8077eeee32bbec8f0c00279da6517ee418a1f 100644 (file)
@@ -3,6 +3,7 @@
    Core SMB2 server
 
    Copyright (C) Stefan Metzmacher 2009
+   Copyright (C) Jeremy Allison 2010
 
    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
index 67d20b13e4fba41edb361eadaec5b37bc1e70a1c..243dd40c31a8dc48cfceaf03acb91513e81988b9 100644 (file)
@@ -3,6 +3,7 @@
    Core SMB2 server
 
    Copyright (C) Stefan Metzmacher 2009
+   Copyright (C) Jeremy Allison 2010
 
    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
index 410d9f722389420d0cf311bba15579bc59e67c14..6a40714b1d9179584353f7e866ba5a11a3f8b4af 100644 (file)
@@ -3,6 +3,7 @@
    Core SMB2 server
 
    Copyright (C) Stefan Metzmacher 2009
+   Copyright (C) Jeremy Allison 2010
 
    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