diff mbox

[ovs-dev,3/3] netdev-vport: Update copyright headers

Message ID 1464862729-31563-3-git-send-email-cascardo@redhat.com
State Accepted
Headers show

Commit Message

Thadeu Lima de Souza Cascardo June 2, 2016, 10:18 a.m. UTC
Red Hat has contributed to the original code that has moved to netdev-native-tnl
module and to code that has been kept in netdev-vport as well.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
---
 lib/netdev-native-tnl.c | 1 +
 lib/netdev-vport.c      | 1 +
 2 files changed, 2 insertions(+)

Comments

Jesse Gross June 2, 2016, 7:50 p.m. UTC | #1
On Thu, Jun 2, 2016 at 3:18 AM, Thadeu Lima de Souza Cascardo
<cascardo@redhat.com> wrote:
> Red Hat has contributed to the original code that has moved to netdev-native-tnl
> module and to code that has been kept in netdev-vport as well.
>
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>

Also applied to master.
diff mbox

Patch

diff --git a/lib/netdev-native-tnl.c b/lib/netdev-native-tnl.c
index 215bf42..086496f 100644
--- a/lib/netdev-native-tnl.c
+++ b/lib/netdev-native-tnl.c
@@ -1,5 +1,6 @@ 
 /*
  * Copyright (c) 2016 Nicira, Inc.
+ * Copyright (c) 2016 Red Hat, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c
index aaf6bfc..cd774d9 100644
--- a/lib/netdev-vport.c
+++ b/lib/netdev-vport.c
@@ -1,5 +1,6 @@ 
 /*
  * Copyright (c) 2010, 2011, 2012, 2013, 2014 Nicira, Inc.
+ * Copyright (c) 2016 Red Hat, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.