X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Fchannels.c;h=a4f4af1043c7ddc5998a277852345504139c092f;hb=93d0f2eaff675059588e958e3de74a1bb7dd4028;hp=a8df3c48ad916a03661d786e6860491dec68aca0;hpb=b4512257eb71d0432554047acf6278dc42a15a75;p=ust.git diff --git a/libust/channels.c b/libust/channels.c index a8df3c4..a4f4af1 100644 --- a/libust/channels.c +++ b/libust/channels.c @@ -7,6 +7,20 @@ * * Author: * Mathieu Desnoyers (mathieu.desnoyers@polymtl.ca) + * + * This library 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. + * + * This 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ //ust// #include @@ -17,6 +31,7 @@ #include "kernelcompat.h" #include "channels.h" #include "usterr.h" +#include /* * ltt_channel_mutex may be nested inside the LTT trace mutex.