SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / ip.c
index 2ac2b267d1b6348d648a93c70b0cf79509f27bbe..b50130be3ec694e0bbc548319fa2ec2171ec5016 100644 (file)
@@ -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