diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-28 00:02:20 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-28 00:02:20 -0600 |
commit | 52d48b9ea39a990295fdaf53dea492637051bd10 (patch) | |
tree | 0833f14d08c26443a94a9a33ce934389c568896b /libhw/rp2040_hwspi.c | |
parent | 88adb90f5e805bea27e619fd5209ef58dbff6fd1 (diff) |
s/Licence/License/g
Diffstat (limited to 'libhw/rp2040_hwspi.c')
-rw-r--r-- | libhw/rp2040_hwspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhw/rp2040_hwspi.c b/libhw/rp2040_hwspi.c index b041bc9..96c3d14 100644 --- a/libhw/rp2040_hwspi.c +++ b/libhw/rp2040_hwspi.c @@ -2,7 +2,7 @@ * ARM Primecell SSP (PL022) (implementation file) * * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> - * SPDX-Licence-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include <assert.h> |