diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 00:55:07 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 00:55:07 +0200 |
commit | cf474e3806ae70f707b18293c0a842547b2d7364 (patch) | |
tree | 2f89b970bb54836a2ba46f9f96b0c67031d12f4b /tests/test-2.c | |
parent | 3256110b8b488fde9cd74d5c3a8e5092dcd22921 (diff) |
Add copyright notices where missing
Diffstat (limited to 'tests/test-2.c')
-rw-r--r-- | tests/test-2.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tests/test-2.c b/tests/test-2.c index 602469a..1194a34 100644 --- a/tests/test-2.c +++ b/tests/test-2.c @@ -1,4 +1,20 @@ -/* Test detachability. */ +/* Test detachability. + 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 |