summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Morrow <jaredmorrow@users.noreply.github.com>2015-06-21 22:23:49 -0600
committerJared Morrow <jaredmorrow@users.noreply.github.com>2015-06-21 22:23:49 -0600
commit78ed642967c358520fdd7bcbef764a7191335897 (patch)
tree714ca609835ed835c47b87c20dec0558b9ac008d
parent5dea85db1b697466586877bed133748bd80fa180 (diff)
downloadrebar-jem-add-license-prtool.tar.gz
Add license to relnotes tool per reviewer requestjem-add-license-prtool
-rwxr-xr-xpr2relnotes.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/pr2relnotes.py b/pr2relnotes.py
index 6e9a4f4..c58920c 100755
--- a/pr2relnotes.py
+++ b/pr2relnotes.py
@@ -1,5 +1,27 @@
#!/usr/bin/env python
+# The MIT License (MIT)
+#
+# Copyright (c) 2015 Jared Morrow (github.com/jaredmorrow)
+#
+# 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.
+
## Install info
## $ virtualenv env
## $ source env/bin/activate