Skip to content

Commit 55c7935

Browse files
committed
Clean up TODO list and svn keywords. Add license section to README.
1 parent b773315 commit 55c7935

File tree

4 files changed

+33
-11
lines changed

4 files changed

+33
-11
lines changed

README

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ For more details, refer to the column I wrote for the May 2008 issue of Python M
7070
Updates
7171
=======
7272

73+
1.7
74+
- Move to bitbucket.org for hosting
75+
- clean up TODO list and svn keywords
76+
- add license section below
77+
7378
1.6.1
7479

7580
- More zsh support (fixes to rmvirtualenv) from Byron Clark.
@@ -91,3 +96,25 @@ Updates
9196

9297
- Includes a fix for a nasty bug in rmvirtualenv identified by John Shimek.
9398

99+
=======
100+
License
101+
=======
102+
103+
Copyright Doug Hellmann, All Rights Reserved
104+
105+
Permission to use, copy, modify, and distribute this software and
106+
its documentation for any purpose and without fee is hereby
107+
granted, provided that the above copyright notice appear in all
108+
copies and that both that copyright notice and this permission
109+
notice appear in supporting documentation, and that the name of Doug
110+
Hellmann not be used in advertising or publicity pertaining to
111+
distribution of the software without specific, written prior
112+
permission.
113+
114+
DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
115+
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
116+
NO EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR
117+
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
118+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
119+
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
120+
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

TODO

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
o register on pypi
2-
o setup.py for easy_install?
1+
#########
2+
TODO List
3+
#########
4+
5+
- figure out if there's a way to host tarballs on bitbucket.org

pavement.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
#!/usr/bin/env python
22
# encoding: utf-8
33
#
4-
# Copyright (c) 2008 Doug Hellmann All rights reserved.
4+
# Copyright (c) 2009 Doug Hellmann All rights reserved.
55
#
66
"""
7-
TODO
8-
9-
- make sure all of the files from the manifests are included
10-
117
"""
128

13-
__version__ = "$Id$"
14-
159
# Standard library
1610
import copy
1711
import os

virtualenvwrapper_bashrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# $Id$
3-
#
42
# Shell functions to act as wrapper for Ian Bicking's virtualenv
53
# (http://pypi.python.org/pypi/virtualenv)
64
#

0 commit comments

Comments
 (0)