diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-31 18:03:42 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-31 18:03:42 +0000 |
commit | cec181a1b4e54924801d1f3d4c8bb1fa114ae971 (patch) | |
tree | 1bec613f34d1f09f961b2c2874d0e05107fb1642 /native_client_sdk | |
parent | b8e43508d422e562b6242661a8a070094c252c85 (diff) | |
download | chromium_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')
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 |