From f8640019f389bf121ec4419ce3d6354dcac4edc2 Mon Sep 17 00:00:00 2001 From: kaffeekanne Date: Wed, 24 Apr 2019 01:08:38 +0200 Subject: [PATCH] Update copyright years --- LICENSE.txt | 2 +- docs/profanity.1 | 4 ++-- src/main.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index fa781683..751a2c57 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Profanity -Copyright (C) 2012 - 2018 James Booth +Copyright (C) 2012 - 2019 James Booth Profanity is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/docs/profanity.1 b/docs/profanity.1 index ff9fa62e..fe91aba5 100644 --- a/docs/profanity.1 +++ b/docs/profanity.1 @@ -1,4 +1,4 @@ -.TH PROFANITY 1 "2018-10-20" "Profanity XMPP client" +.TH PROFANITY 1 "2019-04-23" "Profanity XMPP client" .SH NAME Profanity \- a simple console based XMPP chat client. .SH SYNOPSIS @@ -60,7 +60,7 @@ or by sending a mail directly to: .br .SH LICENSE -Copyright (C) 2012 \- 2018 James Booth . +Copyright (C) 2012 \- 2019 James Booth . License GPLv3+: GNU GPL version 3 or later This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/src/main.c b/src/main.c index 6060ca27..212a7b9c 100644 --- a/src/main.c +++ b/src/main.c @@ -102,7 +102,7 @@ main(int argc, char **argv) g_print("Profanity, version %s\n", PACKAGE_VERSION); } - g_print("Copyright (C) 2012 - 2018 James Booth <%s>.\n", PACKAGE_BUGREPORT); + g_print("Copyright (C) 2012 - 2019 James Booth <%s>.\n", PACKAGE_BUGREPORT); g_print("License GPLv3+: GNU GPL version 3 or later \n"); g_print("\n"); g_print("This is free software; you are free to change and redistribute it.\n");