1 | """ |
---|
2 | Copyright 1999 by Comstar.net, Inc., Atlanta, GA, US. |
---|
3 | |
---|
4 | All Rights Reserved |
---|
5 | |
---|
6 | Permission to use, copy, modify, and distribute this software and its |
---|
7 | documentation for any purpose and without fee is hereby granted, |
---|
8 | provided that the above copyright notice appear in all copies and that |
---|
9 | both that copyright notice and this permission notice appear in |
---|
10 | supporting documentation, and that the name of Comstar.net, Inc. |
---|
11 | or COMSTAR not be used in advertising or publicity pertaining to |
---|
12 | distribution of the software without specific, written prior permission. |
---|
13 | |
---|
14 | COMSTAR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
---|
15 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO |
---|
16 | EVENT SHALL COMSTAR BE LIABLE FOR ANY SPECIAL, INDIRECT OR |
---|
17 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF |
---|
18 | USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
---|
19 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
---|
20 | PERFORMANCE OF THIS SOFTWARE. |
---|
21 | """ |
---|
22 | if __name__=="__main__": print __doc__ |
---|