mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 21:25:34 +00:00
Add LICENSE information to the book
This commit is contained in:
19
src/LICENSE.md
Normal file
19
src/LICENSE.md
Normal 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" %}
|
@ -5,3 +5,7 @@
|
||||
## Web (TypeScript / JavaScript) 編
|
||||
|
||||
- [モダンからはじめる Web アプリ開発!](WebApps/README.md)
|
||||
|
||||
## リポジトリ情報
|
||||
|
||||
- [LICENSE](LICENSE.md)
|
||||
|
Reference in New Issue
Block a user