diff --git a/LICENSE.md b/LICENSE.md index e820eaf..e653df4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2010 Steve Richert +Copyright (c) 2010 Steve Richert, Erik Michaels-Ober. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 4f7ac66..b6306a8 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ Submitting a Pull Request Copyright --------- -Copyright (c) 2010 Steve Richert. See [LICENSE](https://github.com/laserlemon/simple_oauth/blob/master/LICENSE.md) for details. +Copyright (c) 2010 Steve Richert, Erik Michaels-Ober. +See [LICENSE](https://github.com/laserlemon/simple_oauth/blob/master/LICENSE.md) for details. diff --git a/simple_oauth.gemspec b/simple_oauth.gemspec index 9a58f6b..875340c 100644 --- a/simple_oauth.gemspec +++ b/simple_oauth.gemspec @@ -7,9 +7,9 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'simplecov', '~> 0.4' spec.add_development_dependency 'turn', '~> 0.8' spec.add_development_dependency 'yard', '~> 0.6' - spec.authors = ['Steve Richert'] + spec.authors = ['Steve Richert', 'Erik Michaels-Ober'] spec.description = 'Simply builds and verifies OAuth headers' - spec.email = ['steve.richert@gmail.com'] + spec.email = ['steve.richert@gmail.com', 'sferik@gmail.com'] spec.extra_rdoc_files = ['README.rdoc'] spec.files = `git ls-files`.split("\n") spec.homepage = 'http://github.com/laserlemon/simple_oauth'