summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorsteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 18:03:42 +0000
committersteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 18:03:42 +0000
commitcec181a1b4e54924801d1f3d4c8bb1fa114ae971 (patch)
tree1bec613f34d1f09f961b2c2874d0e05107fb1642 /native_client_sdk
parentb8e43508d422e562b6242661a8a070094c252c85 (diff)
downloadchromium_src-cec181a1b4e54924801d1f3d4c8bb1fa114ae971.zip
chromium_src-cec181a1b4e54924801d1f3d4c8bb1fa114ae971.tar.gz
chromium_src-cec181a1b4e54924801d1f3d4c8bb1fa114ae971.tar.bz2
Fix license headers in a number of files
These headers now match the regex used in the presubmit check. This will simplify adding a tool to check license compatibility for the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10835019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-xnative_client_sdk/src/build_tools/build_updater.py6
-rwxr-xr-xnative_client_sdk/src/build_tools/tests/test_auto_update_sdktools.py6
-rw-r--r--native_client_sdk/src/build_tools/tests/test_server.py6
3 files changed, 9 insertions, 9 deletions
diff --git a/native_client_sdk/src/build_tools/build_updater.py b/native_client_sdk/src/build_tools/build_updater.py
index 3df0c39..efe610a 100755
--- a/native_client_sdk/src/build_tools/build_updater.py
+++ b/native_client_sdk/src/build_tools/build_updater.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
-# copyright (c) 2012 the chromium authors. all rights reserved.
-# use of this source code is governed by a bsd-style license that can be
-# found in the license file.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
"""Build script to generate a new sdk_tools bundle.
diff --git a/native_client_sdk/src/build_tools/tests/test_auto_update_sdktools.py b/native_client_sdk/src/build_tools/tests/test_auto_update_sdktools.py
index 8165f48..2eee964 100755
--- a/native_client_sdk/src/build_tools/tests/test_auto_update_sdktools.py
+++ b/native_client_sdk/src/build_tools/tests/test_auto_update_sdktools.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
-# copyright (c) 2012 the chromium authors. all rights reserved.
-# use of this source code is governed by a bsd-style license that can be
-# found in the license file.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
import os
import re
diff --git a/native_client_sdk/src/build_tools/tests/test_server.py b/native_client_sdk/src/build_tools/tests/test_server.py
index bee9fc9..3fd791b 100644
--- a/native_client_sdk/src/build_tools/tests/test_server.py
+++ b/native_client_sdk/src/build_tools/tests/test_server.py
@@ -1,6 +1,6 @@
-# copyright (c) 2012 the chromium authors. all rights reserved.
-# use of this source code is governed by a bsd-style license that can be
-# found in the license file.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
import multiprocessing
import os