Changeset 87:a8519ecf8a1a for setup.py

Show
Ignore:
Timestamp:
15/12/09 21:24:34 (2 years ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

Changed to new BSD license

Also added license header to the top of all source files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • setup.py

    r85 r87  
    11#!/usr/bin/env python 
     2 
     3# Copyright (c) 2009, Menno Smits 
     4# Released subject to the New BSD License 
     5# Please see http://en.wikipedia.org/wiki/BSD_licenses 
     6 
    27 
    38# bootstrap setuptools if necessary 
     
    4247            'Development Status :: 3 - Alpha', 
    4348            'Intended Audience :: Developers', 
    44             'License :: OSI Approved :: GNU General Public License (GPL)', 
     49            'License :: OSI Approved :: BSD License', 
    4550            'Operating System :: OS Independent', 
    4651            'Natural Language :: English',