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>
We already have cadence license snippet in SOF project LICENSE
file but this one has new Copyright years.
// Copyright (c) 2003-2014 Cadence Design Systems, Inc.
vs
// Copyright (c) 2006-2020 Cadence Design Systems, Inc.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Since rimage is now a standalone tool in a separate repo,
remove the rimage directory in preparation to import it
back as a submodule.
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This project provides an open source audio firmware infrastructure for audio
DSPs found on many modern devices. The intention is to allow developers to
create their own codecs, audio processing algorithms and pipelines using
the infrastructure and audio components provided by this project.
The project currently supports the Intel Baytrail and Cherrytrail audio DSP
platforms which use the Xtensa architecture.
The firmware source code is released under the BSD 3 clause licence.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>