X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libringbuffer%2Fapi.h;h=ec4f52295bbc7332cdc33e9b476eef79d83c23c0;hb=f1324c1158b8ad5b9dd8bcc55e2a1a26ab2113ae;hp=25474e7772bc0162dbaa2632e7358a45087d990c;hpb=4318ae1be57eb7983ab4857a7a8eeb4a030a8216;p=lttng-ust.git diff --git a/libringbuffer/api.h b/libringbuffer/api.h index 25474e77..ec4f5229 100644 --- a/libringbuffer/api.h +++ b/libringbuffer/api.h @@ -1,16 +1,14 @@ -#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 * * 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 @@ -22,4 +20,4 @@ */ #include "frontend_api.h" -#endif /* _LINUX_RING_BUFFER_API_H */ +#endif /* _LTTNG_RING_BUFFER_API_H */