X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Ftypes.h;h=b98e68137df70a868dd331084454f81873912376;hb=fd1bcedb3115d02ab6a3fecf04bc3845d8ddcdd3;hp=556a67c5fa73f9617c5af220c5f8ed989acf708f;hpb=cbc190407df71e058ef656d4eaf30cee31b4bb58;p=lttng-modules.git diff --git a/wrapper/types.h b/wrapper/types.h index 556a67c5..b98e6813 100644 --- a/wrapper/types.h +++ b/wrapper/types.h @@ -1,26 +1,13 @@ -#ifndef _LTTNG_WRAPPER_TYPES_H -#define _LTTNG_WRAPPER_TYPES_H - -/* +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * * wrapper/types.h * * Copyright (C) 2017 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_TYPES_H +#define _LTTNG_WRAPPER_TYPES_H + #define LTTNG_SIZE_MAX (~(size_t)0) #endif /* _LTTNG_WRAPPER_TYPES_H */