summaryrefslogtreecommitdiffstats
path: root/src/daemon/notificationNodeService.cpp
diff options
context:
space:
mode:
authorEmanoil Kotsev <[email protected]>2021-05-31 21:09:48 +0200
committerEmanoil Kotsev <[email protected]>2024-11-09 18:49:26 +0000
commit202ee25cb1c784abf9f13b74bfd2a27104e1e0e9 (patch)
tree5b46d5a0e857677e82d8585ecee4255928ce486b /src/daemon/notificationNodeService.cpp
parent2da6bb1dc4d5e5b9f0801c102869c2fb4d98b5b2 (diff)
downloadkdbusnotification-202ee25cb1c784abf9f13b74bfd2a27104e1e0e9.tar.gz
kdbusnotification-202ee25cb1c784abf9f13b74bfd2a27104e1e0e9.zip
Code adjustments after revew
align copyright statements in header and cpp files explain why gdbus as example used in README remove iostream dependency in favour of tqDebug in main.cpp add again xml header in notificationdaemon.xml remove dbug-glib check from ConfigureChecks.cmake Signed-off-by: Emanoil Kotsev <[email protected]>
Diffstat (limited to 'src/daemon/notificationNodeService.cpp')
-rw-r--r--src/daemon/notificationNodeService.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/daemon/notificationNodeService.cpp b/src/daemon/notificationNodeService.cpp
index a028904..8131f6f 100644
--- a/src/daemon/notificationNodeService.cpp
+++ b/src/daemon/notificationNodeService.cpp
@@ -1,24 +1,24 @@
/*
*
- * HardwareControl DBus Service implementation
+ * Notification DBus Service implementation
*
- * Copyright (C) 2020 Emanoil Kotsev <[email protected]>
+ * Copyright (C) 2021 Emanoil Kotsev <[email protected]>
*
*
- * This file is part of tdecore/tdehw.
+ * This file is part of kdbusnotification.
*
- * hardwarecontrol is free software; you can redistribute it and/or modify
+ * kdbusnotification is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * hardwarecontrol is distributed in the hope that it will be useful,
+ * kdbusnotification is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with tdelibs; if not, write to the Free Software
+ * along with kdbusnotification; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/