|
1 | 1 | /*
|
2 | 2 | * #%L
|
3 |
| - * OME Bio-Formats package for reading and converting biological file formats. |
| 3 | + * Bio-Formats examples |
4 | 4 | * %%
|
5 | 5 | * Copyright (C) 2005 - 2017 Open Microscopy Environment:
|
6 | 6 | * - Board of Regents of the University of Wisconsin-Madison
|
7 | 7 | * - Glencoe Software, Inc.
|
8 | 8 | * - University of Dundee
|
9 | 9 | * %%
|
10 |
| - * This program is free software: you can redistribute it and/or modify |
11 |
| - * it under the terms of the GNU General Public License as |
12 |
| - * published by the Free Software Foundation, either version 2 of the |
13 |
| - * License, or (at your option) any later version. |
| 10 | + * Redistribution and use in source and binary forms, with or without |
| 11 | + * modification, are permitted provided that the following conditions are met: |
14 | 12 | *
|
15 |
| - * This program is distributed in the hope that it will be useful, |
16 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 |
| - * GNU General Public License for more details. |
| 13 | + * 1. Redistributions of source code must retain the above copyright notice, |
| 14 | + * this list of conditions and the following disclaimer. |
| 15 | + * 2. Redistributions in binary form must reproduce the above copyright notice, |
| 16 | + * this list of conditions and the following disclaimer in the documentation |
| 17 | + * and/or other materials provided with the distribution. |
19 | 18 | *
|
20 |
| - * You should have received a copy of the GNU General Public |
21 |
| - * License along with this program. If not, see |
22 |
| - * <http://www.gnu.org/licenses/gpl-2.0.html>. |
| 19 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 20 | + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 21 | + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 22 | + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE |
| 23 | + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 24 | + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 25 | + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 26 | + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 27 | + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 28 | + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 29 | + * POSSIBILITY OF SUCH DAMAGE. |
23 | 30 | * #L%
|
24 | 31 | */
|
25 | 32 |
|
|
0 commit comments