aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/send_header_diff_kmail.py
diff options
context:
space:
mode:
authorPatrik Teivonen <patrik.teivonen@qt.io>2022-03-30 15:20:51 +0300
committerPatrik Teivonen <patrik.teivonen@qt.io>2022-04-11 12:15:21 +0000
commit54ffe79d380b80247e3310c9f520a689772bc30d (patch)
treec7291b1aeb5e6c33f65cd9ecc60d8a698f569cc6 /packaging-tools/send_header_diff_kmail.py
parent82f0e455d436092a51d87599d9f57e1c4e25bd73 (diff)
Update shebang, year in copyright notice
Change current year for copyright statement and use Python 3 shebang in Python 3 scripts with consistent style. Change-Id: I61983c80cd09d0a8a4b458ac1ae5a72ccd2d1ce2 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'packaging-tools/send_header_diff_kmail.py')
-rwxr-xr-xpackaging-tools/send_header_diff_kmail.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging-tools/send_header_diff_kmail.py b/packaging-tools/send_header_diff_kmail.py
index 979430606..3857c76ca 100755
--- a/packaging-tools/send_header_diff_kmail.py
+++ b/packaging-tools/send_header_diff_kmail.py
@@ -1,8 +1,9 @@
#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
#****************************************************************************
#*
-#* Copyright (C) 2016 The Qt Company Ltd.
+#* Copyright (C) 2022 The Qt Company Ltd.
#* Contact: https://www.qt.io/licensing/
#*
#* This file is part of the qtqa module of the Qt Toolkit.