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

ナビゲーションに移動 検索に移動
181行目: 181行目:
<br>
<br>
ただし、例外条項として、GCCのライセンスに基づきGCCでコンパイルされたソフトウェアは、GCCのランタイムライブラリをリンクしてもGPLv3を適用しなくてもよい。<br>
ただし、例外条項として、GCCのライセンスに基づきGCCでコンパイルされたソフトウェアは、GCCのランタイムライブラリをリンクしてもGPLv3を適用しなくてもよい。<br>
<br>
GPLv3の完全なライセンスファイルは、以下に示すURLから入手できる。<br>
* https://www.gnu.org/licenses/gpl-3.0.txt
<br>
ライセンスファイルとは別にCOPYINGファイルを作成することが推奨される。<br>
COPYINGファイルでは、著作権表示 (Copyright) およびGPLv3について記載する。<br>
* 公開した年
*: 複数年に渡る場合は範囲を記載する。
*: 例 : 2020-2024
* 著作権者名
*: 複数の著作権者がいる場合は、それぞれを記載する。
<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 3 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, see <https://www.gnu.org/licenses/>.
# GPLv3の完全なライセンステキストを以下に記載する
# ...略
<br><br>
<br><br>


案内メニュー