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 <ideasman42@gmail.com>2019-02-02 03:53:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-02 03:58:24 +0300
commit4ef09cf937f27eccd262c5026fc494498344798c (patch)
tree415d1faa63a182a5afe750d541400da86825f2f4 /intern/atomic
parenta3bf8da8758fb4640feaa3eba5c21161c58b9659 (diff)
Cleanup: remove author/date info from doxy headers
Diffstat (limited to 'intern/atomic')
-rw-r--r--intern/atomic/atomic_ops.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/intern/atomic/atomic_ops.h b/intern/atomic/atomic_ops.h
index d0845eab9f0..c8b68958057 100644
--- a/intern/atomic/atomic_ops.h
+++ b/intern/atomic/atomic_ops.h
@@ -48,9 +48,8 @@
* \file atomic_ops.h
* \ingroup Atomic
*
- * \author Copyright (C) 2016 Blender Foundation, adapted from jemalloc.
- * \brief Provides wrapper around system-specific atomic primitives, and some extensions (faked-atomic operations
- * over float numbers).
+ * \brief Provides wrapper around system-specific atomic primitives,
+ * and some extensions (faked-atomic operations over float numbers).
*/
#ifndef __ATOMIC_OPS_H__