improve file header

This commit is contained in:
Katayama Hirofumi MZ 2025-03-30 07:12:03 +09:00
parent 580af45a60
commit 829b9173d7

View file

@ -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>