「その他 - ソフトウェアライセンス」の版間の差分

ナビゲーションに移動 検索に移動
170行目: 170行目:
<br>
<br>
以上の特徴から、GPLライセンスは"フリーソフトであり続ける"ことが可能になっている。<br>
以上の特徴から、GPLライセンスは"フリーソフトであり続ける"ことが可能になっている。<br>
<br>
GPLv2の完全なライセンスファイルは、以下に示すURLから入手できる。<br>
* https://www.gnu.org/licenses/gpl-2.0.txt
<br>
ライセンスファイルとは別にCOPYINGファイルを作成することが推奨される。<br>
COPYINGファイルでは、著作権表示 (Copyright) およびGPLv2について記載する。<br>
* 公開した年
*: 複数年に渡る場合は範囲を記載する。
*: 例 : 2020-2024
* 著作権者名
*: 複数の著作権者がいる場合は、それぞれを記載する。
<br>
<u>※注意</u><br>
<u>GPLv2の場合は、URLではなくFSFの住所を記載する。</u><br>
<br>
# COPYINGファイル
Copyright (C) <公開した年> <著作権者名> <メールアドレス>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# GPLv2の完全なライセンステキストを以下に記載する
# ...略
<br><br>
<br><br>


案内メニュー