[svn:parrot] r44814 - branches/ops_pct/compilers/opsc/src/Ops

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 9 13:40:36 UTC 2010


Author: mikehh
Date: Tue Mar  9 13:40:36 2010
New Revision: 44814
URL: https://trac.parrot.org/parrot/changeset/44814

Log:
add copyright and Id

Modified:
   branches/ops_pct/compilers/opsc/src/Ops/Compiler.pm

Modified: branches/ops_pct/compilers/opsc/src/Ops/Compiler.pm
==============================================================================
--- branches/ops_pct/compilers/opsc/src/Ops/Compiler.pm	Tue Mar  9 13:38:23 2010	(r44813)
+++ branches/ops_pct/compilers/opsc/src/Ops/Compiler.pm	Tue Mar  9 13:40:36 2010	(r44814)
@@ -1,4 +1,7 @@
-# nqp
+#! nqp
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
 class Ops::Compiler is HLL::Compiler;
 
 INIT {


More information about the parrot-commits mailing list