aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/matcha.cc2
-rw-r--r--lib/matcha.h2
-rw-r--r--lib/thread_create.s2
3 files changed, 6 insertions, 0 deletions
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 <cassert>
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 <memory>
#include <vector>
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