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 /crt | |
parent | e4259c553e87f53ad4b58b1414b14f125ad4d7e9 (diff) | |
download | mmglue-main.tar.bz2 mmglue-main.tar.xz |
Diffstat (limited to 'crt')
-rw-r--r-- | crt/nt32/Scrt1.c | 2 | ||||
-rw-r--r-- | crt/nt32/Scrtldso.c | 2 | ||||
-rw-r--r-- | crt/nt32/Scrtvrfs.c | 2 | ||||
-rw-r--r-- | crt/nt32/crt1.c | 2 | ||||
-rw-r--r-- | crt/nt32/crtdinga.c | 2 | ||||
-rw-r--r-- | crt/nt32/crte.s | 2 | ||||
-rw-r--r-- | crt/nt32/crti.s | 2 | ||||
-rw-r--r-- | crt/nt32/crtidata.c | 2 | ||||
-rw-r--r-- | crt/nt32/crtldso.c | 2 | ||||
-rw-r--r-- | crt/nt32/crtn.s | 2 | ||||
-rw-r--r-- | crt/nt32/crtposix.c | 2 | ||||
-rw-r--r-- | crt/nt32/crtvrfs.c | 2 | ||||
-rw-r--r-- | crt/nt64/Scrt1.c | 2 | ||||
-rw-r--r-- | crt/nt64/Scrtldso.c | 2 | ||||
-rw-r--r-- | crt/nt64/Scrtvrfs.c | 2 | ||||
-rw-r--r-- | crt/nt64/crt1.c | 2 | ||||
-rw-r--r-- | crt/nt64/crtdinga.c | 2 | ||||
-rw-r--r-- | crt/nt64/crte.s | 2 | ||||
-rw-r--r-- | crt/nt64/crtend.s | 2 | ||||
-rw-r--r-- | crt/nt64/crti.s | 2 | ||||
-rw-r--r-- | crt/nt64/crtidata.c | 2 | ||||
-rw-r--r-- | crt/nt64/crtldso.c | 2 | ||||
-rw-r--r-- | crt/nt64/crtn.s | 2 | ||||
-rw-r--r-- | crt/nt64/crtposix.c | 2 | ||||
-rw-r--r-- | crt/nt64/crtvrfs.c | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/crt/nt32/Scrt1.c b/crt/nt32/Scrt1.c index c8633fa..dd0b1c6 100644 --- a/crt/nt32/Scrt1.c +++ b/crt/nt32/Scrt1.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. */ /**************************************************************************/ /****************************************/ diff --git a/crt/nt32/Scrtldso.c b/crt/nt32/Scrtldso.c index f1ef645..532317b 100644 --- a/crt/nt32/Scrtldso.c +++ b/crt/nt32/Scrtldso.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/crt/nt32/Scrtvrfs.c b/crt/nt32/Scrtvrfs.c index 2f34aa4..dc3cb76 100644 --- a/crt/nt32/Scrtvrfs.c +++ b/crt/nt32/Scrtvrfs.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/crt/nt32/crt1.c b/crt/nt32/crt1.c index d08eea8..48f5774 100644 --- a/crt/nt32/crt1.c +++ b/crt/nt32/crt1.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 "crtinit.h" diff --git a/crt/nt32/crtdinga.c b/crt/nt32/crtdinga.c index a37b86d..0f4b2ff 100644 --- a/crt/nt32/crtdinga.c +++ b/crt/nt32/crtdinga.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/crt/nt32/crte.s b/crt/nt32/crte.s index 2e016dc..aef6b1f 100644 --- a/crt/nt32/crte.s +++ b/crt/nt32/crte.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/crt/nt32/crti.s b/crt/nt32/crti.s index 4bd52f1..7de6ada 100644 --- a/crt/nt32/crti.s +++ b/crt/nt32/crti.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. ## ############################################################################ .section .midipix diff --git a/crt/nt32/crtidata.c b/crt/nt32/crtidata.c index 8b96ff1..06b3458 100644 --- a/crt/nt32/crtidata.c +++ b/crt/nt32/crtidata.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. */ /**************************************************************************/ /****************************************/ diff --git a/crt/nt32/crtldso.c b/crt/nt32/crtldso.c index f824053..e76431e 100644 --- a/crt/nt32/crtldso.c +++ b/crt/nt32/crtldso.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/crt/nt32/crtn.s b/crt/nt32/crtn.s index 955ebf8..ccc9efd 100644 --- a/crt/nt32/crtn.s +++ b/crt/nt32/crtn.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/crt/nt32/crtposix.c b/crt/nt32/crtposix.c index 07f581b..4556588 100644 --- a/crt/nt32/crtposix.c +++ b/crt/nt32/crtposix.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/crt/nt32/crtvrfs.c b/crt/nt32/crtvrfs.c index ffe3600..f606205 100644 --- a/crt/nt32/crtvrfs.c +++ b/crt/nt32/crtvrfs.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/crt/nt64/Scrt1.c b/crt/nt64/Scrt1.c index c8633fa..dd0b1c6 100644 --- a/crt/nt64/Scrt1.c +++ b/crt/nt64/Scrt1.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. */ /**************************************************************************/ /****************************************/ diff --git a/crt/nt64/Scrtldso.c b/crt/nt64/Scrtldso.c index f1ef645..532317b 100644 --- a/crt/nt64/Scrtldso.c +++ b/crt/nt64/Scrtldso.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/crt/nt64/Scrtvrfs.c b/crt/nt64/Scrtvrfs.c index 2f34aa4..dc3cb76 100644 --- a/crt/nt64/Scrtvrfs.c +++ b/crt/nt64/Scrtvrfs.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/crt/nt64/crt1.c b/crt/nt64/crt1.c index d08eea8..48f5774 100644 --- a/crt/nt64/crt1.c +++ b/crt/nt64/crt1.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 "crtinit.h" diff --git a/crt/nt64/crtdinga.c b/crt/nt64/crtdinga.c index a37b86d..0f4b2ff 100644 --- a/crt/nt64/crtdinga.c +++ b/crt/nt64/crtdinga.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/crt/nt64/crte.s b/crt/nt64/crte.s index 1db8f44..3999da5 100644 --- a/crt/nt64/crte.s +++ b/crt/nt64/crte.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/crt/nt64/crtend.s b/crt/nt64/crtend.s index 09eb510..87eee98 100644 --- a/crt/nt64/crtend.s +++ b/crt/nt64/crtend.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. ## ############################################################################ .file "crtend.s" diff --git a/crt/nt64/crti.s b/crt/nt64/crti.s index a96db1c..d20b9a0 100644 --- a/crt/nt64/crti.s +++ b/crt/nt64/crti.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. ## ############################################################################ .section .midipix diff --git a/crt/nt64/crtidata.c b/crt/nt64/crtidata.c index 8b96ff1..06b3458 100644 --- a/crt/nt64/crtidata.c +++ b/crt/nt64/crtidata.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. */ /**************************************************************************/ /****************************************/ diff --git a/crt/nt64/crtldso.c b/crt/nt64/crtldso.c index f824053..e76431e 100644 --- a/crt/nt64/crtldso.c +++ b/crt/nt64/crtldso.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/crt/nt64/crtn.s b/crt/nt64/crtn.s index c4d8887..f7d9a84 100644 --- a/crt/nt64/crtn.s +++ b/crt/nt64/crtn.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/crt/nt64/crtposix.c b/crt/nt64/crtposix.c index 07f581b..4556588 100644 --- a/crt/nt64/crtposix.c +++ b/crt/nt64/crtposix.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/crt/nt64/crtvrfs.c b/crt/nt64/crtvrfs.c index ffe3600..f606205 100644 --- a/crt/nt64/crtvrfs.c +++ b/crt/nt64/crtvrfs.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> |