[svn:parrot] r42885 - trunk/t/native_pbc/testdata

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Dec 3 19:31:35 UTC 2009


Author: mikehh
Date: Thu Dec  3 19:31:31 2009
New Revision: 42885
URL: https://trac.parrot.org/parrot/changeset/42885

Log:
add copyright, Id and coda

Modified:
   trunk/t/native_pbc/testdata/number.pasm
   trunk/t/native_pbc/testdata/string.pasm

Modified: trunk/t/native_pbc/testdata/number.pasm
==============================================================================
--- trunk/t/native_pbc/testdata/number.pasm	Thu Dec  3 19:16:26 2009	(r42884)
+++ trunk/t/native_pbc/testdata/number.pasm	Thu Dec  3 19:31:31 2009	(r42885)
@@ -1,3 +1,6 @@
+# Copyright (C) 2009, Parrot Foundation.
+# $Id$
+
         set     N0, 1.0
         set     N1, 4.0
         set     N2, 16.0
@@ -78,3 +81,9 @@
         print   N25
         print   "\n"
         end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/native_pbc/testdata/string.pasm
==============================================================================
--- trunk/t/native_pbc/testdata/string.pasm	Thu Dec  3 19:16:26 2009	(r42884)
+++ trunk/t/native_pbc/testdata/string.pasm	Thu Dec  3 19:31:31 2009	(r42885)
@@ -1,3 +1,6 @@
+# Copyright (C) 2009, Parrot Foundation.
+# $Id$
+
     set S1, "abc"
     set S2, "EE"
     bors S0, S1, S2
@@ -8,3 +11,9 @@
     print S2
     print "\n"
     end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list