From 35e3abb9120cbc5ee52dc8051899a84a427c7fc0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 Mar 2020 12:19:09 +1100 Subject: Cleanup: remove old header conventions recently re-introduced --- source/blender/blenkernel/BKE_pointcloud.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'source/blender/blenkernel/BKE_pointcloud.h') diff --git a/source/blender/blenkernel/BKE_pointcloud.h b/source/blender/blenkernel/BKE_pointcloud.h index 972795e2ae1..d641d3feb62 100644 --- a/source/blender/blenkernel/BKE_pointcloud.h +++ b/source/blender/blenkernel/BKE_pointcloud.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_POINTCLOUD_H__ #define __BKE_POINTCLOUD_H__ -/** \file BKE_pointcloud.h - * \ingroup bke - * \brief General operations for pointclouds. +/** \file + * \ingroup bke + * \brief General operations for point-clouds. */ #ifdef __cplusplus extern "C" { -- cgit v1.2.3