summaryrefslogtreecommitdiffstats
path: root/src/threed/scene
diff options
context:
space:
mode:
Diffstat (limited to 'src/threed/scene')
-rw-r--r--src/threed/scene/qglabstractscene.cpp2
-rw-r--r--src/threed/scene/qglabstractscene.h2
-rw-r--r--src/threed/scene/qglpicknode.cpp2
-rw-r--r--src/threed/scene/qglpicknode.h2
-rw-r--r--src/threed/scene/qglrenderorder.cpp2
-rw-r--r--src/threed/scene/qglrenderorder.h2
-rw-r--r--src/threed/scene/qglrenderordercomparator.cpp2
-rw-r--r--src/threed/scene/qglrenderordercomparator.h2
-rw-r--r--src/threed/scene/qglrendersequencer.cpp2
-rw-r--r--src/threed/scene/qglrendersequencer.h2
-rw-r--r--src/threed/scene/qglrenderstate.cpp2
-rw-r--r--src/threed/scene/qglrenderstate.h2
-rw-r--r--src/threed/scene/qglsceneformatplugin.cpp2
-rw-r--r--src/threed/scene/qglsceneformatplugin.h2
-rw-r--r--src/threed/scene/qglscenenode.cpp2
-rw-r--r--src/threed/scene/qglscenenode.h2
-rw-r--r--src/threed/scene/qglscenenode_p.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/src/threed/scene/qglabstractscene.cpp b/src/threed/scene/qglabstractscene.cpp
index 3eaebe7d1..1fc19fbee 100644
--- a/src/threed/scene/qglabstractscene.cpp
+++ b/src/threed/scene/qglabstractscene.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglabstractscene.h b/src/threed/scene/qglabstractscene.h
index 1f48f4f4d..c6a42cf8b 100644
--- a/src/threed/scene/qglabstractscene.h
+++ b/src/threed/scene/qglabstractscene.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglpicknode.cpp b/src/threed/scene/qglpicknode.cpp
index 299ca3bf7..08358f380 100644
--- a/src/threed/scene/qglpicknode.cpp
+++ b/src/threed/scene/qglpicknode.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglpicknode.h b/src/threed/scene/qglpicknode.h
index 65a2cf93b..0616f00f9 100644
--- a/src/threed/scene/qglpicknode.h
+++ b/src/threed/scene/qglpicknode.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglrenderorder.cpp b/src/threed/scene/qglrenderorder.cpp
index 9db46fdbd..d74892bcd 100644
--- a/src/threed/scene/qglrenderorder.cpp
+++ b/src/threed/scene/qglrenderorder.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglrenderorder.h b/src/threed/scene/qglrenderorder.h
index ef6209fa0..7416dcc66 100644
--- a/src/threed/scene/qglrenderorder.h
+++ b/src/threed/scene/qglrenderorder.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglrenderordercomparator.cpp b/src/threed/scene/qglrenderordercomparator.cpp
index ed589e787..ad81acc99 100644
--- a/src/threed/scene/qglrenderordercomparator.cpp
+++ b/src/threed/scene/qglrenderordercomparator.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglrenderordercomparator.h b/src/threed/scene/qglrenderordercomparator.h
index a6dd8dcd4..9ceec0923 100644
--- a/src/threed/scene/qglrenderordercomparator.h
+++ b/src/threed/scene/qglrenderordercomparator.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglrendersequencer.cpp b/src/threed/scene/qglrendersequencer.cpp
index 4c0598677..4db258208 100644
--- a/src/threed/scene/qglrendersequencer.cpp
+++ b/src/threed/scene/qglrendersequencer.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglrendersequencer.h b/src/threed/scene/qglrendersequencer.h
index c05a4451d..50d05280a 100644
--- a/src/threed/scene/qglrendersequencer.h
+++ b/src/threed/scene/qglrendersequencer.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglrenderstate.cpp b/src/threed/scene/qglrenderstate.cpp
index cf56a85f7..bf280904b 100644
--- a/src/threed/scene/qglrenderstate.cpp
+++ b/src/threed/scene/qglrenderstate.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglrenderstate.h b/src/threed/scene/qglrenderstate.h
index e4d3e7dea..7fb659d9e 100644
--- a/src/threed/scene/qglrenderstate.h
+++ b/src/threed/scene/qglrenderstate.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglsceneformatplugin.cpp b/src/threed/scene/qglsceneformatplugin.cpp
index 575822ad9..1bea22818 100644
--- a/src/threed/scene/qglsceneformatplugin.cpp
+++ b/src/threed/scene/qglsceneformatplugin.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglsceneformatplugin.h b/src/threed/scene/qglsceneformatplugin.h
index 56958a66a..422cf780b 100644
--- a/src/threed/scene/qglsceneformatplugin.h
+++ b/src/threed/scene/qglsceneformatplugin.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglscenenode.cpp b/src/threed/scene/qglscenenode.cpp
index ea8af4616..a4748b76a 100644
--- a/src/threed/scene/qglscenenode.cpp
+++ b/src/threed/scene/qglscenenode.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglscenenode.h b/src/threed/scene/qglscenenode.h
index e786ad6bb..03736ff8f 100644
--- a/src/threed/scene/qglscenenode.h
+++ b/src/threed/scene/qglscenenode.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/threed/scene/qglscenenode_p.h b/src/threed/scene/qglscenenode_p.h
index 117e845c4..dd69b61e2 100644
--- a/src/threed/scene/qglscenenode_p.h
+++ b/src/threed/scene/qglscenenode_p.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/