summaryrefslogtreecommitdiff
path: root/examples/c/lexcalc/scan.l
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/lexcalc/scan.l')
-rw-r--r--examples/c/lexcalc/scan.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/lexcalc/scan.l b/examples/c/lexcalc/scan.l
index 983fbdaf..b6961be0 100644
--- a/examples/c/lexcalc/scan.l
+++ b/examples/c/lexcalc/scan.l
@@ -1,6 +1,6 @@
/* Scanner for lexcalc. -*- C -*-
- 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.