include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / tracepoint-types.h
index d169a1125bb18d07c7cc14502d9ace2bbd42828a..f05fa4553e4d83f6e5ed09c2248055c48d57a8a7 100644 (file)
@@ -1,11 +1,9 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
-#ifndef _LTTNG_TRACEPOINT_TYPES_H
-#define _LTTNG_TRACEPOINT_TYPES_H
+#ifndef _LTTNG_UST_TRACEPOINT_TYPES_H
+#define _LTTNG_UST_TRACEPOINT_TYPES_H
 
 #include <stdint.h>
 
@@ -48,4 +46,4 @@ struct lttng_ust_tracepoint {
        /* End of base ABI. Fields below should be used after checking struct_size. */
 };
 
-#endif /* _LTTNG_TRACEPOINT_TYPES_H */
+#endif /* _LTTNG_UST_TRACEPOINT_TYPES_H */
This page took 0.024906 seconds and 4 git commands to generate.