X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libcounter%2Fsmp.c;h=edec4a4b3f4701be7aa3601e331449ad19773f5c;hb=74c3f8e27f5b750b71136ce1737972c28f288540;hp=22ad98ab72d3477c8985a7fa68ead95156501094;hpb=ebabbf580131acd1fe246c4d31fc5c044d36a038;p=lttng-ust.git diff --git a/libcounter/smp.c b/libcounter/smp.c index 22ad98ab..edec4a4b 100644 --- a/libcounter/smp.c +++ b/libcounter/smp.c @@ -1,26 +1,12 @@ /* - * libcounter/smp.c + * SPDX-License-Identifier: LGPL-2.1-only * * Copyright (C) 2011-2012 Mathieu Desnoyers * Copyright (C) 2019 Michael Jeanson - * - * 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 #include #include "smp.h"