diff options
Diffstat (limited to 'src/thread')
-rw-r--r-- | src/thread/x86_64/__set_thread_area.s | 2 | ||||
-rw-r--r-- | src/thread/x86_64/__unmapself.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/thread/x86_64/__set_thread_area.s b/src/thread/x86_64/__set_thread_area.s index 99c5356a..cc538e52 100644 --- a/src/thread/x86_64/__set_thread_area.s +++ b/src/thread/x86_64/__set_thread_area.s @@ -1,4 +1,4 @@ -/* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */ +/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */ .text .global __set_thread_area .type __set_thread_area,@function diff --git a/src/thread/x86_64/__unmapself.s b/src/thread/x86_64/__unmapself.s index 99c1b7c1..e2689e65 100644 --- a/src/thread/x86_64/__unmapself.s +++ b/src/thread/x86_64/__unmapself.s @@ -1,4 +1,4 @@ -/* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */ +/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */ .text .global __unmapself .type __unmapself,@function |