Update copyright

This commit is contained in:
James Booth
2018-01-21 15:00:02 +00:00
parent ca1dcdda6c
commit 250e972b7a
140 changed files with 142 additions and 142 deletions

View File

@@ -1,7 +1,7 @@
/*
* main.c
*
* Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*
@@ -102,7 +102,7 @@ main(int argc, char **argv)
g_print("Profanity, version %s\n", PACKAGE_VERSION);
}
g_print("Copyright (C) 2012 - 2017 James Booth <%s>.\n", PACKAGE_BUGREPORT);
g_print("Copyright (C) 2012 - 2018 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");