Skip to content

Copyright header is missing in some files #584

Description

@JAB1305

Many files carry a copyright header at the beginning, e.g:

# Copyright (c) 2025 the Eclipse BaSyx Authors
#
# This program and the accompanying materials are made available under the terms of the MIT License, available in
# the LICENSE file of this project.
#
# SPDX-License-Identifier: MIT

This is missing in the following files (ignoring examples and __init__.pys):

compliance_tool/
  test/
    _test_helper.py
sdk/
  docs/
    source/
      conf.py [Configuration file, maybe not necessary]
  test/
    _helper/
      test_helpers.py
    adapter/
      test_load_directory.py
server/
  app/
    adapter/
      jsonization.py
    backend/
      local_file.py
    interfaces/
      discovery.py
      registry.py
    model/
      descriptor.py
      endpoint.py
      provider.py
      service_specification.py
    services/
      run_discovery.py
  test/
    model/
      test_provider.py

The header should be added to these files.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggeneralSomething to do with the BaSyx Python SDK repository in generalgood-first-issue

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions