licensed under the AGPLv1
[yourule] / yourule.py
index 2e4022b872c88c5aa4c2a6ae0d808f095e8d2768..d18e1e684551d9af49d266eb69d10d5792ff95a6 100755 (executable)
@@ -1,5 +1,24 @@
 #!/usr/bin/env python
 
+# YouRule: Onscreen Ruler Generator
+#
+# Copyright (C) 2007 Benjamin Mako Hill <mako@atdot.cc>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the Affero General Public License as published
+# by the Free Software Foundation, either version 1 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the Affero General Public License
+# along with this program.  If not, see
+# <http://http://www.affero.org/oagpl.html>.
+
+
 from __future__ import division
 import web
 import sys, os, re

Benjamin Mako Hill || Want to submit a patch?