ClangFormat: Mention generator script in header warning

Change-Id: Iaaeb7b35088e0f9e3e724aaca161894b8fee6ffb
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Alessandro Portale
2023-08-03 18:37:19 +02:00
parent 351c2cc463
commit 1112705619

View File

@@ -17,10 +17,10 @@ def parse_arguments():
def full_header_content(header_code):
return '''// Copyright (C) 2022 The Qt Company Ltd.
return '''// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT!
// THIS FILE IS AUTOMATICALLY GENERATED by generateClangFormatChecksLayout. DO NOT EDIT!
#pragma once
@@ -53,10 +53,10 @@ private:
def full_source_content(source_code, layout_code):
return '''// Copyright (C) 2022 The Qt Company Ltd.
return '''// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT!
// THIS FILE IS AUTOMATICALLY GENERATED by generateClangFormatChecksLayout. DO NOT EDIT!
#include "clangformatchecks.h"