diff options
| author | 2022-04-28 18:24:11 +0200 | |
|---|---|---|
| committer | 2022-04-28 18:24:11 +0200 | |
| commit | 01cf05bc75b1e47beb08937439f3ed9339e7b254 (patch) | |
| tree | cecad8b453fb7f5c4fb0bc372567b72fccfd9f3d /src/video_core/textures | |
| parent | Merge pull request #8267 from Morph1984/swapbuffers (diff) | |
| download | yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.gz yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.xz yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.zip | |
chore: add missing SPDX tags
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
Diffstat (limited to 'src/video_core/textures')
| -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 | ||