diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/alloca.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/alloca.h b/lib/alloca.h index 57816bd..f0d61bb 100644 --- a/lib/alloca.h +++ b/lib/alloca.h @@ -1,7 +1,7 @@ /* - * BIRD Library -- Linked Lists + * BIRD Library -- Alloca.h * - * (c) 2004 Martin Mares <mj@ucw.cz> + * (c) 2004 Ondrej Filip <feela@network.cz> * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -15,5 +15,4 @@ #include <stdlib.h> #endif - #endif |