add another copyright notice to macos stdint.h

master
Andrew Kelley 2020-10-21 19:58:47 -07:00
parent b61733a4b8
commit 11a9eff36e
1 changed files with 9 additions and 0 deletions

View File

@ -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_