Skip to content

Commit

Permalink
Update Copyright statements
Browse files Browse the repository at this point in the history
Now stating "Copyright (C) 2020-2024 Martin Röbke"
  • Loading branch information
VaeterchenFrost committed Dec 19, 2024
1 parent efc7c34 commit b4932e2
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion tdvisu/construct_dpdb_visu.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
and reference
https://github.com/VaeterchenFrost/dp_on_dbs.git
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion tdvisu/dijkstra.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cs.princeton.edu/courses/archive/spr06/cos423/Handouts/EPP%20shortest%20path%20algorithms.pdf
Copyright (C) 2020 Martin Röbke <[email protected]>
Copyright (C) 2020-2024 Martin Röbke
Modified sourcecode from NetworkX.
Copyright (C) 2004-2020, NetworkX Developers
Expand Down
2 changes: 1 addition & 1 deletion tdvisu/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main()
Copyright (C) 2020 Patrick Thier https://github.com/Fend0r, TU Wien,
Martin Röbke, TU Dresden
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion tdvisu/svgjoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Load and manipulate svg images. Could also be streamed as string.
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
4 changes: 2 additions & 2 deletions tdvisu/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Helper methods for this module.
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down Expand Up @@ -471,7 +471,7 @@ def get_parser(extra_desc: str = "") -> argparse.ArgumentParser:
"""
parser = argparse.ArgumentParser(
description="""
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
This program comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see COPYING for more information.
Expand Down
4 changes: 2 additions & 2 deletions tdvisu/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
https://github.com/VaeterchenFrost/GPUSAT
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down Expand Up @@ -780,7 +780,7 @@ def main(args: List[str]) -> None:
nargs="?",
type=argparse.FileType("r", encoding="UTF-8"),
default=sys.stdin,
help="Input file for the visualization " "must conform with the 'JsonAPI.md'",
help="Input file for the visualization must conform with the 'JsonAPI.md'",
)
parser.add_argument("outfolder", help="Folder to output the visualization results")

Expand Down
2 changes: 1 addition & 1 deletion tdvisu/visualization_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Visualization Data
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion test/test_bag_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Testing creation of bag strings in visualization.py
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion test/test_construct_dpdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Testing construct_dpdb_visu.py
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion test/test_dijkstra.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Testing dijkstra.py
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion test/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Testing reader.py
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion test/test_svgjoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Testing svgjoin.py
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion test/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Testing utilities.py
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion test/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Testing version.py
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down
2 changes: 1 addition & 1 deletion test/test_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Testing visualization.py
Copyright (C) 2020 Martin Röbke
Copyright (C) 2020-2024 Martin Röbke
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
Expand Down

0 comments on commit b4932e2

Please sign in to comment.