diff options
author | thegeorg <[email protected]> | 2024-06-26 23:46:47 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2024-06-26 23:57:08 +0300 |
commit | ac037438ef5c581b0dc01829e7ba173d4b2a4d42 (patch) | |
tree | 567767475824d592c71612b198b47118923d68f5 /contrib/tools/bison/lib/printf-args.h | |
parent | 10d8655dd385fe03395d60abfbb5903fcc87b2a4 (diff) |
Update contrib/tools/bison to 3.1
3649391e5dae6eedaa45d736e3febbde1342c10a
Diffstat (limited to 'contrib/tools/bison/lib/printf-args.h')
-rw-r--r-- | contrib/tools/bison/lib/printf-args.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/bison/lib/printf-args.h b/contrib/tools/bison/lib/printf-args.h index 2a9c2a3f87a..111e8a5605f 100644 --- a/contrib/tools/bison/lib/printf-args.h +++ b/contrib/tools/bison/lib/printf-args.h @@ -1,5 +1,5 @@ /* Decomposed printf argument list. - Copyright (C) 1999, 2002-2003, 2006-2007, 2011-2013 Free Software + Copyright (C) 1999, 2002-2003, 2006-2007, 2011-2018 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program; if not, see <http://www.gnu.org/licenses/>. */ + with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifndef _PRINTF_ARGS_H #define _PRINTF_ARGS_H |