From d9e81e514594380bfd92cf21dda3fadb01ccc7c7 Mon Sep 17 00:00:00 2001 From: Amador Pahim Date: Tue, 23 Aug 2016 09:58:27 +0200 Subject: [PATCH] avocado.plugins.replay fix author The licensing was copied from another module and the author was not updated at that point. Let's update the information to reflect the actual author of this module. Signed-off-by: Amador Pahim --- avocado/core/replay.py | 2 +- avocado/plugins/replay.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/avocado/core/replay.py b/avocado/core/replay.py index 610f7582..c66320e1 100644 --- a/avocado/core/replay.py +++ b/avocado/core/replay.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: Red Hat Inc. 2013-2015 +# Copyright: Red Hat Inc. 2016 # Author: Amador Pahim import ast diff --git a/avocado/plugins/replay.py b/avocado/plugins/replay.py index a3e5d148..5f75ba5d 100644 --- a/avocado/plugins/replay.py +++ b/avocado/plugins/replay.py @@ -9,8 +9,8 @@ # # See LICENSE for more details. # -# Copyright: Red Hat Inc. 2013-2014 -# Author: Lucas Meneghel Rodrigues +# Copyright: Red Hat Inc. 2016 +# Author: Amador Pahim import argparse import logging -- GitLab