gpfs: Update file headers
authorChristof Schmitt <cs@samba.org>
Wed, 18 Feb 2015 22:25:02 +0000 (15:25 -0700)
committerChristof Schmitt <cs@samba.org>
Mon, 2 Mar 2015 21:31:08 +0000 (22:31 +0100)
Update file headers to reflect the new code organization and reformat
for consistency.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
source3/modules/gpfs.c
source3/modules/vfs_gpfs.c
source3/modules/vfs_gpfs.h

index 9e08a1be247d2838b83b0eea19f1e8a0dd894c9b..05ff992680475d222796a2234420579cbd9d86e2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  *  Unix SMB/CIFS implementation.
- *  Provide a connection to GPFS specific features
+ *  Wrapper for GPFS library
  *  Copyright (C) Volker Lendecke 2005
+ *  Copyright (C) Christof Schmitt 2015
  *
  *  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 74617a833cdf232cd229c3d094a51f9cd8cc8d64..c8a5ee2707258febe622fc389181f5cd7638ada6 100644 (file)
@@ -1,25 +1,24 @@
 /*
-   Unix SMB/CIFS implementation.
-   Wrap gpfs calls in vfs functions.
-
-   Copyright (C) Christian Ambach <cambach1@de.ibm.com> 2006
-
-   Major code contributions by Chetan Shringarpure <chetan.sh@in.ibm.com>
-                            and Gomati Mohanan <gomati.mohanan@in.ibm.com>
-
-   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
-   the Free Software Foundation; either version 3 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+ *  Unix SMB/CIFS implementation.
+ *  Samba VFS module for GPFS filesystem
+ *  Copyright (C) Christian Ambach <cambach1@de.ibm.com> 2006
+ *  Copyright (C) Christof Schmitt 2015
+ *  Major code contributions by Chetan Shringarpure <chetan.sh@in.ibm.com>
+ *                           and Gomati Mohanan <gomati.mohanan@in.ibm.com>
+ *
+ *  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
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
 
 #include "includes.h"
 #include "smbd/smbd.h"
index a96b0a20bee746d4f74b7e327a88824f241e5f50..40b2c9e8da488cc6ac82e258788fc6ea25978ab3 100644 (file)
@@ -1,27 +1,25 @@
 /*
-   Unix SMB/CIFS implementation.
-   Wrap gpfs calls in vfs functions.
-
-   Copyright (C) Christian Ambach <cambach1@de.ibm.com> 2006
-
-   Major code contributions by Chetan Shringarpure <chetan.sh@in.ibm.com>
-                            and Gomati Mohanan <gomati.mohanan@in.ibm.com>
-
-   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
-   the Free Software Foundation; either version 2 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-*/
+ *  Unix SMB/CIFS implementation.
+ *  Wrapper for GPFS library
+ *  Copyright (C) Christian Ambach <cambach1@de.ibm.com> 2006
+ *  Copyright (C) Christof Schmitt 2015
+ *
+ *  Major code contributions by Chetan Shringarpure <chetan.sh@in.ibm.com>
+ *                           and Gomati Mohanan <gomati.mohanan@in.ibm.com>
+ *
+ *  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
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
 
 #include <gpfs_fcntl.h>