summaryrefslogtreecommitdiff
path: root/datapath/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'datapath/table.c')
-rw-r--r--datapath/table.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/datapath/table.c b/datapath/table.c
index c0885b705..11aeb8889 100644
--- a/datapath/table.c
+++ b/datapath/table.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2009 Nicira Networks.
+ * Distributed under the terms of the GNU GPL version 2.
+ *
+ * Significant portions of this file may be copied from parts of the Linux
+ * kernel, by Linus Torvalds and others.
+ */
+
#include "flow.h"
#include "datapath.h"