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/internal/nt32/syscall.s | 2 +- src/internal/nt64/syscall.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/internal') diff --git a/src/internal/nt32/syscall.s b/src/internal/nt32/syscall.s index 28c3454..b8b308e 100644 --- a/src/internal/nt32/syscall.s +++ b/src/internal/nt32/syscall.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/internal/nt64/syscall.s b/src/internal/nt64/syscall.s index 877d0d3..50e3eb1 100644 --- a/src/internal/nt64/syscall.s +++ b/src/internal/nt64/syscall.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