[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44040] trunk/blender/source/blender: minor include cleanup, add GPL header (copied from BKE_animsys.h

Campbell Barton ideasman42 at gmail.com
Sat Feb 11 20:43:07 CET 2012


Revision: 44040
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44040
Author:   campbellbarton
Date:     2012-02-11 19:43:06 +0000 (Sat, 11 Feb 2012)
Log Message:
-----------
minor include cleanup, add GPL header (copied from BKE_animsys.h

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/BKE_booleanops_mesh.h
    trunk/blender/source/blender/blenlib/BLI_callbacks.h
    trunk/blender/source/blender/blenlib/BLI_graph.h

Modified: trunk/blender/source/blender/blenkernel/BKE_booleanops_mesh.h
===================================================================
--- trunk/blender/source/blender/blenkernel/BKE_booleanops_mesh.h	2012-02-11 16:08:45 UTC (rev 44039)
+++ trunk/blender/source/blender/blenkernel/BKE_booleanops_mesh.h	2012-02-11 19:43:06 UTC (rev 44040)
@@ -24,8 +24,8 @@
  *
  * ***** END GPL LICENSE BLOCK *****
  */
-#ifndef BKE_PyBooleanOps_h
-#define BKE_PyBooleanOps_h
+#ifndef BKE_BOOLEANOPS_MESH_H
+#define BKE_BOOLEANOPS_MESH_H
 
 /** \file BKE_booleanops_mesh.h
  *  \ingroup bke

Modified: trunk/blender/source/blender/blenlib/BLI_callbacks.h
===================================================================
--- trunk/blender/source/blender/blenlib/BLI_callbacks.h	2012-02-11 16:08:45 UTC (rev 44039)
+++ trunk/blender/source/blender/blenlib/BLI_callbacks.h	2012-02-11 19:43:06 UTC (rev 44040)
@@ -29,7 +29,6 @@
  *  \ingroup bli
  */
 
-
 #ifndef BLI_CALLBACKS_H
 #define BLI_CALLBACKS_H
 
@@ -64,12 +63,11 @@
 void BLI_exec_cb(struct Main *main, struct ID *self, eCbEvent evt);
 void BLI_add_cb(bCallbackFuncStore *funcstore, eCbEvent evt);
 
-#endif
-
-
 void BLI_cb_init(void);
 void BLI_cb_finalize(void);
 
 
 /* This is blenlib internal only, unrelated to above */
 void callLocalErrorCallBack(const char* msg);
+
+#endif /* BLI_CALLBACKS_H */

Modified: trunk/blender/source/blender/blenlib/BLI_graph.h
===================================================================
--- trunk/blender/source/blender/blenlib/BLI_graph.h	2012-02-11 16:08:45 UTC (rev 44039)
+++ trunk/blender/source/blender/blenlib/BLI_graph.h	2012-02-11 19:43:06 UTC (rev 44040)
@@ -1,3 +1,27 @@
+/*
+ * ***** 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) 2008 Blender Foundation.
+ * All rights reserved.
+ *
+ * Contributor(s): Joshua Leung
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
 #ifndef BLI_GRAPH_H_
 #define BLI_GRAPH_H_
 




More information about the Bf-blender-cvs mailing list