From c374d5da424b41f2f4d6af6d8a2046661836b9b3 Mon Sep 17 00:00:00 2001 From: x Date: Fri, 5 Jan 2018 22:33:31 +0100 Subject: [PATCH] Inverted Index: Query Processing --- idxqry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idxqry.c b/idxqry.c index c319c85..da509ae 100644 --- a/idxqry.c +++ b/idxqry.c @@ -1,5 +1,5 @@ /** - Copyright (C) powturbo 2013-2017 + Copyright (C) powturbo 2013-2018 GPL v2 License This program is free software; you can redistribute it and/or modify @@ -544,7 +544,7 @@ int qrybatch(idxrd_t *idx, char *fqname } void usage() { - fprintf(stderr, "\nTurboPFor Copyright (c) 2013-2017 Powturbo %s\n", __DATE__); + fprintf(stderr, "\nTurboPFor Copyright (c) 2013-2018 Powturbo %s\n", __DATE__); fprintf(stderr, "https://github.com/powturbo/TurboPFor\n\n"); #ifdef THREAD_MAX fprintf(stderr, "Benchmark: parallel intersections in compressed inverted index\n\n");