diff options
Diffstat (limited to 'examples/quick/scenegraph/custommaterial/shaders/mandelbrot.frag')
-rw-r--r-- | examples/quick/scenegraph/custommaterial/shaders/mandelbrot.frag | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/custommaterial/shaders/mandelbrot.frag b/examples/quick/scenegraph/custommaterial/shaders/mandelbrot.frag index 0e5f63e7a8..77cc67e4b5 100644 --- a/examples/quick/scenegraph/custommaterial/shaders/mandelbrot.frag +++ b/examples/quick/scenegraph/custommaterial/shaders/mandelbrot.frag @@ -1,3 +1,6 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause + //! [1] #version 440 |