aboutsummaryrefslogtreecommitdiff
path: root/datapath/dp_notify.c
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/dp_notify.c
parent25cfd5cac3ef31c8969db2efb067140cf4e7f08f (diff)
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/dp_notify.c')
-rw-r--r--datapath/dp_notify.c20
1 files changed, 14 insertions, 6 deletions
diff --git a/datapath/dp_notify.c b/datapath/dp_notify.c
index 07fd222d..122b2fa9 100644
--- a/datapath/dp_notify.c
+++ b/datapath/dp_notify.c
@@ -1,13 +1,21 @@
/*
- * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira Networks.
+ * 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
*/
-/* Handle changes to managed devices */
-
#include <linux/netdevice.h>
#include <net/genetlink.h>