Skip to content

Commit

Permalink
Merge pull request #83 from the-virtual-brain/EBR-128
Browse files Browse the repository at this point in the history
EBR-128: update copyright year
  • Loading branch information
romina1601 authored Jan 13, 2025
2 parents 0fe4d05 + cf1e0e0 commit 4d01c03
Show file tree
Hide file tree
Showing 62 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"TheVirtualBrain - Widgets" is a package with GUI components for EBRAINS

(c) 2022-2024, TVB Widgets Team
(c) 2022-2025, TVB Widgets Team

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
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "SoftwareSourceCode",
"name": "tvb-widgets",
"license": "https://spdx.org/licenses/GPL-3.0-or-later.html",
"copyrightYear": "2024",
"copyrightYear": "2025",
"codeRepository": "https://github.com/the-virtual-brain/tvb-widgets.git",
"documentation": "https://wiki.ebrains.eu/bin/view/Collabs/tvb-widgets/",
"downloadUrl": "https://files.pythonhosted.org/packages/0d/4e/1711eacefa2dd3f1d0052a855ead155c70df3da3fff1463ad5e4c80a8902/tvb-widgets-2.1.0.tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion dev/notebook_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import json
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import json
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from .ui.connectivity_ipy.connectivity_widget import ConnectivityWidget
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import os
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/bucket/bucket_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from ebrains_drive import BucketApiClient
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/bucket/buckets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from dataclasses import dataclass
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

class WidgetsException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/hpc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from dataclasses import dataclass
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/hpc/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import time
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/ini_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import configparser
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/logger/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import os
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/pse/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#
"""
A collection of parameter related classes and functions.
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/pse/pse_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from tvb.basic.neotraits.api import NArray, HasTraits, Attr
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/pse/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from dataclasses import dataclass
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/pse/toml_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import toml
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/simulator/model_exporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import abc
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/core/simulator/tvb_integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import inspect
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import mne
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

SUP_HOPF_DEFAULT_PARAMS = {
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import os
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_bucket_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#
import os

Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_connectivity_matrix_editor_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import math
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_drive_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import os
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_exporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import json
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_head_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import logging
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_phase_plane_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#
import json
import os
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_pse_stage_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import os
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_tvb_integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from tvbwidgets.core.simulator.tvb_integrators import IntegratorsEnum
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/ts/test_data_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import math
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/ts/test_mne_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import math
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/ts/test_plotly_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import math
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/tests/ts/ts_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from tvb.simulator.lab import *
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/ui/base_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from ipywidgets import DOMWidget
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/ui/bucket_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import ipywidgets
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/ui/connectivity_ipy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#
from dataclasses import dataclass
from numpy import ndarray
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/ui/connectivity_ipy/connectivity_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import ipywidgets
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/ui/connectivity_ipy/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#
class UnknownOutputException(Exception):
"""
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/ui/connectivity_ipy/global_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#
import enum
from typing import Callable
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/ui/connectivity_ipy/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#
import ipywidgets
import numpy
Expand Down
2 changes: 1 addition & 1 deletion tvbwidgets/ui/connectivity_ipy/outputs_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from tvbwidgets.ui.connectivity_ipy.config import ConnectivityConfig
Expand Down
Loading

0 comments on commit 4d01c03

Please sign in to comment.