Skip to content

Commit 83dbbc2

Browse files
committed
STYLE: Change license of contributed files to LGPL
1 parent 3171a94 commit 83dbbc2

File tree

3 files changed

+93
-57
lines changed

3 files changed

+93
-57
lines changed

src/PythonQtStdIn.cpp

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,34 @@
1-
/*=========================================================================
2-
3-
Library: CTK
4-
5-
Copyright (c) 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+
*/
2032

2133
//----------------------------------------------------------------------------------
2234
/*!

src/PythonQtStdIn.h

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
11
#ifndef _PYTHONQTSTDIN_H
22
#define _PYTHONQTSTDIN_H
33

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

2436
//----------------------------------------------------------------------------------
2537
/*!

src/dPython.h

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,34 @@
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+
*/
2032
/*=========================================================================
2133
2234
Program: Visualization Toolkit

0 commit comments

Comments
 (0)