Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-09 08:00:05 +0300
committerCampbell Barton <campbell@blender.org>2022-02-09 08:04:31 +0300
commit68a21697bed854f5e1fcae2b7375b809a3cf2b8c (patch)
treebfff6ec5a8a72162d98ed6bb3520c05f9b9b86c3 /source/blender/blenlib/BLI_math.h
parent59a7095f79ff686e439b6db0f065d7e806b44e93 (diff)
Cleanup: remove "The Original Code is: ..." from code comments
This is almost always meaningless as most code has changed since the comment was added. Besides this, version control can be used to check if/when a file was modified. Some cases of this were kept when they contain details about the original copyright holder.
Diffstat (limited to 'source/blender/blenlib/BLI_math.h')
-rw-r--r--source/blender/blenlib/BLI_math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_math.h b/source/blender/blenlib/BLI_math.h
index 5768b098d2f..b3ce6c0747a 100644
--- a/source/blender/blenlib/BLI_math.h
+++ b/source/blender/blenlib/BLI_math.h
@@ -15,8 +15,6 @@
*
* The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
* All rights reserved.
- *
- * The Original Code is: some of this file.
*/
#pragma once