aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/gpl
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/gpl
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/gpl')
-rw-r--r--files/ja/glossary/gpl/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ja/glossary/gpl/index.html b/files/ja/glossary/gpl/index.html
new file mode 100644
index 0000000000..ecbafd0914
--- /dev/null
+++ b/files/ja/glossary/gpl/index.html
@@ -0,0 +1,17 @@
+---
+title: GPL
+slug: Glossary/GPL
+tags:
+ - GPL
+ - License
+translation_of: Glossary/GPL
+---
+<p>(GNU) GPL (General Public License: 一般公開ライセンス) はフリーソフトウェア財団が公開した 「コピーレフト(copyleft)」 のフリーソフトウェアライセンスです。GPLライセンスで公開されたプログラムの利用者は、プログラムソースコードを読むこと、変更すること、 また同じライセンスであれば(変更の有無問わず)再配布することにも自由にできます。</p>
+
+<h2 id="詳細">詳細</h2>
+
+<ul>
+ <li>GNUライセンス(英語)に関する<a href="http://www.gnu.org/licenses/gpl-faq.html">FAQ</a> </li>
+ <li>Wikipedia で <a href="https://ja.wikipedia.org/wiki/GNU_General_Public_License">GNU GPL</a> を調べる</li>
+ <li><a href="https://gnu.org/licenses/gpl.html">GPL License</a> テキスト</li>
+</ul>