summaryrefslogtreecommitdiffstats
path: root/src/qtmoduleupdater
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-10-14 10:07:57 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-10-15 10:24:36 +0200
commit3f42e54db5e4780e37381e00598a69d93dfc9c0e (patch)
tree101c6e3de0906853d5d0ce66eaf3ce3fb994334c /src/qtmoduleupdater
parent9020e9504452d203758362b3ffd5af169a60b417 (diff)
Update copyright year
Change-Id: I80f7e5bc5964c00afb85c63ee7bd628295b2c6be Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/qtmoduleupdater')
-rw-r--r--src/qtmoduleupdater/autorun.go2
-rw-r--r--src/qtmoduleupdater/gerrit.go2
-rw-r--r--src/qtmoduleupdater/main.go2
-rw-r--r--src/qtmoduleupdater/module.go2
-rw-r--r--src/qtmoduleupdater/module_test.go2
-rw-r--r--src/qtmoduleupdater/moduleupdatebatch.go2
-rw-r--r--src/qtmoduleupdater/qt5.go2
-rw-r--r--src/qtmoduleupdater/qt5_test.go2
-rw-r--r--src/qtmoduleupdater/repo.go2
-rw-r--r--src/qtmoduleupdater/repo_test.go2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/qtmoduleupdater/autorun.go b/src/qtmoduleupdater/autorun.go
index 4cfc6fcc..576d4358 100644
--- a/src/qtmoduleupdater/autorun.go
+++ b/src/qtmoduleupdater/autorun.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.
diff --git a/src/qtmoduleupdater/gerrit.go b/src/qtmoduleupdater/gerrit.go
index 1bd02d25..346ac1fa 100644
--- a/src/qtmoduleupdater/gerrit.go
+++ b/src/qtmoduleupdater/gerrit.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.
diff --git a/src/qtmoduleupdater/main.go b/src/qtmoduleupdater/main.go
index 301d0fe1..b1058505 100644
--- a/src/qtmoduleupdater/main.go
+++ b/src/qtmoduleupdater/main.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.
diff --git a/src/qtmoduleupdater/module.go b/src/qtmoduleupdater/module.go
index 85ea7969..0a0e6bfe 100644
--- a/src/qtmoduleupdater/module.go
+++ b/src/qtmoduleupdater/module.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.
diff --git a/src/qtmoduleupdater/module_test.go b/src/qtmoduleupdater/module_test.go
index 20efc27e..31849479 100644
--- a/src/qtmoduleupdater/module_test.go
+++ b/src/qtmoduleupdater/module_test.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.
diff --git a/src/qtmoduleupdater/moduleupdatebatch.go b/src/qtmoduleupdater/moduleupdatebatch.go
index 56b4a02c..14d19c75 100644
--- a/src/qtmoduleupdater/moduleupdatebatch.go
+++ b/src/qtmoduleupdater/moduleupdatebatch.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.
diff --git a/src/qtmoduleupdater/qt5.go b/src/qtmoduleupdater/qt5.go
index 47118b11..038a41e2 100644
--- a/src/qtmoduleupdater/qt5.go
+++ b/src/qtmoduleupdater/qt5.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.
diff --git a/src/qtmoduleupdater/qt5_test.go b/src/qtmoduleupdater/qt5_test.go
index d75b4b03..de489e9a 100644
--- a/src/qtmoduleupdater/qt5_test.go
+++ b/src/qtmoduleupdater/qt5_test.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.
diff --git a/src/qtmoduleupdater/repo.go b/src/qtmoduleupdater/repo.go
index 26cca03e..7e1eb8a3 100644
--- a/src/qtmoduleupdater/repo.go
+++ b/src/qtmoduleupdater/repo.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.
diff --git a/src/qtmoduleupdater/repo_test.go b/src/qtmoduleupdater/repo_test.go
index 8a77eec1..eac6e267 100644
--- a/src/qtmoduleupdater/repo_test.go
+++ b/src/qtmoduleupdater/repo_test.go
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the repo tools module of the Qt Toolkit.