| 1 | LTTng UST - Userspace Tracer |
| 2 | |
| 3 | Copyright (C) 2009-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
| 4 | Copyright (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 | |
| 10 | This library is free software; you can redistribute it and/or |
| 11 | modify it under the terms of the GNU Lesser General Public |
| 12 | License as published by the Free Software Foundation; only |
| 13 | version 2.1 of the License. |
| 14 | |
| 15 | This library is distributed in the hope that it will be useful, |
| 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 18 | Lesser General Public License for more details. |
| 19 | |
| 20 | You should have received a copy of the GNU Lesser General Public |
| 21 | License along with this library; if not, write to the Free Software |
| 22 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 23 | |
| 24 | |
| 25 | * System headers are MIT-licensed (BSD style): |
| 26 | |
| 27 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 28 | of this software and associated documentation files (the "Software"), to deal |
| 29 | in the Software without restriction, including without limitation the rights |
| 30 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 31 | copies of the Software, and to permit persons to whom the Software is |
| 32 | furnished to do so, subject to the following conditions: |
| 33 | |
| 34 | The above copyright notice and this permission notice shall be included in |
| 35 | all 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 | |
| 41 | This program is free software; you can redistribute it and/or modify |
| 42 | it under the terms of the GNU General Public License as published by |
| 43 | the Free Software Foundation; version 2 of the License only. |
| 44 | |
| 45 | This program is distributed in the hope that it will be useful, |
| 46 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 47 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 48 | GNU General Public License for more details. |
| 49 | |
| 50 | You should have received a copy of the GNU General Public License along |
| 51 | with this program; if not, write to the Free Software Foundation, Inc., |
| 52 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |