mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
improve file header
This commit is contained in:
parent
580af45a60
commit
829b9173d7
1 changed files with 5 additions and 8 deletions
|
@ -1,14 +1,11 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
* PURPOSE: Implementation of _setjmp/longjmp
|
||||
* FILE: lib/sdk/crt/setjmp/amd64/setjmp.s
|
||||
* PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
* Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
|
||||
* PROJECT: ReactOS system libraries
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Implementation of setjmp/longjmp
|
||||
* COPYRIGHT: Copyright (c) Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
* Copyright (c) 2025 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
|
||||
*/
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <asm.inc>
|
||||
#include <ksamd64.inc>
|
||||
|
||||
|
|
Loading…
Reference in a new issue