]> sourceware.org Git - glibc.git/commitdiff
nptl: Add copyright notice tst-sem11 and tst-sem12 tests
authorMaciej W. Rozycki <macro@redhat.com>
Thu, 11 Jul 2024 13:17:15 +0000 (14:17 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 12 Jul 2024 18:40:36 +0000 (20:40 +0200)
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>
nptl/tst-sem11.c
nptl/tst-sem12.c

index 1a2dbafd8930d6b324dad1c59e0f895bc24b31db..891e37a860f394ab729a8c71e58cdbdaad15ff9b 100644 (file)
@@ -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>
index 71d02b70e95c1e4c6da57d3df94be3d6ef11467e..a9843524d2ea840fe00e990c6856feb674443cfc 100644 (file)
@@ -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>
 
This page took 0.043434 seconds and 5 git commands to generate.