Update copyright notice from Swarming to LUCI; add AUTHORS and CONTRIBUTORS.

- The LUCI Authors is a strict superset of the Swarming Authors.
- Add CONTRIBUTORS with the exact list of contributors.
- Fix a long standing discrepency between the copyright notice in appengine/ and
  in client/.
- The vast majority of this CL was created with sed. The only files modified
  manually are:
  - AUTHORS
  - CONTRIBUTORS
  - LICENSE
  - PRESUBMIT.py
  - appengine/PRESUBMIT.py (deleted)
  - client/LICENSE
  - client/PRESUBMIT.py

R=vadimsh@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1860863002

Cr-Mirrored-From: https://github.com/luci/luci-py
Cr-Mirrored-Commit: 8e594074929871a9761d27e814541bc0d7d84744
diff --git a/tests/file_path_test.py b/tests/file_path_test.py
index bd65b73..2ea3546 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 under the Apache License, Version 2.0 that
-# can be found in the LICENSE file.
+# Copyright 2013 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.
 
 import getpass
 import logging