From 312d6925c45fbd8bc15fd4a5207e70c1f27bfc62 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 9 Feb 2022 23:25:53 +1100 Subject: Cleanup: make file headers more consistent Also some descriptive text into doc-strings. --- source/blender/blenlib/intern/scanfill.c | 1 - source/blender/blenlib/intern/winstuff_dir.c | 1 - 2 files changed, 2 deletions(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/scanfill.c b/source/blender/blenlib/intern/scanfill.c index 9fe82069d2c..4fd6670507a 100644 --- a/source/blender/blenlib/intern/scanfill.c +++ b/source/blender/blenlib/intern/scanfill.c @@ -15,7 +15,6 @@ * * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. * All rights reserved. - * (uit traces) maart 95 */ /** \file diff --git a/source/blender/blenlib/intern/winstuff_dir.c b/source/blender/blenlib/intern/winstuff_dir.c index 6f99ea075bb..f8ab3dc8403 100644 --- a/source/blender/blenlib/intern/winstuff_dir.c +++ b/source/blender/blenlib/intern/winstuff_dir.c @@ -12,7 +12,6 @@ * 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. - * Windows-posix compatibility layer for opendir/readdir/closedir */ /** \file -- cgit v1.2.3