Skip to content

Commit

Permalink
Update copyright information
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Feb 23, 2024
1 parent e805526 commit 173ca25
Show file tree
Hide file tree
Showing 86 changed files with 150 additions and 248 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"env": {
"PYTHON": "${env:CDL_PYTHONEXE}",
"UNATTENDED": "1",
"NSIS_COPYRIGHT_INFO": "Copyright (c) Codra 2023",
"NSIS_COPYRIGHT_INFO": "Copyright (c) DataLab Project 2023",
"NSIS_HELP_LINK": "https://datalab-platform.github.io/",
"NSIS_URLUPDATEINFO": "https://github.com/DataLab-Platform/DataLab/releases",
"NSIS_URLINFOABOUT": "https://github.com/DataLab-Platform/DataLab"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2023, Codra, Pierre Raybaut.
Copyright (c) 2023, DataLab Platform Developers.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and visualization** with unique features designed to meet industrial requirement

See [DataLab website](https://DataLab-Platform.github.io/) for more details.

ℹ️ Created by [Codra](https://codra.net/)/[Pierre Raybaut](https://github.com/PierreRaybaut) in 2023, developed and maintained by DataLab open-source project team.
ℹ️ Created by [Codra](https://codra.net/)/[Pierre Raybaut](https://github.com/PierreRaybaut) in 2023, developed and maintained by DataLab Platform Developers.

![DataLab](https://raw.githubusercontent.com/DataLab-Platform/DataLab/main/doc/images/DataLab-Screenshot.png)

Expand Down
4 changes: 2 additions & 2 deletions cdl/core/gui/macroeditor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2022 Codra
# Pierre Raybaut
# Licensed under the terms of the BSD 3-Clause
# (see cdl/LICENSE for details)

"""
Module providing DataLab Macro editor widget
Expand Down
4 changes: 2 additions & 2 deletions cdl/core/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1472,12 +1472,12 @@ def __about(self) -> None: # pragma: no cover
pinfos = PluginRegistry.get_plugin_infos()
created_by = _("Created by")
dev_by = _("Developed and maintained by %s open-source project team") % APP_NAME
copyrght = "2023 Codra"
copyright = "2023 DataLab Platform Developers"
QW.QMessageBox.about(
self,
_("About") + " " + APP_NAME,
f"""<b>{APP_NAME}</b> v{__version__}<br>{APP_DESC}
<p>{created_by} Pierre Raybaut<br>{dev_by}<br>Copyright &copy; {copyrght}
<p>{created_by} Pierre Raybaut<br>{dev_by}<br>Copyright &copy; {copyright}
<p>{adv_conf}<br><br>{pinfos}""",
)

Expand Down
Binary file added cdl/data/logo/DataLab-Banner-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions cdl/utils/dephash.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2022 Codra
# Pierre Raybaut
# Licensed under the terms of the BSD 3-Clause
# (see cdl/LICENSE for details)

"""
Module checking dependencies with respect to a reference
Expand Down
4 changes: 2 additions & 2 deletions cdl/utils/tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2022 Codra
# Pierre Raybaut
# Licensed under the terms of the BSD 3-Clause
# (see cdl/LICENSE for details)

"""
Module providing test utilities
Expand Down
4 changes: 2 additions & 2 deletions cdl/widgets/connection.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2023 Codra
# Pierre Raybaut
# Licensed under the terms of the BSD 3-Clause
# (see cdl/LICENSE for details)

"""
Module providing a connection dialog box for the DataLab proxy client
Expand Down
4 changes: 2 additions & 2 deletions cdl/widgets/fileviewer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2022 Codra
# Pierre Raybaut
# Licensed under the terms of the BSD 3-Clause
# (see cdl/LICENSE for details)

"""
Module providing a file viewer widget
Expand Down
4 changes: 2 additions & 2 deletions cdl/widgets/instconfviewer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2022 Codra
# Pierre Raybaut
# Licensed under the terms of the BSD 3-Clause
# (see cdl/LICENSE for details)

"""
Module providing DataLab Installation configuration widget
Expand Down
4 changes: 2 additions & 2 deletions cdl/widgets/logviewer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2022 Codra
# Pierre Raybaut
# Licensed under the terms of the BSD 3-Clause
# (see cdl/LICENSE for details)

"""
Module providing a log viewer widget, a log viewer window and DataLab's log viewer
Expand Down
4 changes: 2 additions & 2 deletions cdl/widgets/warningerror.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2022 Codra
# Pierre Raybaut
# Licensed under the terms of the BSD 3-Clause
# (see cdl/LICENSE for details)

"""
Module providing a warning/error message box
Expand Down
Binary file added doc/_static/DataLab-Title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

project = "DataLab"
author = ""
copyright = "2023, Codra - Pierre Raybaut"
copyright = "2023, DataLab Platform Developers"
release = cdl.__version__

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ benefiting from an industrial-grade technological platform.
contributing/index

.. note:: DataLab was created by `Codra`_/`Pierre Raybaut`_ in 2023. It is
developed and maintained by DataLab open-source project team.
developed and maintained by DataLab Platform Developers.

.. rubric:: Footnotes

Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/api/algorithms.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/api/core.computation.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/api/index.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/api/obj.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/api/param.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/api/proxy.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/contributing/changelog.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/contributing/contribute_code.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/contributing/environment.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/contributing/guidelines.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/contributing/index.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/contributing/roadmap.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/general/command.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
Expand Down
3 changes: 1 addition & 2 deletions doc/locale/fr/LC_MESSAGES/features/general/h5browser.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand Down Expand Up @@ -56,4 +56,3 @@ msgstr ""
#: ../../features/general/h5browser.rst:19
msgid "Then validate by clicking on \"OK\""
msgstr ""

2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/general/index.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/general/instviewer.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/general/logviewer.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/general/macros.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/general/model.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/general/plugins.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/general/remote.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/general/workspace.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/image/annotations.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/locale/fr/LC_MESSAGES/features/image/index.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
Expand Down
3 changes: 1 addition & 2 deletions doc/locale/fr/LC_MESSAGES/features/image/menu/computing.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand Down Expand Up @@ -189,4 +189,3 @@ msgid ""
"Detect blobs using OpenCV implementation of `SimpleBlobDetector "
"<https://docs.opencv.org/3.4/d0/d7a/classcv_1_1SimpleBlobDetector.html>`_."
msgstr ""

3 changes: 1 addition & 2 deletions doc/locale/fr/LC_MESSAGES/features/image/menu/edit.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand Down Expand Up @@ -149,4 +149,3 @@ msgid ""
"Copy all image titles to clipboard as a multiline text. This text may be "
"used for reproducing a processing chain, for example."
msgstr ""

3 changes: 1 addition & 2 deletions doc/locale/fr/LC_MESSAGES/features/image/menu/file.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand Down Expand Up @@ -208,4 +208,3 @@ msgstr ""
#: ../../features/image/menu/file.rst:66
msgid "Open the the \"Settings\" dialog box."
msgstr ""

3 changes: 1 addition & 2 deletions doc/locale/fr/LC_MESSAGES/features/image/menu/help.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand Down Expand Up @@ -64,4 +64,3 @@ msgstr ""
#: ../../features/image/menu/help.rst:25
msgid "Open the \"About DataLab\" dialog box:"
msgstr ""

3 changes: 1 addition & 2 deletions doc/locale/fr/LC_MESSAGES/features/image/menu/operation.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand Down Expand Up @@ -326,4 +326,3 @@ msgstr ""
#: ../../features/image/menu/operation.rst:143
msgid "Create a new image which is the result of swapping X/Y data."
msgstr ""

3 changes: 1 addition & 2 deletions doc/locale/fr/LC_MESSAGES/features/image/menu/processing.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Codra - Pierre Raybaut
# Copyright (C) 2023, DataLab Platform Developers
# This file is distributed under the same license as the DataLab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand Down Expand Up @@ -516,4 +516,3 @@ msgid ""
"(implementation based on `skimage.feature.canny <https://scikit-"
"image.org/docs/stable/api/skimage.feature.html#skimage.feature.canny>`_)"
msgstr ""

Loading

0 comments on commit 173ca25

Please sign in to comment.