Skip to content
Snippets Groups Projects
Commit 360d50f7 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

forgot .in files
parent ef001e04
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment