X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fsnapshot.h;h=9bdf775a97c8e36dc7fe3846ec01189e6120e95c;hp=8f5ee898ee1bdc7c52f7cdc8506445e1f7fd265a;hb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;hpb=da3c9ec137aaec74635ca1f5584040c20b1d3d7b diff --git a/include/lttng/snapshot.h b/include/lttng/snapshot.h index 8f5ee898e..9bdf775a9 100644 --- a/include/lttng/snapshot.h +++ b/include/lttng/snapshot.h @@ -1,18 +1,8 @@ /* - * Copyright (C) 2013 - David Goulet + * Copyright (C) 2013 David Goulet * - * 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_SNAPSHOT_H @@ -62,7 +52,7 @@ const char *lttng_snapshot_output_get_data_url(struct lttng_snapshot_output *out /* * Snapshot output setter family functions. * - * For every set* call, 0 is returned on success or else LTTNG_ERR_INVALID is + * For every set* call, 0 is returned on success or else -LTTNG_ERR_INVALID is * returned indicating that at least one given parameter is invalid. */