summaryrefslogtreecommitdiffstats
path: root/examples/glsl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/glsl')
-rw-r--r--examples/glsl/build.sh2
-rw-r--r--examples/glsl/glsl-lex.l2
-rw-r--r--examples/glsl/glsl.g2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/glsl/build.sh b/examples/glsl/build.sh
index 7e2c577..5ba201c 100644
--- a/examples/glsl/build.sh
+++ b/examples/glsl/build.sh
@@ -3,7 +3,7 @@
##
## Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
## All rights reserved.
-## Contact: Nokia Corporation (qt-info@nokia.com)
+## Contact: http://www.qt-project.org/
##
## This file is the build configuration utility of the Qt Toolkit.
##
diff --git a/examples/glsl/glsl-lex.l b/examples/glsl/glsl-lex.l
index b24ac90..3d0a3ea 100644
--- a/examples/glsl/glsl-lex.l
+++ b/examples/glsl/glsl-lex.l
@@ -4,7 +4,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the QLALR tool of the Qt Toolkit.
**
diff --git a/examples/glsl/glsl.g b/examples/glsl/glsl.g
index ba61f2f..0b0ee20 100644
--- a/examples/glsl/glsl.g
+++ b/examples/glsl/glsl.g
@@ -2,7 +2,7 @@
--
-- Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-- All rights reserved.
--- Contact: Nokia Corporation (qt-info@nokia.com)
+-- Contact: http://www.qt-project.org/
--
-- This file is part of the QtCore module of the Qt Toolkit.
--