Cleanup: copyright in headers, spelling in comments
- Order year consistently. - Minor consistency (case, double-spacing). - Correct typos.
This commit is contained in:
@@ -1133,7 +1133,7 @@ static void lib_override_root_hierarchy_set(Main *bmain, ID *id_root, ID *id, ID
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hierarchy root already set, and not matching currently propsed one, try to find which is
|
/* Hierarchy root already set, and not matching currently proposed one, try to find which is
|
||||||
* best. */
|
* best. */
|
||||||
if (id->override_library->hierarchy_root != NULL) {
|
if (id->override_library->hierarchy_root != NULL) {
|
||||||
/* Check if given `id_from` matches with the hierarchy of the linked reference ID, in which
|
/* Check if given `id_from` matches with the hierarchy of the linked reference ID, in which
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
* Functions for writing avi-format files.
|
* Functions for writing AVI-format files.
|
||||||
* Added interface for generic movie support (ton)
|
* Added interface for generic movie support (ton)
|
||||||
* \ingroup bke
|
* \ingroup bke
|
||||||
*/
|
*/
|
||||||
|
@@ -14,15 +14,14 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
|
* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
*
|
|
||||||
* NOTE: The canonical source of this file is maintained with the GNU C Library.
|
|
||||||
* Bugs can be reported to <bug-glibc@prep.ai.mit.edu>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
* \ingroup bli
|
* \ingroup bli
|
||||||
|
* \note The canonical source of this file is maintained with the GNU C Library.
|
||||||
|
* Bugs can be reported to <bug-glibc@prep.ai.mit.edu>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* The Original Code is Copyright (C) 2017 by the Blender FOundation.
|
* The Original Code is Copyright (C) 2017 by the Blender Foundation.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* The Original Code is Copyright (C) 2009, Blender Foundation, Joshua Leung
|
* The Original Code is Copyright (C) 2009, Blender Foundation, Joshua Leung.
|
||||||
* This is a new part of Blender (with some old code)
|
* This is a new part of Blender (with some old code)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* The Original Code is Copyright (C) 2008/2018, Blender Foundation
|
* The Original Code is Copyright (C) 2008-2018, Blender Foundation
|
||||||
* This is a new part of Blender
|
* This is a new part of Blender
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* The Original Code is Copyright (C) Blender Foundation, 2002-2009
|
* The Original Code is Copyright (C) 2002-2009, Blender Foundation
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* The Original Code is Copyright (C) Blender Foundation, 2008
|
* The Original Code is Copyright (C) 2008, Blender Foundation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
|
@@ -790,7 +790,7 @@ void fsmenu_read_system(struct FSMenu *fsmenu, int read_bookmarks)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Get mounted volumes better method OSX 10.6 and higher, see:
|
/* Get mounted volumes better method OSX 10.6 and higher, see:
|
||||||
* https://developer.apple.com/library/mac/#documentation/CoreFOundation/Reference/CFURLRef/Reference/reference.html
|
* https://developer.apple.com/library/mac/#documentation/CoreFoundation/Reference/CFURLRef/Reference/reference.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* We get all volumes sorted including network and do not relay
|
/* We get all volumes sorted including network and do not relay
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* Copyright 1999,2000,2001 David Hodson <hodsond@acm.org>
|
* Copyright 1999-2001 David Hodson <hodsond@acm.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* Copyright 1999,2000,2001 David Hodson <hodsond@acm.org>
|
* Copyright 1999-2001 David Hodson <hodsond@acm.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* Copyright 1999,2000,2001 David Hodson <hodsond@acm.org>
|
* Copyright 1999-2001 David Hodson <hodsond@acm.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* Copyright 1999,2000,2001 David Hodson <hodsond@acm.org>
|
* Copyright 1999-2001 David Hodson <hodsond@acm.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
|
@@ -14,10 +14,8 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* Adapted from the Blender Alembic importer implementation.
|
* Adapted from the Blender Alembic importer implementation.
|
||||||
*
|
* Modifications Copyright 2021 Tangent Animation and
|
||||||
* Modifications Copyright (C) 2021 Tangent Animation and
|
* NVIDIA Corporation. All rights reserved. */
|
||||||
* NVIDIA Corporation. All rights reserved.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "usd_reader_mesh.h"
|
#include "usd_reader_mesh.h"
|
||||||
#include "usd_reader_material.h"
|
#include "usd_reader_material.h"
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
* Adapted from the Blender Alembic importer implementation.
|
* Adapted from the Blender Alembic importer implementation.
|
||||||
*
|
*
|
||||||
* Modifications Copyright (C) 2021 Tangent Animation and
|
* Modifications Copyright (C) 2021 Tangent Animation and
|
||||||
* NVIDIA Corporation. All rights reserved.
|
* NVIDIA Corporation. All rights reserved.
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* Peter Schlaile <peter [at] schlaile [dot] de> 2010
|
* Copyright 2010 Peter Schlaile <peter [at] schlaile [dot] de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
|
@@ -13,8 +13,8 @@
|
|||||||
* along with this program; if not, write to the Free Software Foundation,
|
* along with this program; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* The Original Code is Copyright (C) 2007 Blender Foundation but based
|
* Copyright 2001-2002 by NaN Holding BV. All rights reserved.
|
||||||
* on ghostwinlay.c (C) 2001-2002 by NaN Holding BV. All rights reserved.
|
* 2007 Blender Foundation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
|
Reference in New Issue
Block a user