Skip to content

Commit

Permalink
chore: add Amir Mohammadi as contributor in multiple files since git …
Browse files Browse the repository at this point in the history
…history is lost

Since this package was renamed from bob.extension to clapper, Amir's contributions to these files were lost.
Amir was a major contributer to bob.extension: https://gitlab.idiap.ch/bob/bob.extension/-/graphs/master?ref_type=heads
This commit lists Amir as a contributer on multiple files to remedy this issue.
  • Loading branch information
183amir committed Oct 25, 2024
1 parent b61b93a commit 56c4ef9
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/click.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
.. SPDX-FileContributor: Amir Mohammadi <[email protected]>
..
.. SPDX-License-Identifier: BSD-3-Clause
Expand Down
1 change: 1 addition & 0 deletions doc/config.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
.. SPDX-FileContributor: Amir Mohammadi <[email protected]>
..
.. SPDX-License-Identifier: BSD-3-Clause
Expand Down
1 change: 1 addition & 0 deletions doc/rc.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
.. SPDX-FileContributor: Amir Mohammadi <[email protected]>
..
.. SPDX-License-Identifier: BSD-3-Clause
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Amir Mohammadi <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

Expand All @@ -13,7 +14,7 @@ requires-python = ">=3.10"
description = "Configuration Support for Python Packages and CLIs"
readme = "README.md"
license = "BSD-3-Clause"
authors = [{ name = "Andre Anjos", email = "[email protected]" }]
authors = [{ name = "Andre Anjos", email = "[email protected]" }, { name = "Amir Mohammadi", email = "[email protected]" }]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down
2 changes: 2 additions & 0 deletions src/clapper/click.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Amir Mohammadi <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

"""Helpers to build command-line interfaces (CLI) via :py:mod:`click`."""

import functools
Expand Down
2 changes: 2 additions & 0 deletions src/clapper/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Amir Mohammadi <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

"""Functionality to implement python-based config file parsing and loading."""

import importlib.util
Expand Down
2 changes: 2 additions & 0 deletions src/clapper/logging.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Amir Mohammadi <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

""":py:class:`logging.Logger` setup and stream separation."""

import logging
Expand Down
2 changes: 2 additions & 0 deletions src/clapper/rc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Amir Mohammadi <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

"""Implements a global configuration system setup and readout."""

import collections.abc
Expand Down
1 change: 1 addition & 0 deletions tests/test_click.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Amir Mohammadi <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

Expand Down
1 change: 1 addition & 0 deletions tests/test_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Amir Mohammadi <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

Expand Down
1 change: 1 addition & 0 deletions tests/test_rc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Amir Mohammadi <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

Expand Down

0 comments on commit 56c4ef9

Please sign in to comment.