Searched refs:oldyear (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dyear_bumper23 # year_bumper [oldyear [newyear]]
25 # oldyear defaults to the year found in configure.in
34 oldyear="$1"
36 oldyear=`sed -e 's/# Copyright (c) 2003-\([0-9]\{4\}\).*/\1/;t;d' ./configure.in`
45 echo "Bumping from ${oldyear} to ${newyear}..."
47 if [ "$newyear" = "$oldyear" ]; then
62 if grep -q "$oldyear" "$f" ; then
64 sed -i -e "/Copyright/{s/-${oldyear}/-${newyear}/g;s/${oldyear}/${oldyear}
[all...]

Completed in 45 milliseconds