From ad05af340ac17b837bfeed7c2f31ae88f8b6ddb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 19 Feb 2015 17:46:05 +0100 Subject: [PATCH] Change some year numbers to 2015 --- LICENSE | 2 +- abduco.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index e0928b6..83244ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2014 Marc André Tanner +Copyright (c) 2013-2015 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 c1857d4..84fa382 100644 --- a/abduco.c +++ b/abduco.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Marc André Tanner + * Copyright (c) 2013-2015 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 @@ -514,7 +514,7 @@ int main(int argc, char *argv[]) { client.readonly = true; break; case 'v': - puts("abduco-"VERSION" © 2013-2014 Marc André Tanner"); + puts("abduco-"VERSION" © 2013-2015 Marc André Tanner"); exit(EXIT_SUCCESS); default: usage();