X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Fperf.h;h=2caf308ab0abc6711070e0f796e337db1c607852;hb=886d51a3d7ed5fa6b41d7f19b3e14ae6c535a44c;hp=9a6dbfc03c263cb7777d75e368b8ef360e1efdfe;hpb=90f5546cd358bae1893eb5c098b16114726dfa75;p=lttng-modules.git diff --git a/wrapper/perf.h b/wrapper/perf.h index 9a6dbfc0..2caf308a 100644 --- a/wrapper/perf.h +++ b/wrapper/perf.h @@ -1,10 +1,24 @@ -#ifndef _LTT_WRAPPER_PERF_H -#define _LTT_WRAPPER_PERF_H +#ifndef _LTTNG_WRAPPER_PERF_H +#define _LTTNG_WRAPPER_PERF_H /* - * Copyright (C) 2011 Mathieu Desnoyers (mathieu.desnoyers@efficios.com) + * wrapper/perf.h * - * Dual LGPL v2.1/GPL v2 license. + * Copyright (C) 2010-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 @@ -29,4 +43,4 @@ wrapper_perf_event_create_kernel_counter(struct perf_event_attr *attr, } #endif -#endif /* _LTT_WRAPPER_PERF_H */ +#endif /* _LTTNG_WRAPPER_PERF_H */