X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libmsgpack%2Fmsgpack.c;h=918be8e591012cf83c684072af0ba6ce16e8d2de;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=564639cd576c49e630ced610b576e231f5160a1c;hpb=f03092d7780681b375484769c2f0e20ed0f0d2a2;p=lttng-ust.git diff --git a/libmsgpack/msgpack.c b/libmsgpack/msgpack.c index 564639cd..918be8e5 100644 --- a/libmsgpack/msgpack.c +++ b/libmsgpack/msgpack.c @@ -1,21 +1,7 @@ /* - * 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