From 59a7095f79ff686e439b6db0f065d7e806b44e93 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 9 Feb 2022 16:00:03 +1100 Subject: Cleanup: use consistent copyright location, move descriptions Order copyright immediately after the license block, this was done almost everywhere with a few exceptions. Remove authors from a few files (we had already removed "Contributors" section however with old patches being applied this gets added back in). Also move descriptive text into the doxygen comment block under \file. In some cases remove the text as it was accidentally copied. --- source/blender/blenkernel/intern/armature_update.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/blenkernel/intern/armature_update.c') diff --git a/source/blender/blenkernel/intern/armature_update.c b/source/blender/blenkernel/intern/armature_update.c index 73a396b2cdd..f19065f039b 100644 --- a/source/blender/blenkernel/intern/armature_update.c +++ b/source/blender/blenkernel/intern/armature_update.c @@ -15,8 +15,6 @@ * * The Original Code is Copyright (C) 2015 Blender Foundation. * All rights reserved. - * - * Defines and code for core node types */ /** \file -- cgit v1.2.3