summaryrefslogtreecommitdiff
path: root/data/skeletons/lalr1.d
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-01-05 09:44:08 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-01-05 10:26:35 +0100
commit8036635251bfd61d7eb5df2d9dad30b22db78e68 (patch)
tree21d297f807977f406bb43516e3f051f51dca38d7 /data/skeletons/lalr1.d
parentc442b5de9db2e6fbd82b611b723a6fbfbb9f3e10 (diff)
downloadbison-8036635251bfd61d7eb5df2d9dad30b22db78e68.tar.gz
package: bump copyrights to 2020
Run 'make update-copyright'.
Diffstat (limited to 'data/skeletons/lalr1.d')
-rw-r--r--data/skeletons/lalr1.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/skeletons/lalr1.d b/data/skeletons/lalr1.d
index 5aa2fb6e..65c2090c 100644
--- a/data/skeletons/lalr1.d
+++ b/data/skeletons/lalr1.d
@@ -1,6 +1,6 @@
# D skeleton for Bison -*- autoconf -*-
-# Copyright (C) 2007-2012, 2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2019-2020 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@ m4_include(b4_skeletonsdir/[d.m4])
b4_output_begin([b4_parser_file_name])
b4_copyright([Skeleton implementation for Bison LALR(1) parsers in D],
- [2007-2012, 2019])[
+ [2007-2012, 2019-2020])[
]b4_percent_define_ifdef([package], [module b4_percent_define_get([package]);
])[