aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-08-12 20:09:27 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2014-08-12 21:10:22 +0300
commit7c995a3a200f9ff8979a5e5c2c1126fb63a41ceb (patch)
treeafdeb52cb66f5bf96f8194503acbe33199aa5eba /softwarecontext
parent5cda7ef7b56ff64431be5f2269eb68032645929d (diff)
Fix add-on name
Change-Id: I7df5c64a5035bcec317b7a837d4c7f499f21ab53 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'softwarecontext')
-rw-r--r--softwarecontext/context.cpp2
-rw-r--r--softwarecontext/context.h2
-rw-r--r--softwarecontext/glyphnode.cpp2
-rw-r--r--softwarecontext/glyphnode.h2
-rw-r--r--softwarecontext/imagenode.cpp2
-rw-r--r--softwarecontext/imagenode.h2
-rw-r--r--softwarecontext/ninepatchnode.cpp2
-rw-r--r--softwarecontext/ninepatchnode.h2
-rw-r--r--softwarecontext/pixmaptexture.cpp2
-rw-r--r--softwarecontext/pixmaptexture.h2
-rw-r--r--softwarecontext/pluginmain.cpp2
-rw-r--r--softwarecontext/pluginmain.h2
-rw-r--r--softwarecontext/rectanglenode.cpp2
-rw-r--r--softwarecontext/rectanglenode.h2
-rw-r--r--softwarecontext/renderingvisitor.cpp2
-rw-r--r--softwarecontext/renderingvisitor.h2
-rw-r--r--softwarecontext/renderloop.cpp2
-rw-r--r--softwarecontext/renderloop.h2
-rw-r--r--softwarecontext/softwarelayer.cpp2
-rw-r--r--softwarecontext/softwarelayer.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/softwarecontext/context.cpp b/softwarecontext/context.cpp
index f1911ac310..d1cd65e3ae 100644
--- a/softwarecontext/context.cpp
+++ b/softwarecontext/context.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/context.h b/softwarecontext/context.h
index 4ec7eb9e39..c2aba27db4 100644
--- a/softwarecontext/context.h
+++ b/softwarecontext/context.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/glyphnode.cpp b/softwarecontext/glyphnode.cpp
index d064eff911..a30a64599b 100644
--- a/softwarecontext/glyphnode.cpp
+++ b/softwarecontext/glyphnode.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/glyphnode.h b/softwarecontext/glyphnode.h
index a4c04d94a1..71b529cf1b 100644
--- a/softwarecontext/glyphnode.h
+++ b/softwarecontext/glyphnode.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/imagenode.cpp b/softwarecontext/imagenode.cpp
index 6701749557..7718831b65 100644
--- a/softwarecontext/imagenode.cpp
+++ b/softwarecontext/imagenode.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/imagenode.h b/softwarecontext/imagenode.h
index 89b4cc64da..a0c059a889 100644
--- a/softwarecontext/imagenode.h
+++ b/softwarecontext/imagenode.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/ninepatchnode.cpp b/softwarecontext/ninepatchnode.cpp
index 7351e0b492..ab503b7af5 100644
--- a/softwarecontext/ninepatchnode.cpp
+++ b/softwarecontext/ninepatchnode.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/ninepatchnode.h b/softwarecontext/ninepatchnode.h
index 51d89b839c..2bcd1214e3 100644
--- a/softwarecontext/ninepatchnode.h
+++ b/softwarecontext/ninepatchnode.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/pixmaptexture.cpp b/softwarecontext/pixmaptexture.cpp
index 10a0717984..25fb41a880 100644
--- a/softwarecontext/pixmaptexture.cpp
+++ b/softwarecontext/pixmaptexture.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/pixmaptexture.h b/softwarecontext/pixmaptexture.h
index c3005fc93e..9337376f41 100644
--- a/softwarecontext/pixmaptexture.h
+++ b/softwarecontext/pixmaptexture.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/pluginmain.cpp b/softwarecontext/pluginmain.cpp
index 3777778cc2..43fae0f9de 100644
--- a/softwarecontext/pluginmain.cpp
+++ b/softwarecontext/pluginmain.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/pluginmain.h b/softwarecontext/pluginmain.h
index 68cf6e03e8..fd90823322 100644
--- a/softwarecontext/pluginmain.h
+++ b/softwarecontext/pluginmain.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/rectanglenode.cpp b/softwarecontext/rectanglenode.cpp
index a27d3bf93e..8e3548cf23 100644
--- a/softwarecontext/rectanglenode.cpp
+++ b/softwarecontext/rectanglenode.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/rectanglenode.h b/softwarecontext/rectanglenode.h
index bdf0705b1c..df906d718a 100644
--- a/softwarecontext/rectanglenode.h
+++ b/softwarecontext/rectanglenode.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/renderingvisitor.cpp b/softwarecontext/renderingvisitor.cpp
index 7d3acf0083..fb4d2f4025 100644
--- a/softwarecontext/renderingvisitor.cpp
+++ b/softwarecontext/renderingvisitor.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/renderingvisitor.h b/softwarecontext/renderingvisitor.h
index e91ed01a81..7e30c85968 100644
--- a/softwarecontext/renderingvisitor.h
+++ b/softwarecontext/renderingvisitor.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/renderloop.cpp b/softwarecontext/renderloop.cpp
index 058b3c518a..3674ff8104 100644
--- a/softwarecontext/renderloop.cpp
+++ b/softwarecontext/renderloop.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/renderloop.h b/softwarecontext/renderloop.h
index ddbaaa349a..b6993a830a 100644
--- a/softwarecontext/renderloop.h
+++ b/softwarecontext/renderloop.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/softwarelayer.cpp b/softwarecontext/softwarelayer.cpp
index de757c11fd..70cb73fdaa 100644
--- a/softwarecontext/softwarelayer.cpp
+++ b/softwarecontext/softwarelayer.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in
diff --git a/softwarecontext/softwarelayer.h b/softwarecontext/softwarelayer.h
index 45f4dea55c..3352e6085e 100644
--- a/softwarecontext/softwarelayer.h
+++ b/softwarecontext/softwarelayer.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Qt SceneGraph Raster Add-on.
**
** $QT_BEGIN_LICENSE$
** Licensees holding valid Qt Commercial licenses may use this file in