1 |
// This file is part of the GNU ISO C++ Library. This library is free |
2 |
// software; you can redistribute it and/or modify it under the |
3 |
// terms of the GNU General Public License as published by the |
4 |
// Free Software Foundation; either version 2, or (at your option) |
5 |
// any later version. |
6 |
|
7 |
// This library is distributed in the hope that it will be useful, |
8 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
9 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
10 |
// GNU General Public License for more details. |
11 |
|
12 |
// You should have received a copy of the GNU General Public License along |
13 |
// with this library; see the file COPYING. If not, write to the Free |
14 |
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, |
15 |
// USA. |
16 |
|
17 |
// As a special exception, you may use this file as part of a free software |
18 |
// library without restriction. Specifically, if other files instantiate |
19 |
// templates or use macros or inline functions from this file, or you compile |
20 |
// this file and link it with other files to produce an executable, this |
21 |
// file does not by itself cause the resulting executable to be covered by |
22 |
// the GNU General Public License. This exception does not however |
23 |
// invalidate any other reasons why the executable file might be covered by |
24 |
// the GNU General Public License. |