版权与许可证
************

:link_to_translation:`en:[English]`

软件版权
========

本仓库中的全部原创源代码版权归 Espressif Systems (C) 2015-2026 所有，并依据 LICENSE 文件中的 ESPRESSIF MIT License 授权。

此外还包含以下第三方版权代码，各自适用相应许可：

* `mp3`_ 库版权归 The Android Open Source Project (c) 2005-2008 所有，采用 Apache License Version 2.0。

* `aac`_ 库版权归 The Android Open Source Project (c) 2005-2008 所有，采用 Apache License Version 2.0。

* `amr`_ 库版权归 Martin Storsjo (C) 2009 所有，采用 Apache License Version 2.0。

* `opus`_ 库版权归 Xiph.Org、Skype Limited、Octasic、Jean-Marc Valin、Timothy B. Terriberry、CSIRO、Gregory Maxwell、Mark Borgerding、Erik de Castro Lopo (2001-2011) 所有，采用 3-clause BSD license。

* `flac`_ 库版权归 Xiph.Org Foundation (C) 2011-2016 所有，采用 Xiph.Org 的 BSD-like license。

* `vorbis`_ 库版权归 Xiph.org Foundation (c) 2002-2020 所有，采用 3-Clause BSD license。

* `aac-enc`_ 库版权归 VisualOn (2003-2010) 所有，采用 Apache License Version 2.0。

* `adpcm`_ 库版权归 aikiriao (C) 2020 所有。

* `jpeg-dec`_ 库版权归 ChaN (C) 2019 所有。

* `alac`_ 库版权归 Apple (C) 2004 所有，采用 Apache License Version 2.0。

请参阅 `ESP-IDF 编程指南 <http://esp-idf.readthedocs.io/en/latest/COPYRIGHT.html>`_ 中的 COPYRIGHT 章节。

若源代码文件头中已注明 Copyright 与 License 信息，以文件头内容为准，优先于本文汇总。


.. _mp3: https://github.com/aosp-mirror/platform_external_opencore/tree/master/codecs_v2/audio/mp3/dec
.. _aac: https://github.com/aosp-mirror/platform_external_opencore/tree/master/codecs_v2/audio/aac/dec
.. _amr: https://github.com/aosp-mirror/platform_external_opencore/tree/master/codecs_v2/audio/gsm_amr
.. _opus: https://github.com/xiph/opus
.. _flac: https://github.com/xiph/flac
.. _vorbis: https://github.com/xiph/vorbis
.. _aac-enc: https://github.com/mstorsjo/vo-aacenc
.. _adpcm: https://github.com/aikiriao/IMA-ADPCM
.. _jpeg-dec: http://www.elm-chan.org/fsw/tjpgd/00index.html
.. _alac: https://github.com/macosforge/alac
