[svn:parrot] r44830 - branches/ops_pct/compilers/opsc/t

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 9 22:38:32 UTC 2010


Author: mikehh
Date: Tue Mar  9 22:38:32 2010
New Revision: 44830
URL: https://trac.parrot.org/parrot/changeset/44830

Log:
add copyright and Id

Modified:
   branches/ops_pct/compilers/opsc/t/04-op.t
   branches/ops_pct/compilers/opsc/t/05-oplib.t
   branches/ops_pct/compilers/opsc/t/06-opsfile.t

Modified: branches/ops_pct/compilers/opsc/t/04-op.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/04-op.t	Tue Mar  9 22:36:06 2010	(r44829)
+++ branches/ops_pct/compilers/opsc/t/04-op.t	Tue Mar  9 22:38:32 2010	(r44830)
@@ -1,4 +1,6 @@
 #!./parrot-nqp
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
 
 # Checking Ops::Op
 

Modified: branches/ops_pct/compilers/opsc/t/05-oplib.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/05-oplib.t	Tue Mar  9 22:36:06 2010	(r44829)
+++ branches/ops_pct/compilers/opsc/t/05-oplib.t	Tue Mar  9 22:38:32 2010	(r44830)
@@ -1,4 +1,6 @@
 #!./parrot-nqp
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
 
 # Checking for OpLib num and skip files parsing.
 

Modified: branches/ops_pct/compilers/opsc/t/06-opsfile.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/06-opsfile.t	Tue Mar  9 22:36:06 2010	(r44829)
+++ branches/ops_pct/compilers/opsc/t/06-opsfile.t	Tue Mar  9 22:38:32 2010	(r44830)
@@ -1,4 +1,6 @@
 #!./parrot-nqp
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
 
 pir::load_bytecode("compilers/opsc/opsc.pbc");
 pir::load_bytecode("nqp-settings.pbc");


More information about the parrot-commits mailing list