X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a85c067ba6c6940512cf57ec213277a370d87e70..107077d7fd6736711bf5cd980221723401d37c51:/src/src/store.c diff --git a/src/src/store.c b/src/src/store.c index 449fb4ead..684f83cf0 100644 --- a/src/src/store.c +++ b/src/src/store.c @@ -2,10 +2,10 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) The Exim maintainers 2019 - 2022 */ +/* Copyright (c) The Exim maintainers 2019 - 2023 */ /* Copyright (c) University of Cambridge 1995 - 2018 */ /* 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 */ /* Exim gets and frees all its store through these functions. In the original implementation there was a lot of mallocing and freeing of small bits of store.