summaryrefslogtreecommitdiffstats
path: root/README.template.md
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@users.noreply.github.com>2018-03-30 16:44:03 +0200
committerGitHub <noreply@github.com>2018-03-30 16:44:03 +0200
commitdf8bf8e12216702a3291e214624825304c3ac886 (patch)
treeab88556d195bde9764ed514274684549535e1077 /README.template.md
parent6d9539c049cc7214868984ca5e47bf9e9de72ee6 (diff)
Create LICENSE (#14)
* Create LICENSE * Update README.template.md * Update README.md
Diffstat (limited to 'README.template.md')
-rw-r--r--README.template.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.template.md b/README.template.md
index 0821e7d..ea0db50 100644
--- a/README.template.md
+++ b/README.template.md
@@ -24,6 +24,7 @@ Dead simple terminal plots from JSON (or CSV) data. Bar charts, line charts, and
- [Fixed bin number](#fixed-bin-number)
- [CSV input](#csv-input)
- [Screenshots](#screenshots)
+- [Licensing](#licensing)
<!-- /TOC -->
@@ -371,3 +372,9 @@ In case you're on mobile, here's some PNGs of what `jp` output looks like:
- ![Scatter plot](docs/scatter_plot.png)
- ![Bar chart](docs/bar_chart.png)
- ![Line chart](docs/line_chart.png)
+
+## Licensing
+
+- Any original code is licensed under the [MIT License](./LICENSE).
+- Included portions of [github.com/buger/goterm](https://github.com/buger/goterm) are licensed under the MIT License.
+- Included portions of [github.com/kubernetes/client-go](https://github.com/kubernetes/client-go/tree/master/util/jsonpath) are licensed under the Apache License 2.0.