X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Finet.c;h=827b97598f0810a0a8ce229318be60be67c3e1e3;hp=d107ced2881f787166c99302f63326dfe6f4499a;hb=edf4b93e2f5c849cbec49e987990b3705ea49f6a;hpb=1a65bbb8755fa1ae4a013bc1aa94c39297b8779e diff --git a/src/common/sessiond-comm/inet.c b/src/common/sessiond-comm/inet.c index d107ced28..827b97598 100644 --- a/src/common/sessiond-comm/inet.c +++ b/src/common/sessiond-comm/inet.c @@ -1,18 +1,8 @@ /* - * Copyright (C) 2012 - David Goulet + * Copyright (C) 2012 David Goulet * - * 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. */ #define _LGPL_SOURCE @@ -24,13 +14,13 @@ #include #include #include -#include #include #include #include #include #include +#include #include "inet.h"