[RTL] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

svn path=/trunk/; revision=69831
This commit is contained in:
Amine Khaldi
2015-11-07 12:22:52 +00:00
parent 9eec8dc5b9
commit 97d9d2281b
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Run-Time Library
* PURPOSE: Debug Routines
* FILE: lib/rtl/i386/debug.S
* FILE: lib/rtl/amd64/debug_asm.S
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
*/
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/rtl/amd64/interlck.S
* FILE: lib/rtl/amd64/slist.S
* PURPOSE: Rtl Interlocked Functions for amd64
* PROGRAMMERS: Timo Kreuzer
*/
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Kernel
* LICENSE: BSD - See COPYING.ARM in the top level directory
* FILE: rtl/arm/debug_asm.S
* FILE: lib/rtl/arm/debug_asm.S
* PURPOSE: Cross-privilege Debugging and Exception Support for ARM
* PROGRAMMERS: ReactOS Portable Systems Group
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Run-Time Library
* PURPOSE: User-mode exception support for IA-32
* FILE: lib/rtl/arm/exception.c
* FILE: lib/rtl/arm/except.c
* PROGRAMERS:
*/
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/rtl/mem.c
* FILE: lib/rtl/byteswap.c
* PURPOSE: Memory functions
* PROGRAMMER: David Welch ([email protected])
*/
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/rtl/heap.c
* FILE: lib/rtl/heapuser.c
* PURPOSE: RTL Heap backend allocator (user mode only functions)
* PROGRAMMERS: Copyright 2010 Aleksey Bragin
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Run-Time Library
* PURPOSE: Debug Routines
* FILE: lib/rtl/i386/debug.S
* FILE: lib/rtl/i386/debug_asm.S
* PROGRAMER: Alex Ionescu (alex@relsoft.net)
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Run-Time Library
* PURPOSE: User-mode exception support for IA-32
* FILE: lib/rtl/i386/exception.c
* FILE: lib/rtl/i386/except.c
* PROGRAMERS: Alex Ionescu ([email protected])
* Casper S. Hornstrup ([email protected])
*/
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Runtime Library (RTL)
* FILE: lib/rtl/i386/except_asm.S
* FILE: lib/rtl/i386/except_asm.s
* PURPOSE: User-mode exception support for IA-32
* PROGRAMMERS: Alex Ionescu (alex@relsoft.net)
* Stefan Ginsberg (stefan.ginsberg@reactos.org)
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: GNU GPL - See COPYING in the top level directory
* PROJECT: ReactOS Run-Time Library
* PURPOSE:
* FILE: lib/rtl/i386/res_asm.S
* FILE: lib/rtl/i386/res_asm.s
* PROGRAMER:
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: GNU GPL - See COPYING in the top level directory
* PROJECT: ReactOS Run-Time Library
* PURPOSE: Memory functions
* FILE: lib/rtl/i386/rtlswap.S
* FILE: lib/rtl/i386/rtlmem.s
* PROGRAMER: Alex Ionescu (alex.ionescu@reactos.org)
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* PURPOSE: Rtl user thread functions
* FILE: lib/rtl/thread.c
* FILE: lib/rtl/i386/thread.c
* PROGRAMERS:
* Alex Ionescu ([email protected])
* Eric Kohl
+1 -1
View File
@@ -1,7 +1,7 @@
/* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Runtime Library
* PURPOSE: User-Mode Exception Support
* FILE: lib/rtl/exception.c
* FILE: lib/rtl/powerpc/except.c
* PROGRAMERS: Alex Ionescu ([email protected])
* David Welch <[email protected]>
* Skywing <[email protected]>
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Run-Time Library
* PURPOSE: Byte swap functions
* FILE: lib/rtl/i386/rtlswap.S
* FILE: lib/rtl/powerpc/rtlswap.s
* PROGRAMER: Alex Ionescu (alex.ionescu@reactos.org)
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* PURPOSE: Rtl user thread functions
* FILE: lib/rtl/thread.c
* FILE: lib/rtl/powerpc/thread.c
* PROGRAMERS:
* Alex Ionescu ([email protected])
* Eric Kohl