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:
Daniel Baluta 2022-03-28 14:36:38 +03:00 committed by Daniel Baluta
parent 5f52ab9199
commit 4ad833098b
1 changed files with 6 additions and 0 deletions

View File

@ -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 * BSD 3 Clause
* Copyright (c) 2016, Intel Corporation * Copyright (c) 2016, Intel Corporation