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/makesdna/DNA_hair_types.h | 8 ++------ source/blender/makesdna/DNA_pointcloud_types.h | 8 ++------ source/blender/makesdna/DNA_volume_types.h | 8 ++------ 3 files changed, 6 insertions(+), 18 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_hair_types.h b/source/blender/makesdna/DNA_hair_types.h index 4c3bc7f7efc..98fae91dbe1 100644 --- a/source/blender/makesdna/DNA_hair_types.h +++ b/source/blender/makesdna/DNA_hair_types.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,12 +12,10 @@ * 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. - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file DNA_hair_types.h - * \ingroup DNA +/** \file + * \ingroup DNA */ #ifndef __DNA_HAIR_TYPES_H__ diff --git a/source/blender/makesdna/DNA_pointcloud_types.h b/source/blender/makesdna/DNA_pointcloud_types.h index 5d6a11bfb48..7f42b75fdd1 100644 --- a/source/blender/makesdna/DNA_pointcloud_types.h +++ b/source/blender/makesdna/DNA_pointcloud_types.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,12 +12,10 @@ * 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. - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file DNA_pointcloud_types.h - * \ingroup DNA +/** \file + * \ingroup DNA */ #ifndef __DNA_POINTCLOUD_TYPES_H__ diff --git a/source/blender/makesdna/DNA_volume_types.h b/source/blender/makesdna/DNA_volume_types.h index af419ea1d55..1a49df86761 100644 --- a/source/blender/makesdna/DNA_volume_types.h +++ b/source/blender/makesdna/DNA_volume_types.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,12 +12,10 @@ * 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. - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file DNA_volume_types.h - * \ingroup DNA +/** \file + * \ingroup DNA */ #ifndef __DNA_VOLUME_TYPES_H__ -- cgit v1.2.3