diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-base-call.c | 1 | ||||
-rw-r--r-- | src/mm-base-call.h | 1 | ||||
-rw-r--r-- | src/mm-broadband-modem.c | 3 | ||||
-rw-r--r-- | src/mm-iface-modem-voice.c | 3 | ||||
-rw-r--r-- | src/mm-iface-modem-voice.h | 3 |
5 files changed, 8 insertions, 3 deletions
diff --git a/src/mm-base-call.c b/src/mm-base-call.c index 0f460ddf..0d09a09d 100644 --- a/src/mm-base-call.c +++ b/src/mm-base-call.c @@ -12,6 +12,7 @@ * * Copyright (C) 2015 Riccardo Vangelisti <riccardo.vangelisti@sadel.it> * Copyright (C) 2019 Aleksander Morgado <aleksander@aleksander.es> + * Copyright (C) 2019 Purism SPC */ #include <config.h> diff --git a/src/mm-base-call.h b/src/mm-base-call.h index 279edec1..973bcafa 100644 --- a/src/mm-base-call.h +++ b/src/mm-base-call.h @@ -11,6 +11,7 @@ * GNU General Public License for more details: * * Copyright (C) 2015 Riccardo Vangelisti <riccardo.vangelisti@sadel.it> + * Copyright (C) 2019 Purism SPC */ #ifndef MM_BASE_CALL_H diff --git a/src/mm-broadband-modem.c b/src/mm-broadband-modem.c index 4b953693..f54ddc56 100644 --- a/src/mm-broadband-modem.c +++ b/src/mm-broadband-modem.c @@ -13,7 +13,8 @@ * Copyright (C) 2008 - 2009 Novell, Inc. * Copyright (C) 2009 - 2012 Red Hat, Inc. * Copyright (C) 2011 - 2012 Google, Inc. - * Copyright (C) 2015 - Marco Bascetta <marco.bascetta@sadel.it> + * Copyright (C) 2015 Marco Bascetta <marco.bascetta@sadel.it> + * Copyright (C) 2019 Purism SPC */ #include <config.h> diff --git a/src/mm-iface-modem-voice.c b/src/mm-iface-modem-voice.c index de4efc62..92f8f65a 100644 --- a/src/mm-iface-modem-voice.c +++ b/src/mm-iface-modem-voice.c @@ -10,7 +10,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details: * - * Copyright (C) 2015 - Marco Bascetta <marco.bascetta@sadel.it> + * Copyright (C) 2015 Marco Bascetta <marco.bascetta@sadel.it> + * Copyright (C) 2019 Purism SPC */ #include <ModemManager.h> diff --git a/src/mm-iface-modem-voice.h b/src/mm-iface-modem-voice.h index fc7b0476..2f477638 100644 --- a/src/mm-iface-modem-voice.h +++ b/src/mm-iface-modem-voice.h @@ -10,7 +10,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details: * - * Copyright (C) 2015 - Marco Bascetta <marco.bascetta@sadel.it> + * Copyright (C) 2015 Marco Bascetta <marco.bascetta@sadel.it> + * Copyright (C) 2019 Purism SPC */ #ifndef MM_IFACE_MODEM_VOICE_H |