Skip to content

Commit

Permalink
Switch project license to MIT.
Browse files Browse the repository at this point in the history
Signed-off-by: bwoodsend <[email protected]>
  • Loading branch information
bwoodsend committed Oct 3, 2021
1 parent 355d7cf commit e661b34
Show file tree
Hide file tree
Showing 55 changed files with 253 additions and 2,080 deletions.
694 changes: 20 additions & 674 deletions LICENSE.txt

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""
Created on Wed Jun 19 19:00:26 2019
@author: Brénainn
"""

from setuptools import setup, find_packages
Expand All @@ -27,7 +24,7 @@
url='https://vtkplotlib.readthedocs.io/en/latest/index.html',
author='Brénainn Woodsend',
author_email='[email protected]',
license='GNU version 3.0',
license='MIT',
packages=find_packages(exclude=("tests",)),
include_package_data=True,
install_requires=[
Expand Down
23 changes: 1 addition & 22 deletions tests/PyInstaller/test.py
Original file line number Diff line number Diff line change
@@ -1,29 +1,8 @@
# -*- coding: utf-8 -*-
# =============================================================================
# Created on 22:54
#
# @author: Brénainn
#
#
# test.py
# Copyright (C) 2019-2020 Brénainn Woodsend
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# =============================================================================
"""
"""
import vtkplotlib

import pytest

pytest.main()
24 changes: 1 addition & 23 deletions tests/_common.py
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
# -*- coding: utf-8 -*-
# =============================================================================
# Created on Sat Feb 29 07:31:44 2020
#
# @author: Brénainn Woodsend
#
#
# _common.py
# Shared variables/markers for testing.
# Copyright (C) 2019-2020 Brénainn Woodsend
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# =============================================================================
"""
Shared variables/markers for testing.
"""

from builtins import super
Expand Down
22 changes: 0 additions & 22 deletions tests/docs_code_blocks.py
Original file line number Diff line number Diff line change
@@ -1,26 +1,4 @@
# -*- coding: utf-8 -*-
# =============================================================================
# Created on 11:23
#
# @author: Brénainn
#
#
# docs_codeblocks.py
# Copyright (C) 2019-2020 Brénainn Woodsend
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# =============================================================================
"""
Pull and test code-blocks from docstrings. I'm 100% certain this must be a
reinvention of the wheel but I can only find doc-testing for interactive console
Expand Down
22 changes: 0 additions & 22 deletions tests/test_colors.py
Original file line number Diff line number Diff line change
@@ -1,26 +1,4 @@
# -*- coding: utf-8 -*-
# =============================================================================
# Created on 23:32
#
# @author: Brénainn
#
#
# test_colors.py
# Copyright (C) 2019-2020 Brénainn Woodsend
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# =============================================================================
"""
"""

Expand Down
22 changes: 0 additions & 22 deletions tests/test_docstrings.py
Original file line number Diff line number Diff line change
@@ -1,26 +1,4 @@
# -*- coding: utf-8 -*-
# =============================================================================
# Created on Sun Dec 8 21:49:50 2019
#
# @author: Brénainn Woodsend
#
#
# one line to give the program's name and a brief idea of what it does.
# Copyright (C) 2019-2020 Brénainn Woodsend
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# =============================================================================
"""
"""

Expand Down
25 changes: 1 addition & 24 deletions tests/test_figures.py
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
# -*- coding: utf-8 -*-
# =============================================================================
# Created on Sat Aug 3 21:02:41 2019
#
# @author: Brénainn
#
#
# test_figures.py
# Copyright (C) 2019-2020 Brénainn Woodsend
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# =============================================================================
"""
"""
"""Test the contents of the vtkplotlib.figures module."""

from __future__ import print_function, unicode_literals, with_statement

Expand Down
Loading

0 comments on commit e661b34

Please sign in to comment.