diff options
author | Giuseppe Scrivano <gscrivano@gnu.org> | 2007-06-29 17:28:48 +0000 |
---|---|---|
committer | Giuseppe Scrivano <gscrivano@gnu.org> | 2007-06-29 17:28:48 +0000 |
commit | ad16822988f23b1705d22fcf81244edce4059c41 (patch) | |
tree | d1c584e4ed4edaac91894ebc8eeb32d7a87a9f02 /smbfs.c | |
parent | f97aaddf63ca97a6dda0573ac9971118ed6a3139 (diff) |
Changed license to GPLv3
Diffstat (limited to 'smbfs.c')
-rw-r--r-- | smbfs.c | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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" |