diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 10:14:45 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 11:22:09 -0800 |
| commit | 2642002380aafb71a1d3b569b6d7ebeab3284816 (patch) | |
| tree | ceaca767c6d867076472294164d77b2757b0cf07 /assert | |
| parent | b1da163a2129a6a07037a326c8c514d7a7eab191 (diff) | |
| download | glibc-2642002380aafb71a1d3b569b6d7ebeab3284816.tar.xz glibc-2642002380aafb71a1d3b569b6d7ebeab3284816.zip | |
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'assert')
| -rw-r--r-- | assert/Makefile | 2 | ||||
| -rw-r--r-- | assert/__assert.c | 2 | ||||
| -rw-r--r-- | assert/__libc_assert_fail.c | 2 | ||||
| -rw-r--r-- | assert/assert-perr.c | 2 | ||||
| -rw-r--r-- | assert/assert.c | 2 | ||||
| -rw-r--r-- | assert/assert.h | 2 | ||||
| -rw-r--r-- | assert/test-assert-2.c | 2 | ||||
| -rw-r--r-- | assert/tst-assert-c++.cc | 2 | ||||
| -rw-r--r-- | assert/tst-assert-g++.cc | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/assert/Makefile b/assert/Makefile index ca62f0ee4f..65b9d0768e 100644 --- a/assert/Makefile +++ b/assert/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2024 Free Software Foundation, Inc. +# Copyright (C) 1991-2025 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/assert/__assert.c b/assert/__assert.c index 6a50b4e8bf..545641ca20 100644 --- a/assert/__assert.c +++ b/assert/__assert.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2024 Free Software Foundation, Inc. +/* Copyright (C) 2000-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/assert/__libc_assert_fail.c b/assert/__libc_assert_fail.c index 0204f9ea8d..b50637a893 100644 --- a/assert/__libc_assert_fail.c +++ b/assert/__libc_assert_fail.c @@ -1,5 +1,5 @@ /* libc-internal assert that calls __libc_message. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/assert/assert-perr.c b/assert/assert-perr.c index 0010cbc278..80cae4d00d 100644 --- a/assert/assert-perr.c +++ b/assert/assert-perr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2024 Free Software Foundation, Inc. +/* Copyright (C) 1994-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/assert/assert.c b/assert/assert.c index 3a16f85394..47b06ec7fd 100644 --- a/assert/assert.c +++ b/assert/assert.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/assert/assert.h b/assert/assert.h index 14d3be9cac..31892aebcb 100644 --- a/assert/assert.h +++ b/assert/assert.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/assert/test-assert-2.c b/assert/test-assert-2.c index fddd883046..6d54ef9ba6 100644 --- a/assert/test-assert-2.c +++ b/assert/test-assert-2.c @@ -1,5 +1,5 @@ /* Test assert's compliance with POSIX requirements. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/assert/tst-assert-c++.cc b/assert/tst-assert-c++.cc index 8f06ff8223..ab404ef0f9 100644 --- a/assert/tst-assert-c++.cc +++ b/assert/tst-assert-c++.cc @@ -1,5 +1,5 @@ /* Tests for interactions between C++ and assert. - Copyright (C) 2017-2024 Free Software Foundation, Inc. + Copyright (C) 2017-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/assert/tst-assert-g++.cc b/assert/tst-assert-g++.cc index 77206cb764..c252d3e3ab 100644 --- a/assert/tst-assert-g++.cc +++ b/assert/tst-assert-g++.cc @@ -1,5 +1,5 @@ /* Tests for interactions between C++ and assert. GNU C++11 version. - Copyright (C) 2017-2024 Free Software Foundation, Inc. + Copyright (C) 2017-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |
