Author: kjs
Date: Tue Dec  2 02:17:02 2008
New Revision: 33438

Modified:
   trunk/compilers/pirc/bctest.c

Log:
[pirc] fix copyright and coda.

Modified: trunk/compilers/pirc/bctest.c
==============================================================================
--- trunk/compilers/pirc/bctest.c       (original)
+++ trunk/compilers/pirc/bctest.c       Tue Dec  2 02:17:02 2008
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ * Copyright (C) 2008, The Perl Foundation.
+ */
 #include <stdio.h>
 #include "parrot/parrot.h"
 #include "parrot/embed.h"
@@ -283,3 +287,11 @@
 
     return 0;
 }
+
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */

Reply via email to