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

Commit

Permalink
COPYING, .gemspec: move to ISC license
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Carrier committed Apr 21, 2012
1 parent afc7f50 commit bd7e305
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 19 deletions.
15 changes: 12 additions & 3 deletions COPYING
@@ -1,4 +1,13 @@
Copyright (c) 2011, Pierre Carrier <pierre@gcarrier.fr>
Copyright (c) 2011-2012, Spotify AB

Permission is granted to use, copy, modify and/or distribute this work
and/or license, without conditions.
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.
32 changes: 16 additions & 16 deletions moob.gemspec
Expand Up @@ -6,23 +6,23 @@ $:.unshift lib unless $:.include?(lib)
require 'moob'

Gem::Specification.new do |s|
s.name = 'moob'
s.version = Moob::VERSION.join '.'
s.platform = Gem::Platform::RUBY
s.authors = ['Pierre Carrier']
s.email = ['pierre@gcarrier.fr']
s.homepage = "http://github.com/pcarrier/moob"
s.summary = 'Manage Out-Of-Band!'
s.description = 'Control systems using Web-based out-of-band managers without a browser'
s.license = 'Public-domain-like'
s.name = 'moob'
s.version = Moob::VERSION.join '.'
s.platform = Gem::Platform::RUBY
s.authors = ['Pierre Carrier']
s.email = ['pierre@gcarrier.fr']
s.homepage = "http://github.com/pcarrier/moob"
s.summary = 'Manage Out-Of-Band!'
s.description = 'Control systems using Web-based out-of-band managers without a browser'
s.license = 'ISC'

s.required_rubygems_version = '>= 1.2.0'
s.rubyforge_project = 'moob'
s.required_rubygems_version = '>= 1.2.0'
s.rubyforge_project = 'moob'

s.add_dependency 'patron', '~> 0.4.14'
s.add_dependency 'json', '~> 1.5.3'
s.add_dependency 'patron', '~> 0.4.14'
s.add_dependency 'json', '~> 1.5.3'

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

0 comments on commit bd7e305

Please sign in to comment.