diff options
author | Kevin Smith <git@kismith.co.uk> | 2014-12-15 09:51:23 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2014-12-15 13:23:45 (GMT) |
commit | 70808c679871925d353dbfbd27cf12adc35bbfb2 (patch) | |
tree | 5f82add393ae999c7ef207da4bc9de85a5e4db5e /Slimber/Qt | |
parent | 1da8cfec8c3c119c0cce5497e079f8656104c10d (diff) | |
download | swift-70808c679871925d353dbfbd27cf12adc35bbfb2.zip swift-70808c679871925d353dbfbd27cf12adc35bbfb2.tar.bz2 |
Update Copyright In Slimber
Change-Id: I927ac2ed7be0153bb0e3d9f33c3001734ee9f65c
Diffstat (limited to 'Slimber/Qt')
-rw-r--r-- | Slimber/Qt/QtAboutDialog.cpp | 6 | ||||
-rw-r--r-- | Slimber/Qt/QtAboutDialog.h | 6 | ||||
-rw-r--r-- | Slimber/Qt/QtMenulet.cpp | 6 | ||||
-rw-r--r-- | Slimber/Qt/QtMenulet.h | 6 | ||||
-rw-r--r-- | Slimber/Qt/main.cpp | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/Slimber/Qt/QtAboutDialog.cpp b/Slimber/Qt/QtAboutDialog.cpp index 9b4e821..27fc803 100644 --- a/Slimber/Qt/QtAboutDialog.cpp +++ b/Slimber/Qt/QtAboutDialog.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2010 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) 2010 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #include "Slimber/Qt/QtAboutDialog.h" diff --git a/Slimber/Qt/QtAboutDialog.h b/Slimber/Qt/QtAboutDialog.h index 9e139da..d19d209 100644 --- a/Slimber/Qt/QtAboutDialog.h +++ b/Slimber/Qt/QtAboutDialog.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2010 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) 2010 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #pragma once diff --git a/Slimber/Qt/QtMenulet.cpp b/Slimber/Qt/QtMenulet.cpp index 71e4f70..ba3d004 100644 --- a/Slimber/Qt/QtMenulet.cpp +++ b/Slimber/Qt/QtMenulet.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2010 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) 2010 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #include "Slimber/Qt/QtMenulet.h" diff --git a/Slimber/Qt/QtMenulet.h b/Slimber/Qt/QtMenulet.h index 01a9db1..d6a7a4d 100644 --- a/Slimber/Qt/QtMenulet.h +++ b/Slimber/Qt/QtMenulet.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2010 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) 2010 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #pragma once diff --git a/Slimber/Qt/main.cpp b/Slimber/Qt/main.cpp index 517a253..5415d05 100644 --- a/Slimber/Qt/main.cpp +++ b/Slimber/Qt/main.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2010 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) 2010 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #include <QApplication> |