X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-context.c;h=17d819d90121f7e0c7146361e115197939f6fce3;hp=a28a9d2370ae39e3bbd569d2de416f6924e0678c;hb=b3c40230ad700b12c39640d8593aece428a2702b;hpb=a90917c3f8c4ed79117f1caa333b29a2108084ec diff --git a/lttng-context.c b/lttng-context.c index a28a9d23..17d819d9 100644 --- a/lttng-context.c +++ b/lttng-context.c @@ -1,11 +1,23 @@ /* * lttng-context.c * - * Copyright 2011 (c) - Mathieu Desnoyers - * * LTTng trace/channel/event context management. * - * Dual LGPL v2.1/GPL v2 license. + * Copyright (C) 2011-2012 Mathieu Desnoyers + * + * 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; only + * version 2.1 of the License. + * + * 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 */ #include