Re: [Mesa-dev] [PATCH 3/6] i965: Fix typos in license

2015-08-19 Thread Matt Turner
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

[Mesa-dev] [PATCH 3/6] i965: Fix typos in license

2015-08-19 Thread Ian Romanick
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/