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

Matt Turner mattst88 at gmail.com
Wed Aug 19 20:31:07 PDT 2015


On Wed, Aug 19, 2015 at 7:49 PM, Ian Romanick <idr at freedesktop.org> wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> 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

Indeed, both of these changes match the MIT license text found at
http://opensource.org/licenses/MIT


More information about the mesa-dev mailing list