# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1266444636 -3600
# Node ID c841ae1aca299b7274d51c506871c57b73f1311a
# Parent  b9b2e8abe70bdc37df00c9f83602b6dec3a21241
Modify the header of scripts/bib2dox.py (#184)

diff -r b9b2e8abe70b -r c841ae1aca29 scripts/bib2dox.py
--- a/scripts/bib2dox.py	Mon Feb 15 09:03:11 2010 +0100
+++ b/scripts/bib2dox.py	Wed Feb 17 23:10:36 2010 +0100
@@ -1,10 +1,15 @@
-#!/usr/bin/env /usr/local/Python/bin/python2.1
+#! /usr/bin/env python
 """
   BibTeX to Doxygen converter
   Usage: python bib2dox.py bibfile.bib > bibfile.dox
 
+  This file is a part of LEMON, a generic C++ optimization library.
+
+  **********************************************************************
+
   This code is the modification of the BibTeX to XML converter
-  by Vidar Bronken Gundersen et al. See the original copyright notices below. 
+  by Vidar Bronken Gundersen et al.
+  See the original copyright notices below. 
 
   **********************************************************************