summaryrefslogtreecommitdiff
path: root/datapath/vport.h
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2011-11-16 13:39:40 -0800
committerJesse Gross <jesse@nicira.com>2011-11-16 13:55:49 -0800
commita9a29d22d8f485bb90bb49ae9ddff8c3c1ab04f5 (patch)
tree2587409bf66a3a551f7b30f3e876e848c53162c6 /datapath/vport.h
parent25cfd5cac3ef31c8969db2efb067140cf4e7f08f (diff)
downloadopenvswitch-a9a29d22d8f485bb90bb49ae9ddff8c3c1ab04f5.tar.gz
datapath: Reformat copyright messages.
Many of our kernel copyright messages make reference to code being copied from the Linux kernel, which is a bit odd for code in the kernel. This changes them to use the standard GNU GPL boilerplate instead. It does not change the actual license, which continues to be GPLv2. Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
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