From 000ff78bcc152cc59d12b5b779abb82d20bd9cab Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 14 Apr 2024 19:11:00 +0000 Subject: Code base: updated all translation units to match the project's COPYING file. --- src/thread/nt32/__set_thread_area.c | 2 +- src/thread/nt32/clone.c | 2 +- src/thread/nt32/pthread_detach.c | 2 +- src/thread/nt32/pthread_equal.c | 2 +- src/thread/nt32/pthread_self.c | 2 +- src/thread/nt32/syscall_cp.s | 2 +- src/thread/nt64/__set_thread_area.c | 2 +- src/thread/nt64/clone.c | 2 +- src/thread/nt64/pthread_detach.c | 2 +- src/thread/nt64/pthread_equal.c | 2 +- src/thread/nt64/pthread_self.c | 2 +- src/thread/nt64/syscall_cp.s | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/thread') diff --git a/src/thread/nt32/__set_thread_area.c b/src/thread/nt32/__set_thread_area.c index 834067a..c1a6888 100644 --- a/src/thread/nt32/__set_thread_area.c +++ b/src/thread/nt32/__set_thread_area.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 diff --git a/src/thread/nt32/clone.c b/src/thread/nt32/clone.c index a35b9db..b47a7aa 100644 --- a/src/thread/nt32/clone.c +++ b/src/thread/nt32/clone.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 _GNU_SOURCE diff --git a/src/thread/nt32/pthread_detach.c b/src/thread/nt32/pthread_detach.c index a3cf1d7..e9d3e84 100644 --- a/src/thread/nt32/pthread_detach.c +++ b/src/thread/nt32/pthread_detach.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 "../thread/pthread_detach.c" diff --git a/src/thread/nt32/pthread_equal.c b/src/thread/nt32/pthread_equal.c index 0e5c681..a1b3484 100644 --- a/src/thread/nt32/pthread_equal.c +++ b/src/thread/nt32/pthread_equal.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 "../thread/pthread_equal.c" diff --git a/src/thread/nt32/pthread_self.c b/src/thread/nt32/pthread_self.c index 72daa4a..ed913e8 100644 --- a/src/thread/nt32/pthread_self.c +++ b/src/thread/nt32/pthread_self.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/thread/nt32/syscall_cp.s b/src/thread/nt32/syscall_cp.s index 06eafa4..6dd0658 100644 --- a/src/thread/nt32/syscall_cp.s +++ b/src/thread/nt32/syscall_cp.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/thread/nt64/__set_thread_area.c b/src/thread/nt64/__set_thread_area.c index 834067a..c1a6888 100644 --- a/src/thread/nt64/__set_thread_area.c +++ b/src/thread/nt64/__set_thread_area.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 diff --git a/src/thread/nt64/clone.c b/src/thread/nt64/clone.c index 8d9ca5f..f9a2777 100644 --- a/src/thread/nt64/clone.c +++ b/src/thread/nt64/clone.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 _GNU_SOURCE diff --git a/src/thread/nt64/pthread_detach.c b/src/thread/nt64/pthread_detach.c index a3cf1d7..e9d3e84 100644 --- a/src/thread/nt64/pthread_detach.c +++ b/src/thread/nt64/pthread_detach.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 "../thread/pthread_detach.c" diff --git a/src/thread/nt64/pthread_equal.c b/src/thread/nt64/pthread_equal.c index 0e5c681..a1b3484 100644 --- a/src/thread/nt64/pthread_equal.c +++ b/src/thread/nt64/pthread_equal.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 "../thread/pthread_equal.c" diff --git a/src/thread/nt64/pthread_self.c b/src/thread/nt64/pthread_self.c index 72daa4a..ed913e8 100644 --- a/src/thread/nt64/pthread_self.c +++ b/src/thread/nt64/pthread_self.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/thread/nt64/syscall_cp.s b/src/thread/nt64/syscall_cp.s index 438acbe..1bfe081 100644 --- a/src/thread/nt64/syscall_cp.s +++ b/src/thread/nt64/syscall_cp.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 -- cgit v1.2.3