From a0d8e45cfe24647e8f9c895f3c5fde8dbfd9b557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 24 Mar 2016 14:48:09 +0100 Subject: [PATCH] Update year to 2016 --- abduco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abduco.c b/abduco.c index 8fdc404..3c60a36 100644 --- a/abduco.c +++ b/abduco.c @@ -608,7 +608,7 @@ int main(int argc, char *argv[]) { client.flags |= CLIENT_LOWPRIORITY; break; case 'v': - puts("abduco-"VERSION" © 2013-2015 Marc André Tanner"); + puts("abduco-"VERSION" © 2013-2016 Marc André Tanner"); exit(EXIT_SUCCESS); default: usage();