diff options
| author | Eskil Abrahamsen Blomfeldt <[email protected]> | 2023-10-26 13:07:41 +0200 |
|---|---|---|
| committer | Eskil Abrahamsen Blomfeldt <[email protected]> | 2023-10-30 10:30:37 +0200 |
| commit | 85e65e101bb7f4eecff0bdbbc6bde59ea8f6d73e (patch) | |
| tree | 10bbe16805388968bdc54876f5eca465e6749730 /src/effects/data | |
| parent | 14f8c083daafd4c1aa97f08ef8722b02570bd32a (diff) | |
Add license headers to shader source
Pick-to: 5.15 6.2 6.5 6.6
Change-Id: I007eaddf0a3a9e7e6242d4e02b487fa0806c96a7
Reviewed-by: Laszlo Agocs <[email protected]>
Diffstat (limited to 'src/effects/data')
| -rw-r--r-- | src/effects/data/shaders/bluritems.frag | 3 | ||||
| -rw-r--r-- | src/effects/data/shaders/multieffect.frag | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/effects/data/shaders/bluritems.frag b/src/effects/data/shaders/bluritems.frag index 4198e2f39d..cf3eab7356 100644 --- a/src/effects/data/shaders/bluritems.frag +++ b/src/effects/data/shaders/bluritems.frag @@ -1,3 +1,6 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + #version 440 layout(location = 0) in vec2 texCoord0; diff --git a/src/effects/data/shaders/multieffect.frag b/src/effects/data/shaders/multieffect.frag index 972e87fd41..94099f503f 100644 --- a/src/effects/data/shaders/multieffect.frag +++ b/src/effects/data/shaders/multieffect.frag @@ -1,3 +1,6 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + #version 440 layout(location = 0) in vec2 texCoord; |
