summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-04-08 18:30:51 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-04-08 19:10:22 (GMT)
commit32b7f4328d741dd4f558c2ad0ffe99e7847335dc (patch)
treef2fb8a11e1992225bdb4937dad63e31ee866487c /Slimber/Qt
parent5bdea1948a15eb14ee64a6b480d2aeac3b9c8fbd (diff)
downloadswift-32b7f4328d741dd4f558c2ad0ffe99e7847335dc.zip
swift-32b7f4328d741dd4f558c2ad0ffe99e7847335dc.tar.bz2
Added copyrights to Slimber.
Diffstat (limited to 'Slimber/Qt')
-rw-r--r--Slimber/Qt/QtMenulet.cpp6
-rw-r--r--Slimber/Qt/QtMenulet.h6
-rw-r--r--Slimber/Qt/main.cpp6
3 files changed, 18 insertions, 0 deletions
diff --git a/Slimber/Qt/QtMenulet.cpp b/Slimber/Qt/QtMenulet.cpp
index 58c7d50..71e4f70 100644
--- a/Slimber/Qt/QtMenulet.cpp
+++ b/Slimber/Qt/QtMenulet.cpp
@@ -1,2 +1,8 @@
+/*
+ * Copyright (c) 2010 Remko Tronçon
+ * Licensed under the GNU General Public License v3.
+ * See Documentation/Licenses/GPLv3.txt for more information.
+ */
+
#include "Slimber/Qt/QtMenulet.h"
diff --git a/Slimber/Qt/QtMenulet.h b/Slimber/Qt/QtMenulet.h
index 4ac9140..19458b3 100644
--- a/Slimber/Qt/QtMenulet.h
+++ b/Slimber/Qt/QtMenulet.h
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2010 Remko Tronçon
+ * Licensed under the GNU General Public License v3.
+ * See Documentation/Licenses/GPLv3.txt for more information.
+ */
+
#pragma once
#include <QCoreApplication>
diff --git a/Slimber/Qt/main.cpp b/Slimber/Qt/main.cpp
index 0988e7c..05a4508 100644
--- a/Slimber/Qt/main.cpp
+++ b/Slimber/Qt/main.cpp
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2010 Remko Tronçon
+ * Licensed under the GNU General Public License v3.
+ * See Documentation/Licenses/GPLv3.txt for more information.
+ */
+
#include <QApplication>
#include <QSystemTrayIcon>
#include <QMessageBox>