Update license
This commit is contained in:
parent
62cc0e09bb
commit
2d3d6146ed
2 changed files with 2 additions and 1 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2012 Phusion
|
||||
Copyright (c) 2012-2015 Phusion B.V.
|
||||
|
||||
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:
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ Gem::Specification.new do |s|
|
|||
s.authors = ["Hongli Lai (Phusion)", "Keccak authors"]
|
||||
s.extensions << "ext/digest/extconf.rb"
|
||||
s.required_ruby_version = "~> 2.2"
|
||||
s.license = "MIT"
|
||||
|
||||
s.files = Dir[
|
||||
"README.md",
|
||||
|
|
Loading…
Reference in a new issue