Commit MetaInfo

修订版ed506ec1557ae56b8aa07503c924b35e9c47cf98 (tree)
时间2016-04-01 15:54:21
作者Tatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Log Message

Add license file.

更改概述

差异

--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
1+Copyright (c) 2016 OSDN
2+
3+Permission is hereby granted, free of charge, to any person obtaining
4+a copy of this software and associated documentation files (the
5+"Software"), to deal in the Software without restriction, including
6+without limitation the rights to use, copy, modify, merge, publish,
7+distribute, sublicense, and/or sell copies of the Software, and to
8+permit persons to whom the Software is furnished to do so, subject to
9+the following conditions:
10+
11+The above copyright notice and this permission notice shall be
12+included in all copies or substantial portions of the Software.
13+
14+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--- a/README.md
+++ b/README.md
@@ -49,3 +49,8 @@ To get command list use help.
4949
5050 Bug reports and pull requests are welcome on OSDN at https://osdn.jp/projects/osdn-codes/ticket/
5151
52+## License
53+
54+Copyright (c) 2016 OSDN
55+
56+Source files and gem are distributed under MIT License.
--- a/osdn-cli.gemspec
+++ b/osdn-cli.gemspec
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
99 spec.version = OSDN::CLI::VERSION
1010 spec.authors = ["OSDN"]
1111 spec.email = ["admin@osdn.jp"]
12+ spec.license = 'MIT'
1213
1314 spec.summary = %q{OSDN Command Line Interface}
1415 spec.description = %q{Non-intaractive manipulation tool for OSDN}
@@ -24,6 +25,6 @@ Gem::Specification.new do |spec|
2425 spec.add_development_dependency "rake", "~> 10.0"
2526 spec.add_development_dependency "rspec", "~> 3.0"
2627
27- spec.add_dependency "osdn-client", ">= 0.0.20160304"
28+ spec.add_dependency "osdn-client", ">= 0.0.20160304", "< 1.0.0"
2829 spec.add_dependency "hashie"
2930 end
Show on old repository browser