From ee6ee1d232741bcf92d8aa08b6908d98d5eb27a2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 14 Sep 2020 17:11:14 +0200 Subject: [PATCH] Bump copyright year --- README.md | 2 +- doc/entities.ent | 2 +- index/zebraidx.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20471731..67d2bc37 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Zebra server, Copyright (C) 1994-2017 Index Data +# Zebra server, Copyright (C) 1994-2020 Index Data ## Introduction diff --git a/doc/entities.ent b/doc/entities.ent index 12e92d4c..8b7c763b 100644 --- a/doc/entities.ent +++ b/doc/entities.ent @@ -19,4 +19,4 @@ - + diff --git a/index/zebraidx.c b/index/zebraidx.c index c49af9d8..fc3ef0d6 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -248,7 +248,7 @@ int main(int argc, char **argv) zebra_get_version(version_str, sys_str); printf("Zebra %s\n", version_str); - printf("(C) 1994-2017, Index Data\n"); + printf("(C) 1994-2020, Index Data\n"); printf("Zebra is free software, covered by the GNU General Public License, and you are\n"); printf("welcome to change it and/or distribute copies of it under certain conditions.\n"); printf("SHA1 ID: %s\n", sys_str);