summaryrefslogtreecommitdiff
path: root/tests/test-3.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-02 00:55:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-02 00:55:07 +0200
commitcf474e3806ae70f707b18293c0a842547b2d7364 (patch)
tree2f89b970bb54836a2ba46f9f96b0c67031d12f4b /tests/test-3.c
parent3256110b8b488fde9cd74d5c3a8e5092dcd22921 (diff)
Add copyright notices where missing
Diffstat (limited to 'tests/test-3.c')
-rw-r--r--tests/test-3.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/tests/test-3.c b/tests/test-3.c
index 46369e0..beed473 100644
--- a/tests/test-3.c
+++ b/tests/test-3.c
@@ -1,4 +1,20 @@
-/* Test the thread attribute get and set methods. */
+/* Test the thread attribute get and set methods.
+ Copyright (C) 2000-2018 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 Library General Public License as
+ published by the Free Software Foundation; either version 2 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
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with the GNU C Library; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>. */
#define _GNU_SOURCE