From fa04d0c55381843d0ffd9fca13880bf79ffc0aa0 Mon Sep 17 00:00:00 2001 From: x Date: Fri, 17 Mar 2023 20:06:53 +0100 Subject: [PATCH] Inverted Index: Query Processing --- idxqry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idxqry.c b/idxqry.c index d5f2824..767619c 100644 --- a/idxqry.c +++ b/idxqry.c @@ -1,6 +1,6 @@ /** Copyright (C) powturbo 2013-2023 - GPL v2 License + SPDX-License-Identifier: GPL v2 License This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by