diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2023-11-02 15:44:40 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-11-07 03:19:26 +0000 |
commit | c96b4da2a079eb837ab3af9aeb86a97078b3bde6 (patch) | |
tree | 1a365e9be9e247b8fb6948a8b128e4a5481e8cc4 | |
parent | d461137e22ed46fdae725741decb44b91e59c110 (diff) | |
download | edk2-c96b4da2a079eb837ab3af9aeb86a97078b3bde6.tar.gz |
ReadMe.rst: Add CodeQL/analyze directory under other licenses
The code in this directory is licensed under Apache License, Version
2.0. Therefore, the directory is listed under paths with licenses
other than BSD-2-Clause Plus Patent. The directory link points to the
complete Apache License, Version 2.0 on apache.org.
Cc: Andrew Fish <afish@apple.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
-rw-r--r-- | ReadMe.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ReadMe.rst b/ReadMe.rst index 06fb122ef3..808ccd37af 100644 --- a/ReadMe.rst +++ b/ReadMe.rst @@ -73,6 +73,7 @@ The majority of the content in the EDK II open source project uses a source project contains the following components that are covered by additional
licenses:
+- `BaseTools/Plugin/CodeQL/analyze <https://www.apache.org/licenses/LICENSE-2.0>`__
- `BaseTools/Source/C/LzmaCompress <BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt>`__
- `BaseTools/Source/C/VfrCompile/Pccts <BaseTools/Source/C/VfrCompile/Pccts/RIGHTS>`__
- `CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c <CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c>`__
|