From 9d8995833e463cd675cc8bd40036d7d1412fdd1b Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 11 Jul 2024 14:17:15 +0100 Subject: [PATCH] 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 --- nptl/tst-sem11.c | 18 ++++++++++++++++++ nptl/tst-sem12.c | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) 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