Skip to content

Commit 8e6940e

Browse files
committed
Updates for unreliable URLs
1 parent 7f606c4 commit 8e6940e

5 files changed

Lines changed: 1520 additions & 4 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
override-args: ${{ inputs.override-args }}
3030
# Use the following to exclude certain URLs from the check. Need to include "--exclude" in the definition.
3131
# For example, --exclude '43oh.com'
32-
exclude: --exclude '43oh.com'
32+
exclude: --exclude '43oh.com' --exclude 'www.gnu.org'
3333

3434

3535

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,11 @@ The files in the [`actions`][15] directory contain examples for [arduino-compile
432432
433433
The DSLite tool is licensed per the Texas Instruments [Uniflash License][95]. DSLite is available for download in the Assets area on the [Releases page][202].
434434
435-
GCC is distributed per the [GNU General Public License v3][103].
435+
GCC is distributed per the [GNU General Public License v3][103] ([plain text version][215]).
436436
437-
[`mspdebug`][207] is Copyright (C) Daniel Beer and distributed per [GNU General Public License v2][104].
437+
[`mspdebug`][207] is Copyright (C) Daniel Beer and distributed per [GNU General Public License v2][104] ([plain text version][214]).
438438
439-
The majority of the remaining files in this repo are either a copy or a derivation of Energia platform cores, which are licensed under the GNU [Lesser General Public License v2.1][102] per [Energia][19].
439+
The majority of the remaining files in this repo are either a copy or a derivation of Energia platform cores, which are licensed under the GNU [Lesser General Public License v2.1][102] ([plain text version][216]) per [Energia][19].
440440
441441
The other non-Energia derived software and files in this repository are also released released under LGPL v2.1.
442442
@@ -549,6 +549,9 @@ See the file [`LICENSE.txt`][101] in this repository.
549549
[211]: https://embeddedcomputing.weebly.com/launchpad-msp430g2.html
550550
[212]: https://www.ti.com/tool/MSP430-GCC-OPENSOURCE
551551
[213]: https://github.com/Andy4495/TI_Platform_Cores_For_Arduino/releases/download/v1.3.0/mspdebug-0.25-x86_64-apple-darwin.tar.bz2
552+
[214]: ./extras/gpl-2.0.txt
553+
[215]: ./extras/gpl-3.0.txt
554+
[216]: ./extras/lgpl-2.1.txt
552555
[908]: https://forum.43oh.com/topic/13361-add-msp432-support-to-arduino/
553556
[911]: https://forum.43oh.com/topic/31134-error-compiling-for-board-msp-exp430f5529lp/
554557
[970]: https://www.microsoft.com/openjdk

0 commit comments

Comments
 (0)