X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Falloca_.h;h=86aa0a558821af0987127b80854f79ef20d7e212;hb=666c0198a7da7d033e11ced241814f17fc82ae29;hp=c6e44d288b444c2631ac321dd290e83af3ff7699;hpb=48dbf2c191cd60b64354849d8e0a8fe4a7d613f2;p=gnulib.git diff --git a/lib/alloca_.h b/lib/alloca_.h index c6e44d288..86aa0a558 100644 --- a/lib/alloca_.h +++ b/lib/alloca_.h @@ -1,22 +1,23 @@ /* Memory allocation on the stack. Copyright (C) 1995, 1999, 2001-2003 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ /* When this file is included, it may be preceded only by preprocessor - declarations. Thanks to AIX 3. Therefore we include it right after + declarations. Thanks to AIX. Therefore we include it right after "config.h", not later. */ #ifndef _ALLOCA_H