Code

Added the copyright/license notice to (nearly) all files at request of
[roundup.git] / setup.py
index a644c59f54a600f9fe526f72ec3de3723a7c42d1..4dc866b232a5612e7e138e34ab5d7430976ad8ea 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,22 @@
 #! /usr/bin/env python
-# $Id: setup.py,v 1.14 2001-08-06 23:57:20 richard Exp $
+#
+# Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
+# This module is free software, and you may redistribute it and/or modify
+# under the same terms as Python, so long as this copyright message and
+# disclaimer are retained in their original form.
+#
+# IN NO EVENT SHALL THE BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR
+# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
+# OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+# BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
+# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
+# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
+# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+# 
+# $Id: setup.py,v 1.15 2001-08-07 00:15:51 richard Exp $
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform
@@ -36,6 +53,10 @@ setup ( name = "roundup",
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.14  2001/08/06 23:57:20  richard
+# Am now bundling unittest with the package so that everyone can use the unit
+# tests.
+#
 # Revision 1.13  2001/08/03 07:18:57  richard
 # updated version number for 0.2.6
 #