diff options
-rw-r--r-- | libc/NOTICE | 2 | ||||
-rw-r--r-- | libc/arch-x86/generic/string/wmemset.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libc/NOTICE b/libc/NOTICE index 63da17c28..e2afdbf39 100644 --- a/libc/NOTICE +++ b/libc/NOTICE @@ -1030,7 +1030,7 @@ 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 + 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, diff --git a/libc/arch-x86/generic/string/wmemset.c b/libc/arch-x86/generic/string/wmemset.c index eff533c10..35d489f44 100644 --- a/libc/arch-x86/generic/string/wmemset.c +++ b/libc/arch-x86/generic/string/wmemset.c @@ -5,7 +5,7 @@ * 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 + * 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, |