Skip to content

Commit

Permalink
Add MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
christianblais committed Feb 27, 2018
1 parent 8090b28 commit d09fa49
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2012-2013 Shopify Inc.

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.
13 changes: 2 additions & 11 deletions pseudolocalization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,12 @@ Gem::Specification.new do |spec|
spec.version = Pseudolocalization::VERSION
spec.authors = ["Christian Blais"]
spec.email = ["christ.blais@gmail.com"]
spec.licenses = ['MIT']

spec.summary = %q{Internationalization development tool}
spec.description = %q{Internationalization development tool}
spec.description = %q{Internationalization development tool to help identify missing translations}
spec.homepage = "https://github.com/Shopify/pseudolocalization"

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
end

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
Expand All @@ -31,5 +23,4 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "package_cloud"
end

0 comments on commit d09fa49

Please sign in to comment.