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 1cca91a7da39bb416e20183607d092ecbc9be041..901b371a57fd69b64e6f4c239378582754e68c59 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 458e9e4fb9d9af03af0a1a1d7599b1ac6a5e322e..2f8708e0bd6876e596c113db66cae017d6e72a62 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 a5210ad461a87e37c75e8ee7f6703c261cc2bfaa..4027ee266e60705fcd5e969423dc3337e07b6af5 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 e01768fc4fcf96a0188349e51442fd2bd33c0336..1e8274aa5faf2cee45254290dcf0f59f53583f7b 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 b4c1615b7f83b609e1b29581e11a3480ad292836..f2aa8625a90d16069fbf21782435d24083bc630d 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 5aa726d899e20141d18928667d25604c5af0b05c..1807db300124e56f43ac28dd8a7f868d17aecb2b 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 37dcd689c789fb0215ba76bf8a6ca33acc713a67..86c694d2047a0fc0a7d686453f0b6983db7ecc37 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 ef284621edcfc3b88c0dafd3246d5a0b2423dc61..6f9230000bbeac7b9053f2156b55ab53ddd8a281 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 57a9f1c008b39a3f6b280966cef78d3eb4e57216..42327d4ca51f50e8a1b0446384fa578fe3bf9267 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 3baede66ea8e6377074b4e47a5513c6d653a46c4..fa4f03e5be0b3e3ed8033b97b64b30d4b23cd11b 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 06f68a36bbc36dac732c8a22a44d0afdaf1ed6c3..4e081ad2959309a1c4110d3c7b0a88c03a9dc25e 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 3f92a118863643ab219e486c1ca0e87626e61491..8ab0d583cabbd4190c9fb0c754ba0e30c085a03b 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 275f01ad644206e1b0c2af88dcdde218347295dd..9db5bdd3517cba5a00a219bcdf87eeb85f9e4156 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 dfc12797cefe149a7da36f8cdc8d4d5b6be9e91a..d9e06f27980a31a285436282a8114865baef6c8d 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 9ee241cf1efdcb0fd00740e57326f3d0b1406899..eef33c3b1d271042da8b41eb63c19c31904a3d09 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