[svn:parrot] r45308 - in branches/profiling_testing: runtime/parrot/library/ProfTest t/profiling

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Mar 30 06:07:40 UTC 2010


Author: cotto
Date: Tue Mar 30 06:07:40 2010
New Revision: 45308
URL: https://trac.parrot.org/parrot/changeset/45308

Log:
[codingstd] add copyright and svn id lines

Modified:
   branches/profiling_testing/runtime/parrot/library/ProfTest/Matcher.nqp
   branches/profiling_testing/runtime/parrot/library/ProfTest/NQPProfile.nqp
   branches/profiling_testing/runtime/parrot/library/ProfTest/PIRProfile.nqp
   branches/profiling_testing/runtime/parrot/library/ProfTest/Want.nqp
   branches/profiling_testing/t/profiling/profiling.t

Modified: branches/profiling_testing/runtime/parrot/library/ProfTest/Matcher.nqp
==============================================================================
--- branches/profiling_testing/runtime/parrot/library/ProfTest/Matcher.nqp	Tue Mar 30 06:04:46 2010	(r45307)
+++ branches/profiling_testing/runtime/parrot/library/ProfTest/Matcher.nqp	Tue Mar 30 06:07:40 2010	(r45308)
@@ -1,4 +1,7 @@
 
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
 class ProfTest::Matcher is Hash;
 
 method new(*@wants) {

Modified: branches/profiling_testing/runtime/parrot/library/ProfTest/NQPProfile.nqp
==============================================================================
--- branches/profiling_testing/runtime/parrot/library/ProfTest/NQPProfile.nqp	Tue Mar 30 06:04:46 2010	(r45307)
+++ branches/profiling_testing/runtime/parrot/library/ProfTest/NQPProfile.nqp	Tue Mar 30 06:07:40 2010	(r45308)
@@ -1,3 +1,7 @@
+
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
 class ProfTest::NQPProfile is ProfTest::PIRProfile;
 
 method new($nqp_code, $canonical? = 1) {

Modified: branches/profiling_testing/runtime/parrot/library/ProfTest/PIRProfile.nqp
==============================================================================
--- branches/profiling_testing/runtime/parrot/library/ProfTest/PIRProfile.nqp	Tue Mar 30 06:04:46 2010	(r45307)
+++ branches/profiling_testing/runtime/parrot/library/ProfTest/PIRProfile.nqp	Tue Mar 30 06:07:40 2010	(r45308)
@@ -1,4 +1,7 @@
 
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
 class ProfTest::PIRProfile is Hash;
 
 method new($pir_code, $canonical? = 1) {

Modified: branches/profiling_testing/runtime/parrot/library/ProfTest/Want.nqp
==============================================================================
--- branches/profiling_testing/runtime/parrot/library/ProfTest/Want.nqp	Tue Mar 30 06:04:46 2010	(r45307)
+++ branches/profiling_testing/runtime/parrot/library/ProfTest/Want.nqp	Tue Mar 30 06:07:40 2010	(r45308)
@@ -1,4 +1,7 @@
 
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
 class ProfTest::Want is Hash;
 
 method new() { die('...'); }

Modified: branches/profiling_testing/t/profiling/profiling.t
==============================================================================
--- branches/profiling_testing/t/profiling/profiling.t	Tue Mar 30 06:04:46 2010	(r45307)
+++ branches/profiling_testing/t/profiling/profiling.t	Tue Mar 30 06:07:40 2010	(r45308)
@@ -1,5 +1,8 @@
 #!/usr/bin/env parrot-nqp
 
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
 INIT {
     pir::load_bytecode('ProfTest.pbc');
 }


More information about the parrot-commits mailing list