From 00a062649b8aec20c3ac3f61aa72b1cdde43b055 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 9 Jan 2017 17:13:48 +0100 Subject: Welcome to 2017 Change-Id: If68cff4efacc7dc5719c8b8e61937e85e9076870 Reviewed-by: Mitch Curtis --- tests/auto/drawer/data/applicationwindow-hover.qml | 2 +- tests/auto/drawer/data/applicationwindow-wheel.qml | 2 +- tests/auto/drawer/data/applicationwindow.qml | 2 +- tests/auto/drawer/data/grabber.qml | 2 +- tests/auto/drawer/data/header.qml | 2 +- tests/auto/drawer/data/multiple.qml | 2 +- tests/auto/drawer/data/reposition.qml | 2 +- tests/auto/drawer/data/window-hover.qml | 2 +- tests/auto/drawer/data/window-wheel.qml | 2 +- tests/auto/drawer/data/window.qml | 2 +- tests/auto/drawer/tst_drawer.cpp | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'tests/auto/drawer') diff --git a/tests/auto/drawer/data/applicationwindow-hover.qml b/tests/auto/drawer/data/applicationwindow-hover.qml index 5ac41457..494ff0ea 100644 --- a/tests/auto/drawer/data/applicationwindow-hover.qml +++ b/tests/auto/drawer/data/applicationwindow-hover.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/data/applicationwindow-wheel.qml b/tests/auto/drawer/data/applicationwindow-wheel.qml index 9c8b4a83..30b54248 100644 --- a/tests/auto/drawer/data/applicationwindow-wheel.qml +++ b/tests/auto/drawer/data/applicationwindow-wheel.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/data/applicationwindow.qml b/tests/auto/drawer/data/applicationwindow.qml index 0aa4b34e..084896ad 100644 --- a/tests/auto/drawer/data/applicationwindow.qml +++ b/tests/auto/drawer/data/applicationwindow.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/data/grabber.qml b/tests/auto/drawer/data/grabber.qml index 8b85f71a..22106004 100644 --- a/tests/auto/drawer/data/grabber.qml +++ b/tests/auto/drawer/data/grabber.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/data/header.qml b/tests/auto/drawer/data/header.qml index c74cc0c0..14a7ca67 100644 --- a/tests/auto/drawer/data/header.qml +++ b/tests/auto/drawer/data/header.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/data/multiple.qml b/tests/auto/drawer/data/multiple.qml index b2ef9781..26d1e27d 100644 --- a/tests/auto/drawer/data/multiple.qml +++ b/tests/auto/drawer/data/multiple.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/data/reposition.qml b/tests/auto/drawer/data/reposition.qml index abaec5ae..26f0ac68 100644 --- a/tests/auto/drawer/data/reposition.qml +++ b/tests/auto/drawer/data/reposition.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/data/window-hover.qml b/tests/auto/drawer/data/window-hover.qml index 872b934e..a7f41c44 100644 --- a/tests/auto/drawer/data/window-hover.qml +++ b/tests/auto/drawer/data/window-hover.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/data/window-wheel.qml b/tests/auto/drawer/data/window-wheel.qml index 18ca2ace..ac175595 100644 --- a/tests/auto/drawer/data/window-wheel.qml +++ b/tests/auto/drawer/data/window-wheel.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/data/window.qml b/tests/auto/drawer/data/window.qml index 47ef5cb0..8b4339e4 100644 --- a/tests/auto/drawer/data/window.qml +++ b/tests/auto/drawer/data/window.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/auto/drawer/tst_drawer.cpp b/tests/auto/drawer/tst_drawer.cpp index 4743a8cd..cfc403a2 100644 --- a/tests/auto/drawer/tst_drawer.cpp +++ b/tests/auto/drawer/tst_drawer.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. -- cgit v1.2.3