X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fbackward-compatibility-group-by.c;h=45bbe17284b551a5f7ddb5b667a445bfc486b725;hp=dd5ccffd532147f8fb317d7f6c23669aa2c11d6a;hb=4f173935e4dfec4ca32ab3825871736b7b0f64d8;hpb=eb60c7af29eaaefeb68516339df2c7f86136ce23 diff --git a/src/bin/lttng-relayd/backward-compatibility-group-by.c b/src/bin/lttng-relayd/backward-compatibility-group-by.c index dd5ccffd5..45bbe1728 100644 --- a/src/bin/lttng-relayd/backward-compatibility-group-by.c +++ b/src/bin/lttng-relayd/backward-compatibility-group-by.c @@ -1,18 +1,8 @@ /* - * Copyright (C) 2019 - Jonathan Rajotte + * Copyright (C) 2019 Jonathan Rajotte * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License, version 2 only, as - * published by the Free Software Foundation. + * SPDX-License-Identifier: GPL-2.0-only * - * This program 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 General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -70,7 +60,7 @@ char *backward_compat_group_by_session( /* * The use of strtok with '/' as delimiter is valid since we refuse '/' * in session name and '/' is not a valid hostname character based on - * RFC-952 [1], RFC-921 [2] and refined in RFC-1123 [2]. + * RFC-952 [1], RFC-921 [2] and refined in RFC-1123 [3]. * [1] https://tools.ietf.org/html/rfc952 * [2] https://tools.ietf.org/html/rfc921 * [3] https://tools.ietf.org/html/rfc1123#page-13