[Pkg-haskell-commits] darcs: tools: Add License

Joachim Breitner mail at joachim-breitner.de
Wed Apr 24 12:07:11 UTC 2013


Wed Apr 24 11:35:41 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Add License
  Ignore-this: b47497ed535721ea811032d3473ee01a

    M ./buildd-stats.py -1 +21

Wed Apr 24 11:35:41 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Add License
  Ignore-this: b47497ed535721ea811032d3473ee01a
diff -rN -u old-tools//buildd-stats.py new-tools//buildd-stats.py
--- old-tools//buildd-stats.py	2013-04-24 12:07:11.450026799 +0000
+++ new-tools//buildd-stats.py	2013-04-24 12:07:11.474101428 +0000
@@ -1,5 +1,25 @@
 #!/usr/bin/python
 
+# (c) 2013 Joachim Breitner
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+# 
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# SOFTWARE.
+
 import cgi
 import cgitb; cgitb.enable()
 import psycopg2
@@ -352,7 +372,7 @@
     href="mailto:nomeata at debian.org">nomeata at debian.org</a>>, and the source can
     be found in the Debian Haskell Group's <a
     href="http://darcs.debian.org/pkg-haskell/tools/buildd-stats.py">tools
-    repo</a>.
+    repo</a>. Improvements are welcome, especially with regard to the HTML styling.
     </p>
     <p>
     The graphs are generated with <a href="http://www.flotcharts.org/">Flot</a> version <span id="flotversion"></span>.





More information about the Pkg-haskell-commits mailing list