diff -r 20dac2104519 -r 586b65073025 scripts/unify-sources.sh --- a/scripts/unify-sources.sh Tue Apr 28 13:51:34 2009 +0100 +++ b/scripts/unify-sources.sh Tue Apr 28 14:01:00 2009 +0100 @@ -1,8 +1,13 @@ #!/bin/bash -YEAR=`date +2003-%Y` +YEAR=`date +%Y` HGROOT=`hg root` +function hg_year() { + if [ -n "$(hg st $1)" ]; then + echo $YEAR +} + # file enumaration modes function all_files() { @@ -191,7 +196,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) "$YEAR" + * Copyright (C) 2003-"$(hg_year $1)" * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). *