diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-01 19:52:54 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-01 19:52:54 +0000 |
| commit | 8761cd5539c0e271f66b6b241fecb4d04dd559bb (patch) | |
| tree | b4de67b1c6b97989e8b414432d15822f4618a98f /Components/src/ShadowMapManager.cpp | |
| parent | Light scattering fx: reducing scattering LUT resolution for GLES and SW adapter (diff) | |
| download | DiligentFX-8761cd5539c0e271f66b6b241fecb4d04dd559bb.tar.gz DiligentFX-8761cd5539c0e271f66b6b241fecb4d04dd559bb.zip | |
Updated copyright notice
Diffstat (limited to 'Components/src/ShadowMapManager.cpp')
| -rw-r--r-- | Components/src/ShadowMapManager.cpp | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Components/src/ShadowMapManager.cpp b/Components/src/ShadowMapManager.cpp index 57861a1..9b63c67 100644 --- a/Components/src/ShadowMapManager.cpp +++ b/Components/src/ShadowMapManager.cpp @@ -1,14 +1,18 @@ -/* Copyright 2019 Diligent Graphics LLC +/* + * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. * * In no event and under no legal theory, whether in tort (including negligence), * contract, or otherwise, unless required by applicable law (such as deliberate |
