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
Cr-Mirrored-From: https://github.com/luci/luci-py
Cr-Mirrored-Commit: 33b0f6e1d3832c95f023ea9fa1da55ca8c9cc735
diff --git a/utils/logging_utils.py b/utils/logging_utils.py
index c908233..ce0df55 100644
--- a/utils/logging_utils.py
+++ b/utils/logging_utils.py
@@ -1,6 +1,6 @@
# Copyright 2015 The LUCI Authors. All rights reserved.
-# Use of this source code is governed by the Apache v2.0 license that can be
-# found in the LICENSE file.
+# Use of this source code is governed under the Apache License, Version 2.0
+# that can be found in the LICENSE file.
"""Utility relating to logging."""