X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.h;h=ccf14f0fd064af946305cfa9f8ad77768e5760a8;hb=4f7a93c27e3d43b44c42d3fc503f03b9b42ca622;hp=2541baa3d66d05eab396c68100ed753c3b406b6a;hpb=0cc804c87799fb5902e66d5bd537a762f786dc2a;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exim.h b/src/src/exim.h index 2541baa3d..ccf14f0fd 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -2,8 +2,10 @@ * Exim - an Internet mail transport agent * *************************************************/ +/* Copyright (c) The Exim Maintainers 2021 - 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 */ /* Source files for exim all #include this header, which drags in everything @@ -535,8 +537,8 @@ config.h, mytypes.h, and store.h, so we don't need to mention them explicitly. #include "hintsdb_structs.h" #include "structs.h" #include "blob.h" -#include "globals.h" #include "hash.h" +#include "globals.h" #include "functions.h" #include "dbfunctions.h" #include "osfunctions.h"