Changing license header, again!
http://anonscm.debian.org/cgit/collab-maint/devscripts.git/tree/scripts/licensecheck.pl
has a very strict way to guess the Apache license and commit
8e594074929871a9761d27e814541bc0d7d84744 broke the parsing, resulting that
licensecheck.pl didn't detect the files as Apache anymore. This inhibits rolling
the client in chromium's src.git so it has to be fixed.
Ran:
git sed 's/by the Apache v2.0 license that can be/under the Apache License, Version 2.0/'
git sed 's/found in the LICENSE file/that can be found in the LICENSE file/'
git checkout HEAD -- $(git status -sb | grep '^ T' | cut -c 4-)
git checkout origin/master -- $(git diff origin/master --name-only | grep third_party)
git checkout origin/master -- appengine/isolate/doc/client/Design.md
then manually edited PRESUBMIT.py.
R=vadimsh@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2013943002
NOKEYCHECK=True
GitOrigin-RevId: 33b0f6e1d3832c95f023ea9fa1da55ca8c9cc735
9 files changed