From: Maciej W. Rozycki Date: Thu, 11 Jul 2024 13:17:15 +0000 (+0100) Subject: nptl: Add copyright notice tst-sem11 and tst-sem12 tests X-Git-Tag: glibc-2.40~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d8995833e463cd675cc8bd40036d7d1412fdd1b;p=thirdparty%2Fglibc.git nptl: Add copyright notice tst-sem11 and tst-sem12 tests Add a copyright notice to the tst-sem11 and tst-sem12 tests, observing that they have been originally contributed back in 2007, with commit 2af4e3e5668f ("Test of semaphores."). Reviewed-by: Adhemerval Zanella --- diff --git a/nptl/tst-sem11.c b/nptl/tst-sem11.c index 1a2dbafd89..891e37a860 100644 --- a/nptl/tst-sem11.c +++ b/nptl/tst-sem11.c @@ -1,3 +1,21 @@ +/* Test of semaphores. + Copyright (C) 2007-2024 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 + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + #include #include #include diff --git a/nptl/tst-sem12.c b/nptl/tst-sem12.c index 71d02b70e9..a9843524d2 100644 --- a/nptl/tst-sem12.c +++ b/nptl/tst-sem12.c @@ -1,3 +1,21 @@ +/* Test of semaphores. + Copyright (C) 2007-2024 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 + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + #include #include