@@ -70,6 +70,11 @@ For more details, refer to the column I wrote for the May 2008 issue of Python M
70
70
Updates
71
71
=======
72
72
73
+ 1.7
74
+ - Move to bitbucket.org for hosting
75
+ - clean up TODO list and svn keywords
76
+ - add license section below
77
+
73
78
1.6.1
74
79
75
80
- More zsh support (fixes to rmvirtualenv) from Byron Clark.
@@ -91,3 +96,25 @@ Updates
91
96
92
97
- Includes a fix for a nasty bug in rmvirtualenv identified by John Shimek.
93
98
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.
0 commit comments