Update 2007 copyrights to include 2008.
authorJustin Pettit <jpettit@nicira.com>
Fri, 28 Mar 2008 06:51:58 +0000 (23:51 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 28 Mar 2008 06:51:58 +0000 (23:51 -0700)
15 files changed:
acinclude.m4
datapath/chain.c
datapath/crc32.c
datapath/crc_t.c
datapath/datapath.c
datapath/flow.c
datapath/forward.c
datapath/forward_t.c
datapath/table-hash.c
datapath/table-linear.c
datapath/table-mac.c
datapath/table_t.c
datapath/unit-exports.c
datapath/unit.c
third-party/ofp-tcpdump.patch

index 1cca91a..901b371 100644 (file)
@@ -1,6 +1,6 @@
 dnl =================================================================================
 dnl Distributed under the terms of the GNU GPL version 2.
-dnl Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior University
+dnl Copyright (c) 2007, 2008 The Board of Trustees of The Leland Stanford Junior University
 dnl =================================================================================
 
 
index 458e9e4..2f8708e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior University
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include "chain.h"
index a5210ad..4027ee2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include "crc32.h"
index e01768f..1e8274a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include <linux/string.h>
index b4c1615..f2aa862 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 /* Functions for managing the dp interface/device. */
@@ -1575,7 +1575,7 @@ static void dp_uninit_netlink(void)
 #define DRV_NAME               "openflow"
 #define DRV_VERSION     VERSION
 #define DRV_DESCRIPTION "OpenFlow switching datapath implementation"
-#define DRV_COPYRIGHT   "Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior University"
+#define DRV_COPYRIGHT   "Copyright (c) 2007, 2008 The Board of Trustees of The Leland Stanford Junior University"
 
 
 static int __init dp_init(void)
index 5aa726d..1807db3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include "flow.h"
index 37dcd68..86c694d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include <linux/if_ether.h>
index ef28462..6f92300 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include <linux/skbuff.h>
index 57a9f1c..42327d4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include "table.h"
index 3baede6..fa4f03e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include "table.h"
index 06f68a3..4e081ad 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include "table.h"
index 3f92a11..8ab0d58 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include <linux/module.h>
index 275f01a..9db5bdd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include "table.h"
index dfc1279..d9e06f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Distributed under the terms of the GNU GPL version 2.
- * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
-sity
+ * Copyright (c) 2007, 2008 The Board of Trustees of The Leland 
+ * Stanford Junior University
  */
 
 #include <linux/autoconf.h>
index 9ee241c..eef33c3 100644 (file)
@@ -49,7 +49,7 @@ diff -rNu tcpdump/print-openflow.c tcpdump/print-openflow.c
 --- tcpdump/print-openflow.c   1969-12-31 16:00:00.000000000 -0800
 +++ tcpdump/print-openflow.c   2008-02-07 11:29:01.000000000 -0800
 @@ -0,0 +1,46 @@
-+/* Copyright (C) 2007 Board of Trustees, Leland Stanford Jr. University.
++/* Copyright (C) 2007, 2008 Board of Trustees, Leland Stanford Jr. University.
 + *
 + * Permission is hereby granted, free of charge, to any person obtaining a copy
 + * of this software and associated documentation files (the "Software"), to