OSDN Git Service

Add license file.
authorTatsuki Sugiura <sugi@nemui.org>
Fri, 1 Apr 2016 06:54:21 +0000 (15:54 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Fri, 1 Apr 2016 06:54:21 +0000 (15:54 +0900)
LICENSE [new file with mode: 0644]
README.md
osdn-cli.gemspec

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..3633eee
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+Copyright (c) 2016 OSDN
+
+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.
index 4c4089d..3dc3438 100644 (file)
--- a/README.md
+++ b/README.md
@@ -49,3 +49,8 @@ To get command list use help.
 
 Bug reports and pull requests are welcome on OSDN at https://osdn.jp/projects/osdn-codes/ticket/
 
+## License
+
+Copyright (c) 2016 OSDN
+
+Source files and gem are distributed under MIT License.
index 1cf543f..4bca8cb 100644 (file)
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
   spec.version       = OSDN::CLI::VERSION
   spec.authors       = ["OSDN"]
   spec.email         = ["admin@osdn.jp"]
+  spec.license       = 'MIT'
 
   spec.summary       = %q{OSDN Command Line Interface}
   spec.description   = %q{Non-intaractive manipulation tool for OSDN}
@@ -24,6 +25,6 @@ Gem::Specification.new do |spec|
   spec.add_development_dependency "rake", "~> 10.0"
   spec.add_development_dependency "rspec", "~> 3.0"
 
-  spec.add_dependency "osdn-client", ">= 0.0.20160304"
+  spec.add_dependency "osdn-client", ">= 0.0.20160304", "< 1.0.0"
   spec.add_dependency "hashie"
 end