|
1 | 1 | /**
|
2 | 2 | * Copyright (C) 2000 - 2009 Silverpeas
|
3 | 3 | *
|
4 |
| - * This program is free software: you can redistribute it and/or modify |
5 |
| - * it under the terms of the GNU Affero General Public License as |
6 |
| - * published by the Free Software Foundation, either version 3 of the |
7 |
| - * License, or (at your option) any later version. |
| 4 | + * This program is free software: you can redistribute it and/or modify it under the terms of the |
| 5 | + * GNU Affero General Public License as published by the Free Software Foundation, either version 3 |
| 6 | + * of the License, or (at your option) any later version. |
8 | 7 | *
|
9 |
| - * As a special exception to the terms and conditions of version 3.0 of |
10 |
| - * the GPL, you may redistribute this Program in connection with Free/Libre |
11 |
| - * Open Source Software ("FLOSS") applications as described in Silverpeas's |
12 |
| - * FLOSS exception. You should have received a copy of the text describing |
13 |
| - * the FLOSS exception, and it is also available here: |
| 8 | + * As a special exception to the terms and conditions of version 3.0 of the GPL, you may |
| 9 | + * redistribute this Program in connection with Free/Libre Open Source Software ("FLOSS") |
| 10 | + * applications as described in Silverpeas's FLOSS exception. You should have received a copy of the |
| 11 | + * text describing the FLOSS exception, and it is also available here: |
14 | 12 | * "http://repository.silverpeas.com/legal/licensing"
|
15 | 13 | *
|
16 |
| - * This program is distributed in the hope that it will be useful, |
17 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 |
| - * GNU Affero General Public License for more details. |
| 14 | + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without |
| 15 | + * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 | + * Affero General Public License for more details. |
20 | 17 | *
|
21 |
| - * You should have received a copy of the GNU Affero General Public License |
22 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + * You should have received a copy of the GNU Affero General Public License along with this program. |
| 19 | + * If not, see <http://www.gnu.org/licenses/>. |
23 | 20 | */
|
24 | 21 |
|
25 | 22 | /*
|
|
28 | 25 | */
|
29 | 26 | package org.silverpeas.openoffice.windows;
|
30 | 27 |
|
| 28 | +import java.io.File; |
| 29 | + |
31 | 30 | import org.silverpeas.openoffice.OfficeFinder;
|
32 | 31 | import org.silverpeas.openoffice.OfficeNotFoundException;
|
33 | 32 | import org.silverpeas.openoffice.OpenOfficeFinder;
|
34 |
| -import java.io.File; |
35 | 33 |
|
36 | 34 | /**
|
37 | 35 | * @author ehugonnet
|
|
0 commit comments