aboutsummaryrefslogtreecommitdiff
path: root/src/common/qdbusobject.cpp
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-09-11 20:24:27 -0300
committerRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-09-11 20:24:27 -0300
commit638bcc947afe2b941d934fc3f87513f0c8565f7f (patch)
treec739befc966a022ee049605b6dbf994ca7e09220 /src/common/qdbusobject.cpp
parent6bacc0d5db885a72202cb7f80e505642a36052d4 (diff)
downloadqmenumodel-638bcc947afe2b941d934fc3f87513f0c8565f7f.tar.gz
qmenumodel-638bcc947afe2b941d934fc3f87513f0c8565f7f.tar.bz2
qmenumodel-638bcc947afe2b941d934fc3f87513f0c8565f7f.zip
Append the default licence header into source files.
Diffstat (limited to 'src/common/qdbusobject.cpp')
-rw-r--r--src/common/qdbusobject.cpp21
1 files changed, 19 insertions, 2 deletions
diff --git a/src/common/qdbusobject.cpp b/src/common/qdbusobject.cpp
index 6dec6d9..174a9d8 100644
--- a/src/common/qdbusobject.cpp
+++ b/src/common/qdbusobject.cpp
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2012 Canonical Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; version 3.
+ *
+ * This program 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ * Renato Araujo Oliveira Filho <renato@canonical.com>
+ */
+
#include "qdbusobject.h"
#include <QDebug>
-
-
QDBusObject::QDBusObject()
:m_watchId(0),
m_busType(None),