PureDarwin / CoreFoundation

Built from CoreFoundation found in https://github.com/apple/swift-corelibs-foundation/tree/master/CoreFoundation
14 stars 0 forks source link

Licensing of CFFileDescriptor and CFNotificationCenter #3

Open ethanc8 opened 2 months ago

ethanc8 commented 2 months ago

Hi,

Can you please confirm that the CFFileDescriptor.c and CFNotificationCenter.c are licensed under Apache-2.0, or if not, specify which license they are under? I am currently using these in my port of Catalina CoreFoundation to GNUstep: https://github.com/ethanc8/CoreFoundation.

Also, do the header files include parts of the Xcode headers? I might need to rewrite those -- the GNUstep project wants all Xcode headers to be rewritten.