diff options
| -rw-r--r-- | allocbench/__init__.py | 2 | ||||
| -rw-r--r-- | 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 <http://gnu.org/licenses/gpl.html>") sys.exit(0) |
