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/ldso | |
parent | e4259c553e87f53ad4b58b1414b14f125ad4d7e9 (diff) | |
download | mmglue-main.tar.bz2 mmglue-main.tar.xz |
Diffstat (limited to 'src/ldso')
-rw-r--r-- | src/ldso/nt32/dl_iterate_phdr.c | 2 | ||||
-rw-r--r-- | src/ldso/nt32/dynlink.c | 2 | ||||
-rw-r--r-- | src/ldso/nt32/tlsdesc.c | 2 | ||||
-rw-r--r-- | src/ldso/nt64/dl_iterate_phdr.c | 2 | ||||
-rw-r--r-- | src/ldso/nt64/dynlink.c | 2 | ||||
-rw-r--r-- | src/ldso/nt64/tlsdesc.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/ldso/nt32/dl_iterate_phdr.c b/src/ldso/nt32/dl_iterate_phdr.c index bc6fd16..68b99b6 100644 --- a/src/ldso/nt32/dl_iterate_phdr.c +++ b/src/ldso/nt32/dl_iterate_phdr.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 <stddef.h> diff --git a/src/ldso/nt32/dynlink.c b/src/ldso/nt32/dynlink.c index 09b8b2c..b3cf3b8 100644 --- a/src/ldso/nt32/dynlink.c +++ b/src/ldso/nt32/dynlink.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. */ /**************************************************************************/ #define _BSD_SOURCE diff --git a/src/ldso/nt32/tlsdesc.c b/src/ldso/nt32/tlsdesc.c index 77e05cc..eec1a77 100644 --- a/src/ldso/nt32/tlsdesc.c +++ b/src/ldso/nt32/tlsdesc.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 <stddef.h> diff --git a/src/ldso/nt64/dl_iterate_phdr.c b/src/ldso/nt64/dl_iterate_phdr.c index bc6fd16..68b99b6 100644 --- a/src/ldso/nt64/dl_iterate_phdr.c +++ b/src/ldso/nt64/dl_iterate_phdr.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 <stddef.h> diff --git a/src/ldso/nt64/dynlink.c b/src/ldso/nt64/dynlink.c index 09b8b2c..b3cf3b8 100644 --- a/src/ldso/nt64/dynlink.c +++ b/src/ldso/nt64/dynlink.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. */ /**************************************************************************/ #define _BSD_SOURCE diff --git a/src/ldso/nt64/tlsdesc.c b/src/ldso/nt64/tlsdesc.c index 77e05cc..eec1a77 100644 --- a/src/ldso/nt64/tlsdesc.c +++ b/src/ldso/nt64/tlsdesc.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 <stddef.h> |