diff dash.py @ 4:3e66e2f92770

added LICENSE and license headers in the sourcecode. Added readme
author sean
date Wed, 15 Jul 2015 15:13:07 +0200
parents 3f5bcad45756
children c49f7fe82743
line wrap: on
line diff
--- a/dash.py	Wed Jul 15 14:06:03 2015 +0200
+++ b/dash.py	Wed Jul 15 15:13:07 2015 +0200
@@ -1,3 +1,9 @@
+"""
+    This software is part of "Bottledash"
+    author: sean engelhardt > sean.engelhardt@intevation.de
+    license: GNU >= V2. See LICENSE for details
+"""
+
 from bottle import get, post, request, view, response, route
 from bottle import template, run, static_file, error
 import configparser
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)