Noooo!!!! The return of the hated id tag!
On Mon, Oct 10, 2011 at 10:38 PM, Campbell Barton <[email protected]> wrote: > Revision: 40903 > > http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40903 > Author: campbellbarton > Date: 2011-10-10 09:38:02 +0000 (Mon, 10 Oct 2011) > Log Message: > ----------- > header cleanup (no functional changes) > > Modified Paths: > -------------- > trunk/blender/source/blender/blenkernel/BKE_action.h > trunk/blender/source/blender/blenkernel/BKE_anim.h > trunk/blender/source/blender/blenkernel/BKE_animsys.h > trunk/blender/source/blender/blenkernel/BKE_armature.h > trunk/blender/source/blender/blenkernel/BKE_bullet.h > trunk/blender/source/blender/blenkernel/BKE_cdderivedmesh.h > trunk/blender/source/blender/blenkernel/BKE_customdata.h > trunk/blender/source/blender/blenkernel/BKE_displist.h > trunk/blender/source/blender/blenkernel/BKE_icons.h > trunk/blender/source/blender/blenkernel/BKE_mesh.h > trunk/blender/source/blender/blenkernel/BKE_navmesh_conversion.h > trunk/blender/source/blender/blenkernel/BKE_nla.h > trunk/blender/source/blender/blenkernel/BKE_paint.h > trunk/blender/source/blender/blenkernel/BKE_pointcache.h > trunk/blender/source/blender/blenkernel/BKE_shrinkwrap.h > trunk/blender/source/blender/blenkernel/BKE_subsurf.h > trunk/blender/source/blender/blenkernel/BKE_suggestions.h > trunk/blender/source/blender/blenkernel/BKE_unit.h > trunk/blender/source/blender/blenkernel/BKE_writeffmpeg.h > trunk/blender/source/blender/blenkernel/BKE_writeframeserver.h > trunk/blender/source/blender/blenkernel/intern/CCGSubSurf.c > trunk/blender/source/blender/blenkernel/intern/CCGSubSurf.h > trunk/blender/source/blender/blenkernel/intern/action.c > trunk/blender/source/blender/blenkernel/intern/anim.c > trunk/blender/source/blender/blenkernel/intern/anim_sys.c > trunk/blender/source/blender/blenkernel/intern/armature.c > trunk/blender/source/blender/blenkernel/intern/blender.c > trunk/blender/source/blender/blenkernel/intern/bmfont.c > trunk/blender/source/blender/blenkernel/intern/boids.c > trunk/blender/source/blender/blenkernel/intern/bullet.c > trunk/blender/source/blender/blenkernel/intern/bvhutils.c > trunk/blender/source/blender/blenkernel/intern/cdderivedmesh.c > trunk/blender/source/blender/blenkernel/intern/colortools.c > trunk/blender/source/blender/blenkernel/intern/constraint.c > trunk/blender/source/blender/blenkernel/intern/curve.c > trunk/blender/source/blender/blenkernel/intern/customdata.c > trunk/blender/source/blender/blenkernel/intern/deform.c > trunk/blender/source/blender/blenkernel/intern/displist.c > trunk/blender/source/blender/blenkernel/intern/effect.c > trunk/blender/source/blender/blenkernel/intern/fcurve.c > trunk/blender/source/blender/blenkernel/intern/fmodifier.c > trunk/blender/source/blender/blenkernel/intern/font.c > trunk/blender/source/blender/blenkernel/intern/gpencil.c > trunk/blender/source/blender/blenkernel/intern/icons.c > trunk/blender/source/blender/blenkernel/intern/image.c > trunk/blender/source/blender/blenkernel/intern/image_gen.c > trunk/blender/source/blender/blenkernel/intern/ipo.c > trunk/blender/source/blender/blenkernel/intern/key.c > trunk/blender/source/blender/blenkernel/intern/lattice.c > trunk/blender/source/blender/blenkernel/intern/material.c > trunk/blender/source/blender/blenkernel/intern/mball.c > trunk/blender/source/blender/blenkernel/intern/mesh.c > trunk/blender/source/blender/blenkernel/intern/modifier.c > trunk/blender/source/blender/blenkernel/intern/navmesh_conversion.c > trunk/blender/source/blender/blenkernel/intern/nla.c > trunk/blender/source/blender/blenkernel/intern/object.c > trunk/blender/source/blender/blenkernel/intern/packedFile.c > trunk/blender/source/blender/blenkernel/intern/particle.c > trunk/blender/source/blender/blenkernel/intern/particle_system.c > trunk/blender/source/blender/blenkernel/intern/property.c > trunk/blender/source/blender/blenkernel/intern/scene.c > trunk/blender/source/blender/blenkernel/intern/script.c > trunk/blender/source/blender/blenkernel/intern/seqcache.c > trunk/blender/source/blender/blenkernel/intern/sequencer.c > trunk/blender/source/blender/blenkernel/intern/sketch.c > trunk/blender/source/blender/blenkernel/intern/smoke.c > trunk/blender/source/blender/blenkernel/intern/softbody.c > trunk/blender/source/blender/blenkernel/intern/speaker.c > trunk/blender/source/blender/blenkernel/intern/text.c > trunk/blender/source/blender/blenkernel/intern/texture.c > trunk/blender/source/blender/blenkernel/intern/world.c > trunk/blender/source/blender/blenkernel/intern/writeavi.c > trunk/blender/source/blender/blenkernel/intern/writeffmpeg.c > trunk/blender/source/blender/blenkernel/intern/writeframeserver.c > > Modified: trunk/blender/source/blender/blenkernel/BKE_action.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_action.h 2011-10-10 > 08:25:28 UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_action.h 2011-10-10 > 09:38:02 UTC (rev 40903) > @@ -1,4 +1,6 @@ > /* > + * $Id: > + * > * ***** BEGIN GPL LICENSE BLOCK ***** > * > * This program is free software; you can redistribute it and/or > > Modified: trunk/blender/source/blender/blenkernel/BKE_anim.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_anim.h 2011-10-10 08:25:28 > UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_anim.h 2011-10-10 09:38:02 > UTC (rev 40903) > @@ -1,4 +1,6 @@ > /* > + * $Id: > + * > * ***** BEGIN GPL LICENSE BLOCK ***** > * > * This program is free software; you can redistribute it and/or > > Modified: trunk/blender/source/blender/blenkernel/BKE_animsys.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_animsys.h 2011-10-10 > 08:25:28 UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_animsys.h 2011-10-10 > 09:38:02 UTC (rev 40903) > @@ -1,4 +1,6 @@ > /* > + * $Id: > + * > * ***** BEGIN GPL LICENSE BLOCK ***** > * > * This program is free software; you can redistribute it and/or > > Modified: trunk/blender/source/blender/blenkernel/BKE_armature.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_armature.h 2011-10-10 > 08:25:28 UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_armature.h 2011-10-10 > 09:38:02 UTC (rev 40903) > @@ -1,4 +1,6 @@ > /* > + * $Id: > + * > * ***** BEGIN GPL LICENSE BLOCK ***** > * > * This program is free software; you can redistribute it and/or > > Modified: trunk/blender/source/blender/blenkernel/BKE_bullet.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_bullet.h 2011-10-10 > 08:25:28 UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_bullet.h 2011-10-10 > 09:38:02 UTC (rev 40903) > @@ -1,5 +1,4 @@ > /* > - * > * $Id$ > * > * ***** BEGIN GPL LICENSE BLOCK ***** > > Modified: trunk/blender/source/blender/blenkernel/BKE_cdderivedmesh.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_cdderivedmesh.h 2011-10-10 > 08:25:28 UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_cdderivedmesh.h 2011-10-10 > 09:38:02 UTC (rev 40903) > @@ -1,31 +1,31 @@ > /* > -* $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) 2006 Blender Foundation. > -* All rights reserved. > -* > -* The Original Code is: all of this file. > -* > -* Contributor(s): Ben Batt <[email protected]> > -* > -* ***** 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) 2006 Blender Foundation. > + * All rights reserved. > + * > + * The Original Code is: all of this file. > + * > + * Contributor(s): Ben Batt <[email protected]> > + * > + * ***** END GPL LICENSE BLOCK ***** > + */ > > /** \file BKE_cdderivedmesh.h > * \ingroup bke > > Modified: trunk/blender/source/blender/blenkernel/BKE_customdata.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_customdata.h 2011-10-10 > 08:25:28 UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_customdata.h 2011-10-10 > 09:38:02 UTC (rev 40903) > @@ -1,31 +1,31 @@ > /* > -* $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) 2006 Blender Foundation. > -* All rights reserved. > -* > -* The Original Code is: all of this file. > -* > -* Contributor(s): Ben Batt <[email protected]> > -* > -* ***** 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) 2006 Blender Foundation. > + * All rights reserved. > + * > + * The Original Code is: all of this file. > + * > + * Contributor(s): Ben Batt <[email protected]> > + * > + * ***** END GPL LICENSE BLOCK ***** > + */ > > /** \file BKE_customdata.h > * \ingroup bke > > Modified: trunk/blender/source/blender/blenkernel/BKE_displist.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_displist.h 2011-10-10 > 08:25:28 UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_displist.h 2011-10-10 > 09:38:02 UTC (rev 40903) > @@ -1,5 +1,5 @@ > /* > - $Id$ > + * $Id$ > * > * ***** BEGIN GPL LICENSE BLOCK ***** > * > > Modified: trunk/blender/source/blender/blenkernel/BKE_icons.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_icons.h 2011-10-10 08:25:28 > UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_icons.h 2011-10-10 09:38:02 > UTC (rev 40903) > @@ -1,32 +1,31 @@ > /* > -* $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) 2006-2007 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) 2006-2007 Blender Foundation. > + * All rights reserved. > + * > + * The Original Code is: all of this file. > + * > + * Contributor(s): none yet. > + * > + * ***** END GPL LICENSE BLOCK ***** > + */ > > #ifndef BKE_ICONS_H > #define BKE_ICONS_H > > Modified: trunk/blender/source/blender/blenkernel/BKE_mesh.h > =================================================================== > --- trunk/blender/source/blender/blenkernel/BKE_mesh.h 2011-10-10 08:25:28 > UTC (rev 40902) > +++ trunk/blender/source/blender/blenkernel/BKE_mesh.h 2011-10-10 09:38:02 > UTC (rev 40903) > @@ -1,6 +1,4 @@ > /* > - * blenlib/BKE_mesh.h (mar-2001 nzc) > - * > * $Id$ > * > * ***** BEGIN GPL LICENSE BLOCK ***** > @@ -24,7 +22,7 @@ > * > * The Original Code is: all of this file. > * > - * Contributor(s): none yet. > + * Contributor(s): (mar-2001 nzc) > * > > @@ Diff output truncated at 10240 characters. @@ > _______________________________________________ > Bf-blender-cvs mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-blender-cvs > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
