Make licensecheck.pl happy by tweaking the license header.
This is a redo of 8add124a2801 but with exact wording.
This debian script is fairly strict in the wording is accepts to detect a file
under the Apache license. Fix the wording so it'll be detected properly.
Ran tests/run_isolated/regen_test_data.py to regenerate the test data.
R=vadimsh@chromium.org
BUG=
Review URL: https://codereview.appspot.com/21990046
diff --git a/tests/file_path_test.py b/tests/file_path_test.py
index de30d14..98d0e84 100755
--- a/tests/file_path_test.py
+++ b/tests/file_path_test.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python
# coding=utf-8
# Copyright 2013 The Swarming 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.
import logging
import os