SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / store.c
index 449fb4ead372806be1910bcec45c055140336764..9e4536eaedf56b741ac5619a1cd8742a54924a18 100644 (file)
@@ -5,7 +5,7 @@
 /* Copyright (c) The Exim maintainers 2019 - 2022 */
 /* 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.