# HG changeset patch # User Sebastien Decugis # Date 1294990027 -32400 # Node ID c242cba528330fa433fed22a7e86f81fa8e03b46 # Parent a8269458d5b172b2fe7eb5440215ca54f0ac6c32 Updated script for copyright diff -r a8269458d5b1 -r c242cba52833 contrib/update_copyright.sh --- a/contrib/update_copyright.sh Fri Jan 14 16:25:59 2011 +0900 +++ b/contrib/update_copyright.sh Fri Jan 14 16:27:07 2011 +0900 @@ -3,7 +3,7 @@ # This script will search all copyrights dates from source files, and update these if # the file has been modified at a later date. -if [ ! -f include/freeDiameter/freeDiameter.h ]; +if [ ! -f include/freeDiameter/libfdcore.h ]; then echo "This script must be run from the source top directory" exit 1; fi;