Skip to content

Commit

Permalink
Merge "add license information to borrowed code" into R5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul v3 CI authored and opencontrail-ci-admin committed Apr 17, 2018
2 parents 44d2e67 + 5700d6f commit 2ce1cc6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dpdk/qemu_uvhost.h
Expand Up @@ -5,6 +5,12 @@
* Copyright (c) 2014 Juniper Networks, Inc. All rights reserved.
*/

/*
* License: GPL-2.0+
* Copyright (c) 2013 Virtual Open Systems Sarl.
* https://www.qemu.org
*/

#ifndef __QEMU_UVHOST_H__
#define __QEMU_UVHOST_H__

Expand Down
5 changes: 5 additions & 0 deletions include/ulinux.h
Expand Up @@ -3,6 +3,11 @@

#include <time.h>

/*
* License: GPL-2.0 WITH Linux-syscall-note
* https://github.com/torvalds/linux
* http://elixir.free-electrons.com/linux/v4.1.21/source/include/linux/timer.h
*/
struct list_head {
struct list_head *next, *prev;
};
Expand Down
1 change: 1 addition & 0 deletions include/vr_hash.h
Expand Up @@ -11,6 +11,7 @@

/* vr_hash.h: Jenkins hash support.
*
* License: Public Domain
* Copyright (C) 2006. Bob Jenkins (bob_jenkins@burtleburtle.net)
*
* http://burtleburtle.net/bob/hash/
Expand Down
6 changes: 6 additions & 0 deletions utils/vtest/vhost/src/uvhost.h
Expand Up @@ -5,6 +5,12 @@
* Copyright (c) 2015 Juniper Networks, Inc. All rights reserved.
*/

/*
* License: GPL-2.0+
* Copyright (c) 2013 Virtual Open Systems Sarl..
* https://www.qemu.org
*/

#ifndef QEMU_UVHOST_H
#define QEMU_UVHOST_H

Expand Down
6 changes: 6 additions & 0 deletions windows/vr_driver.c
Expand Up @@ -318,6 +318,12 @@ FilterAttach(NDIS_HANDLE NdisFilterHandle,

NT_ASSERT(DriverContext == (NDIS_HANDLE)VrDriverObject);

/*
* License: MS-PL
* Copyright (c) 2015 Microsoft
* https://github.com/Microsoft/Windows-driver-samples/blob/master/network/ndis/extension/base/SxBase.c
*/

// Accept Ethernet only
if (AttachParameters->MiniportMediaType != NdisMedium802_3) {
status = NDIS_STATUS_INVALID_PARAMETER;
Expand Down

0 comments on commit 2ce1cc6

Please sign in to comment.