From cb828ceeeb8fffc4ada80032cee7e88bb2cb0f68 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Wed, 14 Apr 2021 19:28:48 +0200 Subject: [PATCH] TST Update copyright notice of simpletap framework --- tests/simpletap/result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/simpletap/result.py b/tests/simpletap/result.py index b92f1a7..507a18b 100644 --- a/tests/simpletap/result.py +++ b/tests/simpletap/result.py @@ -1,6 +1,6 @@ # simpletap - "Simple" TAP output with unittest # -# Copyright (c) 2014-2016 Renato Alves +# Copyright (c) 2014-2021 Renato Alves # # This code is released under the MIT license. # Refer to LICENSE for further details.