diff --git a/LICENSE.txt b/LICENSE.txt index d634a15d..fa781683 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Profanity -Copyright (C) 2012 - 2017 James Booth +Copyright (C) 2012 - 2018 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/apidocs/python/conf.py b/apidocs/python/conf.py index c4793a1e..e14e98c6 100644 --- a/apidocs/python/conf.py +++ b/apidocs/python/conf.py @@ -48,7 +48,7 @@ master_doc = 'index' # General information about the project. project = u'Profanity Python Plugins API' -copyright = u'2016 - 2017, boothj5' +copyright = u'2016 - 2018, boothj5' author = u'boothj5' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/profanity.1 b/docs/profanity.1 index 01b6c12e..eb0c887e 100644 --- a/docs/profanity.1 +++ b/docs/profanity.1 @@ -62,7 +62,7 @@ or by sending a mail directly to: .br .PP .SH LICENSE -Copyright (C) 2012 \- 2017 James Booth . +Copyright (C) 2012 \- 2018 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/command/cmd_ac.c b/src/command/cmd_ac.c index 9bdd7f73..5eabd026 100644 --- a/src/command/cmd_ac.c +++ b/src/command/cmd_ac.c @@ -1,7 +1,7 @@ /* * cmd_ac.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h index d56d0e30..d7b47eb5 100644 --- a/src/command/cmd_ac.h +++ b/src/command/cmd_ac.h @@ -1,7 +1,7 @@ /* * cmd_ac.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index c760d47c..7685dfb9 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1,7 +1,7 @@ /* * cmd_defs.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/command/cmd_defs.h b/src/command/cmd_defs.h index e0cadaf2..d318e7ed 100644 --- a/src/command/cmd_defs.h +++ b/src/command/cmd_defs.h @@ -1,7 +1,7 @@ /* * cmd_defs.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c index 850be61c..e211cc24 100644 --- a/src/command/cmd_funcs.c +++ b/src/command/cmd_funcs.c @@ -1,7 +1,7 @@ /* * cmd_funcs.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/command/cmd_funcs.h b/src/command/cmd_funcs.h index 2f0e0bac..aa703f6d 100644 --- a/src/command/cmd_funcs.h +++ b/src/command/cmd_funcs.h @@ -1,7 +1,7 @@ /* * cmd_funcs.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/common.c b/src/common.c index fa3af68c..a3893c06 100644 --- a/src/common.c +++ b/src/common.c @@ -1,7 +1,7 @@ /* * common.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/common.h b/src/common.h index 421c56cd..a53fdf9c 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ /* * common.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/account.c b/src/config/account.c index 8225b99d..705a5edf 100644 --- a/src/config/account.c +++ b/src/config/account.c @@ -1,7 +1,7 @@ /* * account.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/account.h b/src/config/account.h index 045732e0..1262e518 100644 --- a/src/config/account.h +++ b/src/config/account.h @@ -1,7 +1,7 @@ /* * account.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/accounts.c b/src/config/accounts.c index 28d5d72f..de898dd7 100644 --- a/src/config/accounts.c +++ b/src/config/accounts.c @@ -1,7 +1,7 @@ /* * accounts.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/accounts.h b/src/config/accounts.h index 51969ab8..c6a87c44 100644 --- a/src/config/accounts.h +++ b/src/config/accounts.h @@ -1,7 +1,7 @@ /* * accounts.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/conflists.c b/src/config/conflists.c index 36817005..0d368757 100644 --- a/src/config/conflists.c +++ b/src/config/conflists.c @@ -1,7 +1,7 @@ /* * conflists.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/conflists.h b/src/config/conflists.h index 3a5506a2..0e46fb00 100644 --- a/src/config/conflists.h +++ b/src/config/conflists.h @@ -1,7 +1,7 @@ /* * conflists.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/files.c b/src/config/files.c index 5322c49f..e8de2edb 100644 --- a/src/config/files.c +++ b/src/config/files.c @@ -1,7 +1,7 @@ /* * files.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/files.h b/src/config/files.h index 2ffff016..2eec9772 100644 --- a/src/config/files.h +++ b/src/config/files.h @@ -1,7 +1,7 @@ /* * files.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/preferences.c b/src/config/preferences.c index b86f710a..ba2ebf17 100644 --- a/src/config/preferences.c +++ b/src/config/preferences.c @@ -1,7 +1,7 @@ /* * preferences.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/preferences.h b/src/config/preferences.h index 134fba49..6d236977 100644 --- a/src/config/preferences.h +++ b/src/config/preferences.h @@ -1,7 +1,7 @@ /* * preferences.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/scripts.c b/src/config/scripts.c index d093e8d9..5980dcaa 100644 --- a/src/config/scripts.c +++ b/src/config/scripts.c @@ -1,7 +1,7 @@ /* * scripts.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/scripts.h b/src/config/scripts.h index d7652138..508a43c2 100644 --- a/src/config/scripts.h +++ b/src/config/scripts.h @@ -1,7 +1,7 @@ /* * scripts.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/theme.c b/src/config/theme.c index 5a44e370..dc8dafcf 100644 --- a/src/config/theme.c +++ b/src/config/theme.c @@ -1,7 +1,7 @@ /* * theme.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/theme.h b/src/config/theme.h index 747eace1..c1d9870e 100644 --- a/src/config/theme.h +++ b/src/config/theme.h @@ -1,7 +1,7 @@ /* * theme.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/tlscerts.c b/src/config/tlscerts.c index 39733405..23f6575c 100644 --- a/src/config/tlscerts.c +++ b/src/config/tlscerts.c @@ -1,7 +1,7 @@ /* * tlscerts.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/config/tlscerts.h b/src/config/tlscerts.h index e1a1758f..2fd568ad 100644 --- a/src/config/tlscerts.h +++ b/src/config/tlscerts.h @@ -1,7 +1,7 @@ /* * tlscerts.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/event/client_events.c b/src/event/client_events.c index 2ed4ca8e..db983107 100644 --- a/src/event/client_events.c +++ b/src/event/client_events.c @@ -1,7 +1,7 @@ /* * client_events.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/event/client_events.h b/src/event/client_events.h index 1c9733d2..098f2648 100644 --- a/src/event/client_events.h +++ b/src/event/client_events.h @@ -1,7 +1,7 @@ /* * client_events.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/event/server_events.c b/src/event/server_events.c index f0b2e176..377a1945 100644 --- a/src/event/server_events.c +++ b/src/event/server_events.c @@ -1,7 +1,7 @@ /* * server_events.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/event/server_events.h b/src/event/server_events.h index 75bb4379..bbbee8a2 100644 --- a/src/event/server_events.h +++ b/src/event/server_events.h @@ -1,7 +1,7 @@ /* * server_events.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/log.c b/src/log.c index ee5a17de..78306c3c 100644 --- a/src/log.c +++ b/src/log.c @@ -1,7 +1,7 @@ /* * log.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/log.h b/src/log.h index 5b25d349..a4c44ef6 100644 --- a/src/log.h +++ b/src/log.h @@ -1,7 +1,7 @@ /* * log.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/main.c b/src/main.c index 479e955d..91e17a9c 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * 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 \n"); g_print("\n"); g_print("This is free software; you are free to change and redistribute it.\n"); diff --git a/src/otr/otr.c b/src/otr/otr.c index 65948493..e84f0ca2 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -1,7 +1,7 @@ /* * otr.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/otr/otr.h b/src/otr/otr.h index 067a6fdb..1ac99a75 100644 --- a/src/otr/otr.h +++ b/src/otr/otr.h @@ -1,7 +1,7 @@ /* * otr.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/otr/otrlib.h b/src/otr/otrlib.h index 99c1d1e2..ba1440c3 100644 --- a/src/otr/otrlib.h +++ b/src/otr/otrlib.h @@ -1,7 +1,7 @@ /* * otrlib.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/otr/otrlibv3.c b/src/otr/otrlibv3.c index 04fdfb19..c1328ecf 100644 --- a/src/otr/otrlibv3.c +++ b/src/otr/otrlibv3.c @@ -1,7 +1,7 @@ /* * otrlibv3.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c index 39c254dd..dfcb4529 100644 --- a/src/otr/otrlibv4.c +++ b/src/otr/otrlibv4.c @@ -1,7 +1,7 @@ /* * otrlibv4.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/pgp/gpg.c b/src/pgp/gpg.c index 4654ee31..bfebe8bd 100644 --- a/src/pgp/gpg.c +++ b/src/pgp/gpg.c @@ -1,7 +1,7 @@ /* * gpg.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/pgp/gpg.h b/src/pgp/gpg.h index 8377b05d..4a7d27b1 100644 --- a/src/pgp/gpg.h +++ b/src/pgp/gpg.h @@ -1,7 +1,7 @@ /* * gpg.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/api.c b/src/plugins/api.c index 76751957..0ca58452 100644 --- a/src/plugins/api.c +++ b/src/plugins/api.c @@ -1,7 +1,7 @@ /* * api.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/api.h b/src/plugins/api.h index 51a5ac0f..0f4881f0 100644 --- a/src/plugins/api.h +++ b/src/plugins/api.h @@ -1,7 +1,7 @@ /* * api.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/autocompleters.c b/src/plugins/autocompleters.c index 20abaddf..040fcf4d 100644 --- a/src/plugins/autocompleters.c +++ b/src/plugins/autocompleters.c @@ -1,7 +1,7 @@ /* * autocompleters.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/autocompleters.h b/src/plugins/autocompleters.h index 37539e27..edb076f4 100644 --- a/src/plugins/autocompleters.h +++ b/src/plugins/autocompleters.h @@ -1,7 +1,7 @@ /* * autocompleters.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/c_api.c b/src/plugins/c_api.c index 9d40b7c7..f3679d8f 100644 --- a/src/plugins/c_api.c +++ b/src/plugins/c_api.c @@ -1,7 +1,7 @@ /* * c_api.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/c_api.h b/src/plugins/c_api.h index 25a56555..8416ca20 100644 --- a/src/plugins/c_api.h +++ b/src/plugins/c_api.h @@ -1,7 +1,7 @@ /* * c_api.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/c_plugins.c b/src/plugins/c_plugins.c index c97c4fee..44010e95 100644 --- a/src/plugins/c_plugins.c +++ b/src/plugins/c_plugins.c @@ -1,7 +1,7 @@ /* * c_plugins.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/c_plugins.h b/src/plugins/c_plugins.h index a7d5f879..4098170a 100644 --- a/src/plugins/c_plugins.h +++ b/src/plugins/c_plugins.h @@ -1,7 +1,7 @@ /* * c_plugins.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/callbacks.c b/src/plugins/callbacks.c index 102fd679..d197a44b 100644 --- a/src/plugins/callbacks.c +++ b/src/plugins/callbacks.c @@ -1,7 +1,7 @@ /* * callbacks.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/callbacks.h b/src/plugins/callbacks.h index 40f0a064..23edd8eb 100644 --- a/src/plugins/callbacks.h +++ b/src/plugins/callbacks.h @@ -1,7 +1,7 @@ /* * callbacks.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/disco.c b/src/plugins/disco.c index a03d651f..a2889f9a 100644 --- a/src/plugins/disco.c +++ b/src/plugins/disco.c @@ -1,7 +1,7 @@ /* * disco.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/disco.h b/src/plugins/disco.h index 71912253..07c6a946 100644 --- a/src/plugins/disco.h +++ b/src/plugins/disco.h @@ -1,7 +1,7 @@ /* * disco.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/plugins.c b/src/plugins/plugins.c index 06b1417f..ced170fe 100644 --- a/src/plugins/plugins.c +++ b/src/plugins/plugins.c @@ -1,7 +1,7 @@ /* * plugins.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/plugins.h b/src/plugins/plugins.h index 0aa490f0..16d6874a 100644 --- a/src/plugins/plugins.h +++ b/src/plugins/plugins.h @@ -1,7 +1,7 @@ /* * plugins.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c index 782487cd..11b9d154 100644 --- a/src/plugins/profapi.c +++ b/src/plugins/profapi.c @@ -1,7 +1,7 @@ /* * prof_api.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h index 60f5f463..48d9f189 100644 --- a/src/plugins/profapi.h +++ b/src/plugins/profapi.h @@ -1,7 +1,7 @@ /* * prof_api.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/python_api.c b/src/plugins/python_api.c index aa707e06..086ccbfb 100644 --- a/src/plugins/python_api.c +++ b/src/plugins/python_api.c @@ -1,7 +1,7 @@ /* * python_api.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/python_api.h b/src/plugins/python_api.h index a5848997..8133c853 100644 --- a/src/plugins/python_api.h +++ b/src/plugins/python_api.h @@ -1,7 +1,7 @@ /* * python_api.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/python_plugins.c b/src/plugins/python_plugins.c index 934a2e4f..6f7c2158 100644 --- a/src/plugins/python_plugins.c +++ b/src/plugins/python_plugins.c @@ -1,7 +1,7 @@ /* * python_plugins.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/python_plugins.h b/src/plugins/python_plugins.h index 4b76ce4c..587d13d7 100644 --- a/src/plugins/python_plugins.h +++ b/src/plugins/python_plugins.h @@ -1,7 +1,7 @@ /* * python_plugins.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/settings.c b/src/plugins/settings.c index 78d8cec0..e4286f22 100644 --- a/src/plugins/settings.c +++ b/src/plugins/settings.c @@ -1,7 +1,7 @@ /* * settings.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/settings.h b/src/plugins/settings.h index d2601fe8..3a81b2d1 100644 --- a/src/plugins/settings.h +++ b/src/plugins/settings.h @@ -1,7 +1,7 @@ /* * settings.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/themes.c b/src/plugins/themes.c index 0c5d33ee..85c26290 100644 --- a/src/plugins/themes.c +++ b/src/plugins/themes.c @@ -1,7 +1,7 @@ /* * themes.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/themes.h b/src/plugins/themes.h index 9bd6ee4a..4feb9f2e 100644 --- a/src/plugins/themes.h +++ b/src/plugins/themes.h @@ -1,7 +1,7 @@ /* * themes.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/profanity.c b/src/profanity.c index ace3fb2b..25bb5b42 100644 --- a/src/profanity.c +++ b/src/profanity.c @@ -1,7 +1,7 @@ /* * profanity.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/profanity.h b/src/profanity.h index 23dabdf6..378eeddb 100644 --- a/src/profanity.h +++ b/src/profanity.h @@ -1,7 +1,7 @@ /* * profanity.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/tools/autocomplete.c b/src/tools/autocomplete.c index c4a843ba..00f29fe0 100644 --- a/src/tools/autocomplete.c +++ b/src/tools/autocomplete.c @@ -1,7 +1,7 @@ /* * autocomplete.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/tools/autocomplete.h b/src/tools/autocomplete.h index f62309ba..64141b35 100644 --- a/src/tools/autocomplete.h +++ b/src/tools/autocomplete.h @@ -1,7 +1,7 @@ /* * autocomplete.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/tools/http_upload.c b/src/tools/http_upload.c index 6e5dd27c..fc4c60f3 100644 --- a/src/tools/http_upload.c +++ b/src/tools/http_upload.c @@ -1,7 +1,7 @@ /* * http_upload.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/tools/http_upload.h b/src/tools/http_upload.h index ae8f8223..145207a4 100644 --- a/src/tools/http_upload.h +++ b/src/tools/http_upload.h @@ -1,7 +1,7 @@ /* * http_upload.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/tools/parser.c b/src/tools/parser.c index 1e960235..74fef1e2 100644 --- a/src/tools/parser.c +++ b/src/tools/parser.c @@ -1,7 +1,7 @@ /* * parser.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/tools/parser.h b/src/tools/parser.h index a60ee823..b099ce24 100644 --- a/src/tools/parser.h +++ b/src/tools/parser.h @@ -1,7 +1,7 @@ /* * parser.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/tools/tinyurl.c b/src/tools/tinyurl.c index 1b94a936..36be4971 100644 --- a/src/tools/tinyurl.c +++ b/src/tools/tinyurl.c @@ -1,7 +1,7 @@ /* * tinyurl.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/tools/tinyurl.h b/src/tools/tinyurl.h index 9e99539b..37e849c4 100644 --- a/src/tools/tinyurl.h +++ b/src/tools/tinyurl.h @@ -1,7 +1,7 @@ /* * tinyurl.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/buffer.c b/src/ui/buffer.c index 102ba4b2..2d29ca65 100644 --- a/src/ui/buffer.c +++ b/src/ui/buffer.c @@ -1,7 +1,7 @@ /* * buffer.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/buffer.h b/src/ui/buffer.h index 8a14dd51..b16bcb51 100644 --- a/src/ui/buffer.h +++ b/src/ui/buffer.h @@ -1,7 +1,7 @@ /* * buffer.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c index 3ca44dd3..ad62c6c7 100644 --- a/src/ui/chatwin.c +++ b/src/ui/chatwin.c @@ -1,7 +1,7 @@ /* * chatwin.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/console.c b/src/ui/console.c index cb5a10b0..4123cd0d 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -1,7 +1,7 @@ /* * console.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * @@ -412,7 +412,7 @@ cons_about(void) } } - win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2012 - 2017 James Booth <%s>.", PACKAGE_BUGREPORT); + win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2012 - 2018 James Booth <%s>.", PACKAGE_BUGREPORT); win_println(console, THEME_DEFAULT, '-', "License GPLv3+: GNU GPL version 3 or later "); win_println(console, THEME_DEFAULT, '-', ""); win_println(console, THEME_DEFAULT, '-', "This is free software; you are free to change and redistribute it."); diff --git a/src/ui/core.c b/src/ui/core.c index 539d78fd..49c8406a 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -1,7 +1,7 @@ /* * core.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index e4da800b..c6403bad 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -1,7 +1,7 @@ /* * inputwin.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/inputwin.h b/src/ui/inputwin.h index 000c13c6..db36cf70 100644 --- a/src/ui/inputwin.h +++ b/src/ui/inputwin.h @@ -1,7 +1,7 @@ /* * inputwin.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/mucconfwin.c b/src/ui/mucconfwin.c index d181c769..7a658a1e 100644 --- a/src/ui/mucconfwin.c +++ b/src/ui/mucconfwin.c @@ -1,7 +1,7 @@ /* * mucconfwin.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c index cb929b4a..15564ed8 100644 --- a/src/ui/mucwin.c +++ b/src/ui/mucwin.c @@ -1,7 +1,7 @@ /* * mucwin.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/notifier.c b/src/ui/notifier.c index 7cf9ad02..452ae026 100644 --- a/src/ui/notifier.c +++ b/src/ui/notifier.c @@ -1,7 +1,7 @@ /* * notifier.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c index 213c1f85..f6bb2197 100644 --- a/src/ui/occupantswin.c +++ b/src/ui/occupantswin.c @@ -1,7 +1,7 @@ /* * occupantswin.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/privwin.c b/src/ui/privwin.c index 20f4b1cb..675ca061 100644 --- a/src/ui/privwin.c +++ b/src/ui/privwin.c @@ -1,7 +1,7 @@ /* * privwin.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c index bbeaba21..c30a880b 100644 --- a/src/ui/rosterwin.c +++ b/src/ui/rosterwin.c @@ -1,7 +1,7 @@ /* * rosterwin.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/screen.c b/src/ui/screen.c index 519f3b1e..22548a75 100644 --- a/src/ui/screen.c +++ b/src/ui/screen.c @@ -1,7 +1,7 @@ /* * screen.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/screen.h b/src/ui/screen.h index 0ff94fd5..e382ab3e 100644 --- a/src/ui/screen.h +++ b/src/ui/screen.h @@ -1,7 +1,7 @@ /* * screen.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c index 7998d7b4..a88834e3 100644 --- a/src/ui/statusbar.c +++ b/src/ui/statusbar.c @@ -1,7 +1,7 @@ /* * statusbar.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/statusbar.h b/src/ui/statusbar.h index ce863b75..def9c04b 100644 --- a/src/ui/statusbar.h +++ b/src/ui/statusbar.h @@ -1,7 +1,7 @@ /* * statusbar.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c index 3b170558..4f5383c2 100644 --- a/src/ui/titlebar.c +++ b/src/ui/titlebar.c @@ -1,7 +1,7 @@ /* * titlebar.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/titlebar.h b/src/ui/titlebar.h index dda517a2..0aed4b2b 100644 --- a/src/ui/titlebar.h +++ b/src/ui/titlebar.h @@ -1,7 +1,7 @@ /* * titlebar.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/tray.c b/src/ui/tray.c index 36817004..ecb0843b 100644 --- a/src/ui/tray.c +++ b/src/ui/tray.c @@ -1,7 +1,7 @@ /* * tray.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/tray.h b/src/ui/tray.h index 4efe988a..c1e6ba77 100644 --- a/src/ui/tray.h +++ b/src/ui/tray.h @@ -1,7 +1,7 @@ /* * tray.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/ui.h b/src/ui/ui.h index c2c6a969..1fb88ec9 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -1,7 +1,7 @@ /* * ui.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/win_types.h b/src/ui/win_types.h index 87ee0b40..3eb48b29 100644 --- a/src/ui/win_types.h +++ b/src/ui/win_types.h @@ -1,7 +1,7 @@ /* * win_types.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/window.c b/src/ui/window.c index aea4b60c..2ca5621c 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -1,7 +1,7 @@ /* * window.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/window.h b/src/ui/window.h index 074e5855..62f737de 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -1,7 +1,7 @@ /* * window.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/window_list.c b/src/ui/window_list.c index 2d19ab32..8c3c4739 100644 --- a/src/ui/window_list.c +++ b/src/ui/window_list.c @@ -1,7 +1,7 @@ /* * window_list.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/window_list.h b/src/ui/window_list.h index dc1f3be4..f1a2ee24 100644 --- a/src/ui/window_list.h +++ b/src/ui/window_list.h @@ -1,7 +1,7 @@ /* * window_list.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/ui/xmlwin.c b/src/ui/xmlwin.c index e845b2e0..c76e91cf 100644 --- a/src/ui/xmlwin.c +++ b/src/ui/xmlwin.c @@ -1,7 +1,7 @@ /* * xmlwin.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/blocking.c b/src/xmpp/blocking.c index 2a8fb316..5d1c52b2 100644 --- a/src/xmpp/blocking.c +++ b/src/xmpp/blocking.c @@ -1,7 +1,7 @@ /* * blocking.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/blocking.h b/src/xmpp/blocking.h index 1e3b6961..61acb631 100644 --- a/src/xmpp/blocking.h +++ b/src/xmpp/blocking.h @@ -1,7 +1,7 @@ /* * blocking.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/bookmark.c b/src/xmpp/bookmark.c index 99b2e20d..accc8a5c 100644 --- a/src/xmpp/bookmark.c +++ b/src/xmpp/bookmark.c @@ -1,7 +1,7 @@ /* * bookmark.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/bookmark.h b/src/xmpp/bookmark.h index c9dfa214..f6c72c27 100644 --- a/src/xmpp/bookmark.h +++ b/src/xmpp/bookmark.h @@ -1,7 +1,7 @@ /* * bookmark.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/capabilities.c b/src/xmpp/capabilities.c index 263680a6..2152f869 100644 --- a/src/xmpp/capabilities.c +++ b/src/xmpp/capabilities.c @@ -1,7 +1,7 @@ /* * capabilities.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/capabilities.h b/src/xmpp/capabilities.h index c1b820fb..21ffe0b4 100644 --- a/src/xmpp/capabilities.h +++ b/src/xmpp/capabilities.h @@ -1,7 +1,7 @@ /* * capabilities.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/chat_session.c b/src/xmpp/chat_session.c index 6e6d871a..799a9c47 100644 --- a/src/xmpp/chat_session.c +++ b/src/xmpp/chat_session.c @@ -1,7 +1,7 @@ /* * chat_session.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/chat_session.h b/src/xmpp/chat_session.h index be3b1ce6..d8de0330 100644 --- a/src/xmpp/chat_session.h +++ b/src/xmpp/chat_session.h @@ -1,7 +1,7 @@ /* * chat_session.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/chat_state.c b/src/xmpp/chat_state.c index cb1b9f69..9659eb8b 100644 --- a/src/xmpp/chat_state.c +++ b/src/xmpp/chat_state.c @@ -1,7 +1,7 @@ /* * chat_state.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/chat_state.h b/src/xmpp/chat_state.h index 9255cb04..51698cd1 100644 --- a/src/xmpp/chat_state.h +++ b/src/xmpp/chat_state.h @@ -1,7 +1,7 @@ /* * chat_state.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c index 34b53f44..6c5e7323 100644 --- a/src/xmpp/connection.c +++ b/src/xmpp/connection.c @@ -1,7 +1,7 @@ /* * connection.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h index ea3d08e7..b0ff7cec 100644 --- a/src/xmpp/connection.h +++ b/src/xmpp/connection.h @@ -1,7 +1,7 @@ /* * connection.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/contact.c b/src/xmpp/contact.c index 0fbff9d5..a43372f3 100644 --- a/src/xmpp/contact.c +++ b/src/xmpp/contact.c @@ -1,7 +1,7 @@ /* * contact.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/contact.h b/src/xmpp/contact.h index 73849351..170df2ca 100644 --- a/src/xmpp/contact.h +++ b/src/xmpp/contact.h @@ -1,7 +1,7 @@ /* * contact.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/form.c b/src/xmpp/form.c index e1bd4a93..6e26411a 100644 --- a/src/xmpp/form.c +++ b/src/xmpp/form.c @@ -1,7 +1,7 @@ /* * form.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/form.h b/src/xmpp/form.h index aa446017..21314ce2 100644 --- a/src/xmpp/form.h +++ b/src/xmpp/form.h @@ -1,7 +1,7 @@ /* * form.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c index 7f6b8de0..74c40c28 100644 --- a/src/xmpp/iq.c +++ b/src/xmpp/iq.c @@ -1,7 +1,7 @@ /* * iq.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/iq.h b/src/xmpp/iq.h index e56d2f59..b06568b6 100644 --- a/src/xmpp/iq.h +++ b/src/xmpp/iq.h @@ -1,7 +1,7 @@ /* * iq.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/jid.c b/src/xmpp/jid.c index ac4cdcdb..0af54c72 100644 --- a/src/xmpp/jid.c +++ b/src/xmpp/jid.c @@ -1,7 +1,7 @@ /* * jid.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/jid.h b/src/xmpp/jid.h index 0ce0ec5b..e4e4d272 100644 --- a/src/xmpp/jid.h +++ b/src/xmpp/jid.h @@ -1,7 +1,7 @@ /* * jid.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/message.c b/src/xmpp/message.c index 4afbe4b1..9f665892 100644 --- a/src/xmpp/message.c +++ b/src/xmpp/message.c @@ -1,7 +1,7 @@ /* * message.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/message.h b/src/xmpp/message.h index b8ba039e..47bb17ed 100644 --- a/src/xmpp/message.h +++ b/src/xmpp/message.h @@ -1,7 +1,7 @@ /* * message.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/muc.c b/src/xmpp/muc.c index 69cacba1..3a6372d7 100644 --- a/src/xmpp/muc.c +++ b/src/xmpp/muc.c @@ -1,7 +1,7 @@ /* * muc.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/muc.h b/src/xmpp/muc.h index 6c6408f3..5303eaa9 100644 --- a/src/xmpp/muc.h +++ b/src/xmpp/muc.h @@ -1,7 +1,7 @@ /* * muc.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c index 97e3d461..8efb60e0 100644 --- a/src/xmpp/presence.c +++ b/src/xmpp/presence.c @@ -1,7 +1,7 @@ /* * presence.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/presence.h b/src/xmpp/presence.h index 4415be1b..6045f72c 100644 --- a/src/xmpp/presence.h +++ b/src/xmpp/presence.h @@ -1,7 +1,7 @@ /* * presence.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/resource.c b/src/xmpp/resource.c index 154f8490..734de3a0 100644 --- a/src/xmpp/resource.c +++ b/src/xmpp/resource.c @@ -1,7 +1,7 @@ /* * resource.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/resource.h b/src/xmpp/resource.h index 8acc5207..9376a51c 100644 --- a/src/xmpp/resource.h +++ b/src/xmpp/resource.h @@ -1,7 +1,7 @@ /* * resource.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/roster.c b/src/xmpp/roster.c index ba152410..e7d9cfb2 100644 --- a/src/xmpp/roster.c +++ b/src/xmpp/roster.c @@ -1,7 +1,7 @@ /* * roster.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/roster.h b/src/xmpp/roster.h index 806c7316..15614377 100644 --- a/src/xmpp/roster.h +++ b/src/xmpp/roster.h @@ -1,7 +1,7 @@ /* * roster.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/roster_list.c b/src/xmpp/roster_list.c index 839ea0b8..a2c5653d 100644 --- a/src/xmpp/roster_list.c +++ b/src/xmpp/roster_list.c @@ -1,7 +1,7 @@ /* * roster_list.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/roster_list.h b/src/xmpp/roster_list.h index 4e6b1d47..a0b01625 100644 --- a/src/xmpp/roster_list.h +++ b/src/xmpp/roster_list.h @@ -1,7 +1,7 @@ /* * roster_list.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/session.c b/src/xmpp/session.c index 633af31f..d5ea0cf3 100644 --- a/src/xmpp/session.c +++ b/src/xmpp/session.c @@ -1,7 +1,7 @@ /* * session.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/session.h b/src/xmpp/session.h index a8c6ab83..a3413e9e 100644 --- a/src/xmpp/session.h +++ b/src/xmpp/session.h @@ -1,7 +1,7 @@ /* * session.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c index 4dd0a2d4..2f690828 100644 --- a/src/xmpp/stanza.c +++ b/src/xmpp/stanza.c @@ -1,7 +1,7 @@ /* * stanza.c * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h index 5da1c2c3..bd161616 100644 --- a/src/xmpp/stanza.h +++ b/src/xmpp/stanza.h @@ -1,7 +1,7 @@ /* * stanza.h * - * Copyright (C) 2012 - 20172017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. * diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index fa36cf19..29401c52 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -1,7 +1,7 @@ /* * xmpp.h * - * Copyright (C) 2012 - 2017 James Booth + * Copyright (C) 2012 - 2018 James Booth * * This file is part of Profanity. *