当前位置:网站首页>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
- Matlab drawing 3
- 1873. 计算特殊奖金
- shell statement to modify txt file or sh file
- C language diary 9 3 kinds of statements of if
- 基于左序遍历的数据存储实践
- 语法基础(变量、输入输出、表达式与顺序语句完成情况)
- [LeetCode Brush Questions] - Sum of Numbers topic (more topics to be added)
- C student management system Insert the student node at the specified location
猜你喜欢

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
ROS通信 —— 服务(Service)通信](/img/4d/4657f24bd7809abb4bdc4b418076f7.png)
[ROS](10)ROS通信 —— 服务(Service)通信

你要的七夕文案,已为您整理好!

人人都在说的数据中台,你需要关注的核心特点是什么?

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

【LeetCode刷题】-数之和专题(待补充更多题目)

DAY22:sqli-labs 靶场通关wp(Less01~~Less20)

Compressed storage of special matrices

VSCode Change Default Terminal how to modify the Default Terminal VSCode

剑指offer专项突击版第20天
随机推荐
Snapback - same tree
QT:神奇QVarient
HDU 1114:Piggy-Bank ← 完全背包问题
LeetCode使用最小花费爬楼梯----dp问题
1667. 修复表中的名字
Matlab drawing 3
word分栏小记
mysql tree structure query problem
C language implements a simple number guessing game
1484. Sell Products by Date
How to transfer a single node of Youxuan database to a cluster
01 [Foreword Basic Use Core Concepts]
语法基础(变量、输入输出、表达式与顺序语句)
leetcode - a subtree of another tree
torch.roll()
SDC简介
Note that Weifang generally needs to pay attention to issuing invoices
1527. 患某种疾病的患者
力扣-二叉树的最大的深度
甘特图来啦,项目管理神器,模板直接用