Skip to content

style: replace verbose license headers with SPDX tags#220

Merged
PascalRepond merged 1 commit into
rero:stagingfrom
PascalRepond:rep-copyright
Jun 18, 2026
Merged

style: replace verbose license headers with SPDX tags#220
PascalRepond merged 1 commit into
rero:stagingfrom
PascalRepond:rep-copyright

Conversation

@PascalRepond

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 256 files, which is 106 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c3ecba0d-e764-40d3-9073-9f65b7847adb

📥 Commits

Reviewing files that changed from the base of the PR and between 843652b and 5fe29b0.

⛔ Files ignored due to path filters (44)
  • .editorconfig is excluded by none and included by none
  • .github/workflows/continuous-integration-test.yml is excluded by none and included by none
  • .github_changelog_generator is excluded by none and included by none
  • AUTHORS.md is excluded by none and included by none
  • CLAUDE.md is excluded by none and included by none
  • CONTRIBUTING.md is excluded by none and included by none
  • Dockerfile is excluded by none and included by none
  • Dockerfile.base is excluded by none and included by none
  • INSTALL.md is excluded by none and included by none
  • LICENSE is excluded by none and included by none
  • MANIFEST.in is excluded by none and included by none
  • README.md is excluded by none and included by none
  • SECURITY.md is excluded by none and included by none
  • docker-compose.full.yml is excluded by none and included by none
  • docker-compose.yml is excluded by none and included by none
  • docker-services.yml is excluded by none and included by none
  • docker/haproxy/Dockerfile is excluded by none and included by none
  • docker/haproxy/haproxy.cfg is excluded by none and included by none
  • docker/nginx/Dockerfile is excluded by none and included by none
  • docker/nginx/conf.d/default.conf is excluded by none and included by none
  • docker/nginx/nginx.conf is excluded by none and included by none
  • docker/postgres/Dockerfile is excluded by none and included by none
  • docker/postgres/init-app-db.sh is excluded by none and included by none
  • docker/uwsgi/uwsgi_rest.ini is excluded by none and included by none
  • docker/uwsgi/uwsgi_ui.ini is excluded by none and included by none
  • docker/wait-for-services.sh is excluded by none and included by none
  • overview.md is excluded by none and included by none
  • pyproject.toml is excluded by none and included by none
  • rero_mef/config.py is excluded by !rero_mef/config.py and included by rero_mef/**/*.py
  • rero_mef/theme/static/js/mef_search_ui.js is excluded by none and included by none
  • rero_mef/theme/templates/rero_mef/footer.html is excluded by none and included by none
  • rero_mef/theme/templates/rero_mef/frontpage.html is excluded by none and included by none
  • rero_mef/theme/templates/rero_mef/header.html is excluded by none and included by none
  • rero_mef/theme/templates/rero_mef/mef_detail.html is excluded by none and included by none
  • rero_mef/theme/templates/rero_mef/mef_graph.html is excluded by none and included by none
  • rero_mef/theme/templates/rero_mef/mef_search.html is excluded by none and included by none
  • rero_mef/theme/templates/rero_mef/page.html is excluded by none and included by none
  • rero_mef/theme/templates/rero_mef/page_error.html is excluded by none and included by none
  • scripts/bootstrap is excluded by none and included by none
  • scripts/console is excluded by none and included by none
  • scripts/server is excluded by none and included by none
  • scripts/setup is excluded by none and included by none
  • scripts/test is excluded by none and included by none
  • scripts/update is excluded by none and included by none
