Skip to content

Commit

Permalink
docs: Fix docstring and reuse licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jan 21, 2025
1 parent dbf7bd5 commit 8b66633
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capella2polarion/converters/polarion_html_helper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright DB InfraGO AG and contributors
# SPDX-License-Identifier: Apache-2.0
"""Functions for polarion specific HTMl elements."""

from __future__ import annotations

import pathlib
Expand Down Expand Up @@ -80,6 +81,7 @@ def camel_case_to_words(camel_case_str: str):
"""Split camel or dromedary case and return it as a space separated str.
Handle prefixed underscores as well.
Examples
--------
>>> camel_case_to_words("camelCase")
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Copyright DB InfraGO AG and contributors
SPDX-License-Identifier: Apache-2.0
2 changes: 2 additions & 0 deletions docs/source/examples/_static/fa-live-doc-space.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Copyright DB InfraGO AG and contributors
SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Copyright DB InfraGO AG and contributors
SPDX-License-Identifier: Apache-2.0

0 comments on commit 8b66633

Please sign in to comment.