summaryrefslogtreecommitdiff
path: root/smbfs.c
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivano@gnu.org>2007-06-29 17:28:48 +0000
committerGiuseppe Scrivano <gscrivano@gnu.org>2007-06-29 17:28:48 +0000
commitad16822988f23b1705d22fcf81244edce4059c41 (patch)
treed1c584e4ed4edaac91894ebc8eeb32d7a87a9f02 /smbfs.c
parentf97aaddf63ca97a6dda0573ac9971118ed6a3139 (diff)
Changed license to GPLv3
Diffstat (limited to 'smbfs.c')
-rw-r--r--smbfs.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/smbfs.c b/smbfs.c
index 4fc8f5336..3c29a04fe 100644
--- a/smbfs.c
+++ b/smbfs.c
@@ -1,11 +1,11 @@
/*
- Copyright (C) 2004 Free Software Foundation, Inc.
- Copyright (C) 2004 Giuseppe Scrivano.
+ Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007 Giuseppe Scrivano.
Written by Giuseppe Scrivano <gscrivano@gnu.org>
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
+ published by the Free Software Foundation; either version 3, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
@@ -14,8 +14,7 @@
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.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "smb.h"