summaryrefslogtreecommitdiff
path: root/data/skeletons
diff options
context:
space:
mode:
Diffstat (limited to 'data/skeletons')
-rw-r--r--data/skeletons/bison.m42
-rw-r--r--data/skeletons/c++-skel.m42
-rw-r--r--data/skeletons/c++.m42
-rw-r--r--data/skeletons/c-like.m42
-rw-r--r--data/skeletons/c-skel.m42
-rw-r--r--data/skeletons/c.m42
-rw-r--r--data/skeletons/d-skel.m42
-rw-r--r--data/skeletons/d.m42
-rw-r--r--data/skeletons/glr.c6
-rw-r--r--data/skeletons/glr.cc4
-rw-r--r--data/skeletons/glr2.cc2
-rw-r--r--data/skeletons/java-skel.m42
-rw-r--r--data/skeletons/java.m42
-rw-r--r--data/skeletons/lalr1.cc4
-rw-r--r--data/skeletons/lalr1.d4
-rw-r--r--data/skeletons/lalr1.java2
-rw-r--r--data/skeletons/location.cc4
-rw-r--r--data/skeletons/stack.hh2
-rw-r--r--data/skeletons/variant.hh2
-rw-r--r--data/skeletons/yacc.c4
20 files changed, 27 insertions, 27 deletions
diff --git a/data/skeletons/bison.m4 b/data/skeletons/bison.m4
index b7bf5c5c..22e6abe6 100644
--- a/data/skeletons/bison.m4
+++ b/data/skeletons/bison.m4
@@ -2,7 +2,7 @@
# Language-independent M4 Macros for Bison.
-# Copyright (C) 2002, 2004-2015, 2018-2021 Free Software Foundation,
+# Copyright (C) 2002, 2004-2015, 2018-2022 Free Software Foundation,
# Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/c++-skel.m4 b/data/skeletons/c++-skel.m4
index f22002b9..3ff1d551 100644
--- a/data/skeletons/c++-skel.m4
+++ b/data/skeletons/c++-skel.m4
@@ -2,7 +2,7 @@
# C++ skeleton dispatching for Bison.
-# Copyright (C) 2006-2007, 2009-2015, 2018-2021 Free Software
+# Copyright (C) 2006-2007, 2009-2015, 2018-2022 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/c++.m4 b/data/skeletons/c++.m4
index 2ae8423a..78f71fce 100644
--- a/data/skeletons/c++.m4
+++ b/data/skeletons/c++.m4
@@ -2,7 +2,7 @@
# C++ skeleton for Bison
-# Copyright (C) 2002-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2022 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
diff --git a/data/skeletons/c-like.m4 b/data/skeletons/c-like.m4
index a9bbc2e8..79a761f7 100644
--- a/data/skeletons/c-like.m4
+++ b/data/skeletons/c-like.m4
@@ -2,7 +2,7 @@
# Common code for C-like languages (C, C++, Java, etc.)
-# Copyright (C) 2012-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2012-2015, 2018-2022 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
diff --git a/data/skeletons/c-skel.m4 b/data/skeletons/c-skel.m4
index ac6ddd68..a3315f2b 100644
--- a/data/skeletons/c-skel.m4
+++ b/data/skeletons/c-skel.m4
@@ -2,7 +2,7 @@
# C skeleton dispatching for Bison.
-# Copyright (C) 2006-2007, 2009-2015, 2018-2021 Free Software
+# Copyright (C) 2006-2007, 2009-2015, 2018-2022 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/c.m4 b/data/skeletons/c.m4
index 2425b071..6f90ebe8 100644
--- a/data/skeletons/c.m4
+++ b/data/skeletons/c.m4
@@ -2,7 +2,7 @@
# C M4 Macros for Bison.
-# Copyright (C) 2002, 2004-2015, 2018-2021 Free Software Foundation,
+# Copyright (C) 2002, 2004-2015, 2018-2022 Free Software Foundation,
# Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/d-skel.m4 b/data/skeletons/d-skel.m4
index 2a38f02f..436ec1dd 100644
--- a/data/skeletons/d-skel.m4
+++ b/data/skeletons/d-skel.m4
@@ -2,7 +2,7 @@
# D skeleton dispatching for Bison.
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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
diff --git a/data/skeletons/d.m4 b/data/skeletons/d.m4
index c0632e47..9354b0fe 100644
--- a/data/skeletons/d.m4
+++ b/data/skeletons/d.m4
@@ -2,7 +2,7 @@
# D language support for Bison
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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
diff --git a/data/skeletons/glr.c b/data/skeletons/glr.c
index fab3733f..fd654140 100644
--- a/data/skeletons/glr.c
+++ b/data/skeletons/glr.c
@@ -2,7 +2,7 @@
# GLR skeleton for Bison
-# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2022 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
@@ -199,7 +199,7 @@ b4_glr_cc_if([],
[b4_header_if(
[b4_output_begin([b4_spec_header_file])
b4_copyright([Skeleton interface for Bison GLR parsers in C],
- [2002-2015, 2018-2021])[
+ [2002-2015, 2018-2022])[
]b4_cpp_guard_open([b4_spec_mapped_header_file])[
]b4_shared_declarations[
]b4_cpp_guard_close([b4_spec_mapped_header_file])[
@@ -213,7 +213,7 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C],
b4_output_begin([b4_parser_file_name])
b4_copyright([Skeleton implementation for Bison GLR parsers in C],
- [2002-2015, 2018-2021])[
+ [2002-2015, 2018-2022])[
/* C GLR parser skeleton written by Paul Hilfinger. */
]b4_disclaimer[
diff --git a/data/skeletons/glr.cc b/data/skeletons/glr.cc
index 7181402f..e31083f8 100644
--- a/data/skeletons/glr.cc
+++ b/data/skeletons/glr.cc
@@ -1,6 +1,6 @@
# C++ GLR skeleton for Bison
-# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2022 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
@@ -381,7 +381,7 @@ b4_percent_code_get([[requires]])[
]b4_header_if(
[b4_output_begin([b4_spec_header_file])
b4_copyright([Skeleton interface for Bison GLR parsers in C++],
- [2002-2015, 2018-2021])[
+ [2002-2015, 2018-2022])[
// C++ GLR parser skeleton written by Akim Demaille.
]b4_disclaimer[
diff --git a/data/skeletons/glr2.cc b/data/skeletons/glr2.cc
index 757d68d4..604de731 100644
--- a/data/skeletons/glr2.cc
+++ b/data/skeletons/glr2.cc
@@ -1,6 +1,6 @@
# C++ GLR skeleton for Bison
-# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2022 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
diff --git a/data/skeletons/java-skel.m4 b/data/skeletons/java-skel.m4
index 11cbc499..cde22050 100644
--- a/data/skeletons/java-skel.m4
+++ b/data/skeletons/java-skel.m4
@@ -2,7 +2,7 @@
# Java skeleton dispatching for Bison.
-# Copyright (C) 2007, 2009-2015, 2018-2021 Free Software Foundation,
+# Copyright (C) 2007, 2009-2015, 2018-2022 Free Software Foundation,
# Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/java.m4 b/data/skeletons/java.m4
index 8b0828b0..e6bafb8c 100644
--- a/data/skeletons/java.m4
+++ b/data/skeletons/java.m4
@@ -2,7 +2,7 @@
# Java language support for Bison
-# Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2015, 2018-2022 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
diff --git a/data/skeletons/lalr1.cc b/data/skeletons/lalr1.cc
index 7cb69d3d..ce4c6a3d 100644
--- a/data/skeletons/lalr1.cc
+++ b/data/skeletons/lalr1.cc
@@ -1,6 +1,6 @@
# C++ skeleton for Bison
-# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2022 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
@@ -159,7 +159,7 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param))])])
m4_pushdef([b4_copyright_years],
- [2002-2015, 2018-2021])
+ [2002-2015, 2018-2022])
m4_define([b4_parser_class],
[b4_percent_define_get([[api.parser.class]])])
diff --git a/data/skeletons/lalr1.d b/data/skeletons/lalr1.d
index 97303772..3195dbf8 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-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2019-2022 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
@@ -61,7 +61,7 @@ b4_use_push_for_pull_if([
# or as class instance variable when doing push parsing.
b4_output_begin([b4_parser_file_name])
b4_copyright([Skeleton implementation for Bison LALR(1) parsers in D],
- [2007-2012, 2019-2021])[
+ [2007-2012, 2019-2022])[
]b4_disclaimer[
]b4_percent_define_ifdef([package], [module b4_percent_define_get([package]);
])[
diff --git a/data/skeletons/lalr1.java b/data/skeletons/lalr1.java
index 1bbecca1..11a46873 100644
--- a/data/skeletons/lalr1.java
+++ b/data/skeletons/lalr1.java
@@ -1,6 +1,6 @@
# Java skeleton for Bison -*- java -*-
-# Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2015, 2018-2022 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
diff --git a/data/skeletons/location.cc b/data/skeletons/location.cc
index 3870b2bc..091a95b1 100644
--- a/data/skeletons/location.cc
+++ b/data/skeletons/location.cc
@@ -1,6 +1,6 @@
# C++ skeleton for Bison
-# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2022 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
@@ -16,7 +16,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
m4_pushdef([b4_copyright_years],
- [2002-2015, 2018-2021])
+ [2002-2015, 2018-2022])
# b4_location_file
diff --git a/data/skeletons/stack.hh b/data/skeletons/stack.hh
index 98913258..552910a2 100644
--- a/data/skeletons/stack.hh
+++ b/data/skeletons/stack.hh
@@ -1,6 +1,6 @@
# C++ skeleton for Bison
-# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2022 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
diff --git a/data/skeletons/variant.hh b/data/skeletons/variant.hh
index 2a490e8f..98a0b3c9 100644
--- a/data/skeletons/variant.hh
+++ b/data/skeletons/variant.hh
@@ -1,6 +1,6 @@
# C++ skeleton for Bison
-# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2022 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
diff --git a/data/skeletons/yacc.c b/data/skeletons/yacc.c
index 64b9ac62..fd7e2c33 100644
--- a/data/skeletons/yacc.c
+++ b/data/skeletons/yacc.c
@@ -1,11 +1,11 @@
# -*- C -*-
# Yacc compatible skeleton for Bison
-# Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software
+# Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2022 Free Software
# Foundation, Inc.
m4_pushdef([b4_copyright_years],
- [1984, 1989-1990, 2000-2015, 2018-2021])
+ [1984, 1989-1990, 2000-2015, 2018-2022])
# 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