[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35113] trunk/blender/source/blender: Clean up headers a bit more.

gsr b3d gsr.b3d at infernal-iceberg.com
Wed Feb 23 19:03:40 CET 2011


Revision: 35113
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35113
Author:   gsrb3d
Date:     2011-02-23 18:03:40 +0000 (Wed, 23 Feb 2011)
Log Message:
-----------
Clean up headers a bit more.

Modified Paths:
--------------
    trunk/blender/source/blender/avi/intern/avi.c
    trunk/blender/source/blender/avi/intern/avirgb.c
    trunk/blender/source/blender/avi/intern/codecs.c
    trunk/blender/source/blender/avi/intern/endian.c
    trunk/blender/source/blender/avi/intern/endian.h
    trunk/blender/source/blender/avi/intern/mjpeg.c
    trunk/blender/source/blender/avi/intern/options.c
    trunk/blender/source/blender/avi/intern/rgb32.c
    trunk/blender/source/blender/blenkernel/intern/cloth.c
    trunk/blender/source/blender/blenkernel/intern/collision.c
    trunk/blender/source/blender/blenkernel/intern/exotic.c
    trunk/blender/source/blender/blenkernel/intern/fluidsim.c
    trunk/blender/source/blender/blenkernel/intern/implicit.c
    trunk/blender/source/blender/blenkernel/intern/paint.c
    trunk/blender/source/blender/blenkernel/intern/pointcache.c
    trunk/blender/source/blender/blenkernel/intern/shrinkwrap.c
    trunk/blender/source/blender/blenkernel/intern/unit.c
    trunk/blender/source/blender/blenkernel/intern/writeffmpeg.c

Modified: trunk/blender/source/blender/avi/intern/avi.c
===================================================================
--- trunk/blender/source/blender/avi/intern/avi.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/avi/intern/avi.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -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

Modified: trunk/blender/source/blender/avi/intern/avirgb.c
===================================================================
--- trunk/blender/source/blender/avi/intern/avirgb.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/avi/intern/avirgb.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -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

Modified: trunk/blender/source/blender/avi/intern/codecs.c
===================================================================
--- trunk/blender/source/blender/avi/intern/codecs.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/avi/intern/codecs.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -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

Modified: trunk/blender/source/blender/avi/intern/endian.c
===================================================================
--- trunk/blender/source/blender/avi/intern/endian.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/avi/intern/endian.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -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>

Modified: trunk/blender/source/blender/avi/intern/endian.h
===================================================================
--- trunk/blender/source/blender/avi/intern/endian.h	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/avi/intern/endian.h	2011-02-23 18:03:40 UTC (rev 35113)
@@ -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

Modified: trunk/blender/source/blender/avi/intern/mjpeg.c
===================================================================
--- trunk/blender/source/blender/avi/intern/mjpeg.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/avi/intern/mjpeg.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -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>

Modified: trunk/blender/source/blender/avi/intern/options.c
===================================================================
--- trunk/blender/source/blender/avi/intern/options.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/avi/intern/options.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -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"

Modified: trunk/blender/source/blender/avi/intern/rgb32.c
===================================================================
--- trunk/blender/source/blender/avi/intern/rgb32.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/avi/intern/rgb32.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -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>

Modified: trunk/blender/source/blender/blenkernel/intern/cloth.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/cloth.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/blenkernel/intern/cloth.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -1,29 +1,29 @@
-/*  cloth.c
-*
-*
-* ***** 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
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-* GNU General Public License for more details.
-*
-* 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.
-*
-* The Original Code is Copyright (C) Blender Foundation
-* All rights reserved.
-*
-* Contributor(s): Daniel Genrich
-*
-* ***** END GPL LICENSE BLOCK *****
-*/
+/*
+ * $Id$
+ *
+ * ***** 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
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *
+ * The Original Code is Copyright (C) Blender Foundation
+ * All rights reserved.
+ *
+ * Contributor(s): Daniel Genrich
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
 
 #include "MEM_guardedalloc.h"
 

Modified: trunk/blender/source/blender/blenkernel/intern/collision.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/collision.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/blenkernel/intern/collision.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -1,31 +1,31 @@
-/*  collision.c
-*
-*
-* ***** 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
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-* GNU General Public License for more details.
-*
-* 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.
-*
-* The Original Code is Copyright (C) Blender Foundation
-* All rights reserved.
-*
-* The Original Code is: all of this file.
-*
-* Contributor(s): none yet.
-*
-* ***** END GPL LICENSE BLOCK *****
-*/
+/*
+ * $Id$
+ *
+ * ***** 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
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *
+ * The Original Code is Copyright (C) Blender Foundation
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): none yet.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
 
 #include "MEM_guardedalloc.h"
 

Modified: trunk/blender/source/blender/blenkernel/intern/exotic.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/exotic.c	2011-02-23 15:52:05 UTC (rev 35112)
+++ trunk/blender/source/blender/blenkernel/intern/exotic.c	2011-02-23 18:03:40 UTC (rev 35113)
@@ -1,4 +1,5 @@
-/*  exotic.c   
+/*
+ * $Id$
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -20,14 +21,15 @@
  * All rights reserved.
  *
  *
- * Contributor(s): 
+ * Contributor(s):
  * - Martin DeMello
  *   Added dxf_read_arc, dxf_read_ellipse and dxf_read_lwpolyline
  *   Copyright (C) 2004 by Etheract Software Labs
  *
  * - Blender Foundation
  *
- * ***** END GPL LICENSE BLOCK *****/
+ * ***** END GPL LICENSE BLOCK ****
+ */
 
 #include <stddef.h>

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list