summaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/lib/progname.c
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2024-06-26 23:46:47 +0300
committerthegeorg <[email protected]>2024-06-26 23:57:08 +0300
commitac037438ef5c581b0dc01829e7ba173d4b2a4d42 (patch)
tree567767475824d592c71612b198b47118923d68f5 /contrib/tools/bison/lib/progname.c
parent10d8655dd385fe03395d60abfbb5903fcc87b2a4 (diff)
Update contrib/tools/bison to 3.1
3649391e5dae6eedaa45d736e3febbde1342c10a
Diffstat (limited to 'contrib/tools/bison/lib/progname.c')
-rw-r--r--contrib/tools/bison/lib/progname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/bison/lib/progname.c b/contrib/tools/bison/lib/progname.c
index 0c195e521ad..382f5031d5c 100644
--- a/contrib/tools/bison/lib/progname.c
+++ b/contrib/tools/bison/lib/progname.c
@@ -1,5 +1,5 @@
/* Program name management.
- Copyright (C) 2001-2003, 2005-2013 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005-2018 Free Software Foundation, Inc.
Written by Bruno Haible <[email protected]>, 2001.
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/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>