diff options
-rw-r--r-- | src/qmi-firmware-update/qfu-main.c | 6 | ||||
-rw-r--r-- | src/qmicli/qmicli.c | 2 | ||||
-rwxr-xr-x | utils/qmi-network.in | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/qmi-firmware-update/qfu-main.c b/src/qmi-firmware-update/qfu-main.c index 07efb63..fcb5cbe 100644 --- a/src/qmi-firmware-update/qfu-main.c +++ b/src/qmi-firmware-update/qfu-main.c @@ -344,9 +344,9 @@ print_version (void) g_print ("\n" PROGRAM_NAME " " PROGRAM_VERSION "\n" "\n" - " Copyright (C) 2016-2017 Bjørn Mork\n" - " Copyright (C) 2016-2017 Zodiac Inflight Innovations\n" - " Copyright (C) 2016-2017 Aleksander Morgado\n" + " Copyright (C) 2016-2018 Bjørn Mork\n" + " Copyright (C) 2016-2018 Zodiac Inflight Innovations\n" + " Copyright (C) 2016-2018 Aleksander Morgado\n" "\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" diff --git a/src/qmicli/qmicli.c b/src/qmicli/qmicli.c index ce27d09..fecae8d 100644 --- a/src/qmicli/qmicli.c +++ b/src/qmicli/qmicli.c @@ -225,7 +225,7 @@ print_version_and_exit (void) { g_print ("\n" PROGRAM_NAME " " PROGRAM_VERSION "\n" - "Copyright (C) 2012-2017 Aleksander Morgado\n" + "Copyright (C) 2012-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/qmi-network.in b/utils/qmi-network.in index 7b6d9ec..bf7bed9 100755 --- a/utils/qmi-network.in +++ b/utils/qmi-network.in @@ -71,7 +71,7 @@ help () version () { echo "qmi-network @VERSION@" - echo "Copyright (2013-2017) 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." |