On Wed, Aug 19, 2015 at 7:49 PM, Ian Romanick wrote:
> From: Ian Romanick
>
> grep -lr 'sub license' | while read f; do \
> sed --in-place -e 's/sub license/sublicense/' $f ;\
> done
>
> grep -lr 'NON-INFRINGEMENT' | while read f; do \
> sed --in-place -e 's/NON-INFRINGEMENT/NONINFRIN
From: Ian Romanick
grep -lr 'sub license' | while read f; do \
sed --in-place -e 's/sub license/sublicense/' $f ;\
done
grep -lr 'NON-INFRINGEMENT' | while read f; do \
sed --in-place -e 's/NON-INFRINGEMENT/NONINFRINGEMENT/' $f ;\
done
Signed-off-by: Ian Romanick
---
src/mesa/