Coverage for src / eclipse / care / copyright / __init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-24 09:38 +0100
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-24 09:38 +0100
1# Copyright (c) 2025 The Eclipse Foundation
2#
3# This program and the accompanying materials are made available under the
4# terms of the Eclipse Public License 2.0 which is available at
5# http://www.eclipse.org/legal/epl-2.0.
6#
7# SPDX-License-Identifier: EPL-2.0
9__all__ = [
10 'analyse_project',
11 '__version__'
12]
13__version__ = "0.0.2"
15from .copyright_headers import analyse_project