[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21260] branches/blender2.5/blender/source /blender/editors/space_file/file_panels.c: 2.5 file browser

Andrea Weikert elubie at gmx.net
Tue Jun 30 08:27:48 CEST 2009


Revision: 21260
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21260
Author:   elubie
Date:     2009-06-30 08:27:48 +0200 (Tue, 30 Jun 2009)

Log Message:
-----------
2.5 file browser
* adding GPL copyright header.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/space_file/file_panels.c

Modified: branches/blender2.5/blender/source/blender/editors/space_file/file_panels.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_file/file_panels.c	2009-06-30 05:56:41 UTC (rev 21259)
+++ branches/blender2.5/blender/source/blender/editors/space_file/file_panels.c	2009-06-30 06:27:48 UTC (rev 21260)
@@ -1,3 +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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * The Original Code is Copyright (C) 2009 Blender Foundation.
+ * All rights reserved.
+ *
+ * 
+ * Contributor(s): Blender Foundation, Andrea Weikert
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
 #include "BKE_context.h"
 #include "BKE_screen.h"
 





More information about the Bf-blender-cvs mailing list