X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=liblttctl%2Fliblttctl.c;h=9b8a60b8300618d41bb64e3caec10ed25daf2441;hb=ed2849af3f76f53cf8d13421d1534fd7db7161f8;hp=c88ece8d89468971e5b31dfdd5e0308fadd8b6aa;hpb=6e8902bf55007831c1cbc3092f4f44b4106c9cff;p=ltt-control.git diff --git a/liblttctl/liblttctl.c b/liblttctl/liblttctl.c index c88ece8..9b8a60b 100644 --- a/liblttctl/liblttctl.c +++ b/liblttctl/liblttctl.c @@ -1,23 +1,25 @@ -/* libltt +/* + * liblttctl * - * Linux Trace Toolkit Netlink Control Library + * Linux Trace Toolkit Control Library * * Controls the ltt-control kernel module through debugfs. * - * Copyright 2005 - - * Mathieu Desnoyers - * + * Copyright (c) 2005-2010 Mathieu Desnoyers * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * 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 program is distributed in the hope that it will be useful, + * 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 General Public License for more details. + * 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 */ #ifdef HAVE_CONFIG_H