summaryrefslogtreecommitdiff
path: root/examples/c/bistromathic/parse.y
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-01-16 16:00:37 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-01-16 16:11:17 +0100
commitd7e8aaa271661b0b68c99fb76bbd6ec3a8939774 (patch)
tree64b172036a2f5ffeae5dcbbed470d77db1742be2 /examples/c/bistromathic/parse.y
parent30a8d580fafac35af533128e92ae4fc004416756 (diff)
downloadbison-d7e8aaa271661b0b68c99fb76bbd6ec3a8939774.tar.gz
package: bump copyrights to 2021
Run 'make update-copyright'.
Diffstat (limited to 'examples/c/bistromathic/parse.y')
-rw-r--r--examples/c/bistromathic/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/bistromathic/parse.y b/examples/c/bistromathic/parse.y
index 37532857..5d5efabf 100644
--- a/examples/c/bistromathic/parse.y
+++ b/examples/c/bistromathic/parse.y
@@ -1,6 +1,6 @@
/* Parser and scanner for bistromathic. -*- C -*-
- Copyright (C) 2019-2020 Free Software Foundation, Inc.
+ Copyright (C) 2019-2021 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.