fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[lttng-ust.git] / COPYING
... / ...
CommitLineData
1LTTng UST - Userspace Tracer
2
3Copyright (C) 2009-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4Copyright (C) 2010 Pierre-Marc Fournier, Nils Carlson, David Goulet and others.
5
6
7* This library is licensed under the LGPL v2.1 license, except when
8 specified otherwise.
9
10This library is free software; you can redistribute it and/or
11modify it under the terms of the GNU Lesser General Public
12License as published by the Free Software Foundation; only
13version 2.1 of the License.
14
15This library is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18Lesser General Public License for more details.
19
20You should have received a copy of the GNU Lesser General Public
21License along with this library; if not, write to the Free Software
22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24
25* System headers are MIT-licensed (BSD style):
26
27Permission is hereby granted, free of charge, to any person obtaining a copy
28of this software and associated documentation files (the "Software"), to deal
29in the Software without restriction, including without limitation the rights
30to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31copies of the Software, and to permit persons to whom the Software is
32furnished to do so, subject to the following conditions:
33
34The above copyright notice and this permission notice shall be included in
35all copies or substantial portions of the Software.
36
37
38* liblttng-ust-ctl/ustctl.c is GPL v2. It is only used by the
39 lttng-sessiond program.
40
41This program is free software; you can redistribute it and/or modify
42it under the terms of the GNU General Public License as published by
43the Free Software Foundation; version 2 of the License only.
44
45This program is distributed in the hope that it will be useful,
46but WITHOUT ANY WARRANTY; without even the implied warranty of
47MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48GNU General Public License for more details.
49
50You should have received a copy of the GNU General Public License along
51with this program; if not, write to the Free Software Foundation, Inc.,
5251 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
This page took 0.022595 seconds and 4 git commands to generate.