diff --git a/LICENSE b/LICENSE index cc1733c..db84ebd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2026 jCloud Services GbR +Copyright 2026 jCloud Services Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/__init__.py b/src/jcloud_docsgen/__init__.py index bd29bfd..0855020 100644 --- a/src/jcloud_docsgen/__init__.py +++ b/src/jcloud_docsgen/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/cli.py b/src/jcloud_docsgen/cli.py index 86b42b2..f3f4605 100644 --- a/src/jcloud_docsgen/cli.py +++ b/src/jcloud_docsgen/cli.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/core/__init__.py b/src/jcloud_docsgen/core/__init__.py index 1d3a0ff..72f5df4 100644 --- a/src/jcloud_docsgen/core/__init__.py +++ b/src/jcloud_docsgen/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/core/python/__init__.py b/src/jcloud_docsgen/core/python/__init__.py index 4b834a2..5ffc63c 100644 --- a/src/jcloud_docsgen/core/python/__init__.py +++ b/src/jcloud_docsgen/core/python/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/core/python/_core.py b/src/jcloud_docsgen/core/python/_core.py index 26d20f1..eb8c1f2 100644 --- a/src/jcloud_docsgen/core/python/_core.py +++ b/src/jcloud_docsgen/core/python/_core.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/core/python/arguments.py b/src/jcloud_docsgen/core/python/arguments.py index 8710c67..a4a0630 100644 --- a/src/jcloud_docsgen/core/python/arguments.py +++ b/src/jcloud_docsgen/core/python/arguments.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/core/python/definitions.py b/src/jcloud_docsgen/core/python/definitions.py index edc15da..9b87bc1 100644 --- a/src/jcloud_docsgen/core/python/definitions.py +++ b/src/jcloud_docsgen/core/python/definitions.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/core/python/docstrings.py b/src/jcloud_docsgen/core/python/docstrings.py index 0370a0f..7d28cd2 100644 --- a/src/jcloud_docsgen/core/python/docstrings.py +++ b/src/jcloud_docsgen/core/python/docstrings.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/core/python/namespaces.py b/src/jcloud_docsgen/core/python/namespaces.py index e3ada6c..edfaa56 100644 --- a/src/jcloud_docsgen/core/python/namespaces.py +++ b/src/jcloud_docsgen/core/python/namespaces.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/exceptions.py b/src/jcloud_docsgen/exceptions.py index 15aa04c..df27f83 100644 --- a/src/jcloud_docsgen/exceptions.py +++ b/src/jcloud_docsgen/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_docsgen/utils.py b/src/jcloud_docsgen/utils.py index fdd80d4..345526c 100644 --- a/src/jcloud_docsgen/utils.py +++ b/src/jcloud_docsgen/utils.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/_core/test_PythonDefinitionDocumentationGenerator.py b/tests/unit/core/python/_core/test_PythonDefinitionDocumentationGenerator.py index 9c777b0..7068888 100644 --- a/tests/unit/core/python/_core/test_PythonDefinitionDocumentationGenerator.py +++ b/tests/unit/core/python/_core/test_PythonDefinitionDocumentationGenerator.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/_core/test_PythonDocumentationGenerator.py b/tests/unit/core/python/_core/test_PythonDocumentationGenerator.py index 88b17f6..367c8f2 100644 --- a/tests/unit/core/python/_core/test_PythonDocumentationGenerator.py +++ b/tests/unit/core/python/_core/test_PythonDocumentationGenerator.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/_core/test_PythonModuleDocumentationGenerator.py b/tests/unit/core/python/_core/test_PythonModuleDocumentationGenerator.py index f5cf865..f561ce0 100644 --- a/tests/unit/core/python/_core/test_PythonModuleDocumentationGenerator.py +++ b/tests/unit/core/python/_core/test_PythonModuleDocumentationGenerator.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/_core/test__argument_kind_human_readable.py b/tests/unit/core/python/_core/test__argument_kind_human_readable.py index cfbde3e..8fe167c 100644 --- a/tests/unit/core/python/_core/test__argument_kind_human_readable.py +++ b/tests/unit/core/python/_core/test__argument_kind_human_readable.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/_core/test__collect_definitions.py b/tests/unit/core/python/_core/test__collect_definitions.py index 6f4dc80..b23d897 100644 --- a/tests/unit/core/python/_core/test__collect_definitions.py +++ b/tests/unit/core/python/_core/test__collect_definitions.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/_core/test__fit_row_length.py b/tests/unit/core/python/_core/test__fit_row_length.py index f7cffbc..8410655 100644 --- a/tests/unit/core/python/_core/test__fit_row_length.py +++ b/tests/unit/core/python/_core/test__fit_row_length.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/_core/test__function_params_info.py b/tests/unit/core/python/_core/test__function_params_info.py index 4d2f8f6..57267b9 100644 --- a/tests/unit/core/python/_core/test__function_params_info.py +++ b/tests/unit/core/python/_core/test__function_params_info.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/_core/test__markdown_table.py b/tests/unit/core/python/_core/test__markdown_table.py index edabff7..28c8eaa 100644 --- a/tests/unit/core/python/_core/test__markdown_table.py +++ b/tests/unit/core/python/_core/test__markdown_table.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/_core/test__signature_argument_list.py b/tests/unit/core/python/_core/test__signature_argument_list.py index 86b87b0..1c05052 100644 --- a/tests/unit/core/python/_core/test__signature_argument_list.py +++ b/tests/unit/core/python/_core/test__signature_argument_list.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/arguments/test_PythonASTArgumentsListParser.py b/tests/unit/core/python/arguments/test_PythonASTArgumentsListParser.py index 036349f..51fc900 100644 --- a/tests/unit/core/python/arguments/test_PythonASTArgumentsListParser.py +++ b/tests/unit/core/python/arguments/test_PythonASTArgumentsListParser.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/arguments/test_PythonFunctionArgument.py b/tests/unit/core/python/arguments/test_PythonFunctionArgument.py index 4439576..acbc7a3 100644 --- a/tests/unit/core/python/arguments/test_PythonFunctionArgument.py +++ b/tests/unit/core/python/arguments/test_PythonFunctionArgument.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/definitions/test_PythonClassDefinition.py b/tests/unit/core/python/definitions/test_PythonClassDefinition.py index 21958b7..ce67783 100644 --- a/tests/unit/core/python/definitions/test_PythonClassDefinition.py +++ b/tests/unit/core/python/definitions/test_PythonClassDefinition.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/definitions/test_PythonDefinition.py b/tests/unit/core/python/definitions/test_PythonDefinition.py index 4be2342..39e4337 100644 --- a/tests/unit/core/python/definitions/test_PythonDefinition.py +++ b/tests/unit/core/python/definitions/test_PythonDefinition.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/definitions/test_PythonFunctionDefinition.py b/tests/unit/core/python/definitions/test_PythonFunctionDefinition.py index d332a3c..9fb08a1 100644 --- a/tests/unit/core/python/definitions/test_PythonFunctionDefinition.py +++ b/tests/unit/core/python/definitions/test_PythonFunctionDefinition.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/namespaces/test_PythonModuleNamespace.py b/tests/unit/core/python/namespaces/test_PythonModuleNamespace.py index b4733a6..db45873 100644 --- a/tests/unit/core/python/namespaces/test_PythonModuleNamespace.py +++ b/tests/unit/core/python/namespaces/test_PythonModuleNamespace.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/namespaces/test_PythonNamespace.py b/tests/unit/core/python/namespaces/test_PythonNamespace.py index 06c29c7..9741055 100644 --- a/tests/unit/core/python/namespaces/test_PythonNamespace.py +++ b/tests/unit/core/python/namespaces/test_PythonNamespace.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/core/python/namespaces/test_PythonPackageNamespace.py b/tests/unit/core/python/namespaces/test_PythonPackageNamespace.py index 40c611a..5b43152 100644 --- a/tests/unit/core/python/namespaces/test_PythonPackageNamespace.py +++ b/tests/unit/core/python/namespaces/test_PythonPackageNamespace.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/utils/test_ExistingDirectory.py b/tests/unit/utils/test_ExistingDirectory.py index 3687bf9..11379e5 100644 --- a/tests/unit/utils/test_ExistingDirectory.py +++ b/tests/unit/utils/test_ExistingDirectory.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/utils/test_ExistingFile.py b/tests/unit/utils/test_ExistingFile.py index 9a11388..a795574 100644 --- a/tests/unit/utils/test_ExistingFile.py +++ b/tests/unit/utils/test_ExistingFile.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/utils/test_assert_that_is_instance.py b/tests/unit/utils/test_assert_that_is_instance.py index eacb426..935dfa0 100644 --- a/tests/unit/utils/test_assert_that_is_instance.py +++ b/tests/unit/utils/test_assert_that_is_instance.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/utils/test_get_relative_path_segments.py b/tests/unit/utils/test_get_relative_path_segments.py index 1b19990..a891ac8 100644 --- a/tests/unit/utils/test_get_relative_path_segments.py +++ b/tests/unit/utils/test_get_relative_path_segments.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/utils/test_human_readable_list.py b/tests/unit/utils/test_human_readable_list.py index 0a2207e..a8a8abc 100644 --- a/tests/unit/utils/test_human_readable_list.py +++ b/tests/unit/utils/test_human_readable_list.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/utils/test_non_empty_str.py b/tests/unit/utils/test_non_empty_str.py index 8d31427..49619d8 100644 --- a/tests/unit/utils/test_non_empty_str.py +++ b/tests/unit/utils/test_non_empty_str.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/utils/ast_node.py b/tests/utils/ast_node.py index 0e9bc7b..505921b 100644 --- a/tests/utils/ast_node.py +++ b/tests/utils/ast_node.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.