From ccacafc3b4f14ae74a516c79b1f558f0c1bfb2cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 17 Mar 2010 15:37:11 +0000 Subject: [PATCH] More file types, slight URL fix (too late, though) --- org.glite.lb/egee_license_check.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/org.glite.lb/egee_license_check.sh b/org.glite.lb/egee_license_check.sh index 2af801b..8296bde 100644 --- a/org.glite.lb/egee_license_check.sh +++ b/org.glite.lb/egee_license_check.sh @@ -227,14 +227,14 @@ See the License for the specific language governing permissions and limitations under the License.' COPYRIGHT='Copyright (c) Members of the EGEE Collaboration. 2004-2010. -See http://www.eu-egee.org/partners for details on the copyright holders.' +See http://www.eu-egee.org/partners/ for details on the copyright holders.' stripped_copyright=`printf "$COPYRIGHT" | sed --posix --regexp-extended -e 's/[[:digit:]]{4}( ?[,-] ?[0-9]{4})*//' | tr -d '[\/[:space:]]'` stripped_license=`printf "$LICENSE" | tr -d '[\/[:space:]]'` #ANSI C files echo Processing ANSI C files -fix_c_style_sources "*.[ch]" +fix_c_style_sources "*.[chH]" #CPP files echo Processing C++ files @@ -257,11 +257,16 @@ echo Processing shell files fix_sh_style_sources "*.sh" '#' #TeX files -echo Processing TeX files -fix_sh_style_sources "*.tex" '%%' +#echo Processing TeX files +#fix_sh_style_sources "*.tex" '%%' #Perl files echo Processing Perl files fix_sh_style_sources "*.pl" '#' +#LB configure files +echo Processing configure files /Perl/ -- specific for LB +fix_sh_style_sources "configure" '#' + + printf "\n\nTotal files found:\t $TOTALFOUND\nTotal copyrights fixed:\t $TOTALFIXEDCOP\nTotal licenses fixed:\t $TOTALFIXEDLIC\n"; -- 1.8.2.3