From c9c5e185b3c32d5298ebfbad4f51f20fe966f00c Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 14 May 2020 14:07:48 +0200 Subject: update copyright --- allocbench/__init__.py | 2 +- allocbench/util.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/allocbench/__init__.py b/allocbench/__init__.py index d989a60..84b79a9 100644 --- a/allocbench/__init__.py +++ b/allocbench/__init__.py @@ -17,7 +17,7 @@ """A framework linking allocators to applications""" __author__ = "Florian Fischer" -__copyright__ = "Copyright 2018-2019 Florian Fischer" +__copyright__ = "Copyright 2018-2020 Florian Fischer" __license__ = "GPL" __maintainer__ = __author__ __email__ = "florian.fl.fischer@fau.de" diff --git a/allocbench/util.py b/allocbench/util.py index ff18137..4177fdd 100644 --- a/allocbench/util.py +++ b/allocbench/util.py @@ -166,7 +166,7 @@ def print_error(*objects, sep=' ', end='\n', file=sys.stderr): def print_license_and_exit(): """Print GPL info and Copyright before exit""" - print("Copyright (C) 2018-2019 Florian Fischer") + print("Copyright (C) 2018-2020 Florian Fischer") print( "License GPLv3: GNU GPL version 3 ") sys.exit(0) -- cgit v1.2.3