License Headers: quiet "check_licenses" warnings

This commit is contained in:
Campbell Barton
2025-01-29 17:22:51 +11:00
parent 662c1b815c
commit 1fdb91c766
6 changed files with 11 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* SPDX-FileCopyrightText: 2025 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#import <QuickLookThumbnailing/QuickLookThumbnailing.h>

View File

@@ -1,4 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* SPDX-FileCopyrightText: 2025 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#import <AppKit/NSImage.h>

View File

@@ -1,4 +1,3 @@
/* SPDX-FileCopyrightText: 2020 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */

View File

@@ -1,6 +1,7 @@
/* SPDX-FileCopyrightText: 2009-2015 Artyom Beilis (Tonkikh)
* SPDX-FileCopyrightText: 2021-2023 Alexander Grund
* SPDX-FileCopyrightText: 2025 Blender Authors
*
* SPDX-License-Identifier: BSL-1.0
*
* Adapted from boost::locale */

View File

@@ -1,10 +1,11 @@
/* SPDX-FileCopyrightText: 2025 Blender Authors
* SPDX-License-Identifier: BSL-1.0
*
* Adapted from boost::locale */
* SPDX-License-Identifier: BSL-1.0 */
/** \file
* \ingroup blt
*
* Adapted from `boost::locale`.
*/
#include <string>