diff --git a/LICENSE b/LICENSE index 17ab210..e69dc6e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 Cash Payment Solutions GmbH +Copyright (c) 2020 viafintech GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/gcra.gemspec b/gcra.gemspec index d51bd76..17e1cca 100644 --- a/gcra.gemspec +++ b/gcra.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |spec| spec.name = 'gcra' spec.version = GCRA::VERSION spec.authors = ['Michael Frister', 'Tobias Schoknecht'] - spec.email = ['tobias.schoknecht@barzahlen.de'] + spec.email = ['tobias.schoknecht@viafintech.com'] spec.description = 'GCRA implementation for rate limiting' spec.summary = 'Ruby implementation of a generic cell rate algorithm (GCRA), ported from ' \ 'the Go implementation throttled.'