mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
maint: make update-copyright
This commit is contained in:
@@ -173,8 +173,8 @@
|
||||
This manual (@value{UPDATED}) is for GNU Bison (version @value{VERSION}),
|
||||
the GNU parser generator.
|
||||
|
||||
Copyright @copyright{} 1988--1993, 1995, 1998--2015, 2018--2022, 2025
|
||||
Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1988--1993, 1995, 1998--2015, 2018--2022,
|
||||
2025--2026 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document under
|
||||
@@ -1736,8 +1736,8 @@ after @samp{//}.
|
||||
@example
|
||||
/* Parser for rpcalc. -*- C -*-
|
||||
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025 Free
|
||||
Software Foundation, Inc.
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025--2026
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -2629,8 +2629,8 @@ calculator.
|
||||
@example
|
||||
/* Parser for mfcalc. -*- C -*-
|
||||
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025 Free
|
||||
Software Foundation, Inc.
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025--2026
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -2765,8 +2765,8 @@ provides for either functions or variables to be placed in the table.
|
||||
@example
|
||||
/* Functions for mfcalc. -*- C -*-
|
||||
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025 Free
|
||||
Software Foundation, Inc.
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025--2026
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -12232,8 +12232,8 @@ generate C++.
|
||||
@example
|
||||
/* Simple variant-based parser. -*- C++ -*-
|
||||
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025 Free
|
||||
Software Foundation, Inc.
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025--2026
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -13324,8 +13324,8 @@ library components, and the declaration of the parser class.
|
||||
@example
|
||||
/* Driver for calc++. -*- C++ -*-
|
||||
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025 Free
|
||||
Software Foundation, Inc.
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025--2026
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -13421,8 +13421,8 @@ The implementation of the driver (@file{driver.cc}) is straightforward.
|
||||
@example
|
||||
/* Driver for calc++. -*- C++ -*-
|
||||
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025 Free
|
||||
Software Foundation, Inc.
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025--2026
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -13489,8 +13489,8 @@ designed the grammar for.
|
||||
@example
|
||||
/* Parser for calc++. -*- C++ -*-
|
||||
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025 Free
|
||||
Software Foundation, Inc.
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025--2026
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -13702,8 +13702,8 @@ then the parser's to get the set of defined tokens.
|
||||
@example
|
||||
/* Scanner for calc++. -*- C++ -*-
|
||||
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025 Free
|
||||
Software Foundation, Inc.
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025--2026
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -13964,8 +13964,8 @@ The top level file, @file{calc++.cc}, poses no problem.
|
||||
@example
|
||||
/* Main for calc++. -*- C++ -*-
|
||||
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025 Free
|
||||
Software Foundation, Inc.
|
||||
Copyright (C) 1988--1993, 1995, 1998--2015, 2018--2021, 2025--2026
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
## Copyright (C) 2001-2003, 2005-2015, 2018-2022, 2025 Free Software
|
||||
## Foundation, Inc.
|
||||
## Copyright (C) 2001-2003, 2005-2015, 2018-2022, 2025-2026 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
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
\def\finalout{\overfullrule=0pt}
|
||||
%\finalout
|
||||
|
||||
% Copyright (c) 1998, 2001, 2009--2015, 2018--2022, 2025 Free Software
|
||||
% Foundation, Inc.
|
||||
% Copyright (c) 1998, 2001, 2009--2015, 2018--2022, 2025--2026 Free
|
||||
% Software Foundation, Inc.
|
||||
%
|
||||
% This file is part of Bison.
|
||||
%
|
||||
|
||||
Reference in New Issue
Block a user