summaryrefslogtreecommitdiffstats
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
parent6d9539c049cc7214868984ca5e47bf9e9de72ee6 (diff)
Create LICENSE (#14)
* Create LICENSE * Update README.template.md * Update README.md
-rw-r--r--LICENSE21
-rw-r--r--README.md7
-rw-r--r--README.template.md7
3 files changed, 35 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..705228b
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2018 Sergey Grebenshchikov
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
index 01258aa..588b983 100644
--- a/README.md
+++ b/README.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.
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.