From 488d4c6237c3f713077fe93e2745ba5defde0aa5 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 22 Sep 2020 22:10:18 +0200 Subject: added copyright header --- lib/matcha.cc | 2 ++ lib/matcha.h | 2 ++ lib/thread_create.s | 2 ++ 3 files changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/matcha.cc b/lib/matcha.cc index 6e73a5e..4315e9e 100644 --- a/lib/matcha.cc +++ b/lib/matcha.cc @@ -1,3 +1,5 @@ +/* Copyright (c) 2020 Johannes Stoelp */ + #include "matcha.h" #include diff --git a/lib/matcha.h b/lib/matcha.h index 9fed7c2..5843cb7 100644 --- a/lib/matcha.h +++ b/lib/matcha.h @@ -1,3 +1,5 @@ +/* Copyright (c) 2020 Johannes Stoelp */ + #include #include diff --git a/lib/thread_create.s b/lib/thread_create.s index d5dd092..2aeb758 100644 --- a/lib/thread_create.s +++ b/lib/thread_create.s @@ -1,3 +1,5 @@ +# Copyright (c) 2020 Johannes Stoelp + # SysV AMD64 ABI # int/ptr args : rdi, rsi, rdx, rcx, r8, r9 # int/ptr ret : rax -- cgit v1.2.3