|
1 | 1 | /* Memory allocation on the stack. |
2 | 2 | Copyright (C) 1995, 1999, 2001-2007 Free Software Foundation, Inc. |
3 | 3 |
|
4 | | - This program is free software; you can redistribute it and/or modify it |
5 | | - under the terms of the GNU General Public License as published |
6 | | - by the Free Software Foundation; either version 2, or (at your option) |
7 | | - any later version. |
| 4 | + This program is free software: you can redistribute it and/or modify |
| 5 | + it under the terms of the GNU General Public License as published by |
| 6 | + the Free Software Foundation; either version 3 of the License, or |
| 7 | + (at your option) any later version. |
8 | 8 |
|
9 | 9 | This program is distributed in the hope that it will be useful, |
10 | 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
12 | | - General Public License for more details. |
| 11 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + GNU General Public License for more details. |
13 | 13 |
|
14 | | - You should have received a copy of the GNU General Public |
15 | | - License along with this program; if not, write to the Free Software |
16 | | - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, |
17 | | - USA. */ |
| 14 | + You should have received a copy of the GNU General Public License |
| 15 | + along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
18 | 16 |
|
19 | 17 | /* When this file is included, it may be preceded only by preprocessor |
20 | 18 | declarations. Thanks to AIX. Therefore we include it right after |
|
0 commit comments