diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-10 18:31:31 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-10 18:57:06 +0100 |
commit | 504dcdb8563921036d3d2588fb977a929c6305d8 (patch) | |
tree | 4d8879e65360c35a23777a7a8250d5907d997b6e /src/qmicli | |
parent | d302264a2517b6aa43d099af297916493b6c6b2c (diff) | |
download | external_libqmi-504dcdb8563921036d3d2588fb977a929c6305d8.zip external_libqmi-504dcdb8563921036d3d2588fb977a929c6305d8.tar.gz external_libqmi-504dcdb8563921036d3d2588fb977a929c6305d8.tar.bz2 |
build: update copyright years
Diffstat (limited to 'src/qmicli')
-rw-r--r-- | src/qmicli/qmicli-dms.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-helpers.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-helpers.h | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-nas.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-pbm.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-pdc.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-uim.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-voice.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-wda.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-wds.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli-wms.c | 2 | ||||
-rw-r--r-- | src/qmicli/qmicli.c | 4 | ||||
-rw-r--r-- | src/qmicli/qmicli.h | 2 |
13 files changed, 14 insertions, 14 deletions
diff --git a/src/qmicli/qmicli-dms.c b/src/qmicli/qmicli-dms.c index 32fe38a..224782c 100644 --- a/src/qmicli/qmicli-dms.c +++ b/src/qmicli/qmicli-dms.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2012-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2012-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" diff --git a/src/qmicli/qmicli-helpers.c b/src/qmicli/qmicli-helpers.c index 9b948ef..2a2dad2 100644 --- a/src/qmicli/qmicli-helpers.c +++ b/src/qmicli/qmicli-helpers.c @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2015 Velocloud Inc. - * Copyright (C) 2012-2016 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2012-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include <stdio.h> diff --git a/src/qmicli/qmicli-helpers.h b/src/qmicli/qmicli-helpers.h index bc849a7..4a1e087 100644 --- a/src/qmicli/qmicli-helpers.h +++ b/src/qmicli/qmicli-helpers.h @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2015 Velocloud Inc. - * Copyright (C) 2012-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2012-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include <glib.h> diff --git a/src/qmicli/qmicli-nas.c b/src/qmicli/qmicli-nas.c index b056bea..c9a356f 100644 --- a/src/qmicli/qmicli-nas.c +++ b/src/qmicli/qmicli-nas.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2012-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2012-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" diff --git a/src/qmicli/qmicli-pbm.c b/src/qmicli/qmicli-pbm.c index 3b4379d..fb1aec0 100644 --- a/src/qmicli/qmicli-pbm.c +++ b/src/qmicli/qmicli-pbm.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2013-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2013-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" diff --git a/src/qmicli/qmicli-pdc.c b/src/qmicli/qmicli-pdc.c index 879ec04..6e36f7c 100644 --- a/src/qmicli/qmicli-pdc.c +++ b/src/qmicli/qmicli-pdc.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2013-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2013-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" diff --git a/src/qmicli/qmicli-uim.c b/src/qmicli/qmicli-uim.c index a54b082..4f94c09 100644 --- a/src/qmicli/qmicli-uim.c +++ b/src/qmicli/qmicli-uim.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2012-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2012-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" diff --git a/src/qmicli/qmicli-voice.c b/src/qmicli/qmicli-voice.c index 53a7fff..efb053e 100644 --- a/src/qmicli/qmicli-voice.c +++ b/src/qmicli/qmicli-voice.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2014-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2014-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" diff --git a/src/qmicli/qmicli-wda.c b/src/qmicli/qmicli-wda.c index 7db5d87..1d8f075 100644 --- a/src/qmicli/qmicli-wda.c +++ b/src/qmicli/qmicli-wda.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2014-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2014-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" diff --git a/src/qmicli/qmicli-wds.c b/src/qmicli/qmicli-wds.c index 9ba1063..224cb7c 100644 --- a/src/qmicli/qmicli-wds.c +++ b/src/qmicli/qmicli-wds.c @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2015 Velocloud Inc. - * Copyright (C) 2012-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2012-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" diff --git a/src/qmicli/qmicli-wms.c b/src/qmicli/qmicli-wms.c index 48c30a8..89d8a98 100644 --- a/src/qmicli/qmicli-wms.c +++ b/src/qmicli/qmicli-wms.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2015-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" diff --git a/src/qmicli/qmicli.c b/src/qmicli/qmicli.c index 289873c..ce27d09 100644 --- a/src/qmicli/qmicli.c +++ b/src/qmicli/qmicli.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2012-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2012-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include "config.h" @@ -225,7 +225,7 @@ print_version_and_exit (void) { g_print ("\n" PROGRAM_NAME " " PROGRAM_VERSION "\n" - "Copyright (C) 2015 Aleksander Morgado\n" + "Copyright (C) 2012-2017 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/src/qmicli/qmicli.h b/src/qmicli/qmicli.h index 5ebd988..7db7905 100644 --- a/src/qmicli/qmicli.h +++ b/src/qmicli/qmicli.h @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Copyright (C) 2012-2015 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2012-2017 Aleksander Morgado <aleksander@aleksander.es> */ #include <glib.h> |