diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2012-01-10 03:54:19 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-11 00:15:27 (GMT) |
commit | faa6426f6b5492630a2065269f3356bb20cdba9f (patch) | |
tree | ee10cae1ca5056729fdec42fc32b2dda04aedbba | |
parent | 0f21e6a00cef89fe915090023031dd48474665c0 (diff) | |
download | Qt-faa6426f6b5492630a2065269f3356bb20cdba9f.zip Qt-faa6426f6b5492630a2065269f3356bb20cdba9f.tar.gz Qt-faa6426f6b5492630a2065269f3356bb20cdba9f.tar.bz2 |
Remove copyright messages from .pro files.
Qt Project files (.pro) are not subject to copyright, and therefore
should not contain a copyright notice.
Change-Id: I4e3f707a4a2ccc23b0d5c6b312023aa5dcdeb5d5
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
-rw-r--r-- | demos/mobile/qcamera/qcamera.pro | 3 | ||||
-rw-r--r-- | demos/mobile/qtbubblelevel/qtbubblelevel.pro | 2 | ||||
-rw-r--r-- | demos/mobile/quickhit/plugins/LevelOne/levelone.pro | 3 | ||||
-rw-r--r-- | demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro | 3 | ||||
-rw-r--r-- | demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro | 3 | ||||
-rw-r--r-- | demos/mobile/quickhit/quickhit.pro | 3 |
6 files changed, 0 insertions, 17 deletions
diff --git a/demos/mobile/qcamera/qcamera.pro b/demos/mobile/qcamera/qcamera.pro index 17b9513..66bbb3d 100644 --- a/demos/mobile/qcamera/qcamera.pro +++ b/demos/mobile/qcamera/qcamera.pro @@ -1,6 +1,3 @@ - -# Copyright (c) 2011 Nokia Corporation. - TEMPLATE = app TARGET = qcamera diff --git a/demos/mobile/qtbubblelevel/qtbubblelevel.pro b/demos/mobile/qtbubblelevel/qtbubblelevel.pro index 8646308..3314815 100644 --- a/demos/mobile/qtbubblelevel/qtbubblelevel.pro +++ b/demos/mobile/qtbubblelevel/qtbubblelevel.pro @@ -1,5 +1,3 @@ -# Copyright (c) 2011 Nokia Corporation. - QT += core gui declarative CONFIG += mobility MOBILITY += sensors diff --git a/demos/mobile/quickhit/plugins/LevelOne/levelone.pro b/demos/mobile/quickhit/plugins/LevelOne/levelone.pro index b936721..23bd275 100644 --- a/demos/mobile/quickhit/plugins/LevelOne/levelone.pro +++ b/demos/mobile/quickhit/plugins/LevelOne/levelone.pro @@ -1,6 +1,3 @@ - -# Copyright (c) 2010 Nokia Corporation. - TEMPLATE = lib #VERSION = 1.1.0 diff --git a/demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro b/demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro index 1370956..0eecca7 100644 --- a/demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro +++ b/demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro @@ -1,6 +1,3 @@ - -# Copyright (c) 2010 Nokia Corporation. - TEMPLATE = lib #VERSION = 1.1.0 diff --git a/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro b/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro index e5c144f..6395989 100644 --- a/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro +++ b/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro @@ -1,6 +1,3 @@ - -# Copyright (c) 2010 Nokia Corporation. - TEMPLATE = lib #VERSION = 1.1.0 diff --git a/demos/mobile/quickhit/quickhit.pro b/demos/mobile/quickhit/quickhit.pro index e5a4b3d..44bf09b 100644 --- a/demos/mobile/quickhit/quickhit.pro +++ b/demos/mobile/quickhit/quickhit.pro @@ -1,6 +1,3 @@ - -# Copyright (c) 2011 Nokia Corporation. - QT += core gui declarative opengl VERSION = 1.1.1 |