aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-05-14 14:07:48 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-06-02 11:18:47 +0200
commitc9c5e185b3c32d5298ebfbad4f51f20fe966f00c (patch)
treee67a0e034923620a555e5c8585cd852ef91f9714
parentffacbbece6af0f84d4bc7c8c4365797e8a433ef7 (diff)
downloadallocbench-c9c5e185b3c32d5298ebfbad4f51f20fe966f00c.tar.gz
allocbench-c9c5e185b3c32d5298ebfbad4f51f20fe966f00c.zip
update copyright
-rw-r--r--allocbench/__init__.py2
-rw-r--r--allocbench/util.py2
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)