authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-10-21 19:58:47-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-10-21 19:58:47-07:00
log11a9eff36ef3d6dd7dbfec27e7b59d237607f6c9
tree6ad1091bc5e49725e451ddae368d733d0bda8c35
parentb61733a4b8e2ee5e35e99423c5eece66f82f1947

add another copyright notice to macos stdint.h


1 files changed, 9 insertions(+), 0 deletions(-)

lib/libc/include/x86_64-macos-gnu/stdint.h+9
......@@ -3,6 +3,15 @@
33 * All rights reserved.
44 */
55
6/*
7 * Note from the Zig project:
8 *
9 * Apple released their libc as a whole under the APSL 2.0 license [1], which
10 * includes this file. Therefore, this file is governed by the APSL 2.0 license.
11 *
12 * [1]: https://opensource.apple.com/source/Libc/Libc-1353.100.2/
13 */
14
615#ifndef _STDINT_H_
716#define _STDINT_H_
817