diff options
author | midipix <writeonce@midipix.org> | 2024-04-14 19:11:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-04-14 19:11:00 +0000 |
commit | 000ff78bcc152cc59d12b5b779abb82d20bd9cab (patch) | |
tree | 86ca08adcc4842c206039f33cef782a4879e149d /src/arch/nt64 | |
parent | e4259c553e87f53ad4b58b1414b14f125ad4d7e9 (diff) | |
download | mmglue-000ff78bcc152cc59d12b5b779abb82d20bd9cab.tar.bz2 mmglue-000ff78bcc152cc59d12b5b779abb82d20bd9cab.tar.xz |
Diffstat (limited to 'src/arch/nt64')
-rw-r--r-- | src/arch/nt64/_dlstart.c | 2 | ||||
-rw-r--r-- | src/arch/nt64/cmd.c | 2 | ||||
-rw-r--r-- | src/arch/nt64/crt_glue.c | 2 | ||||
-rw-r--r-- | src/arch/nt64/crt_pe.c | 2 | ||||
-rw-r--r-- | src/arch/nt64/crt_tls.c | 2 | ||||
-rw-r--r-- | src/arch/nt64/debug.c | 2 | ||||
-rw-r--r-- | src/arch/nt64/fs.c | 2 | ||||
-rw-r--r-- | src/arch/nt64/syscall_disp.c | 2 | ||||
-rw-r--r-- | src/arch/nt64/unwind.c | 2 | ||||
-rw-r--r-- | src/arch/nt64/vtbl.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/arch/nt64/_dlstart.c b/src/arch/nt64/_dlstart.c index f078daa..9f9f989 100644 --- a/src/arch/nt64/_dlstart.c +++ b/src/arch/nt64/_dlstart.c @@ -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. */ /**************************************************************************/ typedef unsigned int uint32_t; diff --git a/src/arch/nt64/cmd.c b/src/arch/nt64/cmd.c index 92a3068..a085369 100644 --- a/src/arch/nt64/cmd.c +++ b/src/arch/nt64/cmd.c @@ -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. */ /**************************************************************************/ #include <sys/cmd.h> diff --git a/src/arch/nt64/crt_glue.c b/src/arch/nt64/crt_glue.c index 8e9ac65..d47611a 100644 --- a/src/arch/nt64/crt_glue.c +++ b/src/arch/nt64/crt_glue.c @@ -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. */ /**************************************************************************/ #include <unistd.h> diff --git a/src/arch/nt64/crt_pe.c b/src/arch/nt64/crt_pe.c index 3024bbf..d2f67c7 100644 --- a/src/arch/nt64/crt_pe.c +++ b/src/arch/nt64/crt_pe.c @@ -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. */ /**************************************************************************/ #include "pthread_impl.h" diff --git a/src/arch/nt64/crt_tls.c b/src/arch/nt64/crt_tls.c index c6d5a77..b79fd5f 100644 --- a/src/arch/nt64/crt_tls.c +++ b/src/arch/nt64/crt_tls.c @@ -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. */ /**************************************************************************/ #include <unistd.h> diff --git a/src/arch/nt64/debug.c b/src/arch/nt64/debug.c index ba72d4b..3fad6fc 100644 --- a/src/arch/nt64/debug.c +++ b/src/arch/nt64/debug.c @@ -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. */ /**************************************************************************/ #include <stdint.h> diff --git a/src/arch/nt64/fs.c b/src/arch/nt64/fs.c index 2cf93ee..fce6c61 100644 --- a/src/arch/nt64/fs.c +++ b/src/arch/nt64/fs.c @@ -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. */ /**************************************************************************/ #include <sys/fs.h> diff --git a/src/arch/nt64/syscall_disp.c b/src/arch/nt64/syscall_disp.c index 18747ff..f2b5e66 100644 --- a/src/arch/nt64/syscall_disp.c +++ b/src/arch/nt64/syscall_disp.c @@ -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. */ /**************************************************************************/ #include <unistd.h> diff --git a/src/arch/nt64/unwind.c b/src/arch/nt64/unwind.c index 4f54ed3..fa8c244 100644 --- a/src/arch/nt64/unwind.c +++ b/src/arch/nt64/unwind.c @@ -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. */ /**************************************************************************/ #include <stdint.h> diff --git a/src/arch/nt64/vtbl.c b/src/arch/nt64/vtbl.c index 920144a..61f1976 100644 --- a/src/arch/nt64/vtbl.c +++ b/src/arch/nt64/vtbl.c @@ -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. */ /**************************************************************************/ #include <unistd.h> |