mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-20 13:22:58 +00:00

Move copyright text to SPDX-FileCopyrightText or set to the Blender Foundation so "make check_licenses" now runs without warnings.
8 lines
123 B
Python
8 lines
123 B
Python
# SPDX-FileCopyrightText: 2011 Ryan Inch
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# QCD
|
|
slots = {}
|
|
overrides = set()
|