From 54ffe79d380b80247e3310c9f520a689772bc30d Mon Sep 17 00:00:00 2001 From: Patrik Teivonen Date: Wed, 30 Mar 2022 15:20:51 +0300 Subject: 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 --- packaging-tools/send_header_diff_kmail.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging-tools/send_header_diff_kmail.py') 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. -- cgit v1.2.3