Fixed up copyright notices and such

This commit is contained in:
Eric Andersen
1999-10-20 22:08:37 +00:00
parent 887991c78a
commit c49960189a
75 changed files with 943 additions and 318 deletions

View File

@@ -7,7 +7,7 @@ MF="busybox.c"
LIST="$(sed -n '/^#define/{s/^#define //p;}' $DF)"
for def in ${LIST}; do
i=`sed -n 's/^#ifdef '$def'.*\/\/\(.*$\)/\/\1\//gp' $MF`
i=`sed -n 's/^#ifdef \<'$def'\>.*\/\/\(.*$\)/\/\1\//gp' $MF`
j=`sed -n '/^#ifdef '$def'.*/,/^#endif/{ s/.*\"\(.*\)\".*/\1/gp; }' $MF`
for k in $j; do
echo $i$k