X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fclear.h;h=b656db9f4d3ce8d0ccd024ec1ff3e26e7e52fc52;hp=68c0cd48f1a9f79a9ed7a71523672607370afb3f;hb=d01ef216f908707ffbc3c24caa10359070c5d76c;hpb=f2c1f0d46e0ed64f57a4f3bc3a5d6c5b6d743b77 diff --git a/include/lttng/clear.h b/include/lttng/clear.h index 68c0cd48f..b656db9f4 100644 --- a/include/lttng/clear.h +++ b/include/lttng/clear.h @@ -1,19 +1,9 @@ /* - * Copyright (C) 2019 - Jérémie Galarneau - * Copyright (C) 2019 - Mathieu Desnoyers + * Copyright (C) 2019 Jérémie Galarneau + * Copyright (C) 2019 Mathieu Desnoyers * - * This library is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License, version 2.1 only, - * as published by the Free Software Foundation. + * SPDX-License-Identifier: LGPL-2.1-only * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License - * for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this library; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef LTTNG_CLEAR_H @@ -66,5 +56,8 @@ struct lttng_clear_handle; */ extern enum lttng_error_code lttng_clear_session(const char *session_name, struct lttng_clear_handle **handle); +#ifdef __cplusplus +} +#endif #endif /* LTTNG_CLEAR_H */