X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libmsgpack%2Fmsgpack.c;h=6f31e8fb176c9e604ec457eaeb1e27661da00890;hb=a4e2c093247d929471eae2f16fa7c4e799eedfe3;hp=f3eca64a654cd5cfcfcc9cfabdaf5fca387e5f46;hpb=8b914423d8af8805685f6114888f3bbd3b528d0f;p=lttng-ust.git diff --git a/libmsgpack/msgpack.c b/libmsgpack/msgpack.c index f3eca64a..6f31e8fb 100644 --- a/libmsgpack/msgpack.c +++ b/libmsgpack/msgpack.c @@ -1,24 +1,9 @@ /* - * msgpack.c + * SPDX-License-Identifier: LGPL-2.1-only * * Copyright (C) 2020 Francis Deslauriers - * - * 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 */ -#define _GNU_SOURCE #define _LGPL_SOURCE #include @@ -76,7 +61,7 @@ #else /* __KERNEL__ */ -#include +#include #include #include