summaryrefslogtreecommitdiff
path: root/src/parser/bounded_token_buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/bounded_token_buffer.cpp')
-rw-r--r--src/parser/bounded_token_buffer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/bounded_token_buffer.cpp b/src/parser/bounded_token_buffer.cpp
index ae53919b0..3dd2f9168 100644
--- a/src/parser/bounded_token_buffer.cpp
+++ b/src/parser/bounded_token_buffer.cpp
@@ -4,14 +4,14 @@
** Top contributors (to current version):
** Christopher L. Conway, Morgan Deters, Tim King
** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
+ ** Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
** in the top-level source directory and their institutional affiliations.
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
- ** \brief An ANTLR3 bounded token stream implementation.
+ ** \brief An ANTLR3 bounded token stream implementation.
**
- ** An ANTLR3 bounded token stream implementation.
+ ** An ANTLR3 bounded token stream implementation.
** This code is largely based on the original token buffer implementation
** in libantlr3c, by Jim Idle.
**/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback