From 00c05c84048857391a4f30042721f79c60798814 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Wed, 23 Feb 2011 18:03:40 +0000 Subject: Clean up headers a bit more. --- source/blender/avi/intern/avi.c | 4 +--- source/blender/avi/intern/avirgb.c | 4 +--- source/blender/avi/intern/codecs.c | 4 +--- source/blender/avi/intern/endian.c | 7 +++---- source/blender/avi/intern/endian.h | 7 +++---- source/blender/avi/intern/mjpeg.c | 7 +++---- source/blender/avi/intern/options.c | 7 +++---- source/blender/avi/intern/rgb32.c | 7 +++---- 8 files changed, 18 insertions(+), 29 deletions(-) (limited to 'source/blender/avi') diff --git a/source/blender/avi/intern/avi.c b/source/blender/avi/intern/avi.c index 84b5398bf7b..b23c1f83714 100644 --- a/source/blender/avi/intern/avi.c +++ b/source/blender/avi/intern/avi.c @@ -1,10 +1,8 @@ /* - * avi.c + * $Id$ * * This is external code. * - * $Id$ - * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or diff --git a/source/blender/avi/intern/avirgb.c b/source/blender/avi/intern/avirgb.c index 15dfb6facbd..c081960481f 100644 --- a/source/blender/avi/intern/avirgb.c +++ b/source/blender/avi/intern/avirgb.c @@ -1,10 +1,8 @@ /* - * avirgb.c + * $Id$ * * This is external code. Converts rgb-type avi-s. * - * $Id$ - * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or diff --git a/source/blender/avi/intern/codecs.c b/source/blender/avi/intern/codecs.c index b42656ee9ca..3652c7294b5 100644 --- a/source/blender/avi/intern/codecs.c +++ b/source/blender/avi/intern/codecs.c @@ -1,10 +1,8 @@ /* - * codecs.c + * $Id$ * * This is external code. Identify and convert different avi-files. * - * $Id$ - * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or diff --git a/source/blender/avi/intern/endian.c b/source/blender/avi/intern/endian.c index 12b091da6b9..2312aec2686 100644 --- a/source/blender/avi/intern/endian.c +++ b/source/blender/avi/intern/endian.c @@ -1,11 +1,9 @@ /* - * endian.h + * $Id$ * * This is external code. Streams bytes to output depending on the * endianness of the system. * - * $Id$ - * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or @@ -30,7 +28,8 @@ * Contributor(s): none yet. * * ***** END GPL LICENSE BLOCK ***** - * */ + * + */ #include #include diff --git a/source/blender/avi/intern/endian.h b/source/blender/avi/intern/endian.h index a70e27565b8..6f81463b6da 100644 --- a/source/blender/avi/intern/endian.h +++ b/source/blender/avi/intern/endian.h @@ -1,10 +1,8 @@ /* - * endian.h + * $Id$ * * This is external code. * - * $Id$ - * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or @@ -29,7 +27,8 @@ * Contributor(s): none yet. * * ***** END GPL LICENSE BLOCK ***** - * */ + * + */ #ifndef AVI_ENDIAN_H #define AVI_ENDIAN_H diff --git a/source/blender/avi/intern/mjpeg.c b/source/blender/avi/intern/mjpeg.c index 3ee34063348..c6295e2e49e 100644 --- a/source/blender/avi/intern/mjpeg.c +++ b/source/blender/avi/intern/mjpeg.c @@ -1,10 +1,8 @@ /* - * mjpeg.c + * $Id$ * * This is external code. Converts between avi and mpeg/jpeg. * - * $Id$ - * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or @@ -29,7 +27,8 @@ * Contributor(s): none yet. * * ***** END GPL LICENSE BLOCK ***** - * */ + * + */ #include "AVI_avi.h" #include diff --git a/source/blender/avi/intern/options.c b/source/blender/avi/intern/options.c index d10ed981dcc..fdfdfab9722 100644 --- a/source/blender/avi/intern/options.c +++ b/source/blender/avi/intern/options.c @@ -1,11 +1,9 @@ /* - * options.h + * $Id$ * * This is external code. Sets some compression related options * (width, height quality, framerate). * - * $Id$ - * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or @@ -30,7 +28,8 @@ * Contributor(s): none yet. * * ***** END GPL LICENSE BLOCK ***** - * */ + * + */ #include "AVI_avi.h" #include "avi_intern.h" diff --git a/source/blender/avi/intern/rgb32.c b/source/blender/avi/intern/rgb32.c index f593fd8a70d..1b1703a3cec 100644 --- a/source/blender/avi/intern/rgb32.c +++ b/source/blender/avi/intern/rgb32.c @@ -1,10 +1,8 @@ /* - * rgb32.c + * $Id$ * * This is external code. Converts between rgb32 and avi. * - * $Id$ - * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or @@ -29,7 +27,8 @@ * Contributor(s): none yet. * * ***** END GPL LICENSE BLOCK ***** - * */ + * + */ #include "AVI_avi.h" #include -- cgit v1.2.3