|
1 | 1 | /*
|
2 | 2 | *
|
3 |
| - * Copyright (C) Kitware, Inc. All Rights Reserved. |
| 3 | + * Copyright (C) 2011 MeVis Medical Solutions AG All Rights Reserved. |
4 | 4 | *
|
5 | 5 | * This library is free software; you can redistribute it and/or
|
6 | 6 | * modify it under the terms of the GNU Lesser General Public
|
|
23 | 23 | * License along with this library; if not, write to the Free Software
|
24 | 24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
25 | 25 | *
|
26 |
| - * Contact information: Kitware, Inc., 101 East Weaver St, |
27 |
| - * Carrboro, North Carolina, 27510, USA or: |
| 26 | + * Contact information: MeVis Medical Solutions AG, Universitaetsallee 29, |
| 27 | + * 28359 Bremen, Germany or: |
28 | 28 | *
|
29 |
| - * http://www.kitware.com |
| 29 | + * http://www.mevis.de |
30 | 30 | *
|
31 | 31 | */
|
32 |
| -/*========================================================================= |
33 | 32 |
|
34 |
| - Program: Visualization Toolkit |
35 |
| - Module: vtkPython.h |
36 |
| -
|
37 |
| - Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen |
38 |
| - All rights reserved. |
39 |
| - See Copyright.txt or http://www.kitware.com/Copyright.htm for details. |
40 |
| -
|
41 |
| - This software is distributed WITHOUT ANY WARRANTY; without even |
42 |
| - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
43 |
| - PURPOSE. See the above copyright notice for more information. |
44 |
| -
|
45 |
| -=========================================================================*/ |
| 33 | +//---------------------------------------------------------------------------------- |
| 34 | +/*! |
| 35 | +// \file dPython.h - This file was copied from VTK and was originally named vtkPython.h |
| 36 | +// \author David Gobbi |
| 37 | +// \author Last changed by $Author: jcfr $ |
| 38 | +// \date 2011 |
| 39 | +*/ |
| 40 | +//---------------------------------------------------------------------------------- |
46 | 41 |
|
47 | 42 | #ifndef __dPython_h
|
48 | 43 | #define __dPython_h
|
|
0 commit comments