X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-probes.c;h=4a2bb630e8503412c3524ddc468aef749c7f2280;hb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;hp=51b0f8652a297eee9bb5d7a15df443972732f595;hpb=114667d5aa4ec11334787e04a9f90fe9184fc16f;p=lttng-modules.git diff --git a/lttng-probes.c b/lttng-probes.c index 51b0f865..4a2bb630 100644 --- a/lttng-probes.c +++ b/lttng-probes.c @@ -1,23 +1,10 @@ -/* +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) + * * lttng-probes.c * * Holds LTTng probes registry. * * Copyright (C) 2010-2012 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 */ #include @@ -25,7 +12,7 @@ #include #include -#include +#include /* * probe list is protected by sessions lock.