13,133
回編集
| 301行目: | 301行目: | ||
<br> | <br> | ||
使用しているライブラリのライセンスは、ThirdPartyLicenseディレクトリにあるXXX.txtファイルを閲覧するような旨を、README.txtファイル等に記載する。<br> | 使用しているライブラリのライセンスは、ThirdPartyLicenseディレクトリにあるXXX.txtファイルを閲覧するような旨を、README.txtファイル等に記載する。<br> | ||
<br> | |||
GPLv3の完全なライセンスファイルは、以下に示すURLから入手できる。<br> | |||
* https://www.gnu.org/licenses/gpl-3.0.txt | |||
<br> | |||
==== COPYINGファイル ==== | |||
ライセンスファイルとは別にCOPYINGファイルを作成することが推奨される。<br> | |||
COPYINGファイルでは、著作権表示 (Copyright) およびGPLv3について記載する。<br> | |||
* 公開した年 | |||
*: 複数年に渡る場合は範囲を記載する。 | |||
*: 例 : 2020-2024 | |||
* 著作権者名 | |||
*: 複数の著作権者がいる場合は、それぞれを記載する。 | |||
<br> | |||
<u>※注意</u><br> | |||
<u>LGPLの場合は、ライブラリとしての使用を想定した文言にする必要があるため、"program"の代わりに"library"という文言を使用する。</u><br> | |||
<br> | |||
# COPYINGファイル (LGPLv3の場合) | |||
Copyright (C) <公開した年> <著作権者名> <メールアドレス> | |||
This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | |||
version 3 of the License, or (at your option) any later version. | |||
This library 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 | |||
Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
# LGPLv3の完全なライセンステキストを以下に記載する | |||
# ...略 | |||
<br><br> | <br><br> | ||