From 2122b02bda62f2c1e5bb7c6888a9f9529c460266 Mon Sep 17 00:00:00 2001 From: Tobias Schoknecht Date: Tue, 8 Dec 2020 08:00:23 +0100 Subject: [PATCH] Update copyright notice and author mail address --- LICENSE | 2 +- gcra.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.'