diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-04-24 09:30:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 09:30:15 +0200 |
commit | 637dfca6ddb38874e0472ffa53acd2cc73e3e608 (patch) | |
tree | 8ffe35d85c032c6bdfc19fad0222e3e658b058d9 | |
parent | 0d8a39d8ddfc2adc2efc8b1941a3862363c86507 (diff) | |
parent | f8640019f389bf121ec4419ce3d6354dcac4edc2 (diff) | |
download | profani-tty-637dfca6ddb38874e0472ffa53acd2cc73e3e608.tar.gz |
Merge pull request #1076 from kaffeekanne/update-copyright-years
Update copyright years
-rw-r--r-- | LICENSE.txt | 2 | ||||
-rw-r--r-- | docs/profanity.1 | 4 | ||||
-rw-r--r-- | 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 <boothj5@gmail.com> +Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com> 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: <boothj5web@gmail.com> .br .SH LICENSE -Copyright (C) 2012 \- 2018 James Booth <boothj5web@gmail.com>. +Copyright (C) 2012 \- 2019 James Booth <boothj5web@gmail.com>. License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html> 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 <https://www.gnu.org/licenses/gpl.html>\n"); g_print("\n"); g_print("This is free software; you are free to change and redistribute it.\n"); |