From 0d1a7a2223f50a14c428c4a587edd79170e8bc99 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 1 Jul 2023 08:50:47 +0200 Subject: Change license to ISC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- x86_64/false.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x86_64/false.s') diff --git a/x86_64/false.s b/x86_64/false.s index 03652b5..d026162 100644 --- a/x86_64/false.s +++ b/x86_64/false.s @@ -1,7 +1,8 @@ +/* See LICENSE file for copyright and license details. */ + .text .global _start _start: mov $60,%rax /* 60 is exit(2) */ mov $1,%rdi /* return code 1 */ syscall - -- cgit v1.2.3-70-g09d2