Skip to content

Commit

Permalink
EBR-40 Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 5, 2024
1 parent a14b7ec commit 6e3f64a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Baila Romina <[email protected]>
Diaz Sandra <[email protected]>
Domide Lia <[email protected]>
Fousek Jan <[email protected]>
Misan Teodora <[email protected]>
Prodan Paula <[email protected]>
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GNU General Public License v3.0 or later
-------------------------------------------------------------------
TVB-EXT-UNICORE

Copyright (C) 2022 TVB Widgets Team
Copyright (C) 2022-2024 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 version 3 of the License, or (at your option) any later version.

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-2023, TVB Widgets Team
# (c) 2022-2024, TVB Widgets Team
#

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

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

class TVBExtUnicoreException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion tvbextunicore/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2023, TVB Widgets Team
# (c) 2022-2024, TVB Widgets Team
#

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

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

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

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

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

import json
Expand Down

0 comments on commit 6e3f64a

Please sign in to comment.