X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1ddb1855402d48ad735e46abaf0d662e45600ecd..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/src/dmarc.h diff --git a/src/src/dmarc.h b/src/src/dmarc.h index de68372ee..86d3b1e1c 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -3,9 +3,10 @@ *************************************************/ /* Experimental DMARC support. + Copyright (c) The Exim Maintainers 2021 - 2022 Copyright (c) Todd Lyons 2012 - 2014 - Copyright (c) The Exim Maintainers 2021 License: GPL */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project; All rights reserved, licensed for use per LICENSE.opendmarc. */ @@ -18,7 +19,7 @@ # endif /* SUPPORT_SPF */ /* prototypes */ -gstring * dmarc_version_report(gstring *) +gstring * dmarc_version_report(gstring *); int dmarc_init(); int dmarc_store_data(header_line *); int dmarc_process();