diff options
| author | 2022-04-28 23:28:42 -0400 | |
|---|---|---|
| committer | 2022-04-28 23:28:42 -0400 | |
| commit | ca28b447acfb8bf9feeccc2c3b8656595231fd87 (patch) | |
| tree | 80cfc002b300086c2ce4fd3e411ef3dbcab24191 /src/video_core/textures/astc.cpp | |
| parent | Merge pull request #8282 from liamwhite/gcc-12 (diff) | |
| parent | chore: add missing SPDX tags (diff) | |
| download | yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.gz yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.xz yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.zip | |
Merge pull request #8280 from Tachi107/spdx-fixup
chore: add missing SPDX tags
Diffstat (limited to 'src/video_core/textures/astc.cpp')
| -rw-r--r-- | src/video_core/textures/astc.cpp | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/src/video_core/textures/astc.cpp b/src/video_core/textures/astc.cpp index 28e4beafd..e3f3d3c5d 100644 --- a/src/video_core/textures/astc.cpp +++ b/src/video_core/textures/astc.cpp | |||
| @@ -1,17 +1,6 @@ | |||
| 1 | // Copyright 2016 The University of North Carolina at Chapel Hill | 1 | // SPDX-FileCopyrightText: 2016 The University of North Carolina at Chapel Hill |
| 2 | // | 2 | // SPDX-License-Identifier: Apache-2.0 |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); | 3 | |
| 4 | // you may not use this file except in compliance with the License. | ||
| 5 | // You may obtain a copy of the License at | ||
| 6 | // | ||
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 8 | // | ||
| 9 | // Unless required by applicable law or agreed to in writing, software | ||
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 12 | // See the License for the specific language governing permissions and | ||
| 13 | // limitations under the License. | ||
| 14 | // | ||
| 15 | // Please send all BUG REPORTS to <pavel@cs.unc.edu>. | 4 | // Please send all BUG REPORTS to <pavel@cs.unc.edu>. |
| 16 | // <http://gamma.cs.unc.edu/FasTC/> | 5 | // <http://gamma.cs.unc.edu/FasTC/> |
| 17 | 6 | ||