This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
C++ comments, bad.
[perl5.git] / cc_runtime.h
index 799bf46..6a1668d 100644 (file)
@@ -1,3 +1,12 @@
+/*    cc_runtime.h
+ *
+ *    Copyright (C) 1999, 2000, 2001, by Larry Wall and others
+ *
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
+ *
+ */
+
 #define DOOP(ppname) PUTBACK; PL_op = ppname(aTHX); SPAGAIN
 #define CCPP(s)   OP * s(pTHX)