comparison contrib/update_copyright.sh @ 661:c242cba52833

Updated script for copyright
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 Jan 2011 16:27:07 +0900
parents 2a456dccee59
children
comparison
equal deleted inserted replaced
660:a8269458d5b1 661:c242cba52833
1 #!/bin/bash -x 1 #!/bin/bash -x
2 2
3 # This script will search all copyrights dates from source files, and update these if 3 # This script will search all copyrights dates from source files, and update these if
4 # the file has been modified at a later date. 4 # the file has been modified at a later date.
5 5
6 if [ ! -f include/freeDiameter/freeDiameter.h ]; 6 if [ ! -f include/freeDiameter/libfdcore.h ];
7 then echo "This script must be run from the source top directory" 7 then echo "This script must be run from the source top directory"
8 exit 1; 8 exit 1;
9 fi; 9 fi;
10 10
11 # Create a clean working copy 11 # Create a clean working copy
"Welcome to our mercurial repository"