X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fcondition%2Fsession-rotation.h;h=afd1bbf89760bd905b8e944b8f3e76d694369d0d;hb=6aed44b053a083ad1f65efc7b398b008b9ba2125;hp=5ed71fa4dc9ebce1e631694aa56364833371ccc0;hpb=c19092cd4d6af49c38322fc55ca91f17f03f32ac;p=lttng-tools.git diff --git a/include/lttng/condition/session-rotation.h b/include/lttng/condition/session-rotation.h index 5ed71fa4d..afd1bbf89 100644 --- a/include/lttng/condition/session-rotation.h +++ b/include/lttng/condition/session-rotation.h @@ -1,18 +1,8 @@ /* - * Copyright (C) 2017 - Jérémie Galarneau + * Copyright (C) 2017 Jérémie Galarneau * - * 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_CONDITION_SESSION_ROTATION_H @@ -63,8 +53,8 @@ lttng_condition_session_rotation_ongoing_create(void); * Returns a new condition on success, NULL on failure. This condition must be * destroyed using lttng_condition_destroy(). */ - extern struct lttng_condition * - lttng_condition_session_rotation_completed_create(void); +extern struct lttng_condition * +lttng_condition_session_rotation_completed_create(void); /* * Get the session name property of a session rotation condition.