tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / multi-session / ust_gen_nevents.h
index 7a1c72870e07ca32fd79610dc262938a56ef953e..a4f4067d17f3f94f8dac03d7307ca312f1b26bd9 100644 (file)
@@ -1,22 +1,16 @@
+/*
+ * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * SPDX-License-Identifier: MIT
+ *
+ */
+
 #undef TRACEPOINT_PROVIDER
 #define TRACEPOINT_PROVIDER ust_gen_nevents
 
 #if !defined(_TRACEPOINT_UST_GEN_NEVENTS_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
 #define _TRACEPOINT_UST_GEN_NEVENTS_H
 
-/*
- * Copyright (C) 2011  Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
- * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
- * OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
- *
- * Permission is hereby granted to use or copy this program
- * for any purpose,  provided the above notices are retained on all copies.
- * Permission to modify the code and to distribute modified code is granted,
- * provided the above notices are retained, and a notice that the code was
- * modified is included with the above copyright notice.
- */
-
 #include <lttng/tracepoint.h>
 
 TRACEPOINT_EVENT(ust_gen_nevents, tptest0,
This page took 0.023121 seconds and 4 git commands to generate.