GPL Notes
文章目录
链接库
参考
链接 动态链接库
- 必须使用 GPL 证书
链接 静态链接库
- 必须使用 GPL 证书
GCC 使用特例
参考
例外条文
When you use GCC to compile a program, GCC may combine portions of certain GCC header files and runtime libraries with the compiled program. The purpose of this Exception is to allow compilation of non-GPL (including proprietary) programs to use, in this way, the header files and runtime libraries covered by this Exception.
使用 GCC 头文件 + 运行时库 Runtime Libraries, 不必使用 GPL 证书
- 即可以用于专利项目
文章作者
上次更新 2022-03-07 (de34a70)