|
1 | 1 | #ifndef HA_PARTITION_INCLUDED |
2 | 2 | #define HA_PARTITION_INCLUDED |
3 | 3 |
|
4 | | -/* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. |
| 4 | +/* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. |
5 | 5 |
|
6 | | - This program is free software; you can redistribute it and/or modify |
7 | | - it under the terms of the GNU General Public License as published by |
8 | | - the Free Software Foundation; version 2 of the License. |
| 6 | + This program is free software; you can redistribute it and/or modify |
| 7 | + it under the terms of the GNU General Public License as published by |
| 8 | + the Free Software Foundation; version 2 of the License. |
9 | 9 |
|
10 | | - This program is distributed in the hope that it will be useful, |
11 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | | - GNU General Public License for more details. |
| 10 | + This program is distributed in the hope that it will be useful, |
| 11 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + GNU General Public License for more details. |
14 | 14 |
|
15 | | - You should have received a copy of the GNU General Public License |
16 | | - along with this program; if not, write to the Free Software Foundation, |
17 | | - 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */ |
| 15 | + You should have received a copy of the GNU General Public License |
| 16 | + along with this program; if not, write to the Free Software |
| 17 | + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ |
18 | 18 |
|
19 | 19 | #ifdef __GNUC__ |
20 | 20 | #pragma interface /* gcc class implementation */ |
|
0 commit comments