|
1 | 1 | /** |
2 | 2 | * Copyright (C) 1995-2015 levigo holding gmbh. |
3 | 3 | * |
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. |
| 4 | + * This program is free software: you can redistribute it and/or modify it under the terms of the |
| 5 | + * GNU General Public License as published by the Free Software Foundation, either version 3 of the |
| 6 | + * License, or (at your option) any later version. |
8 | 7 | * |
9 | | - * This program is distributed in the hope that it will be useful, |
10 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | | - * GNU General Public License for more details. |
| 8 | + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without |
| 9 | + * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 10 | + * General Public License for more details. |
13 | 11 | * |
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/>. |
| 12 | + * You should have received a copy of the GNU General Public License along with this program. If |
| 13 | + * not, see <http://www.gnu.org/licenses/>. |
16 | 14 | */ |
17 | 15 |
|
18 | 16 | package com.levigo.jbig2; |
|
42 | 40 |
|
43 | 41 | /** |
44 | 42 | * @see ImageReader |
45 | | - * |
46 | | - * @author <a href="mailto:m.krzikalla@levigo.de">Matthäus Krzikalla</a> |
47 | 43 | */ |
48 | 44 | public class JBIG2ImageReader extends ImageReader { |
49 | 45 | private static final Logger log = LoggerFactory.getLogger(JBIG2ImageReader.class); |
|
0 commit comments