aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/root/checkedint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/root/checkedint.c')
-rw-r--r--gcc/d/dmd/root/checkedint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/root/checkedint.c b/gcc/d/dmd/root/checkedint.c
index ee10739..af7b56f 100644
--- a/gcc/d/dmd/root/checkedint.c
+++ b/gcc/d/dmd/root/checkedint.c
@@ -21,7 +21,7 @@
* to recognize them and generate equivalent and faster code.
*
* References: $(LINK2 http://blog.regehr.org/archives/1139, Fast Integer Overflow Checks)
- * Copyright: Copyright (C) 2014-2020 by The D Language Foundation, All Rights Reserved
+ * Copyright: Copyright (C) 2014-2021 by The D Language Foundation, All Rights Reserved
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Walter Bright
* Source: https://github.com/D-Programming-Language/dmd/blob/master/src/root/checkedint.c