1.1 --- a/scripts/unify-sources.sh Tue Sep 29 09:25:00 2009 +0200
1.2 +++ b/scripts/unify-sources.sh Tue Sep 29 09:25:23 2009 +0200
1.3 @@ -1,4 +1,18 @@
1.4 #!/bin/bash
1.5 +#
1.6 +# This file is a part of LEMON, a generic C++ optimization library.
1.7 +#
1.8 +# Copyright (C) 2003-2009
1.9 +# Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.10 +# (Egervary Research Group on Combinatorial Optimization, EGRES).
1.11 +#
1.12 +# Permission to use, modify and distribute this software is granted
1.13 +# provided that this copyright notice appears in all copies. For
1.14 +# precise terms see the accompanying LICENSE file.
1.15 +#
1.16 +# This software is provided "AS IS" with no warranty of any kind,
1.17 +# express or implied, and with no claim as to its suitability for any
1.18 +# purpose.
1.19
1.20 YEAR=`date +%Y`
1.21 HGROOT=`hg root`