adding authorship info
[paralleljobs.git] / paralleljobs.py
index c9e313d185b1fd5a7bccb2cd1a89bac53772faae..e97a4f71a009c52f18dea26a1da3350e3b474466 100755 (executable)
@@ -1,4 +1,12 @@
-#!/usr/bin/python
+#!/usr/bin/env python
+""" A simple tool to run jobs from a database in parallel."""
+
+__author__ = "Stefan Huber"
+__copyright__ = "Copyright 2013"
+
+__version__ = "1.0"
+__license__ = "LGPL3"
+
 
 import sys, getopt, os
 import sqlite3