Skip to content

Commit

Permalink
MNT update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 3, 2025
1 parent 75e78cc commit 5615950
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion gemviz/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023-2024, UChicago Argonne, LLC
Copyright (c) 2023-2025, UChicago Argonne, LLC

All Rights Reserved

Expand Down
4 changes: 2 additions & 2 deletions gemviz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# fmt: off
COPYRIGHT_TEXT = (
"(c) 2023-2024, UChicago Argonne, LLC"
"(c) 2023-2025, UChicago Argonne, LLC"
", (see LICENSE file for details)"
)
# fmt: on
Expand All @@ -43,7 +43,7 @@
LICENSE_FILE = ROOT_DIR / "LICENSE"

# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/aboutdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def setStatus(self, text):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main():
main()

# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/bluesky_runs_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def setStatus(self, text):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/bluesky_runs_catalog_run_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setStatus(self, text):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/bluesky_runs_catalog_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def setStatus(self, text):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/bluesky_runs_catalog_table_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def setRuns(self, runs):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/bluesky_runs_catalog_table_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def setStatus(self, text):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/chartview.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def ylabel(self):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/date_time_range_slider.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def setLimits(self, low, high):
print(f"{main.low()=} {main.high()=}")

# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/licensedialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setup(self):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def setServer(self, uri, server):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/range_slider.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def __pixelPosToRangeValue(self, pos):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/select_fields_tablemodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def plotFields(self):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/select_fields_tableview.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def responder(self, action):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/select_stream_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def to_datasets(run, stream_name, selections, scan_id=None):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/tapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def get_tiled_runs(cat, since=None, until=None, text=[], text_case=[], **keys):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/tiledserverdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def getServer(parent):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion gemviz/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def getUiFileName(py_file_name):


# -----------------------------------------------------------------------------
# :copyright: (c) 2023-2024, UChicago Argonne, LLC
# :copyright: (c) 2023-2025, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gemviz = "gemviz.app:main"
line-length = 88

[tool.copyright]
copyright = "2023-2024, UChicago Argonne, LLC"
copyright = "2023-2025, UChicago Argonne, LLC"

[tool.flake8]
max-line-length = 88
Expand Down

0 comments on commit 5615950

Please sign in to comment.