diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-02 01:18:59 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-02 01:18:59 +0000 |
commit | a31106f42a0eb230abdbad1f3a548862f3b7111f (patch) | |
tree | 08674b85bd2d30186bfb9c677d4a1ce4acc654ca /native_client_sdk | |
parent | 6d8c77f6752563edb5afe5155ea3471e93ddd553 (diff) | |
download | chromium_src-a31106f42a0eb230abdbad1f3a548862f3b7111f.zip chromium_src-a31106f42a0eb230abdbad1f3a548862f3b7111f.tar.gz chromium_src-a31106f42a0eb230abdbad1f3a548862f3b7111f.tar.bz2 |
[NaCl SDK] Rename README to README.chromium in third_party/fancy_urllib
This makes tools/licenses.py and
android_webview/tools/webview_licenses.py happy.
This change is a precursor to removing
native_client_sdk/README.chromium and no longer
treating native_client_sdk as third_party code.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/52383004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/src/build_tools/make_simple.py | 2 | ||||
-rw-r--r-- | native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README.chromium (renamed from native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README) | 7 | ||||
-rw-r--r-- | native_client_sdk/src/getting_started/part1/index.html | 4 | ||||
-rw-r--r-- | native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium | 2 |
4 files changed, 9 insertions, 6 deletions
diff --git a/native_client_sdk/src/build_tools/make_simple.py b/native_client_sdk/src/build_tools/make_simple.py index fecf480..715fa5a 100644 --- a/native_client_sdk/src/build_tools/make_simple.py +++ b/native_client_sdk/src/build_tools/make_simple.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. +# Copyright (c) 2013 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. diff --git a/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README b/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README.chromium index 91da20e..5c4d0ef 100644 --- a/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README +++ b/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README.chromium @@ -1,8 +1,13 @@ +Name: fancy_urllib +URL: http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib +License: Apache +License File: README.chromium +Security Critical: no + The fancy_urllib library was obtained from http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib/fancy_urllib/__init__.py under the following license (http://googleappengine.googlecode.com/svn/trunk/python/LICENSE): - GOOGLE APP ENGINE SDK ===================== Copyright 2008 Google Inc. diff --git a/native_client_sdk/src/getting_started/part1/index.html b/native_client_sdk/src/getting_started/part1/index.html index d4af2bb..5ebd361 100644 --- a/native_client_sdk/src/getting_started/part1/index.html +++ b/native_client_sdk/src/getting_started/part1/index.html @@ -1,12 +1,10 @@ <!DOCTYPE html> <html> - <!-- - Copyright (c) 2013 The Native Client Authors. All rights reserved. + Copyright (c) 2013 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. --> - <head> <title>hello_tutorial</title> diff --git a/native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium b/native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium index 3b46d4c..4857c6c 100644 --- a/native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium +++ b/native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium @@ -3,7 +3,7 @@ URL: ftp://sourceware.org/pub/newlib/newlib-2.0.0.tar.gz Version: 2.0.0 Date: 2013-07-30 License: BSD 3-Clause License -License File: Embedded in headers. +License File: README Security Critical: no This directory contains several socket-related header files taken from newlib. |