X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Furcu%2Furcu-ust.h;h=2f0638d429c0ec06ccfb1b483636206c79eef04e;hb=02275a1d8e68c32173b45f5a0e3b27d97007c840;hp=421e0ccaa98072690d8be7b6fd3c750465934c70;hpb=10544ee8af31afb239e3dfa71cb2fe09d3de3771;p=lttng-ust.git diff --git a/include/lttng/urcu/urcu-ust.h b/include/lttng/urcu/urcu-ust.h index 421e0cca..2f0638d4 100644 --- a/include/lttng/urcu/urcu-ust.h +++ b/include/lttng/urcu/urcu-ust.h @@ -1,8 +1,8 @@ -#ifndef _LTTNG_UST_URCU_H -#define _LTTNG_UST_URCU_H - /* - * urcu-ust.h + * SPDX-License-Identifier: LGPL-2.1-or-later + * + * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * Userspace RCU header for LTTng-UST. Derived from liburcu * "bulletproof" flavor. @@ -10,31 +10,15 @@ * Slower RCU read-side adapted for tracing library. Does not require thread * registration nor unregistration. Also signal-safe. * - * Copyright (c) 2009 Mathieu Desnoyers - * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. - * * LGPL-compatible code should include this header with : * * #define _LGPL_SOURCE * #include - * - * 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; either - * version 2.1 of the License, or (at your option) any later version. - * - * 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 - * - * IBM's contributions to this file may be relicensed under LGPLv2 or later. */ +#ifndef _LTTNG_UST_URCU_H +#define _LTTNG_UST_URCU_H + #include #include