Code

stupid typo
[roundup.git] / roundup / templates / classic / detectors / nosyreaction.py
index 4e595ab73c657f4a109bd4b19a2bcd8380d7d7eb..052cf1f7303861bc381c5c175e8442ac8b03c453 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# IN NO EVENT SHALL 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.
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-#$Id: nosyreaction.py,v 1.2 2001-08-07 00:15:51 richard Exp $
+#$Id: nosyreaction.py,v 1.3 2001-08-07 00:24:43 richard Exp $
 
 def nosyreaction(db, cl, nodeid, oldvalues):
     ''' A standard detector is provided that watches for additions to the
@@ -78,6 +78,10 @@ def init(db):
 
 #
 #$Log: not supported by cvs2svn $
+#Revision 1.2  2001/08/07 00:15:51  richard
+#Added the copyright/license notice to (nearly) all files at request of
+#Bizar Software.
+#
 #Revision 1.1  2001/07/23 23:29:10  richard
 #Adding the classic template
 #