Author: ArcRiley Date: 2008-01-13 06:14:16 +0000 (Sun, 13 Jan 2008) New Revision: 769
Modified: trunk/pysoy/src/meshes/Axis.pxi Log: Adding Id keyword and standard license faceplate Modified: trunk/pysoy/src/meshes/Axis.pxi =================================================================== --- trunk/pysoy/src/meshes/Axis.pxi 2008-01-12 09:58:24 UTC (rev 768) +++ trunk/pysoy/src/meshes/Axis.pxi 2008-01-13 06:14:16 UTC (rev 769) @@ -1,3 +1,22 @@ +# PySoy meshes.Axis Class +# +# Copyright (C) 2006,2007,2008 PySoy Group +# +# 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 3 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, see http://www.gnu.org/licenses +# +# $Id$ + cdef class Axis (Mesh): def __cinit__(self,*args, **keywords) : pass Property changes on: trunk/pysoy/src/meshes/Axis.pxi ___________________________________________________________________ Name: svn:keywords + Id _______________________________________________ PySoy-SVN mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-svn
