~neon/qt/qtscript

« back to all changes in this revision

Viewing changes to src/script/parser/qscriptastfwd_p.h

  • Committer: Jani Heikkinen
  • Date: 2015-02-12 15:47:28 UTC
  • Revision ID: git-v1:6c387974ab827e53d96d9106a44df29584c1e2be
Update copyright headers

Qt copyrights are now in The Qt Company, so we could update the source
code headers accordingly. In the same go we should also fix the links to
point to qt.io.

Change-Id: Iffc10aac2cdaf7c7ceba051ec447f15758c3d8e0
Reviewed-by: Sergio Ahumada <sahumada@texla.cl>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
2
**
3
 
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4
 
** Contact: http://www.qt-project.org/legal
 
3
** Copyright (C) 2015 The Qt Company Ltd.
 
4
** Contact: http://www.qt.io/licensing/
5
5
**
6
6
** This file is part of the QtScript module of the Qt Toolkit.
7
7
**
10
10
** This file may be used under the terms of the GNU Lesser
11
11
** General Public License version 2.1 as published by the Free Software
12
12
** Foundation and appearing in the file LICENSE.LGPL included in the
13
 
** packaging of this file.  Please review the following information to
 
13
** packaging of this file. Please review the following information to
14
14
** ensure the GNU Lesser General Public License version 2.1 requirements
15
15
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
16
16
**
17
17
** If you have questions regarding the use of this file, please contact
18
 
** us via http://www.qt-project.org/.
 
18
** us via http://www.qt.io/contact-us/.
19
19
**
20
20
** $QT_END_LICENSE$
21
21
**