X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=probes%2Flttng-probe-user.h;h=0939a18535853d798abed3590d60a966deeafe3f;hp=e03e4b012d948076165c4d4aceac55caf4a1f09e;hb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;hpb=6c27a5ccba05b088fbfcf8cd982c25649838298d diff --git a/probes/lttng-probe-user.h b/probes/lttng-probe-user.h index e03e4b01..0939a185 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 or LGPL-2.1) + * * 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.