Skip to content

Commit 660b285

Browse files
committed
Removed remaining text from old temporary license following Issue #4
1 parent a86988a commit 660b285

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-603
lines changed

LICENSE

Lines changed: 3 additions & 516 deletions
Large diffs are not rendered by default.

qwt/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright © 2014-2015 Pierre Raybaut
4-
# Licensed under the terms of the MIT License
3+
# Licensed under the terms of the Qwt License
54
# (see qwt/LICENSE for details)
65

76
__version__ = QWT_VERSION_STR = '6.1.2a3'

qwt/clipper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright © 2014-2015 Pierre Raybaut
4-
# Licensed under the terms of the MIT License
3+
# Licensed under the terms of the Qwt License
54
# (see qwt/LICENSE for details)
65

76
from qwt.qt.QtGui import QPolygon, QPolygonF

qwt/color_map.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright © 2014-2015 Pierre Raybaut
4-
# Licensed under the terms of the MIT License
3+
# Licensed under the terms of the Qwt License
54
# (see qwt/LICENSE for details)
65

76
from qwt.qt.QtGui import QColor, qRed, qGreen, qBlue, qRgb, qRgba, qAlpha

qwt/column_symbol.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright © 2014-2015 Pierre Raybaut
4-
# Licensed under the terms of the MIT License
3+
# Licensed under the terms of the Qwt License
54
# (see qwt/LICENSE for details)
65

76
from qwt.interval import QwtInterval

qwt/curve_fitter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright © 2014-2015 Pierre Raybaut
4-
# Licensed under the terms of the MIT License
3+
# Licensed under the terms of the Qwt License
54
# (see qwt/LICENSE for details)
65

76
from qwt.spline import QwtSpline

qwt/dyngrid_layout.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright © 2014-2015 Pierre Raybaut
4-
# Licensed under the terms of the MIT License
3+
# Licensed under the terms of the Qwt License
54
# (see qwt/LICENSE for details)
65

76
from qwt.qt.QtGui import QLayout

qwt/graphic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright © 2014-2015 Pierre Raybaut
4-
# Licensed under the terms of the MIT License
3+
# Licensed under the terms of the Qwt License
54
# (see qwt/LICENSE for details)
65

76
from qwt.null_paintdevice import QwtNullPaintDevice

qwt/interval.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright © 2014-2015 Pierre Raybaut
4-
# Licensed under the terms of the MIT License
3+
# Licensed under the terms of the Qwt License
54
# (see qwt/LICENSE for details)
65

76

qwt/legend.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright © 2014-2015 Pierre Raybaut
4-
# Licensed under the terms of the MIT License
3+
# Licensed under the terms of the Qwt License
54
# (see qwt/LICENSE for details)
65

76
from qwt.legend_data import QwtLegendData

0 commit comments

Comments
 (0)