diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-04-08 18:27:28 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-04-08 19:10:22 (GMT) |
commit | a7c9f8c93327b4e7176b1ec0588867f8609f84fa (patch) | |
tree | 7c6cae46e11cc654725452db4f93ce21e8641c5f /Swift/QtUI/ChatView | |
parent | e2e314fc0fb9e9d510a5fed56b70120795e6d44d (diff) | |
download | swift-a7c9f8c93327b4e7176b1ec0588867f8609f84fa.zip swift-a7c9f8c93327b4e7176b1ec0588867f8609f84fa.tar.bz2 |
Added copyrights to Swift.
Diffstat (limited to 'Swift/QtUI/ChatView')
-rw-r--r-- | Swift/QtUI/ChatView/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Swift/QtUI/ChatView/main.cpp b/Swift/QtUI/ChatView/main.cpp index 771538f..0f53432 100644 --- a/Swift/QtUI/ChatView/main.cpp +++ b/Swift/QtUI/ChatView/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 <QtDebug> #include <QApplication> #include <iostream> |