[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41270] branches/bmesh/blender/source/ blender: remove $Id from headers

Campbell Barton ideasman42 at gmail.com
Tue Oct 25 01:32:24 CEST 2011


Revision: 41270
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41270
Author:   campbellbarton
Date:     2011-10-24 23:32:24 +0000 (Mon, 24 Oct 2011)
Log Message:
-----------
remove $Id from headers

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/blenkernel/intern/editderivedbmesh.c
    branches/bmesh/blender/source/blender/blenkernel/intern/modifiers_bmesh.c
    branches/bmesh/blender/source/blender/blenlib/BLI_sparsemap.h
    branches/bmesh/blender/source/blender/bmesh/bmesh.h
    branches/bmesh/blender/source/blender/bmesh/bmesh_class.h
    branches/bmesh/blender/source/blender/bmesh/editmesh_tools.c
    branches/bmesh/blender/source/blender/bmesh/intern/bmesh_eulers.c
    branches/bmesh/blender/source/blender/bmesh/intern/bmesh_mesh.c
    branches/bmesh/blender/source/blender/bmesh/intern/bmesh_private.h
    branches/bmesh/blender/source/blender/bmesh/intern/bmesh_structure.c
    branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers.c
    branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers_impl.c
    branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers_private.h
    branches/bmesh/blender/source/blender/bmesh/operators/edgesplitop.c
    branches/bmesh/blender/source/blender/bmesh/operators/subdivideop.c
    branches/bmesh/blender/source/blender/bmesh/tools/BME_bevel.c
    branches/bmesh/blender/source/blender/editors/include/ED_toolmode.h
    branches/bmesh/blender/source/blender/editors/mesh/bmesh_select.c
    branches/bmesh/blender/source/blender/editors/mesh/bmesh_selecthistory.c
    branches/bmesh/blender/source/blender/editors/mesh/bmesh_tools.c
    branches/bmesh/blender/source/blender/editors/mesh/bmeshutils.c
    branches/bmesh/blender/source/blender/editors/mesh/editbmesh_add.c
    branches/bmesh/blender/source/blender/editors/mesh/editbmesh_bvh.c
    branches/bmesh/blender/source/blender/modifiers/intern/MOD_ngoninterp.c

Modified: branches/bmesh/blender/source/blender/blenkernel/intern/editderivedbmesh.c
===================================================================
--- branches/bmesh/blender/source/blender/blenkernel/intern/editderivedbmesh.c	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/blenkernel/intern/editderivedbmesh.c	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,6 +1,4 @@
-/**
- * $Id: editderivedbmesh.c 18571 2009-01-19 06:04:57Z joeedh $
- *
+/*
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/blenkernel/intern/modifiers_bmesh.c
===================================================================
--- branches/bmesh/blender/source/blender/blenkernel/intern/modifiers_bmesh.c	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/blenkernel/intern/modifiers_bmesh.c	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,34 +1,32 @@
 /*
-* $Id: modifier_bmesh.c 20831 2009-06-12 14:02:37Z joeedh $
-*
-* ***** 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-*
-* The Original Code is Copyright (C) 2005 by the Blender Foundation.
-* All rights reserved.
-*
-* Contributor(s): Joseph Eagar
-*
-* ***** END GPL LICENSE BLOCK *****
-*
-* Modifier stack implementation.
-*
-* BKE_modifier.h contains the function prototypes for this file.
-*
-*/
+ * ***** 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * The Original Code is Copyright (C) 2005 by the Blender Foundation.
+ * All rights reserved.
+ *
+ * Contributor(s): Joseph Eagar
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ *
+ * Modifier stack implementation.
+ *
+ * BKE_modifier.h contains the function prototypes for this file.
+ *
+ */
 
 #include "string.h"
 #include "stdarg.h"

Modified: branches/bmesh/blender/source/blender/blenlib/BLI_sparsemap.h
===================================================================
--- branches/bmesh/blender/source/blender/blenlib/BLI_sparsemap.h	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/blenlib/BLI_sparsemap.h	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,7 +1,5 @@
 #if 0
-/**
- * $Id:
- *
+/*
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/bmesh.h
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/bmesh.h	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/bmesh.h	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,10 +1,6 @@
-/**
- *  bmesh.h    jan 2007
- *
+/*
  *	BMesh API.
  *
- * $Id: bmesh.h,v 1.00 2007/01/17 17:42:01 Briggs Exp $
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/bmesh_class.h
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/bmesh_class.h	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/bmesh_class.h	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,10 +1,6 @@
-/**
- *  bmesh_class.h    september 2010
- *
+/*
  *	BMesh API.
  *
- * $Id: $
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/editmesh_tools.c
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/editmesh_tools.c	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/editmesh_tools.c	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,6 +1,4 @@
-/**
- * $Id: 
- *
+/*
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/intern/bmesh_eulers.c
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/intern/bmesh_eulers.c	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/intern/bmesh_eulers.c	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,12 +1,9 @@
 /*some of this may come back, such as split face or split edge, if necassary for speed*/
 
 #if 0
-/**
- * bmesh_eulers.c    jan 2007
- *
+/*
  *	BM Euler construction API.
  *
- * $Id: bmesh_eulers.c,v 1.00 2007/01/17 17:42:01 Briggs Exp $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/bmesh/blender/source/blender/bmesh/intern/bmesh_mesh.c
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/intern/bmesh_mesh.c	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/intern/bmesh_mesh.c	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,10 +1,6 @@
-/**
- * BME_mesh.c    jan 2007
- *
+/*
  *	BM mesh level functions.
  *
- * $Id: BME_eulers.c,v 1.00 2007/01/17 17:42:01 Briggs Exp $
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/intern/bmesh_private.h
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/intern/bmesh_private.h	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/intern/bmesh_private.h	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,13 +1,8 @@
-/**
- * bmesh_private.h    jan 2007
- *
+/*
  *	Private function prototypes for bmesh public API.
  *  This file is a grab-bag of functions from various
  *  parts of the bmesh internals.
  *
- *
- * $Id: BKE_bmesh.h,v 1.00 2007/01/17 17:42:01 Briggs Exp $
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/intern/bmesh_structure.c
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/intern/bmesh_structure.c	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/intern/bmesh_structure.c	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,10 +1,6 @@
-/**
- * bmesh_structure.c    jan 2007
- *
+/*
  *	Low level routines for manipulating the BM structure.
  *
- * $Id: bmesh_structure.c,v 1.00 2007/01/17 17:42:01 Briggs Exp $
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers.c
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers.c	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers.c	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,10 +1,7 @@
-/**
- *  bmesh_walkers.c    april 2011
+/*
  *
  *	BMesh Walker API.
  *
- * $Id: $
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers_impl.c
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers_impl.c	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers_impl.c	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,10 +1,6 @@
-/**
- *  bmesh_walkers_impl.c    april 2011
- *
+/*
  *	BMesh Walker Code.
  *
- * $Id: $
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers_private.h
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers_private.h	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/intern/bmesh_walkers_private.h	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,10 +1,6 @@
-/**
- *  bmesh_walkers_private.h    april 2011
- *
+/*
  *	BMesh walker API.
  *
- * $Id: $
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/operators/edgesplitop.c
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/operators/edgesplitop.c	2011-10-24 23:29:28 UTC (rev 41269)
+++ branches/bmesh/blender/source/blender/bmesh/operators/edgesplitop.c	2011-10-24 23:32:24 UTC (rev 41270)
@@ -1,6 +1,4 @@
-/**
- * $Id:
- *
+/*
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/bmesh/blender/source/blender/bmesh/operators/subdivideop.c
===================================================================

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list