New copyright year.
This commit is contained in:
parent
e3cdbccce6
commit
6513ea4238
4
AUTHORS
4
AUTHORS
|
@ -1,7 +1,7 @@
|
||||||
Authors of GNU C Intro and Reference
|
Authors of GNU C Intro and Reference
|
||||||
|
|
||||||
Copyright (C) 2022, 2023 Free Software Foundation, Inc.
|
Copyright (C) 2022, 2023, 2025 Free Software Foundation, Inc.
|
||||||
Copyright (C) 2022, 2023 Richard Stallman
|
Copyright (C) 2022, 2023, 2025 Richard Stallman
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|
|
@ -102,8 +102,8 @@
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2022, 2023 Free Software Foundation, Inc.
|
Copyright (C) 2022, 2023, 2025 Free Software Foundation, Inc.
|
||||||
Copyright (C) 2022, 2023 Richard Stallman
|
Copyright (C) 2022, 2023, 2025 Richard Stallman
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -6,8 +6,8 @@ GNU C Intro and Reference 0.0 (2023-10-09)
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2022, 2023 Free Software Foundation, Inc.
|
Copyright (C) 2022, 2023, 2025 Free Software Foundation, Inc.
|
||||||
Copyright (C) 2022, 2023 Richard Stallman
|
Copyright (C) 2022, 2023, 2025 Richard Stallman
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|
4
README
4
README
|
@ -3,8 +3,8 @@ number, see NEWS.
|
||||||
|
|
||||||
Please send bug reports and suggestions to <c-manual@gnu.org>.
|
Please send bug reports and suggestions to <c-manual@gnu.org>.
|
||||||
|
|
||||||
Copyright (C) 2022, 2023 Free Software Foundation, Inc.
|
Copyright (C) 2022, 2023, 2025 Free Software Foundation, Inc.
|
||||||
Copyright (C) 2022, 2023 Richard Stallman
|
Copyright (C) 2022, 2023, 2025 Richard Stallman
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this manual
|
Permission is granted to copy, distribute and/or modify this manual
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3 or
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||||||
|
|
6
c.texi
6
c.texi
|
@ -1,7 +1,8 @@
|
||||||
\input texinfo
|
\input texinfo
|
||||||
|
|
||||||
|
|
||||||
@c Copyright (C) 2022, 2023 Richard Stallman and Free Software Foundation, Inc.
|
@c Copyright (C) 2022, 2023, 2025 Richard Stallman
|
||||||
|
@c and Free Software Foundation, Inc.
|
||||||
|
|
||||||
@c (The work of Trevis Rothwell and Nelson Beebe has been assigned to the FSF.)
|
@c (The work of Trevis Rothwell and Nelson Beebe has been assigned to the FSF.)
|
||||||
|
|
||||||
|
@ -22,7 +23,8 @@
|
||||||
@copying
|
@copying
|
||||||
This is Edition @value{VERSION}.
|
This is Edition @value{VERSION}.
|
||||||
|
|
||||||
Copyright @copyright{} 2022, 2023 Richard Stallman and Free Software Foundation, Inc.
|
Copyright @copyright{} 2022, 2023, 2025 Richard Stallman
|
||||||
|
and Free Software Foundation, Inc.
|
||||||
|
|
||||||
(The work of Trevis Rothwell and Nelson Beebe has been assigned to the FSF.)
|
(The work of Trevis Rothwell and Nelson Beebe has been assigned to the FSF.)
|
||||||
|
|
||||||
|
|
4
cpp.texi
4
cpp.texi
|
@ -1,5 +1,5 @@
|
||||||
|
@c Copyright (C) 2022, 2023, 2025 Richard Stallman
|
||||||
@c Copyright @copyright{} 2022 Richard Stallman and Free Software Foundation, Inc.
|
@c and Free Software Foundation, Inc.
|
||||||
|
|
||||||
This is part of the GNU C Intro and Reference Manual
|
This is part of the GNU C Intro and Reference Manual
|
||||||
and covered by its license.
|
and covered by its license.
|
||||||
|
|
3
fp.texi
3
fp.texi
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
@c Copyright @copyright{} 2022 Richard Stallman and Free Software Foundation, Inc.
|
@c Copyright @copyright{} 2022, 2023, 2025 Richard Stallman
|
||||||
|
@c and Free Software Foundation, Inc.
|
||||||
|
|
||||||
This is part of the GNU C Intro and Reference Manual
|
This is part of the GNU C Intro and Reference Manual
|
||||||
and covered by its license.
|
and covered by its license.
|
||||||
|
|
Loading…
Reference in New Issue