Skip to content

Commit f4a0f8c

Browse files
committed
Run copyrights
1 parent 5b493e4 commit f4a0f8c

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. structa: an application for analyzing repetitive data structures
22
..
3-
.. Copyright (c) 2020-2021 Dave Jones <[email protected]>
3+
.. Copyright (c) 2020-2023 Dave Jones <[email protected]>
44
..
55
.. SPDX-License-Identifier: GPL-2.0-or-later
66

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. structa: an application for analyzing repetitive data structures
22
..
3-
.. Copyright (c) 2020-2021 Dave Jones <[email protected]>
3+
.. Copyright (c) 2020-2022 Dave Jones <[email protected]>
44
..
55
.. SPDX-License-Identifier: GPL-2.0-or-later
66

docs/manual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. structa: an application for analyzing repetitive data structures
22
..
3-
.. Copyright (c) 2021 Dave Jones <[email protected]>
3+
.. Copyright (c) 2021-2023 Dave Jones <[email protected]>
44
..
55
.. SPDX-License-Identifier: GPL-2.0-or-later
66

docs/tutorial_basic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. structa: an application for analyzing repetitive data structures
22
..
3-
.. Copyright (c) 2021 Dave Jones <[email protected]>
3+
.. Copyright (c) 2021-2023 Dave Jones <[email protected]>
44
..
55
.. SPDX-License-Identifier: GPL-2.0-or-later
66

structa/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# structa: an application for analyzing repetitive data structures
22
#
3-
# Copyright (c) 2018-2021 Dave Jones <[email protected]>
3+
# Copyright (c) 2018-2023 Dave Jones <[email protected]>
44
#
55
# SPDX-License-Identifier: GPL-2.0-or-later
66

structa/conversions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# structa: an application for analyzing repetitive data structures
22
#
3-
# Copyright (c) 2020-2021 Dave Jones <[email protected]>
3+
# Copyright (c) 2020-2023 Dave Jones <[email protected]>
44
#
55
# SPDX-License-Identifier: GPL-2.0-or-later
66

structa/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# structa: an application for analyzing repetitive data structures
22
#
3-
# Copyright (c) 2020-2021 Dave Jones <[email protected]>
3+
# Copyright (c) 2020-2023 Dave Jones <[email protected]>
44
#
55
# SPDX-License-Identifier: GPL-2.0-or-later
66

structa/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# structa: an application for analyzing repetitive data structures
22
#
3-
# Copyright (c) 2018-2021 Dave Jones <[email protected]>
3+
# Copyright (c) 2018-2023 Dave Jones <[email protected]>
44
#
55
# SPDX-License-Identifier: GPL-2.0-or-later
66

structa/ui/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# structa: an application for analyzing repetitive data structures
22
#
3-
# Copyright (c) 2020-2021 Dave Jones <[email protected]>
3+
# Copyright (c) 2020-2023 Dave Jones <[email protected]>
44
#
55
# SPDX-License-Identifier: GPL-2.0-or-later
66

tests/test_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# structa: an application for analyzing repetitive data structures
22
#
3-
# Copyright (c) 2020-2021 Dave Jones <[email protected]>
3+
# Copyright (c) 2020-2023 Dave Jones <[email protected]>
44
#
55
# SPDX-License-Identifier: GPL-2.0-or-later
66

0 commit comments

Comments
 (0)