summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-02-18 15:25:02 -0700
committerChristof Schmitt <cs@samba.org>2015-03-02 22:31:08 +0100
commitb765b17feaa2e002c87353b720158e7e39ffef7d (patch)
treec43b7f269f0183d93160c9c3b37ead8b6c333839 /source3
parent5e022bc339c9ed665eb98a9b9a5e024d58d5cea4 (diff)
downloadsamba-b765b17feaa2e002c87353b720158e7e39ffef7d.tar.gz
samba-b765b17feaa2e002c87353b720158e7e39ffef7d.tar.xz
samba-b765b17feaa2e002c87353b720158e7e39ffef7d.zip
gpfs: Update file headers
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>
Diffstat (limited to 'source3')
-rw-r--r--source3/modules/gpfs.c3
-rw-r--r--source3/modules/vfs_gpfs.c41
-rw-r--r--source3/modules/vfs_gpfs.h44
3 files changed, 43 insertions, 45 deletions
diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c
index 9e08a1be24..05ff992680 100644
--- a/source3/modules/gpfs.c
+++ b/source3/modules/gpfs.c
@@ -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
diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index 74617a833c..c8a5ee2707 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -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"
diff --git a/source3/modules/vfs_gpfs.h b/source3/modules/vfs_gpfs.h
index a96b0a20be..40b2c9e8da 100644
--- a/source3/modules/vfs_gpfs.h
+++ b/source3/modules/vfs_gpfs.h
@@ -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>