From 11a9eff36ef3d6dd7dbfec27e7b59d237607f6c9 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 21 Oct 2020 19:58:47 -0700 Subject: [PATCH] add another copyright notice to macos stdint.h --- lib/libc/include/x86_64-macos-gnu/stdint.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/libc/include/x86_64-macos-gnu/stdint.h b/lib/libc/include/x86_64-macos-gnu/stdint.h index f4bb4cd75..87c93c7d6 100644 --- a/lib/libc/include/x86_64-macos-gnu/stdint.h +++ b/lib/libc/include/x86_64-macos-gnu/stdint.h @@ -3,6 +3,15 @@ * All rights reserved. */ +/* + * Note from the Zig project: + * + * Apple released their libc as a whole under the APSL 2.0 license [1], which + * includes this file. Therefore, this file is governed by the APSL 2.0 license. + * + * [1]: https://opensource.apple.com/source/Libc/Libc-1353.100.2/ + */ + #ifndef _STDINT_H_ #define _STDINT_H_