From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/lgpl/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 files/ja/glossary/lgpl/index.html (limited to 'files/ja/glossary/lgpl') diff --git a/files/ja/glossary/lgpl/index.html b/files/ja/glossary/lgpl/index.html new file mode 100644 index 0000000000..2747037c03 --- /dev/null +++ b/files/ja/glossary/lgpl/index.html @@ -0,0 +1,21 @@ +--- +title: LGPL +slug: Glossary/LGPL +tags: + - Glossary + - License + - OpenPractices + - Remixing + - Sharing +translation_of: Glossary/LGPL +--- +

LGPL (GNU Lesser General Public License) は、フリーソフトウェア財団が発行したフリーソフトウェアライセンスです。 LGPL は、厳密に{{Glossary("copyleft","コピーレフト")}}された {{Glossary("GPL")}} に対して、より許容された選択肢を提供します。 GPL ライセンスプログラムを使用する派生作品は、同じ条件(自由に使用、共有、研究、変更)で公開する必要がありますが、LGPL では、派生プログラムの LGPL ライセンスコンポーネントが LGPL を引き続き使用することを要求しますが、プログラム全体ではありません。 LGPL は、通常、ライブラリ(.dll.so.jar など)などの共有コンポーネントをライセンスするために使用されます。

+ +

より詳しく知る

+ +

一般知識

+ + -- cgit v1.2.3-54-g00ecf