From 315338a572ded75b278608612e753f7e9abc7d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 17 Mar 2018 13:30:25 +0100 Subject: [PATCH] Update year numbers --- LICENSE | 2 +- abduco.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 27fa685..5343e1e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2013-2017 Marc André Tanner +Copyright (c) 2013-2018 Marc André Tanner Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/abduco.c b/abduco.c index 9552529..071cc74 100644 --- a/abduco.c +++ b/abduco.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Marc André Tanner + * Copyright (c) 2013-2018 Marc André Tanner * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -613,7 +613,7 @@ int main(int argc, char *argv[]) { client.flags |= CLIENT_LOWPRIORITY; break; case 'v': - puts("abduco-"VERSION" © 2013-2016 Marc André Tanner"); + puts("abduco-"VERSION" © 2013-2018 Marc André Tanner"); exit(EXIT_SUCCESS); default: usage();