From de6e0a76a3f14047a8bf84654de428ac0f33878b Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 27 Mar 2008 23:51:58 -0700 Subject: [PATCH] Update 2007 copyrights to include 2008. --- acinclude.m4 | 2 +- datapath/chain.c | 3 ++- datapath/crc32.c | 4 ++-- datapath/crc_t.c | 4 ++-- datapath/datapath.c | 6 +++--- datapath/flow.c | 4 ++-- datapath/forward.c | 4 ++-- datapath/forward_t.c | 4 ++-- datapath/table-hash.c | 4 ++-- datapath/table-linear.c | 4 ++-- datapath/table-mac.c | 4 ++-- datapath/table_t.c | 4 ++-- datapath/unit-exports.c | 4 ++-- datapath/unit.c | 4 ++-- third-party/ofp-tcpdump.patch | 2 +- 15 files changed, 29 insertions(+), 28 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 1cca91a7d..901b371a5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 ================================================================================= diff --git a/datapath/chain.c b/datapath/chain.c index 458e9e4fb..2f8708e0b 100644 --- a/datapath/chain.c +++ b/datapath/chain.c @@ -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" diff --git a/datapath/crc32.c b/datapath/crc32.c index a5210ad46..4027ee266 100644 --- a/datapath/crc32.c +++ b/datapath/crc32.c @@ -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" diff --git a/datapath/crc_t.c b/datapath/crc_t.c index e01768fc4..1e8274aa5 100644 --- a/datapath/crc_t.c +++ b/datapath/crc_t.c @@ -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 diff --git a/datapath/datapath.c b/datapath/datapath.c index b4c1615b7..f2aa8625a 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -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) diff --git a/datapath/flow.c b/datapath/flow.c index 5aa726d89..1807db300 100644 --- a/datapath/flow.c +++ b/datapath/flow.c @@ -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" diff --git a/datapath/forward.c b/datapath/forward.c index 37dcd689c..86c694d20 100644 --- a/datapath/forward.c +++ b/datapath/forward.c @@ -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 diff --git a/datapath/forward_t.c b/datapath/forward_t.c index ef284621e..6f9230000 100644 --- a/datapath/forward_t.c +++ b/datapath/forward_t.c @@ -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 diff --git a/datapath/table-hash.c b/datapath/table-hash.c index 57a9f1c00..42327d4ca 100644 --- a/datapath/table-hash.c +++ b/datapath/table-hash.c @@ -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" diff --git a/datapath/table-linear.c b/datapath/table-linear.c index 3baede66e..fa4f03e5b 100644 --- a/datapath/table-linear.c +++ b/datapath/table-linear.c @@ -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" diff --git a/datapath/table-mac.c b/datapath/table-mac.c index 06f68a36b..4e081ad29 100644 --- a/datapath/table-mac.c +++ b/datapath/table-mac.c @@ -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" diff --git a/datapath/table_t.c b/datapath/table_t.c index 3f92a1188..8ab0d583c 100644 --- a/datapath/table_t.c +++ b/datapath/table_t.c @@ -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 diff --git a/datapath/unit-exports.c b/datapath/unit-exports.c index 275f01ad6..9db5bdd35 100644 --- a/datapath/unit-exports.c +++ b/datapath/unit-exports.c @@ -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" diff --git a/datapath/unit.c b/datapath/unit.c index dfc12797c..d9e06f279 100644 --- a/datapath/unit.c +++ b/datapath/unit.c @@ -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 diff --git a/third-party/ofp-tcpdump.patch b/third-party/ofp-tcpdump.patch index 9ee241cf1..eef33c3b1 100644 --- a/third-party/ofp-tcpdump.patch +++ b/third-party/ofp-tcpdump.patch @@ -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 -- 2.43.0