Author: JonNeal
Date: 2008-04-04 15:13:23 -0400 (Fri, 04 Apr 2008)
New Revision: 1234

Modified:
   trunk/pysoy/src/masses/__init__.pym
   trunk/pysoy/src/masses/soy.masses.pyx
Log:
Ticket #954 :
  * Have to change headers in __init__.pym and soy.foo.pyx around 


Modified: trunk/pysoy/src/masses/__init__.pym
===================================================================
--- trunk/pysoy/src/masses/__init__.pym 2008-04-04 18:50:06 UTC (rev 1233)
+++ trunk/pysoy/src/masses/__init__.pym 2008-04-04 19:13:23 UTC (rev 1234)
@@ -1,20 +1,26 @@
-# PySoy's stubs.Stub
-#
-# 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 Affero 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 Affero General Public License for more details.
-#
-#  You should have received a copy of the GNU Affero General Public License
-#  along with this program; if not, see http://www.gnu.org/licenses
-#
-# $Id$
+'''PySoy soy.masses
 
+    Description, each line indented 4 spaces
+'''
+__credits__ = '''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 Affero 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 Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses
+'''
+__author__  = 'PySoy Group'
+__date__    = 'Last change on '+ \
+              '$Date: 2008-04-04 14:50:06 -0400 (Fri, 04 Apr 2008) $'[7:-20]+ \
+              'by '+'$Author: JonNeal $'[9:-2]
+__version__ = 'Trunk (r'+'$Rev: 1233 $'[6:-2]+')'
+
 cimport stdlib

Modified: trunk/pysoy/src/masses/soy.masses.pyx
===================================================================
--- trunk/pysoy/src/masses/soy.masses.pyx       2008-04-04 18:50:06 UTC (rev 
1233)
+++ trunk/pysoy/src/masses/soy.masses.pyx       2008-04-04 19:13:23 UTC (rev 
1234)
@@ -1,28 +1,22 @@
-'''PySoy Stubs
+# PySoy's stubs.Stub
+#
+# 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 Affero 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 Affero General Public License for more details.
+#
+#  You should have received a copy of the GNU Affero General Public License
+#  along with this program; if not, see http://www.gnu.org/licenses
+#
+# $Id: __init__.pym 1233 2008-04-04 18:50:06Z JonNeal $
 
-    Description, each line indented 4 spaces
-'''
-__credits__ = '''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 Affero 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 Affero General Public License for more details.
-
-    You should have received a copy of the GNU Affero General Public License
-    along with this program; if not, see http://www.gnu.org/licenses
-'''
-__author__  = 'PySoy Group'
-__date__    = 'Last change on '+ \
-              '$Date$'[7:-20]+ \
-              'by '+'$Author$'[9:-2]
-__version__ = 'Trunk (r'+'$Rev$'[6:-2]+')'
-
 #include "Stub.pym"
 include "Mass.pym"
 include "Sphere.pym"

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to