aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/licenses.rst2
-rw-r--r--setup.py2
-rw-r--r--src/ghdldrv/ghdlmain.adb2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/licenses.rst b/doc/licenses.rst
index a6de789ce..76a8bf440 100644
--- a/doc/licenses.rst
+++ b/doc/licenses.rst
@@ -27,7 +27,7 @@ Copyrights | Licenses
GNU GPLv2
=========
-GHDL is copyright |copy| 2002 - 2020 Tristan Gingold.
+GHDL is copyright |copy| 2002 - 2021 Tristan Gingold.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
diff --git a/setup.py b/setup.py
index 6cb231f50..db08a2296 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@
#
# License:
# ============================================================================
-# Copyright (C) 2019-2020 Tristan Gingold
+# Copyright (C) 2019-2021 Tristan Gingold
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/ghdldrv/ghdlmain.adb b/src/ghdldrv/ghdlmain.adb
index 22b75bf42..59e615c18 100644
--- a/src/ghdldrv/ghdlmain.adb
+++ b/src/ghdldrv/ghdlmain.adb
@@ -284,7 +284,7 @@ package body Ghdlmain is
Put_Line ("Written by Tristan Gingold.");
New_Line;
-- Display copyright. Assume 80 cols terminal.
- Put_Line ("Copyright (C) 2003 - 2020 Tristan Gingold.");
+ Put_Line ("Copyright (C) 2003 - 2021 Tristan Gingold.");
Put_Line ("GHDL is free software, covered by the "
& "GNU General Public License. There is NO");
Put_Line ("warranty; not even for MERCHANTABILITY or"