summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-24 02:49:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-24 02:49:05 +0000
commitb68053282cacb98c42efd16cf201be7a62a3c252 (patch)
tree509740f4d5c07124e95db2d92f220bac00a82bd3 /opnames.h
parent49d361abe1cf946c3d09819bdc29c85e2d8fd24b (diff)
downloadperl-b68053282cacb98c42efd16cf201be7a62a3c252.tar.gz
Sprinkle some copyrights (use the oldest timestamp to
be found in the repository, which is most often not right, but at least consistent) p4raw-id: //depot/perl@14400
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/opnames.h b/opnames.h
index a6f576efda..437c85d519 100644
--- a/opnames.h
+++ b/opnames.h
@@ -1,7 +1,16 @@
-/* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- This file is built by opcode.pl from its data. Any changes made here
- will be lost!
-*/
+/*
+ * opnames.h
+ *
+ * Copyright (c) 1997-2002, Larry Wall
+ *
+ * You may distribute under the terms of either the GNU General Public
+ * License or the Artistic License, as specified in the README file.
+ *
+ *
+ * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
+ * This file is built by opcode.pl from its data. Any changes made here
+ * will be lost!
+ */
typedef enum opcode {
OP_NULL, /* 0 */