forked from strace/strace
-
Notifications
You must be signed in to change notification settings - Fork 1
/
COPYING
26 lines (22 loc) · 1.37 KB
/
COPYING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Copyright (c) 1991, 1992 Paul Kranenburg <[email protected]>
Copyright (c) 1993 Branko Lankester <[email protected]>
Copyright (c) 1993 Ulrich Pegelow <[email protected]>
Copyright (c) 1995, 1996 Michael Elizabeth Chastain <[email protected]>
Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <[email protected]>
Copyright (c) 1998-2001 Wichert Akkerman <[email protected]>
Copyright (c) 2001-2021 The strace developers.
All rights reserved.
strace 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.
strace 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 LGPL-2.1-or-later for more details.
strace test suite is provided under the terms of the GNU General Public License
version 2 or later, see tests/COPYING for more details.
The `bundled/linux' directory contains some of Linux kernel UAPI header files
copied verbatim from the Linux kernel for compatibility purposes.
These header files are provided by the Linux kernel under the terms of the
GNU General Public License version 2 only with an explicit syscall exception,
see bundled/linux/COPYING for more details.