include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / urcu / static / pointer.h
index 25658c7a8c0cda7f36b37bd90f3f6989a4e5cbc5..66f55ffa982c62354c9479fbb90b1d874296b327 100644 (file)
@@ -1,17 +1,17 @@
+// SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+// SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation.
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
 /*
- * 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.
- *
  * Userspace RCU header. Operations on pointers.
  *
  * TO BE INCLUDED ONLY IN CODE THAT IS TO BE RECOMPILED ON EACH LIBURCU
  * RELEASE. See urcu.h for linking dynamically with the userspace rcu library.
  */
 
-#ifndef _LTTNG_URCU_POINTER_STATIC_H
-#define _LTTNG_URCU_POINTER_STATIC_H
+#ifndef _LTTNG_UST_URCU_POINTER_STATIC_H
+#define _LTTNG_UST_URCU_POINTER_STATIC_H
 
 #include <urcu/compiler.h>
 #include <urcu/arch.h>
@@ -127,4 +127,4 @@ extern "C" {
 }
 #endif
 
-#endif /* _LTTNG_URCU_POINTER_STATIC_H */
+#endif /* _LTTNG_UST_URCU_POINTER_STATIC_H */
This page took 0.025255 seconds and 4 git commands to generate.