Move to kernel style SPDX license identifiers
[lttng-ust.git] / libringbuffer / api.h
index aa23e40121804be84e75cd40bb2e70be5b14e3e6..ec4f52295bbc7332cdc33e9b476eef79d83c23c0 100644 (file)
@@ -1,19 +1,17 @@
-#ifndef _LINUX_RING_BUFFER_API_H
-#define _LINUX_RING_BUFFER_API_H
-
 /*
- * linux/ringbuffer/api.h
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
- * Copyright (C) 2010 - Mathieu Desnoyers "mathieu.desnoyers@efficios.com"
+ * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * Ring Buffer API.
- *
- * Dual LGPL v2.1/GPL v2 license.
  */
 
+#ifndef _LTTNG_RING_BUFFER_API_H
+#define _LTTNG_RING_BUFFER_API_H
+
 #include "backend.h"
 #include "frontend.h"
-#include "vfs.h"
+#include <lttng/ringbuffer-abi.h>
 
 /*
  * ring_buffer_frontend_api.h contains static inline functions that depend on
@@ -22,4 +20,4 @@
  */
 #include "frontend_api.h"
 
-#endif /* _LINUX_RING_BUFFER_API_H */
+#endif /* _LTTNG_RING_BUFFER_API_H */
This page took 0.023395 seconds and 4 git commands to generate.