Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 9cf7601

Browse files
Tom CherryGerrit Code Review
Tom Cherry
authored and
Gerrit Code Review
committed
Merge "Update notice"
2 parents 09ecb00 + 40f69ae commit 9cf7601

File tree

2 files changed

+59
-13
lines changed

2 files changed

+59
-13
lines changed

libc/NOTICE

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,22 @@ SUCH DAMAGE.
10241024

10251025
-------------------------------------------------------------------
10261026

1027+
Copyright (C) 2019 The Android Open Source Project
1028+
1029+
Licensed under the Apache License, Version 2.0 (the "License");
1030+
you may not use this file except in compliance with the License.
1031+
You may obtain a copy of the License at
1032+
1033+
http://www.apache.org/licenses/LICENSE-2.0
1034+
1035+
Unless required by applicable law or agreed to in writing, software
1036+
distributed under the License is distributed on an "AS IS" BASIS,
1037+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1038+
See the License for the specific language governing permissions and
1039+
limitations under the License.
1040+
1041+
-------------------------------------------------------------------
1042+
10271043
Copyright (C) 2019 The Android Open Source Project
10281044
All rights reserved.
10291045

@@ -1052,6 +1068,34 @@ SUCH DAMAGE.
10521068

10531069
-------------------------------------------------------------------
10541070

1071+
Copyright (C) 2019 The Android Open Source Project
1072+
All rights reserved.
1073+
1074+
Redistribution and use in source and binary forms, with or without
1075+
modification, are permitted provided that the following conditions
1076+
are met:
1077+
Redistributions of source code must retain the above copyright
1078+
notice, this list of conditions and the following disclaimer.
1079+
Redistributions in binary form must reproduce the above copyright
1080+
notice, this list of conditions and the following disclaimer in
1081+
the documentation and/or other materials provided with the
1082+
distribution.
1083+
1084+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1085+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1086+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1087+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1088+
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1089+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1090+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
1091+
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
1092+
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1093+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1094+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1095+
SUCH DAMAGE.
1096+
1097+
-------------------------------------------------------------------
1098+
10551099
Copyright (c) 1980, 1983, 1988, 1993
10561100
The Regents of the University of California. All rights reserved.
10571101

libc/arch-x86/generic/string/wmemset.c

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
// Copyright (C) 2019 The Android Open Source Project
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
1+
/*
2+
* Copyright (C) 2019 The Android Open Source Project
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1416

1517
#define wmemset wmemset_freebsd
1618

0 commit comments

Comments
 (0)