Skip to content

Commit bccb7e3

Browse files
committed
feat: prepare "contrib" area
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 0e36aac commit bccb7e3

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

cyclonedx/builder/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717

1818
"""
1919
Builders used in this library.
20+
21+
.. deprecated:: next
2022
"""

cyclonedx/builder/this.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
# SPDX-License-Identifier: Apache-2.0
1616
# Copyright (c) OWASP Foundation. All Rights Reserved.
1717

18-
"""Representation of this very python library."""
18+
"""Representation of this very python library.
19+
20+
.. deprecated:: next
21+
"""
1922

2023
__all__ = ['this_component', 'this_tool']
2124

cyclonedx/exception/factory.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
"""
2020
Exceptions relating to specific conditions that occur when factoring a model.
21+
22+
.. deprecated:: next
2123
"""
2224

2325
__all__ = ['CycloneDxFactoryException', 'LicenseChoiceFactoryException',

cyclonedx/factory/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717

1818
"""
1919
Factories used in this library.
20+
21+
.. deprecated:: next
2022
"""

cyclonedx/factory/license.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
# SPDX-License-Identifier: Apache-2.0
1616
# Copyright (c) OWASP Foundation. All Rights Reserved.
1717

18+
"""
19+
.. deprecated:: next
20+
"""
21+
1822
__all__ = ['LicenseFactory']
1923

2024
import sys

0 commit comments

Comments
 (0)