mirror of https://github.com/thesofproject/sof.git
LICENCE: Add clarification for dual license files
We often need to include interface files from other projects. When the projects are dual licensed we always go for the more permissive license. Suggested-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
parent
5f52ab9199
commit
4ad833098b
6
LICENCE
6
LICENCE
|
@ -1,3 +1,9 @@
|
|||
// SOF reuses some dual licensed header files where interfaces must be maintained
|
||||
// between SOF and other software. Where a dual licensed file contains the
|
||||
// GPL (any version) as a license option, then SOF will always use the permissive
|
||||
// license option (e.g. BSD, MIT or Apache or another permissive license) instead
|
||||
// of the GPL option
|
||||
|
||||
/*
|
||||
* BSD 3 Clause
|
||||
* Copyright (c) 2016, Intel Corporation
|
||||
|
|
Loading…
Reference in New Issue