From 7f774f0ab5af0c763a170f3a2d3db6bce6ecd37b Mon Sep 17 00:00:00 2001 From: x Date: Mon, 15 Jul 2019 10:32:55 +0200 Subject: [PATCH] Inverted Index: Indexing --- idxcr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idxcr.c b/idxcr.c index 3d8b6b3..c89062f 100644 --- a/idxcr.c +++ b/idxcr.c @@ -1,5 +1,5 @@ /** - Copyright (C) powturbo 2013-2018 + Copyright (C) powturbo 2013-2019 GPL v2 License This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ int verb; void usage() { - fprintf(stderr, "\nTurboPFor Copyright (c) 2013-2018 Powturbo %s\n", __DATE__); + fprintf(stderr, "\nTurboPFor Copyright (c) 2013-2019 Powturbo %s\n", __DATE__); fprintf(stderr, "https://github.com/powturbo/TurboPFor\n\n"); fprintf(stderr, "Create inverted index from 'Document identifier data set' format\n"); fprintf(stderr, "See http://lemire.me/data/integercompression2014.html'\n");