X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libust%2Fbuffers.h;h=44e8598d505ed4b37ed3d41703d35ef4caf6297b;hb=a09dac63957396890b1085cac0fee92ecc5db87a;hp=2dcc9245967a2315c07fe871463a2b5c71d19bb0;hpb=ce45335c5700c87e9b7a6dd744a6b4b760778c4b;p=ust.git diff --git a/libust/buffers.h b/libust/buffers.h index 2dcc924..44e8598 100644 --- a/libust/buffers.h +++ b/libust/buffers.h @@ -1,9 +1,23 @@ /* * buffers.h + * LTTng userspace tracer buffering system * * Copyright (C) 2009 - Pierre-Marc Fournier (pierre-marc dot fournier at polymtl dot ca) * Copyright (C) 2008 - 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 */ #ifndef _UST_BUFFERS_H