diff --git a/mms-lib/src/mms_transfer_list.c b/mms-lib/src/mms_transfer_list.c index 71a0b12..d981a71 100644 --- a/mms-lib/src/mms_transfer_list.c +++ b/mms-lib/src/mms_transfer_list.c @@ -1,6 +1,7 @@ /* - * Copyright (C) 2013-2016 Jolla Ltd. - * Contact: Slava Monich + * Copyright (C) 2016-2019 Jolla Ltd. + * Copyright (C) 2016-2019 Slava Monich + * Copyright (C) 2019 Open Mobile Platform LLC. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -16,7 +17,9 @@ /* Logging */ #define GLOG_MODULE_NAME mms_transfer_list_log +#include "mms_lib_log.h" #include +GLOG_MODULE_DEFINE("mms-transfer-list"); G_DEFINE_ABSTRACT_TYPE(MMSTransferList, mms_transfer_list, G_TYPE_OBJECT) diff --git a/mms-lib/test/common/test_transfer_list.c b/mms-lib/test/common/test_transfer_list.c index 86f5073..fb81591 100644 --- a/mms-lib/test/common/test_transfer_list.c +++ b/mms-lib/test/common/test_transfer_list.c @@ -1,6 +1,7 @@ /* - * Copyright (C) 2016 Jolla Ltd. - * Contact: Slava Monich + * Copyright (C) 2016-2019 Jolla Ltd. + * Copyright (C) 2016-2019 Slava Monich + * Copyright (C) 2019 Open Mobile Platform LLC. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -17,7 +18,6 @@ /* Logging */ #define GLOG_MODULE_NAME mms_transfer_list_log #include -GLOG_MODULE_DEFINE("mms-transfer-list-test"); /* Class definition */ typedef MMSTransferListClass MMSTransferListTestClass; diff --git a/mms-transfer-list-dbus/src/mms_transfer_list_dbus.c b/mms-transfer-list-dbus/src/mms_transfer_list_dbus.c index 9095289..b2f6640 100644 --- a/mms-transfer-list-dbus/src/mms_transfer_list_dbus.c +++ b/mms-transfer-list-dbus/src/mms_transfer_list_dbus.c @@ -1,6 +1,7 @@ /* - * Copyright (C) 2016 Jolla Ltd. - * Contact: Slava Monich + * Copyright (C) 2016-2019 Jolla Ltd. + * Copyright (C) 2016-2019 Slava Monich + * Copyright (C) 2019 Open Mobile Platform LLC. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -18,12 +19,6 @@ #include -/* Log module */ -#define GLOG_MODULE_NAME mms_transfer_list_log -#include "mms_lib_log.h" -#include -GLOG_MODULE_DEFINE("mms-transfer-list"); - /* Generated code */ #include "org.nemomobile.MmsEngine.TransferList.h" diff --git a/mms-transfer-list-dbus/src/mms_transfer_list_dbus_log.h b/mms-transfer-list-dbus/src/mms_transfer_list_dbus_log.h index 128ef29..e8a3f2b 100644 --- a/mms-transfer-list-dbus/src/mms_transfer_list_dbus_log.h +++ b/mms-transfer-list-dbus/src/mms_transfer_list_dbus_log.h @@ -1,6 +1,7 @@ /* - * Copyright (C) 2016 Jolla Ltd. - * Contact: Slava Monich + * Copyright (C) 2016-2019 Jolla Ltd. + * Copyright (C) 2016-2019 Slava Monich + * Copyright (C) 2019 Open Mobile Platform LLC. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -16,8 +17,9 @@ #ifndef JOLLA_MMS_TRANSFER_LIST_DBUS_LOG_H #define JOLLA_MMS_TRANSFER_LIST_DBUS_LOG_H -#define MMS_LOG_MODULE_NAME mms_transfer_list_log +#define GLOG_MODULE_NAME mms_transfer_list_log #include "mms_lib_log.h" +#include #endif /* JOLLA_MMS_TRANSFER_LIST_DBUS_LOG_H */