python-adfs

changeset 67:19d4af309d2d

Large update to version number to indicate the license upgrade to GPL v3.
author David Boddie <david@boddie.org.uk>
date Sun Jul 13 00:04:56 2008 +0200
parents 715522effc0b
children 301cf42be097
files ADFSlib.py
diffstat 1 files changed, 10 insertions(+), 12 deletions(-) [+]
line diff
     1.1 --- a/ADFSlib.py	Sat Jul 12 23:54:21 2008 +0200
     1.2 +++ b/ADFSlib.py	Sun Jul 13 00:04:56 2008 +0200
     1.3 @@ -6,26 +6,24 @@
     1.4  
     1.5  Copyright (c) 2003-2008, David Boddie
     1.6  
     1.7 -This software is free software; you can redistribute it and/or
     1.8 -modify it under the terms of the GNU General Public License as
     1.9 -published by the Free Software Foundation; either version 2 of
    1.10 -the License, or (at your option) any later version.
    1.11 +This program is free software: you can redistribute it and/or modify
    1.12 +it under the terms of the GNU General Public License as published by
    1.13 +the Free Software Foundation, either version 3 of the License, or
    1.14 +(at your option) any later version.
    1.15  
    1.16 -This software is distributed in the hope that it will be useful,
    1.17 +This program is distributed in the hope that it will be useful,
    1.18  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.19  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.20  GNU General Public License for more details.
    1.21  
    1.22 -You should have received a copy of the GNU General Public
    1.23 -License along with this library; see the file COPYING
    1.24 -If not, write to the Free Software Foundation, Inc.,
    1.25 -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    1.26 -
    1.27 +You should have received a copy of the GNU General Public License
    1.28 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.29  """
    1.30  
    1.31  __author__ = "David Boddie <david@boddie.org.uk>"
    1.32 -__date__ = "Sun 8th June 2008"
    1.33 -__version__ = "0.31"
    1.34 +__date__ = "Sun 12th July 2008"
    1.35 +__version__ = "0.40"
    1.36 +__license__ = "GNU General Public License (version 3)"
    1.37  
    1.38  
    1.39  import os, string, struct, time