There are still some files that need to be manually updated due to missing copyright dates.
12 lines
282 B
C++
12 lines
282 B
C++
/* SPDX-FileCopyrightText: 2009-2022 Blender Foundation
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/** \file
|
|
* \ingroup freestyle
|
|
* \brief Base class for all shapes. Inherits from BasicObjects for references counter management
|
|
* (addRef, release).
|
|
*/
|
|
|
|
#include "Rep.h"
|