📒 Files selected for processing (256)
  • rero_mef/__init__.py
  • rero_mef/agents/__init__.py
  • rero_mef/agents/api.py
  • rero_mef/agents/cli.py
  • rero_mef/agents/gnd/__init__.py
  • rero_mef/agents/gnd/api.py
  • rero_mef/agents/gnd/fetchers.py
  • rero_mef/agents/gnd/jsonresolvers/__init__.py
  • rero_mef/agents/gnd/jsonresolvers/gnd_resolver.py
  • rero_mef/agents/gnd/jsonschemas/__init__.py
  • rero_mef/agents/gnd/mappings/__init__.py
  • rero_mef/agents/gnd/mappings/v7/__init__.py
  • rero_mef/agents/gnd/minters.py
  • rero_mef/agents/gnd/models.py
  • rero_mef/agents/gnd/providers.py
  • rero_mef/agents/gnd/tasks.py
  • rero_mef/agents/idref/__init__.py
  • rero_mef/agents/idref/api.py
  • rero_mef/agents/idref/fetchers.py
  • rero_mef/agents/idref/jsonresolvers/__init__.py
  • rero_mef/agents/idref/jsonresolvers/idref_resolver.py
  • rero_mef/agents/idref/jsonschemas/__init__.py
  • rero_mef/agents/idref/mappings/__init__.py
  • rero_mef/agents/idref/mappings/v7/__init__.py
  • rero_mef/agents/idref/minters.py
  • rero_mef/agents/idref/models.py
  • rero_mef/agents/idref/providers.py
  • rero_mef/agents/idref/tasks.py
  • rero_mef/agents/mef/__init__.py
  • rero_mef/agents/mef/api.py
  • rero_mef/agents/mef/fetchers.py
  • rero_mef/agents/mef/jsonresolvers/__init__.py
  • rero_mef/agents/mef/jsonresolvers/mef_resolver.py
  • rero_mef/agents/mef/jsonschemas/__init__.py
  • rero_mef/agents/mef/mappings/__init__.py
  • rero_mef/agents/mef/mappings/v7/__init__.py
  • rero_mef/agents/mef/minters.py
  • rero_mef/agents/mef/models.py
  • rero_mef/agents/mef/providers.py
  • rero_mef/agents/mef/serializers.py
  • rero_mef/agents/rero/__init__.py
  • rero_mef/agents/rero/api.py
  • rero_mef/agents/rero/fetchers.py
  • rero_mef/agents/rero/jsonresolvers/__init__.py
  • rero_mef/agents/rero/jsonresolvers/rero_resolver.py
  • rero_mef/agents/rero/jsonschemas/__init__.py
  • rero_mef/agents/rero/mappings/__init__.py
  • rero_mef/agents/rero/mappings/v7/__init__.py
  • rero_mef/agents/rero/minters.py
  • rero_mef/agents/rero/models.py
  • rero_mef/agents/rero/providers.py
  • rero_mef/agents/rero/tasks.py
  • rero_mef/agents/serializers.py
  • rero_mef/agents/tasks.py
  • rero_mef/agents/utils.py
  • rero_mef/agents/viaf/__init__.py
  • rero_mef/agents/viaf/api.py
  • rero_mef/agents/viaf/fetchers.py
  • rero_mef/agents/viaf/jsonresolvers/__init__.py
  • rero_mef/agents/viaf/jsonresolvers/viaf_resolver.py
  • rero_mef/agents/viaf/jsonschemas/__init__.py
  • rero_mef/agents/viaf/mappings/__init__.py
  • rero_mef/agents/viaf/mappings/v7/__init__.py
  • rero_mef/agents/viaf/minters.py
  • rero_mef/agents/viaf/models.py
  • rero_mef/agents/viaf/providers.py
  • rero_mef/agents/viaf/serializers.py
  • rero_mef/agents/viaf/tasks.py
  • rero_mef/alembic/__init__.py
  • rero_mef/alembic/c658fa8e9fa5_inital_branch.py
  • rero_mef/alembic/cd6a0e0a2a8b_concepts_idref.py
  • rero_mef/all_mef.py
  • rero_mef/api.py
  • rero_mef/api_mef.py
  • rero_mef/celery.py
  • rero_mef/cli.py
  • rero_mef/concepts/__init__.py
  • rero_mef/concepts/api.py
  • rero_mef/concepts/gnd/__init__.py
  • rero_mef/concepts/gnd/api.py
  • rero_mef/concepts/gnd/fetchers.py
  • rero_mef/concepts/gnd/jsonresolvers/__init__.py
  • rero_mef/concepts/gnd/jsonresolvers/gnd_resolver.py
  • rero_mef/concepts/gnd/jsonschemas/__init__.py
  • rero_mef/concepts/gnd/mappings/__init__.py
  • rero_mef/concepts/gnd/mappings/v7/__init__.py
  • rero_mef/concepts/gnd/minters.py
  • rero_mef/concepts/gnd/models.py
  • rero_mef/concepts/gnd/providers.py
  • rero_mef/concepts/gnd/tasks.py
  • rero_mef/concepts/idref/__init__.py
  • rero_mef/concepts/idref/api.py
  • rero_mef/concepts/idref/fetchers.py
  • rero_mef/concepts/idref/jsonresolvers/__init__.py
  • rero_mef/concepts/idref/jsonresolvers/idref_resolver.py
  • rero_mef/concepts/idref/jsonschemas/__init__.py
  • rero_mef/concepts/idref/mappings/__init__.py
  • rero_mef/concepts/idref/mappings/v7/__init__.py
  • rero_mef/concepts/idref/minters.py
  • rero_mef/concepts/idref/models.py
  • rero_mef/concepts/idref/providers.py
  • rero_mef/concepts/idref/tasks.py
  • rero_mef/concepts/listener.py
  • rero_mef/concepts/mef/__init__.py
  • rero_mef/concepts/mef/api.py
  • rero_mef/concepts/mef/fetchers.py
  • rero_mef/concepts/mef/jsonresolvers/__init__.py
  • rero_mef/concepts/mef/jsonresolvers/mef_resolver.py
  • rero_mef/concepts/mef/jsonschemas/__init__.py
  • rero_mef/concepts/mef/mappings/__init__.py
  • rero_mef/concepts/mef/mappings/v7/__init__.py
  • rero_mef/concepts/mef/minters.py
  • rero_mef/concepts/mef/models.py
  • rero_mef/concepts/mef/providers.py
  • rero_mef/concepts/mef/serializers.py
  • rero_mef/concepts/rero/__init__.py
  • rero_mef/concepts/rero/api.py
  • rero_mef/concepts/rero/fetchers.py
  • rero_mef/concepts/rero/jsonresolvers/__init__.py
  • rero_mef/concepts/rero/jsonresolvers/rero_resolver.py
  • rero_mef/concepts/rero/jsonschemas/__init__.py
  • rero_mef/concepts/rero/mappings/__init__.py
  • rero_mef/concepts/rero/mappings/v7/__init__.py
  • rero_mef/concepts/rero/minters.py
  • rero_mef/concepts/rero/models.py
  • rero_mef/concepts/rero/providers.py
  • rero_mef/concepts/serializers.py
  • rero_mef/concepts/utils.py
  • rero_mef/ext.py
  • rero_mef/extensions/__init__.py
  • rero_mef/extensions/deleted.py
  • rero_mef/extensions/md5.py
  • rero_mef/extensions/schema.py
  • rero_mef/fetchers.py
  • rero_mef/filter.py
  • rero_mef/jsonschemas/__init__.py
  • rero_mef/jsonschemas/utils.py
  • rero_mef/listener.py
  • rero_mef/marctojson/__init__.py
  • rero_mef/marctojson/do_gnd_agent.py
  • rero_mef/marctojson/do_gnd_concepts.py
  • rero_mef/marctojson/do_gnd_places.py
  • rero_mef/marctojson/do_idref_agent.py
  • rero_mef/marctojson/do_idref_concepts.py
  • rero_mef/marctojson/do_idref_places.py
  • rero_mef/marctojson/do_rero_agent.py
  • rero_mef/marctojson/do_rero_concepts.py
  • rero_mef/marctojson/do_skeleton.py
  • rero_mef/marctojson/helper.py
  • rero_mef/marctojson/logger.py
  • rero_mef/marctojson/records.py
  • rero_mef/minters.py
  • rero_mef/models.py
  • rero_mef/monitoring/__init__.py
  • rero_mef/monitoring/api.py
  • rero_mef/monitoring/cli.py
  • rero_mef/monitoring/utils.py
  • rero_mef/monitoring/views.py
  • rero_mef/permissions.py
  • rero_mef/places/__init__.py
  • rero_mef/places/api.py
  • rero_mef/places/gnd/__init__.py
  • rero_mef/places/gnd/api.py
  • rero_mef/places/gnd/fetchers.py
  • rero_mef/places/gnd/jsonresolvers/__init__.py
  • rero_mef/places/gnd/jsonresolvers/gnd_resolver.py
  • rero_mef/places/gnd/jsonschemas/__init__.py
  • rero_mef/places/gnd/mappings/__init__.py
  • rero_mef/places/gnd/mappings/v7/__init__.py
  • rero_mef/places/gnd/minters.py
  • rero_mef/places/gnd/models.py
  • rero_mef/places/gnd/providers.py
  • rero_mef/places/gnd/tasks.py
  • rero_mef/places/idref/__init__.py
  • rero_mef/places/idref/api.py
  • rero_mef/places/idref/fetchers.py
  • rero_mef/places/idref/jsonresolvers/__init__.py
  • rero_mef/places/idref/jsonresolvers/idref_resolver.py
  • rero_mef/places/idref/jsonschemas/__init__.py
  • rero_mef/places/idref/mappings/__init__.py
  • rero_mef/places/idref/mappings/v7/__init__.py
  • rero_mef/places/idref/minters.py
  • rero_mef/places/idref/models.py
  • rero_mef/places/idref/providers.py
  • rero_mef/places/idref/tasks.py
  • rero_mef/places/listener.py
  • rero_mef/places/mef/__init__.py
  • rero_mef/places/mef/api.py
  • rero_mef/places/mef/fetchers.py
  • rero_mef/places/mef/jsonresolvers/__init__.py
  • rero_mef/places/mef/jsonresolvers/mef_resolver.py
  • rero_mef/places/mef/jsonschemas/__init__.py
  • rero_mef/places/mef/mappings/__init__.py
  • rero_mef/places/mef/mappings/v7/__init__.py
  • rero_mef/places/mef/minters.py
  • rero_mef/places/mef/models.py
  • rero_mef/places/mef/providers.py
  • rero_mef/places/mef/serializers.py
  • rero_mef/places/serializers.py
  • rero_mef/places/utils.py
  • rero_mef/query.py
  • rero_mef/tasks.py
  • rero_mef/theme/__init__.py
  • rero_mef/theme/views.py
  • rero_mef/theme/webpack.py
  • rero_mef/utils.py
  • rero_mef/version.py
  • rero_mef/views.py
  • scripts/__init__.py
  • tests/__init__.py
  • tests/api/__init__.py
  • tests/api/conftest.py
  • tests/api/test_agents_gnd_rest.py
  • tests/api/test_agents_idref_rest.py
  • tests/api/test_agents_mef_rest.py
  • tests/api/test_agents_rero_rest.py
  • tests/api/test_agents_viaf_rest.py
  • tests/api/test_all_mef_rest.py
  • tests/api/test_concepts_mef_rest.py
  • tests/api/test_entity_serializers.py
  • tests/api/test_monitoring_rest.py
  • tests/api/test_places_mef_rest.py
  • tests/conftest.py
  • tests/e2e/__init__.py
  • tests/e2e/conftest.py
  • tests/fixtures/__init__.py
  • tests/fixtures/agents_data.py
  • tests/fixtures/agents_records.py
  • tests/fixtures/concepts_data.py
  • tests/fixtures/concepts_records.py
  • tests/fixtures/places_data.py
  • tests/fixtures/places_records.py
  • tests/test_version.py
  • tests/ui/__init__.py
  • tests/ui/agents/__init__.py
  • tests/ui/agents/test_agents_api.py
  • tests/ui/agents/test_agents_api_no_viaf.py
  • tests/ui/agents/test_agents_cli.py
  • tests/ui/agents/test_agents_mef_api.py
  • tests/ui/agents/test_agents_tasks.py
  • tests/ui/agents/test_agents_viaf_api.py
  • tests/ui/agents/test_agents_viaf_tasks.py
  • tests/ui/agents/test_signals.py
  • tests/ui/concepts/__init__.py
  • tests/ui/concepts/test_concepts_api.py
  • tests/ui/conftest.py
  • tests/ui/places/__init__.py
  • tests/ui/places/test_places_api.py
  • tests/ui/places/test_places_gnd_tasks.py
  • tests/ui/test_api.py
  • tests/ui/test_cli.py
  • tests/ui/test_ext.py
  • tests/ui/test_mef.py
  • tests/ui/test_monitoring.py
  • tests/ui/test_oai.py
  • tests/ui/test_tasks.py

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Also fixes wrong license text from GPL-2 to AGPL-3.0-or-later.

Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
@PascalRepond
PascalRepond requested a review from rerowep June 18, 2026 08:20
@PascalRepond
PascalRepond merged commit 32a6c6b into rero:staging Jun 18, 2026
3 checks passed
@PascalRepond
PascalRepond deleted the rep-copyright branch June 18, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant