File tree Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 8686 run : |
8787 mkdir repos
8888 git clone --depth=1 https://github.com/apache/mynewt-core repos/apache-mynewt-core
89- wget https://dlcdn .apache.org//creadur/apache-rat-0.16.1 /apache-rat-0.16.1 -bin.tar.gz
90- tar zxf apache-rat-0.16.1 -bin.tar.gz apache-rat-0.16.1 /apache-rat-0.16.1 .jar
91- mv apache-rat-0.16.1 /apache-rat-0.16.1 .jar apache-rat.jar
89+ wget https://archive .apache.org/dist /creadur/apache-rat-0.17 /apache-rat-0.17 -bin.tar.gz
90+ tar zxf apache-rat-0.17 -bin.tar.gz apache-rat-0.17 /apache-rat-0.17 .jar
91+ mv apache-rat-0.17 /apache-rat-0.17 .jar apache-rat.jar
9292 - name : Check licensing
9393 shell : bash
9494 run : |
Original file line number Diff line number Diff line change 11# Can't easily add license to rat-excludes file.
22.rat-excludes
3-
4- # Ignore documentation folder
5- docs
3+ repos
64
75# Non-source files
86RELEASE_NOTES.md
9- .gitignore
10- README.md
7+ **/README.md
8+ Doxyfile
119.clang-format
12- .style_ignored_dirs
1310.mailmap
14- requirements.txt
15- Doxyfile
11+ .style_ignored_dirs
12+ **/requirements.txt
1613
17- # tinycrypt - BSD License.
18- tinycrypt
14+ # Ignore documentation folder
15+ docs
1916
20- # Queue implementation - BSD License
21- queue.h
17+ # tinycrypt - BSD License.
18+ ext/tinycrypt
2219
2320# mbuf implementation - BSD License
24- os_mbuf.c
21+ porting/nimble/src/ os_mbuf.c
2522
2623# Nordic nRF5 SDK - BSD License
27- system_nrf52.c
24+ babblesim/hw/mcu/nordic/nrf52_bsim/src/ system_nrf52.c
2825
2926# CMSIS-CORE - BSD License.
30- cmsis_nvic.h
27+ babblesim/hw/mcu/nordic/nrf52_bsim/include/mcu/ cmsis_nvic.h
3128
3229# Linker scripts for Nordics nRF5X - TCL license
33- nrf5340-mcu.ld
30+ targets/auracast_usb/ nrf5340-mcu.ld
You can’t perform that action at this time.
0 commit comments