diff --git a/apps/cmstapp/code/agent/agent.cpp b/apps/cmstapp/code/agent/agent.cpp index 4ba1f7fc..7750264a 100644 --- a/apps/cmstapp/code/agent/agent.cpp +++ b/apps/cmstapp/code/agent/agent.cpp @@ -4,7 +4,7 @@ Code for the user agent registered on DBus. When the connman daemon needs to communicate with the user it does so through this agent. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/agent/agent.h b/apps/cmstapp/code/agent/agent.h index fca0c45f..b7092ba9 100644 --- a/apps/cmstapp/code/agent/agent.h +++ b/apps/cmstapp/code/agent/agent.h @@ -3,7 +3,7 @@ Code for the user agent registered on DBus. When the connman daemon needs to communicate with the user it does so through this agent. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/agent/agent_dialog.cpp b/apps/cmstapp/code/agent/agent_dialog.cpp index 08e56468..44ef72d7 100644 --- a/apps/cmstapp/code/agent/agent_dialog.cpp +++ b/apps/cmstapp/code/agent/agent_dialog.cpp @@ -5,7 +5,7 @@ needs to communicate with the user it does so through the agent. The agent has a QDialog as a class member, and agent_dialog.cpp manages that dialog. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/agent/agent_dialog.h b/apps/cmstapp/code/agent/agent_dialog.h index c1011530..04615eb9 100644 --- a/apps/cmstapp/code/agent/agent_dialog.h +++ b/apps/cmstapp/code/agent/agent_dialog.h @@ -5,7 +5,7 @@ needs to communicate with the user it does so through the agent. The agent has a QDialog as a class member, and agent_dialog.cpp manages that dialog. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/control_box/controlbox.cpp b/apps/cmstapp/code/control_box/controlbox.cpp index 73ad1583..f64a4a2e 100755 --- a/apps/cmstapp/code/control_box/controlbox.cpp +++ b/apps/cmstapp/code/control_box/controlbox.cpp @@ -3,7 +3,7 @@ Code to manage the primary user interface to include the QDialog the user interfaces with and the system tray icon. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/control_box/controlbox.h b/apps/cmstapp/code/control_box/controlbox.h index 76a62d25..78f98f5e 100755 --- a/apps/cmstapp/code/control_box/controlbox.h +++ b/apps/cmstapp/code/control_box/controlbox.h @@ -3,7 +3,7 @@ Code to manage the primary user interface to include the QDialog the user interfaces with and the system tray icon. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/counter/counter.cpp b/apps/cmstapp/code/counter/counter.cpp index ca38e776..489af990 100644 --- a/apps/cmstapp/code/counter/counter.cpp +++ b/apps/cmstapp/code/counter/counter.cpp @@ -3,7 +3,7 @@ Code for the connection counter registered on DBus. When registered the connman daemon will communicate to this object with signals. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/counter/counter.h b/apps/cmstapp/code/counter/counter.h index 6a657828..da1e63d7 100644 --- a/apps/cmstapp/code/counter/counter.h +++ b/apps/cmstapp/code/counter/counter.h @@ -3,7 +3,7 @@ Code for the connection counter registered on DBus. When registered the connman daemon will communicate to this object with signals. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/gen_conf_ed/gen_conf_ed.cpp b/apps/cmstapp/code/gen_conf_ed/gen_conf_ed.cpp index bbbb877d..2462e285 100644 --- a/apps/cmstapp/code/gen_conf_ed/gen_conf_ed.cpp +++ b/apps/cmstapp/code/gen_conf_ed/gen_conf_ed.cpp @@ -2,7 +2,7 @@ Code to edit already existing config files -Copyright (C) 2016-2021 +Copyright (C) 2016-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/gen_conf_ed/gen_conf_ed.h b/apps/cmstapp/code/gen_conf_ed/gen_conf_ed.h index 2c216c9f..d52e3632 100644 --- a/apps/cmstapp/code/gen_conf_ed/gen_conf_ed.h +++ b/apps/cmstapp/code/gen_conf_ed/gen_conf_ed.h @@ -2,7 +2,7 @@ Code to edit already existing config files -Copyright (C) 2016-2021 +Copyright (C) 2016-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/iconman/iconman.cpp b/apps/cmstapp/code/iconman/iconman.cpp index 83d44a7a..5ccc90f5 100644 --- a/apps/cmstapp/code/iconman/iconman.cpp +++ b/apps/cmstapp/code/iconman/iconman.cpp @@ -3,7 +3,7 @@ Class to manage icons and allow the user to provide substitutions based on the the system theme. -Copyright (C) 2015-2021 +Copyright (C) 2015-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/iconman/iconman.h b/apps/cmstapp/code/iconman/iconman.h index e12425e1..37706dc5 100644 --- a/apps/cmstapp/code/iconman/iconman.h +++ b/apps/cmstapp/code/iconman/iconman.h @@ -3,7 +3,7 @@ Class to manage icons and allow the user to provide substitutions based on the the system theme. -Copyright (C) 2015-2021 +Copyright (C) 2015-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/main.cpp b/apps/cmstapp/code/main.cpp index 00007430..65b38118 100755 --- a/apps/cmstapp/code/main.cpp +++ b/apps/cmstapp/code/main.cpp @@ -2,7 +2,7 @@ C++ main routine. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/notify/notify.cpp b/apps/cmstapp/code/notify/notify.cpp index ec894f01..df17dda9 100644 --- a/apps/cmstapp/code/notify/notify.cpp +++ b/apps/cmstapp/code/notify/notify.cpp @@ -3,7 +3,7 @@ Code for a notify client to interface with a desktop notification server. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/notify/notify.h b/apps/cmstapp/code/notify/notify.h index 04c2b0d5..adab9870 100644 --- a/apps/cmstapp/code/notify/notify.h +++ b/apps/cmstapp/code/notify/notify.h @@ -3,7 +3,7 @@ Code for a notify client to interface with a desktop notification server. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/peditor/peditor.cpp b/apps/cmstapp/code/peditor/peditor.cpp index 66000047..2f2d219c 100644 --- a/apps/cmstapp/code/peditor/peditor.cpp +++ b/apps/cmstapp/code/peditor/peditor.cpp @@ -2,7 +2,7 @@ Code to manage the Properties Editor dialog. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/peditor/peditor.h b/apps/cmstapp/code/peditor/peditor.h index bc337e42..478e2b9a 100644 --- a/apps/cmstapp/code/peditor/peditor.h +++ b/apps/cmstapp/code/peditor/peditor.h @@ -2,7 +2,7 @@ Code to manage the Properties Editor dialog. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/provisioning/prov_ed.cpp b/apps/cmstapp/code/provisioning/prov_ed.cpp index d1332c7c..2721ddd6 100644 --- a/apps/cmstapp/code/provisioning/prov_ed.cpp +++ b/apps/cmstapp/code/provisioning/prov_ed.cpp @@ -2,7 +2,7 @@ Code to manage the Provisioning Editor dialog. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/provisioning/prov_ed.h b/apps/cmstapp/code/provisioning/prov_ed.h index 3ddd6bad..defaa101 100644 --- a/apps/cmstapp/code/provisioning/prov_ed.h +++ b/apps/cmstapp/code/provisioning/prov_ed.h @@ -2,7 +2,7 @@ Code to manage the Provisioning Editor dialog. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/scrollbox/scrollbox.cpp b/apps/cmstapp/code/scrollbox/scrollbox.cpp index 1b45153d..f884de92 100755 --- a/apps/cmstapp/code/scrollbox/scrollbox.cpp +++ b/apps/cmstapp/code/scrollbox/scrollbox.cpp @@ -3,7 +3,7 @@ Dialog to display text to the user. Kind of like a neutered QMessageBox except it has scroll bars built in. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/scrollbox/scrollbox.h b/apps/cmstapp/code/scrollbox/scrollbox.h index 6b7d8efa..0fe7eaba 100755 --- a/apps/cmstapp/code/scrollbox/scrollbox.h +++ b/apps/cmstapp/code/scrollbox/scrollbox.h @@ -3,7 +3,7 @@ Dialog to display text to the user. Kind of like a neutered QMessageBox except it has scroll bars built in. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/shared/shared.cpp b/apps/cmstapp/code/shared/shared.cpp index 8e4eb986..10ccebcf 100644 --- a/apps/cmstapp/code/shared/shared.cpp +++ b/apps/cmstapp/code/shared/shared.cpp @@ -1,7 +1,7 @@ /**************************** shared.cpp *************************** Functions shared across various classes -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/shared/shared.h b/apps/cmstapp/code/shared/shared.h index 71896224..e1fc840d 100644 --- a/apps/cmstapp/code/shared/shared.h +++ b/apps/cmstapp/code/shared/shared.h @@ -2,7 +2,7 @@ /**************************** shared.h *************************** Functions shared across various classes -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/trstring/tr_strings.cpp b/apps/cmstapp/code/trstring/tr_strings.cpp index 927b392a..10003de3 100644 --- a/apps/cmstapp/code/trstring/tr_strings.cpp +++ b/apps/cmstapp/code/trstring/tr_strings.cpp @@ -4,7 +4,7 @@ Class to manage and present strings that need to be translated. These are typically not inline strings, rather strings used globally or strings returned by third parties, for instance, Connman. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/trstring/tr_strings.h b/apps/cmstapp/code/trstring/tr_strings.h index 9137c4ac..54079949 100644 --- a/apps/cmstapp/code/trstring/tr_strings.h +++ b/apps/cmstapp/code/trstring/tr_strings.h @@ -4,7 +4,7 @@ Class to manage and present strings that need to be translated. These are typically not inline strings, rather strings used globally or strings returned by third parties, for instance, Connman. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/vpn_agent/vpnagent.cpp b/apps/cmstapp/code/vpn_agent/vpnagent.cpp index 3de29c69..a9fc4f08 100644 --- a/apps/cmstapp/code/vpn_agent/vpnagent.cpp +++ b/apps/cmstapp/code/vpn_agent/vpnagent.cpp @@ -4,7 +4,7 @@ Code for the user agent registered on DBus. When the connman vpn daemon needs to communicate with the user it does so through this agent. -Copyright (C) 2016-2021 +Copyright (C) 2016-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/vpn_agent/vpnagent.h b/apps/cmstapp/code/vpn_agent/vpnagent.h index ef727cbb..2db2a4be 100644 --- a/apps/cmstapp/code/vpn_agent/vpnagent.h +++ b/apps/cmstapp/code/vpn_agent/vpnagent.h @@ -3,7 +3,7 @@ Code for the user agent registered on DBus. When the connman vpn daemon needs to communicate with the user it does so through this agent. -Copyright (C) 2016-2021 +Copyright (C) 2016-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/vpn_agent/vpnagent_dialog.cpp b/apps/cmstapp/code/vpn_agent/vpnagent_dialog.cpp index 467dcb21..de901240 100644 --- a/apps/cmstapp/code/vpn_agent/vpnagent_dialog.cpp +++ b/apps/cmstapp/code/vpn_agent/vpnagent_dialog.cpp @@ -5,7 +5,7 @@ needs to communicate with the user it does so through the agent. The agent has a QDialog as a class member, and agent_dialog.cpp manages that dialog. -Copyright (C) 2016-2021 +Copyright (C) 2016-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/vpn_agent/vpnagent_dialog.h b/apps/cmstapp/code/vpn_agent/vpnagent_dialog.h index a0243f52..cce38faa 100644 --- a/apps/cmstapp/code/vpn_agent/vpnagent_dialog.h +++ b/apps/cmstapp/code/vpn_agent/vpnagent_dialog.h @@ -5,7 +5,7 @@ needs to communicate with the user it does so through the agent. The agent has a QDialog as a class member, and agent_dialog.cpp manages that dialog. -Copyright (C) 2016-2021 +Copyright (C) 2016-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/vpn_prov_ed/vpn_ed.cpp b/apps/cmstapp/code/vpn_prov_ed/vpn_ed.cpp index 07766203..935e3a52 100644 --- a/apps/cmstapp/code/vpn_prov_ed/vpn_ed.cpp +++ b/apps/cmstapp/code/vpn_prov_ed/vpn_ed.cpp @@ -2,7 +2,7 @@ Code to manage the VPN Provisioning Editor dialog. -Copyright (C) 2016-2021 +Copyright (C) 2016-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/cmstapp/code/vpn_prov_ed/vpn_ed.h b/apps/cmstapp/code/vpn_prov_ed/vpn_ed.h index b9a59afd..71f0dac9 100644 --- a/apps/cmstapp/code/vpn_prov_ed/vpn_ed.h +++ b/apps/cmstapp/code/vpn_prov_ed/vpn_ed.h @@ -2,7 +2,7 @@ Code to manage the VPN Provisioning Editor dialog. -Copyright (C) 2016-2021 +Copyright (C) 2016-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/resource.h b/apps/resource.h index 7468a777..2196160d 100755 --- a/apps/resource.h +++ b/apps/resource.h @@ -6,7 +6,7 @@ we've moved a lot of that to txt files inside the /text directory which are compiled in as a resource. This seems to result in a faster compile, but we now have manage information in two locations. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT @@ -43,10 +43,10 @@ DEALINGS IN THE SOFTWARE. ///////////////////////////////// Program Values /////////////////////// // // Program Info (may be visible, but don't mark for tranalation) -#define VERSION "2021.12.19-3" +#define VERSION "2022.01.02-1" #define RELEASE_DATE "02 December 2021" -#define COPYRIGHT_DATE "2013-2021" +#define COPYRIGHT_DATE "2013-2022" // Program Values: // QApplication (not user visible) diff --git a/apps/rootapp/code/main.cpp b/apps/rootapp/code/main.cpp index e053f15d..5a2befac 100644 --- a/apps/rootapp/code/main.cpp +++ b/apps/rootapp/code/main.cpp @@ -2,7 +2,7 @@ main program for the roothelper application -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/rootapp/code/roothelper/roothelper.cpp b/apps/rootapp/code/roothelper/roothelper.cpp index 52ecbf5a..c32803a7 100644 --- a/apps/rootapp/code/roothelper/roothelper.cpp +++ b/apps/rootapp/code/roothelper/roothelper.cpp @@ -6,7 +6,7 @@ name implies roothelper is run as the root user, since we need to read and write to /var/lib/connman. This program is started by DBus and the configuration files necessary to make that happen are in the system dir. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT diff --git a/apps/rootapp/code/roothelper/roothelper.h b/apps/rootapp/code/roothelper/roothelper.h index dbe03e36..76b792c5 100644 --- a/apps/rootapp/code/roothelper/roothelper.h +++ b/apps/rootapp/code/roothelper/roothelper.h @@ -6,7 +6,7 @@ name implies roothelper is run as the root user, since we need to read and write to /var/lib/connman. This program is started by DBus and the configuration files necessary to make that happen are in the system dir. -Copyright (C) 2013-2021 +Copyright (C) 2013-2022 by: Andrew J. Bibb License: MIT