X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=wrapper%2Ftrace-clock.h;fp=wrapper%2Ftrace-clock.h;h=a98f034e674d92ef715d58d1581b596df6e68617;hb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;hp=08f99229225e6e870d5d78d13d0446f5cc357b0c;hpb=6c27a5ccba05b088fbfcf8cd982c25649838298d;p=deliverable%2Flttng-modules.git diff --git a/wrapper/trace-clock.h b/wrapper/trace-clock.h index 08f99229..a98f034e 100644 --- a/wrapper/trace-clock.h +++ b/wrapper/trace-clock.h @@ -1,29 +1,16 @@ -#ifndef _LTTNG_TRACE_CLOCK_H -#define _LTTNG_TRACE_CLOCK_H - -/* +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * * wrapper/trace-clock.h * * Contains LTTng trace clock mapping to LTTng trace clock or mainline monotonic * clock. This wrapper depends on CONFIG_HIGH_RES_TIMERS=y. * * Copyright (C) 2011-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_TRACE_CLOCK_H +#define _LTTNG_TRACE_CLOCK_H + #ifdef CONFIG_HAVE_TRACE_CLOCK #include #else /* CONFIG_HAVE_TRACE_CLOCK */