Blame COPYING

Packit c04fcb
LTTng UST - Userspace Tracer
Packit c04fcb
Packit c04fcb
Copyright (C) 2009-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Packit c04fcb
Copyright (C) 2010 Pierre-Marc Fournier, Nils Carlson, David Goulet and others.
Packit c04fcb
Packit c04fcb
Packit c04fcb
* This library is licensed under the LGPL v2.1 license, except when
Packit c04fcb
  specified otherwise.
Packit c04fcb
Packit c04fcb
This library is free software; you can redistribute it and/or
Packit c04fcb
modify it under the terms of the GNU Lesser General Public
Packit c04fcb
License as published by the Free Software Foundation; only
Packit c04fcb
version 2.1 of the License.
Packit c04fcb
Packit c04fcb
This library is distributed in the hope that it will be useful,
Packit c04fcb
but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit c04fcb
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit c04fcb
Lesser General Public License for more details.
Packit c04fcb
Packit c04fcb
You should have received a copy of the GNU Lesser General Public
Packit c04fcb
License along with this library; if not, write to the Free Software
Packit c04fcb
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
Packit c04fcb
Packit c04fcb
Packit c04fcb
* System headers are MIT-licensed (BSD style):
Packit c04fcb
Packit c04fcb
Permission is hereby granted, free of charge, to any person obtaining a copy
Packit c04fcb
of this software and associated documentation files (the "Software"), to deal
Packit c04fcb
in the Software without restriction, including without limitation the rights
Packit c04fcb
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Packit c04fcb
copies of the Software, and to permit persons to whom the Software is
Packit c04fcb
furnished to do so, subject to the following conditions:
Packit c04fcb
Packit c04fcb
The above copyright notice and this permission notice shall be included in
Packit c04fcb
all copies or substantial portions of the Software.
Packit c04fcb
Packit c04fcb
Packit c04fcb
* liblttng-ust-ctl/ustctl.c is GPL v2. It is only used by the
Packit c04fcb
  lttng-sessiond program.
Packit c04fcb
Packit c04fcb
This program is free software; you can redistribute it and/or modify
Packit c04fcb
it under the terms of the GNU General Public License as published by
Packit c04fcb
the Free Software Foundation; version 2 of the License only.
Packit c04fcb
Packit c04fcb
This program is distributed in the hope that it will be useful,
Packit c04fcb
but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit c04fcb
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit c04fcb
GNU General Public License for more details.
Packit c04fcb
Packit c04fcb
You should have received a copy of the GNU General Public License along
Packit c04fcb
with this program; if not, write to the Free Software Foundation, Inc.,
Packit c04fcb
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.