Move to kernel style SPDX license identifiers
[lttng-ust.git] / include / lttng / ust-version.h.in
index ea04252434ea164f9a8365fa7142c0c39582e32d..5e9d17fc2f2cb5e0ef73a9ed38023a013a929124 100644 (file)
@@ -1,21 +1,14 @@
-#ifndef _LTTNG_UST_VERSION_H
-#define _LTTNG_UST_VERSION_H
-
 /*
- * lttng/ust-version.h.in. Contains the LTTng-UST versions 
- * 
- * Copyright (c) 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * SPDX-License-Identifier: MIT
  *
- * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
- * OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
+ * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
- * 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.
+ * Contains the LTTng-UST versions.
  */
 
+#ifndef _LTTNG_UST_VERSION_H
+#define _LTTNG_UST_VERSION_H
+
 #define LTTNG_UST_MAJOR_VERSION @MAJOR_VERSION@
 #define LTTNG_UST_MINOR_VERSION @MINOR_VERSION@
 #define LTTNG_UST_PATCHLEVEL_VERSION @PATCHLEVEL_VERSION@
This page took 0.02371 seconds and 4 git commands to generate.