python-adfs
changeset 74:444da4769239
Removed old license information and updated the manifest.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Sun Aug 29 16:59:15 2010 +0200 |
| parents | 9eaf2454d392 |
| children | 477134ca6523 |
| files | LICENSE.txt MANIFEST setup.py |
| diffstat | 3 files changed, 18 insertions(+), 21 deletions(-) [+] |
line diff
1.1 --- a/LICENSE.txt Sat Aug 21 21:48:24 2010 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,21 +0,0 @@ 1.4 -ADFSlib License: 1.5 - 1.6 -Copyright (c) 2003, David Boddie 1.7 - 1.8 -Permission is hereby granted, free of charge, to any person obtaining a copy 1.9 -of this software and associated documentation files (the "Software"), to 1.10 -deal in the Software without restriction, including without limitation the 1.11 -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 1.12 -sell copies of the Software, and to permit persons to whom the Software is 1.13 -furnished to do so, subject to the following conditions: 1.14 - 1.15 -The above copyright notice and this permission notice shall be included in 1.16 -all copies or substantial portions of the Software. 1.17 - 1.18 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 1.19 -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1.20 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 1.21 -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1.22 -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1.23 -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 1.24 -DEALINGS IN THE SOFTWARE.
2.1 --- a/MANIFEST Sat Aug 21 21:48:24 2010 +0200 2.2 +++ b/MANIFEST Sun Aug 29 16:59:15 2010 +0200 2.3 @@ -1,5 +1,6 @@ 2.4 ADF2INF.py 2.5 ADFSlib.py 2.6 COPYING 2.7 +MANIFEST 2.8 README.txt 2.9 setup.py
3.1 --- a/setup.py Sat Aug 21 21:48:24 2010 +0200 3.2 +++ b/setup.py Sun Aug 29 16:59:15 2010 +0200 3.3 @@ -1,5 +1,22 @@ 3.4 #! /usr/bin/env python 3.5 3.6 +""" 3.7 +Copyright (c) 2010, David Boddie 3.8 + 3.9 +This program is free software: you can redistribute it and/or modify 3.10 +it under the terms of the GNU General Public License as published by 3.11 +the Free Software Foundation, either version 3 of the License, or 3.12 +(at your option) any later version. 3.13 + 3.14 +This program is distributed in the hope that it will be useful, 3.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of 3.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 3.17 +GNU General Public License for more details. 3.18 + 3.19 +You should have received a copy of the GNU General Public License 3.20 +along with this program. If not, see <http://www.gnu.org/licenses/>. 3.21 +""" 3.22 + 3.23 from distutils.core import setup 3.24 import sys 3.25
