summaryrefslogtreecommitdiffstats
path: root/src/threed/materials
diff options
context:
space:
mode:
Diffstat (limited to 'src/threed/materials')
-rw-r--r--src/threed/materials/qglabstractmaterial.cpp2
-rw-r--r--src/threed/materials/qglabstractmaterial.h2
-rw-r--r--src/threed/materials/qglcolormaterial.cpp2
-rw-r--r--src/threed/materials/qglcolormaterial.h2
-rw-r--r--src/threed/materials/qglmaterial.cpp2
-rw-r--r--src/threed/materials/qglmaterial.h2
-rw-r--r--src/threed/materials/qglmaterial_p.h2
-rw-r--r--src/threed/materials/qgltwosidedmaterial.cpp2
-rw-r--r--src/threed/materials/qgltwosidedmaterial.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/threed/materials/qglabstractmaterial.cpp b/src/threed/materials/qglabstractmaterial.cpp
index 97617bc69..4531048cd 100644
--- a/src/threed/materials/qglabstractmaterial.cpp
+++ b/src/threed/materials/qglabstractmaterial.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/materials/qglabstractmaterial.h b/src/threed/materials/qglabstractmaterial.h
index 0dbb258f6..e9441973c 100644
--- a/src/threed/materials/qglabstractmaterial.h
+++ b/src/threed/materials/qglabstractmaterial.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/materials/qglcolormaterial.cpp b/src/threed/materials/qglcolormaterial.cpp
index 95873d000..33e1d599f 100644
--- a/src/threed/materials/qglcolormaterial.cpp
+++ b/src/threed/materials/qglcolormaterial.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/materials/qglcolormaterial.h b/src/threed/materials/qglcolormaterial.h
index 46138e385..1b1011c4c 100644
--- a/src/threed/materials/qglcolormaterial.h
+++ b/src/threed/materials/qglcolormaterial.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/materials/qglmaterial.cpp b/src/threed/materials/qglmaterial.cpp
index 6933a460f..829fc1a52 100644
--- a/src/threed/materials/qglmaterial.cpp
+++ b/src/threed/materials/qglmaterial.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/materials/qglmaterial.h b/src/threed/materials/qglmaterial.h
index ab57824be..22e9f777b 100644
--- a/src/threed/materials/qglmaterial.h
+++ b/src/threed/materials/qglmaterial.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/materials/qglmaterial_p.h b/src/threed/materials/qglmaterial_p.h
index 3b95f5285..7fa88133c 100644
--- a/src/threed/materials/qglmaterial_p.h
+++ b/src/threed/materials/qglmaterial_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$
**
****************************************************************************/
diff --git a/src/threed/materials/qgltwosidedmaterial.cpp b/src/threed/materials/qgltwosidedmaterial.cpp
index 348a20838..e0ea7774b 100644
--- a/src/threed/materials/qgltwosidedmaterial.cpp
+++ b/src/threed/materials/qgltwosidedmaterial.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/materials/qgltwosidedmaterial.h b/src/threed/materials/qgltwosidedmaterial.h
index bc63b0d25..6c64d8a89 100644
--- a/src/threed/materials/qgltwosidedmaterial.h
+++ b/src/threed/materials/qgltwosidedmaterial.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$
**
****************************************************************************/