comparison roundup/__init__.py @ 213:d45384bc6420

Added the copyright/license notice to (nearly) all files... ...at request of Bizar Software.
author Richard Jones <richard@users.sourceforge.net>
date Tue, 07 Aug 2001 00:15:51 +0000
parents 0791d13baea7
children 18134bffab37
comparison
equal deleted inserted replaced
212:862dafca2a72 213:d45384bc6420
1 # $Id: __init__.py,v 1.4 2001-07-29 07:01:39 richard Exp $ 1 #
2 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
3 # This module is free software, and you may redistribute it and/or modify
4 # under the same terms as Python, so long as this copyright message and
5 # disclaimer are retained in their original form.
6 #
7 # IN NO EVENT SHALL THE BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR
8 # DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
9 # OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE
10 # POSSIBILITY OF SUCH DAMAGE.
11 #
12 # BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 #
18 # $Id: __init__.py,v 1.5 2001-08-07 00:15:51 richard Exp $
2 19
3 __doc__ = ''' 20 __doc__ = '''
4 This is a simple-to-use and -install issue-tracking system with 21 This is a simple-to-use and -install issue-tracking system with
5 command-line, web and e-mail interfaces. 22 command-line, web and e-mail interfaces.
6 23
48 much prettier cake :) 65 much prettier cake :)
49 ''' 66 '''
50 67
51 # 68 #
52 # $Log: not supported by cvs2svn $ 69 # $Log: not supported by cvs2svn $
70 # Revision 1.4 2001/07/29 07:01:39 richard
71 # Added vim command to all source so that we don't get no steenkin' tabs :)
72 #
53 # Revision 1.3 2001/07/28 01:39:02 richard 73 # Revision 1.3 2001/07/28 01:39:02 richard
54 # Added some documentation to the roundup package. 74 # Added some documentation to the roundup package.
55 # 75 #
56 # Revision 1.2 2001/07/22 12:09:32 richard 76 # Revision 1.2 2001/07/22 12:09:32 richard
57 # Final commit of Grande Splite 77 # Final commit of Grande Splite

Roundup Issue Tracker: http://roundup-tracker.org/