Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Jan 29, 2025
1 parent f55dcd4 commit 453d981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion groups_import.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Functions related to importing group data."""

__copyright__ = 'Copyright (c) 2018-2024, Utrecht University'
__copyright__ = 'Copyright (c) 2018-2025, Utrecht University'
__license__ = 'GPLv3, see LICENSE'

import csv
Expand Down
5 changes: 2 additions & 3 deletions unit-tests/test_group_import.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Unit tests for the groups functionality
"""
"""Unit tests for the groups functionality."""

__copyright__ = 'Copyright (c) 2019-2024, Utrecht University'
__copyright__ = 'Copyright (c) 2019-2025, Utrecht University'
__license__ = 'GPLv3, see LICENSE'

import io
Expand Down

0 comments on commit 453d981

Please sign in to comment.