aboutsummaryrefslogtreecommitdiffstats
path: root/rb-cmdline.gemspec
diff options
context:
space:
mode:
authorgearnode <bryan@frimin.fr>2020-09-02 12:04:48 +0200
committergearnode <bryan@frimin.fr>2020-09-02 12:05:18 +0200
commit9416aca6eb394c01c31d51ece938ec926731a49b (patch)
treeba024d033d48e4eef7266bd398dedad375ac864b /rb-cmdline.gemspec
parentf8ac946058c213137fdc9b36e9d8040830bc7421 (diff)
change license
Diffstat (limited to 'rb-cmdline.gemspec')
-rw-r--r--rb-cmdline.gemspec16
1 files changed, 15 insertions, 1 deletions
diff --git a/rb-cmdline.gemspec b/rb-cmdline.gemspec
index 6d35fc8..4fe4633 100644
--- a/rb-cmdline.gemspec
+++ b/rb-cmdline.gemspec
@@ -1,7 +1,21 @@
+# Copyright (c) 2020 Bryan Frimin <bryan@frimin.fr>.
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+# AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+# PERFORMANCE OF THIS SOFTWARE.
+
Gem::Specification.new do |s|
s.name = "rb-cmdline"
s.version = "1.0.0"
- s.licenses = ["Apache-2.0"]
+ s.licenses = ["ISC"]
s.summary = "A command line parser written in Ruby"
s.authors = ["gearnode"]
s.email = "bryan@frimin.fr"