X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-user.h;h=d85bb6f763e4f49ca39e2064d21af42e5696ceb1;hb=a071f25d89c4ef76ffe7bdfcaeb783bc9cfc1211;hp=e03e4b012d948076165c4d4aceac55caf4a1f09e;hpb=7b8ea3a503536c9d00f8bb14958a150cbf7370c0;p=lttng-modules.git diff --git a/probes/lttng-probe-user.h b/probes/lttng-probe-user.h index e03e4b01..d85bb6f7 100644 --- a/probes/lttng-probe-user.h +++ b/probes/lttng-probe-user.h @@ -1,26 +1,13 @@ -#ifndef _LTTNG_PROBE_USER_H -#define _LTTNG_PROBE_USER_H - -/* +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) + * * lttng-probe-user.h * * Copyright (C) 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 */ +#ifndef _LTTNG_PROBE_USER_H +#define _LTTNG_PROBE_USER_H + /* * Calculate string length. Include final null terminating character if there is * one, or ends at first fault.