[Lemon-commits] Peter Kovacs: Modify the header of scripts/bib2d...

Lemon HG hg at lemon.cs.elte.hu
Thu Feb 18 06:51:35 CET 2010


details:   http://lemon.cs.elte.hu/hg/lemon/rev/c841ae1aca29
changeset: 905:c841ae1aca29
user:      Peter Kovacs <kpeter [at] inf.elte.hu>
date:      Wed Feb 17 23:10:36 2010 +0100
description:
	Modify the header of scripts/bib2dox.py (#184)

diffstat:

 scripts/bib2dox.py |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (21 lines):

diff --git a/scripts/bib2dox.py b/scripts/bib2dox.py
--- a/scripts/bib2dox.py
+++ b/scripts/bib2dox.py
@@ -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. 
 
   **********************************************************************
 



More information about the Lemon-commits mailing list