Code

*gak* ... xmp is Old Skool apparently. Am using pre again by have the option
[roundup.git] / roundup / templates / extended / detectors / __init__.py
index 81f0a00f3e7534a6f7246aa83096cbb485240681..2a705cf39b12a12d7e646cbbf186ec22759f65a1 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: __init__.py,v 1.2 2001-08-07 00:15:51 richard Exp $
+#$Id: __init__.py,v 1.3 2001-08-07 00:24:43 richard Exp $
 
 def init(db):
     ''' execute the init functions of all the modules in this directory
@@ -35,6 +35,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 03:50:47  anthonybaxter
 #moved templates to proper location
 #