summaryrefslogtreecommitdiffhomepage
path: root/src/thread/nt64
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/nt64')
-rw-r--r--src/thread/nt64/__set_thread_area.c2
-rw-r--r--src/thread/nt64/clone.c2
-rw-r--r--src/thread/nt64/pthread_detach.c2
-rw-r--r--src/thread/nt64/pthread_equal.c2
-rw-r--r--src/thread/nt64/pthread_self.c2
-rw-r--r--src/thread/nt64/syscall_cp.s2
6 files changed, 6 insertions, 6 deletions
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 <errno.h>
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