From f1525650fac0621530c56c8857f6577562a1fd1d Mon Sep 17 00:00:00 2001 From: x Date: Mon, 15 Jul 2019 10:32:55 +0200 Subject: [PATCH] Inverted Index: Partioning/Sharding App --- idxseg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idxseg.c b/idxseg.c index 0e41ee5..19ec155 100644 --- a/idxseg.c +++ b/idxseg.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 @@ -51,7 +51,7 @@ unsigned argtoi(char *s) { } 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, "Partitioning\n"); fprintf(stderr, "Usage: idxseg -nNs -sPs \n"); fprintf(stderr, "Ns=total number of documents. Ps=number of partitions\n");