generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
The top-level LICENSE file says "This repository contains multiple directories, each individually licensed. Please see the LICENSE file in each directory."
I looked at each directory containing files (since a few just contained nested directories) and found only three "LICENSE" or similarly named files. However, I found most directories do contain "README.md" or similarly named files:
$ for i in $(find */ -type f | perl -pe 's</[^/\n]*$><>;s/ /?/g;' | sort -u); do echo =========; echo $i; find "$i" -iname '*license*' -o -iname '*readme*'; done
=========
CCRH/RH850_F1KM_S4
CCRH/RH850_F1KM_S4/README.md
=========
CCS/C2000_C28x
CCS/C2000_C28x/README.md
=========
GCC/CORTEX_A53_64-bit_UltraScale_MPSoC
GCC/CORTEX_A53_64-bit_UltraScale_MPSoC/bsp_patches/ReadMe.txt
GCC/CORTEX_A53_64-bit_UltraScale_MPSoC/ReadMe.txt
=========
GCC/CORTEX_A53_64-bit_UltraScale_MPSoC/bsp_patches
GCC/CORTEX_A53_64-bit_UltraScale_MPSoC/bsp_patches/ReadMe.txt
=========
GCC/CORTEX_A9_Zynq7000
GCC/CORTEX_A9_Zynq7000/README.md
GCC/CORTEX_A9_Zynq7000/LICENSE
=========
GCC/CORTEX_A9_Zynq7000/build
=========
GCC/CORTEX_A9_Zynq7000/Percepio View 4.10.3 patch
=========
GCC/CORTEX_A9_Zynq7000/utility
=========
GCC/MSP430FR5969
=========
GCC/RISC-V/chip_specific_extensions/THEAD_RV32
=========
GCC/RP2350_ARM_NTZ
GCC/RP2350_ARM_NTZ/LICENSE.md
GCC/RP2350_ARM_NTZ/README.md
=========
GCC/RP2350_ARM_NTZ/non_secure
=========
GCC/RP2350_RISC-V
GCC/RP2350_RISC-V/LICENSE.md
GCC/RP2350_RISC-V/README.md
GCC/RP2350_RISC-V/readme.txt
=========
GCC/RP2350_RISC-V/include
=========
GCC/TriCore_38xa
GCC/TriCore_38xa/readme.txt
=========
Z88DK/Z180
Z88DK/Z180/readme.md
Three of those README files contain references to licenses, and one of those already has an adjacent LICENSE file:
$ find */ -iname '*readme*' | xargs egrep -i license
CCRH/RH850_F1KM_S4/README.md:This port is distributed under MIT open source license.
CCS/C2000_C28x/README.md:This port is distributed under MIT open source license.
GCC/CORTEX_A9_Zynq7000/README.md:### License
GCC/CORTEX_A9_Zynq7000/README.md:Distributed under the MIT License. See `LICENSE` for more information.
Can you clarify the licenses for CCRH/RH850_F1KM_S4 and CCS/C2000_C28x by including explicit LICENSE files?
Also, can you add LICENSE files to the directories that don't have any licenses, listed below?
- GCC/CORTEX_A53_64-bit_UltraScale_MPSoC
- GCC/CORTEX_A9_Zynq7000
- GCC/MSP430FR5969
- GCC/RISC-V/chip_specific_extensions/THEAD_RV32
- GCC/RP2350_ARM_NTZ/non_secure
- GCC/RP2350_RISC-V/include
- GCC/TriCore_38xa
- Z88DK/Z180
Metadata
Metadata
Assignees
Labels
No labels