[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37223] branches/soc-2011-onion/source/ blender/editors/sculpt_paint/paint_mask.c: Copyright and file header

Jason Wilkins Jason.A.Wilkins at gmail.com
Sun Jun 5 22:40:10 CEST 2011


Revision: 37223
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37223
Author:   jwilkins
Date:     2011-06-05 20:40:10 +0000 (Sun, 05 Jun 2011)
Log Message:
-----------
Copyright and file header

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_mask.c

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_mask.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_mask.c	2011-06-05 20:34:13 UTC (rev 37222)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_mask.c	2011-06-05 20:40:10 UTC (rev 37223)
@@ -1,3 +1,37 @@
+/*
+ * $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) 2010 by Nicholas Bishop
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s):
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ *
+ */
+
+/** \file blender/editors/sculpt_paint/paint_mask.c
+ *  \ingroup edsculpt
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>




More information about the Bf-blender-cvs mailing list