diff options
Diffstat (limited to 'src/errno')
-rw-r--r-- | src/errno/nt32/___errno_location.s | 2 | ||||
-rw-r--r-- | src/errno/nt64/___errno_location.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/errno/nt32/___errno_location.s b/src/errno/nt32/___errno_location.s index cc2d164..3d4712e 100644 --- a/src/errno/nt32/___errno_location.s +++ b/src/errno/nt32/___errno_location.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/errno/nt64/___errno_location.s b/src/errno/nt64/___errno_location.s index 091c51a..a8dd83f 100644 --- a/src/errno/nt64/___errno_location.s +++ b/src/errno/nt64/___errno_location.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 |