Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions temporal/t.connect/tests/test_t_connect.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# COPYRIGHT: (C) 2026 by the GRASS Development Team

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to become "SPDX-FileCopyrightText: ..." (and no "(C)").
We are currently working out the style, so it might be best to wait for it.

# This program is free software under the GNU General Public License

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be removed as there is now "SPDX-License-Identifier: ..."

# (>=v2). Read the file COPYING that comes with GRASS for details.

"""Test current baseline functionality of t.connect"""

import pathlib
Expand Down
Loading