diff options
author | Elliott Hughes <enh@google.com> | 2012-08-10 11:03:02 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-08-10 11:03:02 -0700 |
commit | be1d78b0dc899a732c0e9d7515d3023e8004e368 (patch) | |
tree | 46bb803853eec1e06ee940a04335aa38032b33a3 /libc/NOTICE | |
parent | 0836a7ffb13890558fe568119b023007cce66373 (diff) | |
download | bionic-be1d78b0dc899a732c0e9d7515d3023e8004e368.zip bionic-be1d78b0dc899a732c0e9d7515d3023e8004e368.tar.gz bionic-be1d78b0dc899a732c0e9d7515d3023e8004e368.tar.bz2 |
Switch to NetBSD's strxfrm(3).
There were two bugs in our implementation. Intel found one, but another
remainined, and tracking upstream is the way forward for functions where
we add no value.
Change-Id: Ida9bac0293fb2c4cbc942b1e0515ee0477c6538b
Diffstat (limited to 'libc/NOTICE')
-rw-r--r-- | libc/NOTICE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libc/NOTICE b/libc/NOTICE index 8c5bdc8..d78b840 100644 --- a/libc/NOTICE +++ b/libc/NOTICE @@ -1850,6 +1850,22 @@ POSSIBILITY OF SUCH DAMAGE. ------------------------------------------------------------------- +Copyright (C) 2012 The Android Open Source Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +------------------------------------------------------------------- + Copyright (c) 1991 by AT&T. Permission to use, copy, modify, and distribute this software for any |