There are still some files that need to be manually updated due to missing copyright dates.
12 lines
306 B
C++
12 lines
306 B
C++
/* SPDX-FileCopyrightText: 2009-2022 Blender Foundation
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/** \file
|
|
* \ingroup freestyle
|
|
* \brief Base Class for most shared objects (Node, Rep). Defines the addRef, release system.
|
|
* \brief Inspired by COM IUnknown system.
|
|
*/
|
|
|
|
#include "BaseObject.h"
|