diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/nt32/syscall.s | 2 | ||||
-rw-r--r-- | src/internal/nt64/syscall.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/nt32/syscall.s b/src/internal/nt32/syscall.s index 28c3454..b8b308e 100644 --- a/src/internal/nt32/syscall.s +++ b/src/internal/nt32/syscall.s @@ -1,7 +1,7 @@ ############################################################################ ## mmglue: midipix architecture- and target-specific bits for musl libc ## ## Copyright (C) 2013--2023 SysDeer Technologies, LLC ## -## Released under the Standard MIT License; see COPYING.MMGLUE. ## +## Released under GPLv2 and GPLv3; see COPYING.MMGLUE. ## ############################################################################ .text diff --git a/src/internal/nt64/syscall.s b/src/internal/nt64/syscall.s index 877d0d3..50e3eb1 100644 --- a/src/internal/nt64/syscall.s +++ b/src/internal/nt64/syscall.s @@ -1,7 +1,7 @@ ############################################################################ ## mmglue: midipix architecture- and target-specific bits for musl libc ## ## Copyright (C) 2013--2023 SysDeer Technologies, LLC ## -## Released under the Standard MIT License; see COPYING.MMGLUE. ## +## Released under GPLv2 and GPLv3; see COPYING.MMGLUE. ## ############################################################################ .text |