adding authorship info
authorStefan Huber <shuber@sthu.org>
Sun, 28 Apr 2013 08:42:04 +0000 (10:42 +0200)
committerStefan Huber <shuber@sthu.org>
Sun, 28 Apr 2013 08:42:04 +0000 (10:42 +0200)
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