Skip to content

Commit 65623e4

Browse files
committed
STYLE: Transfer copyright of contributed files from Kitware, Inc. to MeVis Medical Solutions AG
1 parent 83dbbc2 commit 65623e4

File tree

3 files changed

+20
-25
lines changed

3 files changed

+20
-25
lines changed

src/PythonQtStdIn.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (C) Kitware, Inc. All Rights Reserved.
3+
* Copyright (C) 2011 MeVis Medical Solutions AG All Rights Reserved.
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public
@@ -23,10 +23,10 @@
2323
* License along with this library; if not, write to the Free Software
2424
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2525
*
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:
2828
*
29-
* http://www.kitware.com
29+
* http://www.mevis.de
3030
*
3131
*/
3232

src/PythonQtStdIn.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
*
6-
* Copyright (C) Kitware, Inc. All Rights Reserved.
6+
* Copyright (C) 2011 MeVis Medical Solutions AG All Rights Reserved.
77
*
88
* This library is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU Lesser General Public
@@ -26,10 +26,10 @@
2626
* License along with this library; if not, write to the Free Software
2727
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2828
*
29-
* Contact information: Kitware, Inc., 101 East Weaver St,
30-
* Carrboro, North Carolina, 27510, USA or:
29+
* Contact information: MeVis Medical Solutions AG, Universitaetsallee 29,
30+
* 28359 Bremen, Germany or:
3131
*
32-
* http://www.kitware.com
32+
* http://www.mevis.de
3333
*
3434
*/
3535

src/dPython.h

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (C) Kitware, Inc. All Rights Reserved.
3+
* Copyright (C) 2011 MeVis Medical Solutions AG All Rights Reserved.
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public
@@ -23,26 +23,21 @@
2323
* License along with this library; if not, write to the Free Software
2424
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2525
*
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:
2828
*
29-
* http://www.kitware.com
29+
* http://www.mevis.de
3030
*
3131
*/
32-
/*=========================================================================
3332

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+
//----------------------------------------------------------------------------------
4641

4742
#ifndef __dPython_h
4843
#define __dPython_h

0 commit comments

Comments
 (0)