x86: Update copyright statement
Commitpull/18/headd0ccf2f96f
contains the makecontext fix from Adélie commit aaeb73ea701388e55b7640e32509a5f6a57f6350[1], as seen at AdelieLinux/libucontext@aaeb73ea – but it didn't include the addition of my author line. The full commit text, for future documentation/reference, was: ``` x86: Write link pointer at correct stack offset It must come *after* the parameters, not *before*. ``` Fixes:d0ccf2f96f
("x86: modernize") Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com> [1]:aaeb73ea70
parent
e2178de76a
commit
467ee2916d
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2018 Ariadne Conill <ariadne@dereferenced.org>
|
* Copyright (c) 2018 Ariadne Conill <ariadne@dereferenced.org>
|
||||||
|
* Copyright (c) 2019 A. Wilcox <awilfox@adelielinux.org>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
Loading…
Reference in New Issue