From d25f43d4d5c110f55890e52d313e227b15d932a4 Mon Sep 17 00:00:00 2001 From: edef Date: Thu, 16 Apr 2015 00:16:23 -0400 Subject: [PATCH] add license headers to the assembly files --- src/init.s | 3 +++ src/swap.s | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/init.s b/src/init.s index 9404817..4dff02f 100644 --- a/src/init.s +++ b/src/init.s @@ -1,3 +1,6 @@ +// Copyright (c) 2015, edef +// See LICENSE file that comes with this distribution. + /// initialise a new context /// arguments: rdi: stack pointer, /// rsi: function pointer, diff --git a/src/swap.s b/src/swap.s index da9dcd1..e7ae3ac 100644 --- a/src/swap.s +++ b/src/swap.s @@ -1,3 +1,6 @@ +// Copyright (c) 2015, edef +// See LICENSE file that comes with this distribution. + /// switch to a new context /// arguments: rdi: stack pointer pointer