summaryrefslogtreecommitdiff
path: root/src/ielr.c
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-06-17 18:43:59 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-06-17 18:43:59 +0200
commitf462a08572ef5ff8d43513c6b866895d20cf018b (patch)
tree9d54ad8f92aa835c38029f92902cb9ff0fb11a42 /src/ielr.c
parentd6445ec10bf296f3652c2231167ced977b803f5d (diff)
parent0ac08d2d6c0558b375764f957d1fb367f91ab24f (diff)
downloadbison-f462a08572ef5ff8d43513c6b866895d20cf018b.tar.gz
Merge maint into master
* upstream/maint: (48 commits) THANKS: update an address tests: adjust syncline tests to GCC 7 glr: fix improperly placed synclines bison: be git grep friendly Replace ftp with https maint: post-release administrivia version 3.0.5 bison: style: indentation fixes regen bison: please address sanitizer C++: style: fix indentation NEWS: update C++: style: prefer `unsigned` to `unsigned int` C++: style: space before paren C++: fix -Wdeprecated warnings tests: fix -Wdeprecated warning maint: update syntax-check exclusions autoconf: update regen Update copyright years ...
Diffstat (limited to 'src/ielr.c')
-rw-r--r--src/ielr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ielr.c b/src/ielr.c
index 99228377..81a28de8 100644
--- a/src/ielr.c
+++ b/src/ielr.c
@@ -1,6 +1,6 @@
/* IELR main implementation.
- Copyright (C) 2009-2015 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.