summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-14 21:27:26 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-15 11:16:30 -0800
commit07e18e7fb4699c9529be8b62a5856ea6aef7e1b0 (patch)
tree7b8731c7cc41c637435080a5378af10e905399e4 /lib
parent013d59821994eda066fedceb0a137593244007ee (diff)
downloadbison-07e18e7fb4699c9529be8b62a5856ea6aef7e1b0.tar.gz
package: bump copyrights to 2022
Run "make update-copyright".
Diffstat (limited to 'lib')
-rw-r--r--lib/get-errno.c2
-rw-r--r--lib/get-errno.h2
-rw-r--r--lib/local.mk2
-rw-r--r--lib/main.c2
-rw-r--r--lib/path-join.c2
-rw-r--r--lib/path-join.h2
-rw-r--r--lib/timevar.def2
-rw-r--r--lib/yyerror.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/get-errno.c b/lib/get-errno.c
index 5be2b68b..8910ccf3 100644
--- a/lib/get-errno.c
+++ b/lib/get-errno.c
@@ -1,6 +1,6 @@
/* get-errno.c - get and set errno.
- Copyright (C) 2002, 2006, 2009-2015, 2018-2021 Free Software
+ Copyright (C) 2002, 2006, 2009-2015, 2018-2022 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/get-errno.h b/lib/get-errno.h
index 378e44e9..24570c8e 100644
--- a/lib/get-errno.h
+++ b/lib/get-errno.h
@@ -1,6 +1,6 @@
/* get-errno.h - get and set errno.
- Copyright (C) 2002, 2009-2015, 2018-2021 Free Software Foundation,
+ Copyright (C) 2002, 2009-2015, 2018-2022 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/local.mk b/lib/local.mk
index 792a2bf4..44390169 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2001-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/lib/main.c b/lib/main.c
index 7895ab14..04ceffff 100644
--- a/lib/main.c
+++ b/lib/main.c
@@ -1,6 +1,6 @@
/* Yacc library main function.
- Copyright (C) 2002, 2009-2015, 2018-2021 Free Software Foundation,
+ Copyright (C) 2002, 2009-2015, 2018-2022 Free Software Foundation,
Inc.
This file is part of Bison, the GNU Compiler Compiler.
diff --git a/lib/path-join.c b/lib/path-join.c
index 32e7f002..ffde38c3 100644
--- a/lib/path-join.c
+++ b/lib/path-join.c
@@ -1,5 +1,5 @@
/* Concatenate path components.
- 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 the
diff --git a/lib/path-join.h b/lib/path-join.h
index 18b6190f..52225078 100644
--- a/lib/path-join.h
+++ b/lib/path-join.h
@@ -1,5 +1,5 @@
/* Concatenate path components.
- 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 the
diff --git a/lib/timevar.def b/lib/timevar.def
index ef7be200..6606fed9 100644
--- a/lib/timevar.def
+++ b/lib/timevar.def
@@ -1,7 +1,7 @@
/* This file contains the definitions for timing variables used to -*- C -*-
measure run-time performance of the compiler.
- Copyright (C) 2002, 2007, 2009-2015, 2018-2021 Free Software
+ Copyright (C) 2002, 2007, 2009-2015, 2018-2022 Free Software
Foundation, Inc.
Contributed by Akim Demaille <akim@freefriends.org>.
diff --git a/lib/yyerror.c b/lib/yyerror.c
index 9551868c..8b86f1c6 100644
--- a/lib/yyerror.c
+++ b/lib/yyerror.c
@@ -1,6 +1,6 @@
/* Yacc library error-printing function.
- Copyright (C) 2002, 2009-2015, 2018-2021 Free Software Foundation,
+ Copyright (C) 2002, 2009-2015, 2018-2022 Free Software Foundation,
Inc.
This file is part of Bison, the GNU Compiler Compiler.