Modify the header of scripts/bib2dox.py (#184)
authorPeter Kovacs <kpeter@inf.elte.hu>
Wed, 17 Feb 2010 23:10:36 +0100
changeset 836c841ae1aca29
parent 835 b9b2e8abe70b
child 838 2c35bef44dd1
child 844 a6eb9698c321
child 846 9d380bf27194
Modify the header of scripts/bib2dox.py (#184)
scripts/bib2dox.py
     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