Move to kernel style SPDX license identifiers
[deliverable/lttng-ust.git] / include / lttng / urcu / pointer.h
index 21bc2f4c5b3f586e181e04a2ea8830ab84d63320..e9b346a984efbc6dfc6f5eeae7992be037f030d4 100644 (file)
@@ -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 <mathieu.desnoyers@efficios.com>
  * 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 <urcu/compiler.h>
 #include <urcu/arch.h>
 #include <urcu/uatomic.h>
This page took 0.024501 seconds and 5 git commands to generate.