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>2020-03-20 04:19:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-20 04:19:09 +0300
commit35e3abb9120cbc5ee52dc8051899a84a427c7fc0 (patch)
tree849cc389bcf4246a169aa239b9228888783703cd /source/blender/blenkernel/BKE_volume.h
parentd2c3544c5cb06c7b6f83b807ae39e0815c183f7b (diff)
Cleanup: remove old header conventions recently re-introduced
Diffstat (limited to 'source/blender/blenkernel/BKE_volume.h')
-rw-r--r--source/blender/blenkernel/BKE_volume.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/source/blender/blenkernel/BKE_volume.h b/source/blender/blenkernel/BKE_volume.h
index b9845397d84..3125ad0326e 100644
--- a/source/blender/blenkernel/BKE_volume.h
+++ b/source/blender/blenkernel/BKE_volume.h
@@ -1,6 +1,4 @@
/*
- * ***** BEGIN GPL LICENSE BLOCK *****
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,18 +12,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * Contributor(s): Brecht Van Lommel.
- *
- * ***** END GPL LICENSE BLOCK *****
*/
#ifndef __BKE_VOLUME_H__
#define __BKE_VOLUME_H__
-/** \file BKE_volume.h
- * \ingroup bke
- * \brief Volume datablock.
+/** \file
+ * \ingroup bke
+ * \brief Volume datablock.
*/
#ifdef __cplusplus
extern "C" {