summaryrefslogtreecommitdiff
path: root/datapath/vport.h
diff options
context:
space:
mode:
Diffstat (limited to 'datapath/vport.h')
-rw-r--r--datapath/vport.h18
1 files changed, 14 insertions, 4 deletions
diff --git a/datapath/vport.h b/datapath/vport.h
index 3dbc68fcb..0f5f07796 100644
--- a/datapath/vport.h
+++ b/datapath/vport.h
@@ -1,9 +1,19 @@
/*
- * Copyright (c) 2010, 2011 Nicira Networks.
- * Distributed under the terms of the GNU GPL version 2.
+ * Copyright (c) 2007-2011 Nicira Networks.
*
- * Significant portions of this file may be copied from parts of the Linux
- * kernel, by Linus Torvalds and others.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * License as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA
*/
#ifndef VPORT_H