From 10a98441040c5d1ef745bdca18e80257f35b2d48 Mon Sep 17 00:00:00 2001 From: tosiara Date: Tue, 12 May 2020 15:49:25 +0300 Subject: [PATCH] Updated copyright to 2020 --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index 49c0bbbbd..31ad1c911 100644 --- a/src/conf.c +++ b/src/conf.c @@ -3139,7 +3139,7 @@ static struct context **config_camera(struct context **cnt, const char *str, */ static void usage() { - printf("motion Version "VERSION", Copyright 2000-2019 Jeroen Vreeken/Folkert van Heusden/Kenneth Lavrsen/Motion-Project maintainers\n"); + printf("motion Version "VERSION", Copyright 2000-2020 Jeroen Vreeken/Folkert van Heusden/Kenneth Lavrsen/Motion-Project maintainers\n"); printf("\nHome page :\t https://motion-project.github.io/ \n"); printf("\nusage:\tmotion [options]\n"); printf("\n\n");