summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-01-20 09:28:31 +0100
committerAleksander Morgado <aleksander@aleksander.es>2018-01-20 10:01:34 +0100
commit4bb9e85d9b16a9bf43c4705f02d4911f7f9207b1 (patch)
treeb78c11a965b8b4c9e7cc0c49bb6eb5e458ac5fb2
parent497b1a6298bd90e791920438e52457abbdcaa8b1 (diff)
downloadlibmbim-4bb9e85d9b16a9bf43c4705f02d4911f7f9207b1.tar.gz
mbimcli,mbim-proxy,mbim-network: update copyright year to 2018
-rw-r--r--src/mbim-proxy/mbim-proxy.c4
-rw-r--r--src/mbimcli/mbimcli.c2
-rwxr-xr-xutils/mbim-network.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/mbim-proxy/mbim-proxy.c b/src/mbim-proxy/mbim-proxy.c
index 46f023e..d2cd77f 100644
--- a/src/mbim-proxy/mbim-proxy.c
+++ b/src/mbim-proxy/mbim-proxy.c
@@ -125,8 +125,8 @@ print_version_and_exit (void)
{
g_print ("\n"
PROGRAM_NAME " " PROGRAM_VERSION "\n"
- "Copyright (C) 2013 Aleksander Morgado\n"
- "Copyright (C) 2014 Greg Suarez\n"
+ "Copyright (C) 2013-2018 Aleksander Morgado\n"
+ "Copyright (C) 2014-2018 Greg Suarez\n"
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
diff --git a/src/mbimcli/mbimcli.c b/src/mbimcli/mbimcli.c
index c97c6dd..7ee1716 100644
--- a/src/mbimcli/mbimcli.c
+++ b/src/mbimcli/mbimcli.c
@@ -172,7 +172,7 @@ print_version_and_exit (void)
{
g_print ("\n"
PROGRAM_NAME " " PROGRAM_VERSION "\n"
- "Copyright (2013-2014) Aleksander Morgado\n"
+ "Copyright (C) 2013-2018 Aleksander Morgado\n"
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
diff --git a/utils/mbim-network.in b/utils/mbim-network.in
index f4b0ffb..cb8db19 100755
--- a/utils/mbim-network.in
+++ b/utils/mbim-network.in
@@ -79,7 +79,7 @@ help ()
version ()
{
echo "mbim-network @VERSION@"
- echo "Copyright (2013-2015) Aleksander Morgado"
+ echo "Copyright (C) 2013-2018 Aleksander Morgado"
echo "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>"
echo "This is free software: you are free to change and redistribute it."
echo "There is NO WARRANTY, to the extent permitted by law."