当前位置:网站首页>Open Source License Description LGPL
Open Source License Description LGPL
2022-08-05 02:46:00 【rainbow_lucky0106】
Article table of contents
Closed Source Program
A program that is not open source in some form, that is, a program whose source code cannot be obtained by users (including other developers).
LGPL
The LGPL agreement is a business friendly agreement.The implication here is that you can develop commercial programs under the LGPL license, as well as non-commercial closed source programs.However, it has some limitations.
Dynamic Links: You can publish your application in any form, commercial, non-commercial, open source, non-open source, whatever you want.
Static linking: Obligation to do the following:
- You must state in your documentation that your program uses the LGPL library and that the library is released under the LGPL;
- You must include a copy of the LGPL agreement with your application distribution, usually just that text file;
- You must open all code that uses the LGPL library code (usually write a wrapper that wraps the LGPL library code so that only the wrapper code needs to be opened).
- You must include object files ( .o etc.) for the rest of your application, or equivalent.Source code is not required.(Programs that use wrappers do not need to be open source, but the compiled intermediate files must be open sourced).
边栏推荐
猜你喜欢
![[ROS] (10) ROS Communication - Service Communication](/img/4d/4657f24bd7809abb4bdc4b418076f7.png)
[ROS] (10) ROS Communication - Service Communication

Matlab drawing 3

Intel XDC 2022 Wonderful Review: Build an Open Ecosystem and Unleash the Potential of "Infrastructure"

DAY23:命令执行&代码执行漏洞

matlab绘制用颜色表示模值大小的箭头图

数据增强Mixup原理与代码解读

链表的简单描述及代码的简单实现

线上MySQL的自增id用尽怎么办?
![02 [Development Server Resource Module]](/img/60/f77ed0bb0e5654c9dcd70b73a5bee8.png)
02 [Development Server Resource Module]

J9 Digital Currency: What is the creator economy of web3?
随机推荐
Access Characteristics of Constructor under Inheritance Relationship
2022-08-04: Input: deduplicated array arr, the numbers in it only contain 0~9.limit, a number.Return: The maximum number that can be spelled out with arr if the requirement is smaller than limit.from
Multithreading (2)
腾讯云【Hiflow】新时代自动化工具
正则表达式,匹配中间的某一段字符串
Note that Weifang generally needs to pay attention to issuing invoices
语法基础(变量、输入输出、表达式与顺序语句完成情况)
Data storage practice based on left-order traversal
优炫数据库的单节点如何转集群
使用二维码传输文件的小工具 - QFileTrans 1.2.0.1
leetcode - symmetric binary tree
学习笔记-----左偏树
How to transfer a single node of Youxuan database to a cluster
QT:神奇QVarient
常见的硬件延迟
private封装
ARM Mailbox
PostgreSQL数据库 用navicat 打开表结构的时候报错 cannot update secondarysnapshot during a parallel operation 怎么解决?
private package
力扣-二叉树的最大的深度