|
1 |
| -/*========================================================================= |
2 |
| -
|
3 |
| - Library: CTK |
4 |
| - |
5 |
| - Copyright (c) 2010 Kitware Inc. |
6 |
| -
|
7 |
| - Licensed under the Apache License, Version 2.0 (the "License"); |
8 |
| - you may not use this file except in compliance with the License. |
9 |
| - You may obtain a copy of the License at |
10 |
| -
|
11 |
| - http://www.commontk.org/LICENSE |
12 |
| -
|
13 |
| - Unless required by applicable law or agreed to in writing, software |
14 |
| - distributed under the License is distributed on an "AS IS" BASIS, |
15 |
| - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
16 |
| - See the License for the specific language governing permissions and |
17 |
| - limitations under the License. |
18 |
| - |
19 |
| -=========================================================================*/ |
| 1 | +/* |
| 2 | + * |
| 3 | + * Copyright (C) Kitware, Inc. All Rights Reserved. |
| 4 | + * |
| 5 | + * This library is free software; you can redistribute it and/or |
| 6 | + * modify it under the terms of the GNU Lesser General Public |
| 7 | + * License as published by the Free Software Foundation; either |
| 8 | + * version 2.1 of the License, or (at your option) any later version. |
| 9 | + * |
| 10 | + * This library 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 GNU |
| 13 | + * Lesser General Public License for more details. |
| 14 | + * |
| 15 | + * Further, this software is distributed without any warranty that it is |
| 16 | + * free of the rightful claim of any third person regarding infringement |
| 17 | + * or the like. Any license provided herein, whether implied or |
| 18 | + * otherwise, applies only to this software file. Patent licenses, if |
| 19 | + * any, provided herein do not apply to combinations of this program with |
| 20 | + * other software, or any other product whatsoever. |
| 21 | + * |
| 22 | + * You should have received a copy of the GNU Lesser General Public |
| 23 | + * License along with this library; if not, write to the Free Software |
| 24 | + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 25 | + * |
| 26 | + * Contact information: Kitware, Inc., 101 East Weaver St, |
| 27 | + * Carrboro, North Carolina, 27510, USA or: |
| 28 | + * |
| 29 | + * http://www.kitware.com |
| 30 | + * |
| 31 | + */ |
20 | 32 | /*=========================================================================
|
21 | 33 |
|
22 | 34 | Program: Visualization Toolkit
|
|
0 commit comments