Skip to content
This repository was archived by the owner on Jul 17, 2019. It is now read-only.

Commit bd7e305

Browse files
author
Pierre Carrier
committed
COPYING, .gemspec: move to ISC license
1 parent afc7f50 commit bd7e305

File tree

2 files changed

+28
-19
lines changed

2 files changed

+28
-19
lines changed

COPYING

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
Copyright (c) 2011, Pierre Carrier <[email protected]>
1+
Copyright (c) 2011-2012, Spotify AB
22

3-
Permission is granted to use, copy, modify and/or distribute this work
4-
and/or license, without conditions.
3+
Permission to use, copy, modify, and/or distribute this software
4+
for any purpose with or without fee is hereby granted, provided that
5+
the above copyright notice and this permission notice appear in all copies.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
9+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
11+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
12+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
13+
THIS SOFTWARE.

moob.gemspec

+16-16
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ $:.unshift lib unless $:.include?(lib)
66
require 'moob'
77

88
Gem::Specification.new do |s|
9-
s.name = 'moob'
10-
s.version = Moob::VERSION.join '.'
11-
s.platform = Gem::Platform::RUBY
12-
s.authors = ['Pierre Carrier']
13-
s.email = ['[email protected]']
14-
s.homepage = "http://github.com/pcarrier/moob"
15-
s.summary = 'Manage Out-Of-Band!'
16-
s.description = 'Control systems using Web-based out-of-band managers without a browser'
17-
s.license = 'Public-domain-like'
9+
s.name = 'moob'
10+
s.version = Moob::VERSION.join '.'
11+
s.platform = Gem::Platform::RUBY
12+
s.authors = ['Pierre Carrier']
13+
s.email = ['[email protected]']
14+
s.homepage = "http://github.com/pcarrier/moob"
15+
s.summary = 'Manage Out-Of-Band!'
16+
s.description = 'Control systems using Web-based out-of-band managers without a browser'
17+
s.license = 'ISC'
1818

19-
s.required_rubygems_version = '>= 1.2.0'
20-
s.rubyforge_project = 'moob'
19+
s.required_rubygems_version = '>= 1.2.0'
20+
s.rubyforge_project = 'moob'
2121

22-
s.add_dependency 'patron', '~> 0.4.14'
23-
s.add_dependency 'json', '~> 1.5.3'
22+
s.add_dependency 'patron', '~> 0.4.14'
23+
s.add_dependency 'json', '~> 1.5.3'
2424

25-
s.files = Dir.glob("{bin,lib}/**/*") + %w(COPYING)
26-
s.executables = ['moob']
27-
s.require_path = 'lib'
25+
s.files = Dir.glob("{bin,lib}/**/*") + %w(COPYING)
26+
s.executables = ['moob']
27+
s.require_path = 'lib'
2828
end

0 commit comments

Comments
 (0)