Commit: 012a86f23fc8e7beffdb839baa03abd22746261e Author: Sybren A. Stüvel Date: Tue Nov 26 11:28:33 2019 +0100 Branches: temp-sybren-usd-patch https://developer.blender.org/rB012a86f23fc8e7beffdb839baa03abd22746261e
USD: fixed copyright year in license blocks =================================================================== M source/blender/editors/io/io_usd.c M source/blender/editors/io/io_usd.h =================================================================== diff --git a/source/blender/editors/io/io_usd.c b/source/blender/editors/io/io_usd.c index 901cddb342a..c9f456ead70 100644 --- a/source/blender/editors/io/io_usd.c +++ b/source/blender/editors/io/io_usd.c @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * The Original Code is Copyright (C) 2016 Blender Foundation. + * The Original Code is Copyright (C) 2019 Blender Foundation. * All rights reserved. */ diff --git a/source/blender/editors/io/io_usd.h b/source/blender/editors/io/io_usd.h index 4ebf536c41f..4738e1c348d 100644 --- a/source/blender/editors/io/io_usd.h +++ b/source/blender/editors/io/io_usd.h @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * The Original Code is Copyright (C) 2016 Blender Foundation. + * The Original Code is Copyright (C) 2019 Blender Foundation. * All rights reserved. */ _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
