Skip to content

Commit 427b1b3

Browse files
committed
add license and home page info to top of script
1 parent f6b50a6 commit 427b1b3

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

virtualenvwrapper_bashrc

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,28 @@
33
# Shell functions to act as wrapper for Ian Bicking's virtualenv
44
# (http://pypi.python.org/pypi/virtualenv)
55
#
6-
6+
#
7+
# Copyright Doug Hellmann, All Rights Reserved
8+
#
9+
# Permission to use, copy, modify, and distribute this software and its
10+
# documentation for any purpose and without fee is hereby granted,
11+
# provided that the above copyright notice appear in all copies and that
12+
# both that copyright notice and this permission notice appear in
13+
# supporting documentation, and that the name of Doug Hellmann not be used
14+
# in advertising or publicity pertaining to distribution of the software
15+
# without specific, written prior permission.
16+
#
17+
# DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18+
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
19+
# EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20+
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
21+
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
22+
# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
23+
# PERFORMANCE OF THIS SOFTWARE.
24+
#
25+
#
26+
# Project home page: http://www.doughellmann.com/projects/virtualenvwrapper/
27+
#
728
#
829
# Setup:
930
#

0 commit comments

Comments
 (0)