X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fip.c;h=b50130be3ec694e0bbc548319fa2ec2171ec5016;hb=4f7a93c27e3d43b44c42d3fc503f03b9b42ca622;hp=2ac2b267d1b6348d648a93c70b0cf79509f27bbe;hpb=a85c067ba6c6940512cf57ec213277a370d87e70;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/ip.c b/src/src/ip.c index 2ac2b267d..b50130be3 100644 --- a/src/src/ip.c +++ b/src/src/ip.c @@ -5,7 +5,7 @@ /* Copyright (c) University of Cambridge 1995 - 2018 */ /* Copyright (c) The Exim Maintainers 2020 - 2021 */ /* See the file NOTICE for conditions of use and distribution. */ -/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Functions for doing things with sockets. With the advent of IPv6 this has got messier, so that it's worth pulling out the code into separate functions