Clean up headers a bit more.

This commit is contained in:
Guillermo S. Romero 2011-02-23 18:03:40 +00:00
parent 962a4386bc
commit 00c05c8404
18 changed files with 115 additions and 119 deletions

@ -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

@ -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

@ -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

@ -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 <stdlib.h>
#include <string.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

@ -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 <stdlib.h>

@ -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"

@ -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 <stdlib.h>

@ -1,5 +1,5 @@
/* cloth.c
*
/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*

@ -1,5 +1,5 @@
/* collision.c
*
/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*

@ -1,4 +1,5 @@
/* exotic.c
/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@ -27,7 +28,8 @@
*
* - Blender Foundation
*
* ***** END GPL LICENSE BLOCK *****/
* ***** END GPL LICENSE BLOCK ****
*/
#include <stddef.h>
#include "BLI_storage.h"

@ -1,6 +1,5 @@
/*
* fluidsim.c
*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*

@ -1,5 +1,5 @@
/* implicit.c
*
/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*

@ -1,4 +1,6 @@
/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or

@ -1,4 +1,5 @@
/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*

@ -1,5 +1,5 @@
/*
* shrinkwrap.c
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*

@ -1,4 +1,5 @@
/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*

@ -1,4 +1,6 @@
/*
* $Id$
*
* ffmpeg-write support
*
* Partial Copyright (c) 2006 Peter Schlaile