diff options
author | Giuseppe Scrivano <gscrivano@gnu.org> | 2004-12-15 18:24:08 +0000 |
---|---|---|
committer | Giuseppe Scrivano <gscrivano@gnu.org> | 2004-12-15 18:24:08 +0000 |
commit | 620b1c721505cd0dbe7a61734bda39beb98f957a (patch) | |
tree | c3ced245555ee258c2b79ae9419e7b7def822b83 | |
parent | 731b056ef08d2f77e069795e01c8b7c4c6ccbd75 (diff) |
fixed headers
-rw-r--r-- | smb.c | 36 | ||||
-rw-r--r-- | smb.h | 33 | ||||
-rw-r--r-- | smbfs.c | 34 | ||||
-rw-r--r-- | smbnetfs.c | 36 |
4 files changed, 70 insertions, 69 deletions
@@ -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 @@ -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> @@ -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> |