Add LICENSE information to the book

This commit is contained in:
2023-10-17 09:13:09 +09:00
parent 2eabc3b865
commit b8d771d69c
11 changed files with 302 additions and 4 deletions

19
src/LICENSE.md Normal file
View File

@ -0,0 +1,19 @@
# LICENSE Information
## 本文
このページの本文は明示的なライセンス表記がない限り、以下の通りに CC-BY-4.0 ライセンスで提供されます。
使用する場合は著者名を著者が認識可能な形で明示してください。著者名表記さえ守れば、任意の引用や改変および再配布は自由です。
> The main text in 「モダンからはじめる プログラミング生活!」 (c) by Satsuki Akiba <anosatsuk124@gmail.com>
>
> The main text in 「モダンからはじめる プログラミング生活!」 is licensed under a
> Creative Commons Attribution 4.0 International License.
>
> You should have received a copy of the license along with this
> work. If not, see <https://creativecommons.org/licenses/by/4.0/>.
## その他の使用ライブラリ等の外部ライセンス
{%include "EXTERNAL_LICENSE_REPORT.md" %}

View File

@ -5,3 +5,7 @@
## Web (TypeScript / JavaScript) 編
- [モダンからはじめる Web アプリ開発!](WebApps/README.md)
## リポジトリ情報
- [LICENSE](LICENSE.md)