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

cleanup LGPL headers, too
parent 44f68ee1
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ path=$1 ...@@ -12,7 +12,7 @@ path=$1
# Remove the big license blocks # Remove the big license blocks
files=`find ${path} -name "*.cpp" -o -name "*.h" -o -name "*.y" -o -name "*.in"\ files=`find ${path} -name "*.cpp" -o -name "*.h" -o -name "*.y" -o -name "*.in"\
-o -name "*.l" -o -name "*.texi" -o -name "Makefile*"` -o -name "*.c" -o -name "*.l" -o -name "*.texi" -o -name "Makefile*"`
for A in $files; do for A in $files; do
echo "cleaning up \"$A\"" echo "cleaning up \"$A\""
...@@ -27,6 +27,11 @@ for A in $files; do ...@@ -27,6 +27,11 @@ for A in $files; do
#\ #\
# This software is provided "as is" without express or implied warranty.\ # This software is provided "as is" without express or implied warranty.\
# See the file "doc/LICENSE" for the licensing terms.'\ # See the file "doc/LICENSE" for the licensing terms.'\
-e "/ \* This program is free software; you can redistribute/,/provide one./D"\
-e '/ \* Copyright (C).*Christophe/a\
\ \*\
\ \* This software is provided "as is" without express or implied warranty.\
\ \* See the file "doc/LICENSE" for the licensing terms.'\
-e "/@c This program is free software; you can redistribute/,/USA./D"\ -e "/@c This program is free software; you can redistribute/,/USA./D"\
-e '/@c Copyright (C).*Remacle/a\ -e '/@c Copyright (C).*Remacle/a\
@c\ @c\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment