From 360d50f7a20f7387517e35117aa11b85860955f3 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 29 Oct 2003 20:56:07 +0000 Subject: [PATCH] forgot .in files --- utils/commercial/sanitize.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/utils/commercial/sanitize.sh b/utils/commercial/sanitize.sh index faba74c0f4..1b110002f6 100644 --- a/utils/commercial/sanitize.sh +++ b/utils/commercial/sanitize.sh @@ -11,7 +11,7 @@ path=$1 # Remove the big license blocks -files=`find ${path} -name "*.cpp" -o -name "*.h" -o -name "*.y"\ +files=`find ${path} -name "*.cpp" -o -name "*.h" -o -name "*.y" -o -name "*.in"\ -o -name "*.l" -o -name "*.texi" -o -name "Makefile*"` for A in $files; do @@ -34,6 +34,12 @@ for A in $files; do @c\ @c This software is provided "as is" without express or implied warranty.\ @c See the file "COPYING" for the licensing terms.\ +'\ + -e "/dnl This program is free software; you can redistribute/,/USA./D"\ + -e '/dnl Copyright (C).*Remacle/a\ +dnl\ +dnl This software is provided "as is" without express or implied warranty.\ +dnl See the file "COPYING" for the licensing terms.\ '\ $A.old > $A rm -f $A.old -- GitLab