summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShun Sakai <sorairolake@protonmail.ch>2020-01-19 00:00:35 +0900
committerDavid Peter <sharkdp@users.noreply.github.com>2020-01-18 20:45:56 +0100
commit90ee93967115d97491f56ce198e9556008bc29f5 (patch)
tree3e60a1dc5089ec80a4d1d2bca89c157e9a120f1c
parentcae06bf649b66d69196e46c1317fb7a041416a83 (diff)
Add information about the license to README files
-rw-r--r--README.md7
-rw-r--r--doc/README-ja.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac2a660f..07c69884 100644
--- a/README.md
+++ b/README.md
@@ -605,3 +605,10 @@ cargo install -f
There are a lot of alternatives, if you are looking for similar programs. See
[this document](doc/alternatives.md) for a comparison.
+
+## License
+Copyright (c) 2018-2020 [bat-developers](https://github.com/sharkdp/bat).
+
+`bat` is distributed under the terms of both the MIT License and the Apache License 2.0.
+
+See the [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) files for license details.
diff --git a/doc/README-ja.md b/doc/README-ja.md
index 58d236e7..6d757b96 100644
--- a/doc/README-ja.md
+++ b/doc/README-ja.md
@@ -450,3 +450,10 @@ cargo install -f
既存の類似したOSSはたくさんあります。
`bat` とこれらを比較した表が[こちら](alternatives.md)にあります。
+
+## ライセンス
+Copyright (c) 2018-2020 [bat-developers](https://github.com/sharkdp/bat).
+
+`bat` は MIT License 及び Apache License 2.0 の両方の条件の下で配布されています。
+
+ライセンスの詳細については [LICENSE-APACHE](../LICENSE-APACHE) 及び [LICENSE-MIT](../LICENSE-MIT) ファイルを参照して下さい。