summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivano@gnu.org>2004-12-15 18:24:08 +0000
committerGiuseppe Scrivano <gscrivano@gnu.org>2004-12-15 18:24:08 +0000
commit620b1c721505cd0dbe7a61734bda39beb98f957a (patch)
treec3ced245555ee258c2b79ae9419e7b7def822b83
parent731b056ef08d2f77e069795e01c8b7c4c6ccbd75 (diff)
fixed headers
-rw-r--r--smb.c36
-rw-r--r--smb.h33
-rw-r--r--smbfs.c34
-rw-r--r--smbnetfs.c36
4 files changed, 70 insertions, 69 deletions
diff --git a/smb.c b/smb.c
index aed235360..f3278394e 100644
--- a/smb.c
+++ b/smb.c
@@ -1,22 +1,22 @@
/*
-
- Copyright (C) 2004 Free Software Foundation, Inc.
- Written by Giuseppe Scrivano <gscrivano@quipo.it>
-
- 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, 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.
- */
+ Copyright (C) 2004 Free Software Foundation, Inc.
+ Copyright (C) 2004 Giuseppe Scrivano.
+ Written by Giuseppe Scrivano <gscrivano@quipo.it>
+
+ 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, 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.
+*/
#include "smb.h"
void
diff --git a/smb.h b/smb.h
index 77448713b..ea78d736f 100644
--- a/smb.h
+++ b/smb.h
@@ -1,22 +1,23 @@
/*
-
- Copyright (C) 2004 Free Software Foundation, Inc.
- Written by Giuseppe Scrivano <gscrivano@quipo.it>
+ Copyright (C) 2004 Free Software Foundation, Inc.
+ Copyright (C) 2004 Giuseppe Scrivano.
+ Written by Giuseppe Scrivano <gscrivano@quipo.it>
- 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, 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.
+ 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, 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.
+*/
- 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.
- */
#define _GNU_SOURCE 1
#define _FILE_OFFSET_BITS 64
#include <string.h>
diff --git a/smbfs.c b/smbfs.c
index 26287b180..4b9fdf474 100644
--- a/smbfs.c
+++ b/smbfs.c
@@ -1,22 +1,22 @@
/*
+ Copyright (C) 2004 Free Software Foundation, Inc.
+ Copyright (C) 2004 Giuseppe Scrivano.
+ Written by Giuseppe Scrivano <gscrivano@quipo.it>
+
+ 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, or (at
+ your option) any later version.
- Copyright (C) 2004 Free Software Foundation, Inc.
- Written by Giuseppe Scrivano <gscrivano@quipo.it>
-
- 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, 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.
- */
+ 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.
+*/
#include "smb.h"
#include <stdio.h>
diff --git a/smbnetfs.c b/smbnetfs.c
index af1d61880..1068957d4 100644
--- a/smbnetfs.c
+++ b/smbnetfs.c
@@ -1,22 +1,22 @@
/*
-
- Copyright (C) 1997, 2002, 2004 Free Software Foundation, Inc.
- Written by Giuseppe Scrivano <gscrivano@quipo.it>
-
- 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, 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.
- */
+ Copyright (C) 1997, 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2004 Giuseppe Scrivano.
+ Written by Giuseppe Scrivano <gscrivano@quipo.it>
+
+ 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, 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.
+*/
#include "smb.h"
#include <stddef.h>