X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Furcu%2Fpointer.h;h=e9b346a984efbc6dfc6f5eeae7992be037f030d4;hb=7489fcb466935b3eeb36e99afbbb87188278cb91;hp=21bc2f4c5b3f586e181e04a2ea8830ab84d63320;hpb=10544ee8af31afb239e3dfa71cb2fe09d3de3771;p=lttng-ust.git diff --git a/include/lttng/urcu/pointer.h b/include/lttng/urcu/pointer.h index 21bc2f4c..e9b346a9 100644 --- a/include/lttng/urcu/pointer.h +++ b/include/lttng/urcu/pointer.h @@ -1,31 +1,15 @@ -#ifndef _LTTNG_UST_URCU_POINTER_H -#define _LTTNG_UST_URCU_POINTER_H - /* - * lttng/urcu/pointer.h - * - * Userspace RCU header. Operations on pointers. + * SPDX-License-Identifier: LGPL-2.1-or-later * * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * - * 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. + * Userspace RCU header. Operations on pointers. */ +#ifndef _LTTNG_UST_URCU_POINTER_H +#define _LTTNG_UST_URCU_POINTER_H + #include #include #include