diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-04-21 15:33:16 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-04-21 15:33:49 +0100 |
commit | c4fa0122a638a35592a8a5fd36d915dadeb0340e (patch) | |
tree | ff6fed7db7717fd46c55de24006d5bbf4d9bf61b /debian | |
parent | a57d763ac4f90fce9a582c8bec16336a21bee720 (diff) |
Clarify that only kni and igb_uio are under GPL2
debian/copyright flagged the whole lib/librte_eal/linuxapp/ content
as distributed under GPL2, but it's only the kernel modules. Update
the copyright file to clarify this.
Change-Id: I891a798f3a48b3556a8b6d547f790b2d4c4c55f6
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/copyright | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index 24088798..5ad7c10b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -14,7 +14,9 @@ Copyright: 2008-2014 Cisco Systems, Inc. and many other contributors. License: BSD-3-clause -Files: lib/librte_eal/linuxapp/* +Files: + lib/librte_eal/linuxapp/igb_uio/* + lib/librte_eal/linuxapp/kni/* Copyright: 2007-2016, Intel Corporation 2006-2007 Myricom, Inc. for some LRO specific code License: GPL-2 |