diff options
author | 2024-07-11 14:17:15 +0100 | |
---|---|---|
committer | 2024-07-12 20:40:36 +0200 | |
commit | 9d8995833e463cd675cc8bd40036d7d1412fdd1b (patch) | |
tree | 67561002240f3ad60a5181c6ba9c16fb9e718cc0 | |
parent | tests: XFAIL audit tests failing on all mips configurations, bug 29404 (diff) | |
download | glibc-9d8995833e463cd675cc8bd40036d7d1412fdd1b.tar.xz glibc-9d8995833e463cd675cc8bd40036d7d1412fdd1b.zip |
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 <adhemerval.zanella@linaro.org>
-rw-r--r-- | nptl/tst-sem11.c | 18 | ||||
-rw-r--r-- | nptl/tst-sem12.c | 18 |
2 files changed, 36 insertions, 0 deletions
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 + <https://www.gnu.org/licenses/>. */ + #include <semaphore.h> #include <stdio.h> #include <unistd.h> 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 + <https://www.gnu.org/licenses/>. */ + #include <time.h> #include <sys/time.h> |