summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
Diffstat (limited to 'src/script')
-rw-r--r--src/script/api/qtscriptglobal.h2
-rwxr-xr-xsrc/script/parser/make-parser.sh2
-rw-r--r--src/script/parser/qscript.g4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/script/api/qtscriptglobal.h b/src/script/api/qtscriptglobal.h
index 3bbecc9..2f92d3d 100644
--- a/src/script/api/qtscriptglobal.h
+++ b/src/script/api/qtscriptglobal.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 Intel Corporation.
+** Copyright (C) 2018 Intel Corporation.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtCore module of the Qt Toolkit.
diff --git a/src/script/parser/make-parser.sh b/src/script/parser/make-parser.sh
index 49e84e6..155ec3c 100755
--- a/src/script/parser/make-parser.sh
+++ b/src/script/parser/make-parser.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#############################################################################
##
-## Copyright (C) 2017 The Qt Company Ltd.
+## Copyright (C) 2018 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is the build configuration utility of the Qt Toolkit.
diff --git a/src/script/parser/qscript.g b/src/script/parser/qscript.g
index 54c7dea..ac71a1b 100644
--- a/src/script/parser/qscript.g
+++ b/src/script/parser/qscript.g
@@ -1,6 +1,6 @@
----------------------------------------------------------------------------
--
--- Copyright (C) 2017 The Qt Company Ltd.
+-- Copyright (C) 2018 The Qt Company Ltd.
-- Contact: http://www.qt.io/licensing/
--
-- This file is part of the FOO module of the Qt Toolkit.
@@ -62,7 +62,7 @@
/./****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtScript module of the Qt Toolkit.