From a491a7801c5935b54bfb5c9b3aa1653eb645ae00 Mon Sep 17 00:00:00 2001 From: szotov Date: Mon, 11 Mar 2019 14:52:28 +0300 Subject: [PATCH] Fixes after rebase --- tests/blockchain/eth/contracts/base/test_multisig.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/blockchain/eth/contracts/base/test_multisig.py b/tests/blockchain/eth/contracts/base/test_multisig.py index 2f2843e58..af9a32da7 100644 --- a/tests/blockchain/eth/contracts/base/test_multisig.py +++ b/tests/blockchain/eth/contracts/base/test_multisig.py @@ -2,16 +2,16 @@ This file is part of nucypher. nucypher is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. nucypher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +GNU Affero General Public License for more details. -You should have received a copy of the GNU General Public License +You should have received a copy of the GNU Affero General Public License along with nucypher. If not, see . """