There are still some files that need to be manually updated due to missing copyright dates.
11 lines
205 B
C++
11 lines
205 B
C++
/* SPDX-FileCopyrightText: 2012-2022 Blender Foundation
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/** \file
|
|
* \ingroup freestyle
|
|
* \brief Python Interpreter
|
|
*/
|
|
|
|
#include "PythonInterpreter.h"
|