summaryrefslogtreecommitdiff
path: root/examples/d/calc/calc.y
diff options
context:
space:
mode:
Diffstat (limited to 'examples/d/calc/calc.y')
-rw-r--r--examples/d/calc/calc.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/d/calc/calc.y b/examples/d/calc/calc.y
index f2b0e8b2..823534fa 100644
--- a/examples/d/calc/calc.y
+++ b/examples/d/calc/calc.y
@@ -1,6 +1,6 @@
/* Parser and scanner for calc in D. -*- D -*-
- Copyright (C) 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.