added license information
[quix0rs-apt-p2p.git] / const.py
index 1faab28925f49f2c9a4186e0cca7d32136a28e9b..bdd8edbc239ff8657d8e6d64a50e484d25d16f91 100644 (file)
--- a/const.py
+++ b/const.py
@@ -1,3 +1,6 @@
+## Copyright 2002-2003 Andrew Loewenstern, All Rights Reserved
+# see LICENSE.txt for license information
+
 from twisted.internet.default import SelectReactor ## twistedmatrix.com
 
 reactor = SelectReactor(installSignalHandlers=0)