Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions ia_map_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@
from ia_map_lib.projector import Projector
from ia_map_lib.records import Record, RecordAdapter, RecordMapper, RecordProjector, RecordUtils

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


__all__ = [
Expand Down
15 changes: 0 additions & 15 deletions ia_map_lib/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@
from ia_map_lib.sources import DataSource
from ia_map_lib.status import Status

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


logger = logging.getLogger(__name__)
Expand Down
15 changes: 0 additions & 15 deletions ia_map_lib/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,6 @@
from ia_map_lib.status import Status
from ia_map_lib.utils import validate_callable_protocol

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


logger = logging.getLogger(__name__)
Expand Down
14 changes: 0 additions & 14 deletions ia_map_lib/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,7 @@
from ia_map_lib.config.configSource import ConfigSource, EnvironmentSource
from ia_map_lib.config.configurator import Configurator, OnError

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


__all__ = ['Configurator', 'OnError', 'ConfigSource', 'EnvironmentSource']
15 changes: 0 additions & 15 deletions ia_map_lib/config/configSource.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@

import os

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


class ConfigSource:
Expand Down
14 changes: 0 additions & 14 deletions ia_map_lib/config/configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,7 @@

from ia_map_lib.config.configSource import ConfigSource, EnvironmentSource

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""

logger = logging.getLogger(__name__)

Expand Down
14 changes: 0 additions & 14 deletions ia_map_lib/config/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,7 @@

from ia_map_lib.config import Configurator, OnError

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""

logger = logging.getLogger(__name__)

Expand Down
15 changes: 0 additions & 15 deletions ia_map_lib/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@

from ia_map_lib.datasets.datasets import DCATDataSet, SimpleDataSet

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


__all__ = [
Expand Down
14 changes: 0 additions & 14 deletions ia_map_lib/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,7 @@
from ia_map_lib.records import Record, RecordUtils
from ia_map_lib.sinks import KafkaSink

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


class ErrorLevel(Enum):
Expand Down
16 changes: 0 additions & 16 deletions ia_map_lib/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,6 @@
# and is legally attributed to the UK's Department for Business, Innovation, Science and Trade (BIST) as the governing entity.


__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


class ConfigurationException(Exception):
"""
Expand Down
15 changes: 0 additions & 15 deletions ia_map_lib/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@
from ia_map_lib import Record, RecordUtils
from ia_map_lib.sinks import KafkaSink

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


class LogFormats:
Expand Down
15 changes: 0 additions & 15 deletions ia_map_lib/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@
from ia_map_lib.status import Status
from ia_map_lib.utils import validate_callable_protocol

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


logger = logging.getLogger(__name__)
Expand Down
16 changes: 0 additions & 16 deletions ia_map_lib/middleware/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,3 @@
# © Crown Copyright 2026. This work has been developed by the National Digital Twin Programme
# and is legally attributed to the UK's Department for Business, Innovation, Science and Trade (BIST) as the governing entity.


__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
15 changes: 0 additions & 15 deletions ia_map_lib/middleware/decode_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,6 @@
from ia_map_lib.exceptions import ConfigurationException
from ia_map_lib.logging import LoggerFactory

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


auth_failed = {"ok": False, "message": "Authorization failed"}
Expand Down
14 changes: 0 additions & 14 deletions ia_map_lib/projector.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,7 @@
from ia_map_lib.status import Status
from ia_map_lib.utils import validate_callable_protocol

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


class Projector(InputAction):
Expand Down
14 changes: 0 additions & 14 deletions ia_map_lib/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,7 @@
from collections.abc import Iterable, Mapping
from typing import Any, Protocol, runtime_checkable

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


logger = logging.getLogger(__name__)
Expand Down
15 changes: 0 additions & 15 deletions ia_map_lib/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@
from ia_map_lib.sinks.kafkaSink import KafkaSink
from ia_map_lib.status import Status

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""

logger = logging.getLogger(__name__)

Expand Down
15 changes: 0 additions & 15 deletions ia_map_lib/sinks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@
from ia_map_lib.sinks.kafkaSink import KafkaSink
from ia_map_lib.sinks.serializers import RdfSerializer, SerializerFunction, Serializers

__license__ = """
Copyright (c) Telicent Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


__all__ = [
Expand Down
Loading
Loading