1.1 --- a/scripts/bib2dox.py Mon Feb 15 09:03:11 2010 +0100
1.2 +++ b/scripts/bib2dox.py Wed Feb 17 23:10:36 2010 +0100
1.3 @@ -1,10 +1,15 @@
1.4 -#!/usr/bin/env /usr/local/Python/bin/python2.1
1.5 +#! /usr/bin/env python
1.6 """
1.7 BibTeX to Doxygen converter
1.8 Usage: python bib2dox.py bibfile.bib > bibfile.dox
1.9
1.10 + This file is a part of LEMON, a generic C++ optimization library.
1.11 +
1.12 + **********************************************************************
1.13 +
1.14 This code is the modification of the BibTeX to XML converter
1.15 - by Vidar Bronken Gundersen et al. See the original copyright notices below.
1.16 + by Vidar Bronken Gundersen et al.
1.17 + See the original copyright notices below.
1.18
1.19 **********************************************************************
1.20