Add copyright and licensing to .glsl missing them

Task-number: QTBUG-124453
Change-Id: Ib0923de6e33eb0a698c6cd44583a0a860c5c468c
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Lucie Gérard 2024-05-02 12:11:26 +02:00
parent 3d19633f5d
commit 6ea0f82fb8
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
uniform sampler2D texture;
varying vec2 v_texcoord;

View File

@ -1,3 +1,5 @@
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
uniform mat4 mvp_matrix;
attribute vec4 a_position;