X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Fframe.h;h=6e6dc8117856e076d089edc23f21ce0291ac73fb;hb=3eb95be4200bdde975385f3acd00943ec3b78cc2;hp=ac8f4967da37c93bd2cda8232312b9d2842c69b3;hpb=63155590d2c1a2183028d536e338886411f8f50d;p=lttng-modules.git diff --git a/wrapper/frame.h b/wrapper/frame.h index ac8f4967..6e6dc811 100644 --- a/wrapper/frame.h +++ b/wrapper/frame.h @@ -1,26 +1,13 @@ -#ifndef _LTTNG_WRAPPER_FRAME_H -#define _LTTNG_WRAPPER_FRAME_H - -/* +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * * wrapper/frame.h * * Copyright (C) 2016 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 */ +#ifndef _LTTNG_WRAPPER_FRAME_H +#define _LTTNG_WRAPPER_FRAME_H + #include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,6,0))