X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c6887a05b9c56d373086e9a79e20c26bebd300b2..f5730918ef684baafbd9e606a1d4eb06914563cc:/src/src/readconf.c diff --git a/src/src/readconf.c b/src/src/readconf.c index 83ee51b65..48b648bb2 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -5,6 +5,7 @@ /* Copyright (c) The Exim Maintainers 2020 - 2022 */ /* Copyright (c) University of Cambridge 1995 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Functions for reading the configuration file, and for displaying overall configuration values. Thanks to Brian Candler for the original