Move to kernel style SPDX license identifiers
[lttng-ust.git] / include / lttng / bug.h
index d0e59800ff0020ede9116400c1350f8d9797dc88..c1a7c79346859585427ed318bc3cabecf0f24530 100644 (file)
@@ -1,21 +1,12 @@
-#ifndef _LTTNG_BUG_H
-#define _LTTNG_BUG_H
-
 /*
- * lttng/bug.h
- *
- * (C) Copyright 2010-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.
- *
- * 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.
+ * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
+#ifndef _LTTNG_BUG_H
+#define _LTTNG_BUG_H
+
 #include <urcu/compiler.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.0227 seconds and 4 git commands to generate.