Skip to content

Commit

Permalink
Fixed incorrect LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Chica committed Nov 7, 2022
1 parent 997a1d2 commit 4c23457
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion neuropy3/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.


from neuropy3.neuropy3 import MindWave
Expand Down
2 changes: 1 addition & 1 deletion neuropy3/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from PySide6.QtCharts import (QBarSet, QCategoryAxis, QLineSeries,
QSplineSeries, QValueAxis)
Expand Down
2 changes: 1 addition & 1 deletion neuropy3/gui/gui.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* GNU General Public License for more details. */

/* You should have received a copy of the GNU General Public License */
/* along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
/* along with this program. If not, see <https://www.gnu.org/licenses/>. */

import QtQuick.Controls 6.2
import QtQuick.Layouts 6.2
Expand Down
2 changes: 1 addition & 1 deletion neuropy3/gui/raw.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* GNU General Public License for more details. */

/* You should have received a copy of the GNU General Public License */
/* along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
/* along with this program. If not, see <https://www.gnu.org/licenses/>. */

import QtQuick.Controls 6.2
import QtQuick.Layouts 6.2
Expand Down
2 changes: 1 addition & 1 deletion neuropy3/neuropy3.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from threading import Thread, Event
from neuropy3 import utils as ut
Expand Down
2 changes: 1 addition & 1 deletion neuropy3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from scipy.fft import irfft, rfft, rfftfreq

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from setuptools import setup
from pathlib import Path
Expand All @@ -31,7 +31,7 @@

setup(
name='neuropy3',
version='1.0.0',
version='1.0.1',
description=('Python3 library to read data from '
'Neurosky Mindwave Mobile 2 in linux.'),
author='Sergio Chica',
Expand Down

0 comments on commit 4c23457

Please sign in to comment.