diff --git a/agentci/clotho.go b/agentci/clotho.go index 573cd97..ca33d68 100644 --- a/agentci/clotho.go +++ b/agentci/clotho.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package agentci import ( diff --git a/agentci/config.go b/agentci/config.go index 0ff9bdb..d39ba4f 100644 --- a/agentci/config.go +++ b/agentci/config.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package agentci provides configuration, security, and orchestration for AgentCI dispatch targets. package agentci diff --git a/agentci/security.go b/agentci/security.go index 6629acd..fd63c52 100644 --- a/agentci/security.go +++ b/agentci/security.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package agentci import ( diff --git a/cmd/collect/cmd.go b/cmd/collect/cmd.go index 09a8821..c2f20fb 100644 --- a/cmd/collect/cmd.go +++ b/cmd/collect/cmd.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/cmd/collect/cmd_bitcointalk.go b/cmd/collect/cmd_bitcointalk.go index 96a8886..3059f3d 100644 --- a/cmd/collect/cmd_bitcointalk.go +++ b/cmd/collect/cmd_bitcointalk.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/cmd/collect/cmd_dispatch.go b/cmd/collect/cmd_dispatch.go index 8c91e50..6a790d4 100644 --- a/cmd/collect/cmd_dispatch.go +++ b/cmd/collect/cmd_dispatch.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/cmd/collect/cmd_excavate.go b/cmd/collect/cmd_excavate.go index 0b4e1a0..870b558 100644 --- a/cmd/collect/cmd_excavate.go +++ b/cmd/collect/cmd_excavate.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/cmd/collect/cmd_github.go b/cmd/collect/cmd_github.go index 738fdc5..6ab8522 100644 --- a/cmd/collect/cmd_github.go +++ b/cmd/collect/cmd_github.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/cmd/collect/cmd_market.go b/cmd/collect/cmd_market.go index b253cf7..1605eeb 100644 --- a/cmd/collect/cmd_market.go +++ b/cmd/collect/cmd_market.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/cmd/collect/cmd_papers.go b/cmd/collect/cmd_papers.go index 93f9c81..fb1b76e 100644 --- a/cmd/collect/cmd_papers.go +++ b/cmd/collect/cmd_papers.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/cmd/collect/cmd_process.go b/cmd/collect/cmd_process.go index 2a0d0c3..ab53dcb 100644 --- a/cmd/collect/cmd_process.go +++ b/cmd/collect/cmd_process.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/cmd/forge/cmd_auth.go b/cmd/forge/cmd_auth.go index 5cd8abe..ffb62c3 100644 --- a/cmd/forge/cmd_auth.go +++ b/cmd/forge/cmd_auth.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/cmd_config.go b/cmd/forge/cmd_config.go index 94aa984..1347888 100644 --- a/cmd/forge/cmd_config.go +++ b/cmd/forge/cmd_config.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/cmd_forge.go b/cmd/forge/cmd_forge.go index 537501a..6840661 100644 --- a/cmd/forge/cmd_forge.go +++ b/cmd/forge/cmd_forge.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package forge provides CLI commands for managing a Forgejo instance. // // Commands: diff --git a/cmd/forge/cmd_issues.go b/cmd/forge/cmd_issues.go index 47c23d0..85ae4cd 100644 --- a/cmd/forge/cmd_issues.go +++ b/cmd/forge/cmd_issues.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/cmd_labels.go b/cmd/forge/cmd_labels.go index e092d09..ac2e90e 100644 --- a/cmd/forge/cmd_labels.go +++ b/cmd/forge/cmd_labels.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/cmd_migrate.go b/cmd/forge/cmd_migrate.go index 7d598f9..2d6cf64 100644 --- a/cmd/forge/cmd_migrate.go +++ b/cmd/forge/cmd_migrate.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/cmd_orgs.go b/cmd/forge/cmd_orgs.go index d41fcf7..c119dce 100644 --- a/cmd/forge/cmd_orgs.go +++ b/cmd/forge/cmd_orgs.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/cmd_prs.go b/cmd/forge/cmd_prs.go index 26c64a8..9b5811f 100644 --- a/cmd/forge/cmd_prs.go +++ b/cmd/forge/cmd_prs.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/cmd_repos.go b/cmd/forge/cmd_repos.go index cd5fbb5..d9f84c7 100644 --- a/cmd/forge/cmd_repos.go +++ b/cmd/forge/cmd_repos.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/cmd_status.go b/cmd/forge/cmd_status.go index 8a6083e..34eeb7d 100644 --- a/cmd/forge/cmd_status.go +++ b/cmd/forge/cmd_status.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/cmd_sync.go b/cmd/forge/cmd_sync.go index 55e3149..d00345c 100644 --- a/cmd/forge/cmd_sync.go +++ b/cmd/forge/cmd_sync.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/forge/helpers.go b/cmd/forge/helpers.go index ca0e280..afc8a40 100644 --- a/cmd/forge/helpers.go +++ b/cmd/forge/helpers.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/cmd/gitea/cmd_config.go b/cmd/gitea/cmd_config.go index 86b8b73..8d21ebf 100644 --- a/cmd/gitea/cmd_config.go +++ b/cmd/gitea/cmd_config.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/cmd/gitea/cmd_gitea.go b/cmd/gitea/cmd_gitea.go index 46c0096..9e21311 100644 --- a/cmd/gitea/cmd_gitea.go +++ b/cmd/gitea/cmd_gitea.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package gitea provides CLI commands for managing a Gitea instance. // // Commands: diff --git a/cmd/gitea/cmd_issues.go b/cmd/gitea/cmd_issues.go index c723ae3..984d8ea 100644 --- a/cmd/gitea/cmd_issues.go +++ b/cmd/gitea/cmd_issues.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/cmd/gitea/cmd_mirror.go b/cmd/gitea/cmd_mirror.go index 32f1732..40bce5a 100644 --- a/cmd/gitea/cmd_mirror.go +++ b/cmd/gitea/cmd_mirror.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/cmd/gitea/cmd_prs.go b/cmd/gitea/cmd_prs.go index 263c12b..226f3a2 100644 --- a/cmd/gitea/cmd_prs.go +++ b/cmd/gitea/cmd_prs.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/cmd/gitea/cmd_repos.go b/cmd/gitea/cmd_repos.go index 1983885..ce0a324 100644 --- a/cmd/gitea/cmd_repos.go +++ b/cmd/gitea/cmd_repos.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/cmd/gitea/cmd_sync.go b/cmd/gitea/cmd_sync.go index d8fb718..cdcfa4b 100644 --- a/cmd/gitea/cmd_sync.go +++ b/cmd/gitea/cmd_sync.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/cmd/scm/cmd_compile.go b/cmd/scm/cmd_compile.go index ba82951..4f5c8eb 100644 --- a/cmd/scm/cmd_compile.go +++ b/cmd/scm/cmd_compile.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package scm import ( diff --git a/cmd/scm/cmd_export.go b/cmd/scm/cmd_export.go index c64c2d1..fcc8089 100644 --- a/cmd/scm/cmd_export.go +++ b/cmd/scm/cmd_export.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package scm import ( diff --git a/cmd/scm/cmd_index.go b/cmd/scm/cmd_index.go index 276e32e..d6ff3a4 100644 --- a/cmd/scm/cmd_index.go +++ b/cmd/scm/cmd_index.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package scm import ( diff --git a/cmd/scm/cmd_scm.go b/cmd/scm/cmd_scm.go index 5cbd90f..ad2212b 100644 --- a/cmd/scm/cmd_scm.go +++ b/cmd/scm/cmd_scm.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package scm provides CLI commands for manifest compilation and marketplace // index generation. // diff --git a/collect/bitcointalk.go b/collect/bitcointalk.go index 0c49007..6149afd 100644 --- a/collect/bitcointalk.go +++ b/collect/bitcointalk.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/collect/collect.go b/collect/collect.go index 8c28d78..136d938 100644 --- a/collect/collect.go +++ b/collect/collect.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package collect provides a data collection subsystem for gathering information // from multiple sources including GitHub, BitcoinTalk, CoinGecko, and academic // paper repositories. It supports rate limiting, incremental state tracking, diff --git a/collect/events.go b/collect/events.go index aa2e0a8..24b85c9 100644 --- a/collect/events.go +++ b/collect/events.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/collect/excavate.go b/collect/excavate.go index 2bc4224..82396e9 100644 --- a/collect/excavate.go +++ b/collect/excavate.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/collect/github.go b/collect/github.go index 21084f7..e96d8a9 100644 --- a/collect/github.go +++ b/collect/github.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/collect/market.go b/collect/market.go index e59262b..799c01a 100644 --- a/collect/market.go +++ b/collect/market.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/collect/papers.go b/collect/papers.go index 6ebb89c..3504a32 100644 --- a/collect/papers.go +++ b/collect/papers.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/collect/process.go b/collect/process.go index f5d7033..59456dd 100644 --- a/collect/process.go +++ b/collect/process.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/collect/ratelimit.go b/collect/ratelimit.go index 9c75a04..d9c1578 100644 --- a/collect/ratelimit.go +++ b/collect/ratelimit.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/collect/state.go b/collect/state.go index aa98c28..4f2409e 100644 --- a/collect/state.go +++ b/collect/state.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package collect import ( diff --git a/forge/client.go b/forge/client.go index 3004eb5..1f83a2c 100644 --- a/forge/client.go +++ b/forge/client.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package forge provides a thin wrapper around the Forgejo Go SDK // for managing repositories, issues, and pull requests on a Forgejo instance. // diff --git a/forge/config.go b/forge/config.go index 0d2f5f9..d4bb20a 100644 --- a/forge/config.go +++ b/forge/config.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/forge/issues.go b/forge/issues.go index c3c5770..843fd0c 100644 --- a/forge/issues.go +++ b/forge/issues.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/forge/labels.go b/forge/labels.go index 22a4fa3..2f57fb0 100644 --- a/forge/labels.go +++ b/forge/labels.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/forge/meta.go b/forge/meta.go index c928f09..9cd80fc 100644 --- a/forge/meta.go +++ b/forge/meta.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/forge/orgs.go b/forge/orgs.go index db20323..c1ce33b 100644 --- a/forge/orgs.go +++ b/forge/orgs.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/forge/prs.go b/forge/prs.go index 9b1f64f..9a0b649 100644 --- a/forge/prs.go +++ b/forge/prs.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/forge/repos.go b/forge/repos.go index d894aee..8a92433 100644 --- a/forge/repos.go +++ b/forge/repos.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/forge/webhooks.go b/forge/webhooks.go index 464c690..27a35fa 100644 --- a/forge/webhooks.go +++ b/forge/webhooks.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forge import ( diff --git a/git/git.go b/git/git.go index ac21681..c97de6a 100644 --- a/git/git.go +++ b/git/git.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package git provides utilities for git operations across multiple repositories. package git diff --git a/git/service.go b/git/service.go index 19ef7da..3faab0c 100644 --- a/git/service.go +++ b/git/service.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package git import ( diff --git a/gitea/client.go b/gitea/client.go index f36f652..68adfec 100644 --- a/gitea/client.go +++ b/gitea/client.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package gitea provides a thin wrapper around the Gitea Go SDK // for managing repositories, issues, and pull requests on a Gitea instance. // diff --git a/gitea/config.go b/gitea/config.go index 3cb791a..46c4bc5 100644 --- a/gitea/config.go +++ b/gitea/config.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/gitea/issues.go b/gitea/issues.go index 4d58960..d531888 100644 --- a/gitea/issues.go +++ b/gitea/issues.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/gitea/meta.go b/gitea/meta.go index 63f400d..c8385ec 100644 --- a/gitea/meta.go +++ b/gitea/meta.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/gitea/repos.go b/gitea/repos.go index ad3bfba..5606342 100644 --- a/gitea/repos.go +++ b/gitea/repos.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package gitea import ( diff --git a/internal/ax/filepathx/filepathx.go b/internal/ax/filepathx/filepathx.go index 72f3f1f..d821606 100644 --- a/internal/ax/filepathx/filepathx.go +++ b/internal/ax/filepathx/filepathx.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package filepathx import ( diff --git a/internal/ax/fmtx/fmtx.go b/internal/ax/fmtx/fmtx.go index 231d82d..e6d626d 100644 --- a/internal/ax/fmtx/fmtx.go +++ b/internal/ax/fmtx/fmtx.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package fmtx import ( diff --git a/internal/ax/jsonx/jsonx.go b/internal/ax/jsonx/jsonx.go index 11756ae..40ad085 100644 --- a/internal/ax/jsonx/jsonx.go +++ b/internal/ax/jsonx/jsonx.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package jsonx import ( diff --git a/internal/ax/osx/osx.go b/internal/ax/osx/osx.go index 9c81365..2179b4b 100644 --- a/internal/ax/osx/osx.go +++ b/internal/ax/osx/osx.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package osx import ( diff --git a/internal/ax/stdio/stdio.go b/internal/ax/stdio/stdio.go index 2feef80..a8b94ec 100644 --- a/internal/ax/stdio/stdio.go +++ b/internal/ax/stdio/stdio.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package stdio import ( diff --git a/internal/ax/stringsx/stringsx.go b/internal/ax/stringsx/stringsx.go index 94afc0c..735244f 100644 --- a/internal/ax/stringsx/stringsx.go +++ b/internal/ax/stringsx/stringsx.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package stringsx import ( diff --git a/jobrunner/forgejo/signals.go b/jobrunner/forgejo/signals.go index 48faa79..875672b 100644 --- a/jobrunner/forgejo/signals.go +++ b/jobrunner/forgejo/signals.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forgejo import ( diff --git a/jobrunner/forgejo/source.go b/jobrunner/forgejo/source.go index 84fa9f5..df969d9 100644 --- a/jobrunner/forgejo/source.go +++ b/jobrunner/forgejo/source.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package forgejo import ( diff --git a/jobrunner/handlers/completion.go b/jobrunner/handlers/completion.go index d353854..ceb4901 100644 --- a/jobrunner/handlers/completion.go +++ b/jobrunner/handlers/completion.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package handlers import ( diff --git a/jobrunner/handlers/dispatch.go b/jobrunner/handlers/dispatch.go index 64fda7b..6cf2359 100644 --- a/jobrunner/handlers/dispatch.go +++ b/jobrunner/handlers/dispatch.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package handlers import ( diff --git a/jobrunner/handlers/enable_auto_merge.go b/jobrunner/handlers/enable_auto_merge.go index e696cd6..7919715 100644 --- a/jobrunner/handlers/enable_auto_merge.go +++ b/jobrunner/handlers/enable_auto_merge.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package handlers import ( diff --git a/jobrunner/handlers/publish_draft.go b/jobrunner/handlers/publish_draft.go index 32f892f..f60d669 100644 --- a/jobrunner/handlers/publish_draft.go +++ b/jobrunner/handlers/publish_draft.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package handlers import ( diff --git a/jobrunner/handlers/resolve_threads.go b/jobrunner/handlers/resolve_threads.go index eac18f1..eefab9b 100644 --- a/jobrunner/handlers/resolve_threads.go +++ b/jobrunner/handlers/resolve_threads.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package handlers import ( diff --git a/jobrunner/handlers/send_fix_command.go b/jobrunner/handlers/send_fix_command.go index 920c60b..2f02989 100644 --- a/jobrunner/handlers/send_fix_command.go +++ b/jobrunner/handlers/send_fix_command.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package handlers import ( diff --git a/jobrunner/handlers/tick_parent.go b/jobrunner/handlers/tick_parent.go index bd9cf50..42b73dc 100644 --- a/jobrunner/handlers/tick_parent.go +++ b/jobrunner/handlers/tick_parent.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package handlers import ( diff --git a/jobrunner/journal.go b/jobrunner/journal.go index 62caec0..257b0a5 100644 --- a/jobrunner/journal.go +++ b/jobrunner/journal.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package jobrunner import ( diff --git a/jobrunner/poller.go b/jobrunner/poller.go index 5b5b75c..134b89f 100644 --- a/jobrunner/poller.go +++ b/jobrunner/poller.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package jobrunner import ( diff --git a/jobrunner/types.go b/jobrunner/types.go index 87fa679..e18ed3d 100644 --- a/jobrunner/types.go +++ b/jobrunner/types.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package jobrunner import ( diff --git a/locales/embed.go b/locales/embed.go index 85a9787..f832291 100644 --- a/locales/embed.go +++ b/locales/embed.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package locales embeds translation files for this module. package locales diff --git a/manifest/compile.go b/manifest/compile.go index 73c4d93..9fe68cf 100644 --- a/manifest/compile.go +++ b/manifest/compile.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package manifest import ( diff --git a/manifest/loader.go b/manifest/loader.go index 029af77..bfacc8e 100644 --- a/manifest/loader.go +++ b/manifest/loader.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package manifest import ( diff --git a/manifest/manifest.go b/manifest/manifest.go index ca9e383..195596c 100644 --- a/manifest/manifest.go +++ b/manifest/manifest.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package manifest import ( diff --git a/manifest/sign.go b/manifest/sign.go index a5e663d..d67a07a 100644 --- a/manifest/sign.go +++ b/manifest/sign.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package manifest import ( diff --git a/marketplace/builder.go b/marketplace/builder.go index 8790070..34655f7 100644 --- a/marketplace/builder.go +++ b/marketplace/builder.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package marketplace import ( diff --git a/marketplace/discovery.go b/marketplace/discovery.go index 6ef2ec6..25d7b2f 100644 --- a/marketplace/discovery.go +++ b/marketplace/discovery.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package marketplace import ( diff --git a/marketplace/installer.go b/marketplace/installer.go index 13a98c9..d3cd8da 100644 --- a/marketplace/installer.go +++ b/marketplace/installer.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package marketplace import ( diff --git a/marketplace/marketplace.go b/marketplace/marketplace.go index 39c21b9..c5ffe48 100644 --- a/marketplace/marketplace.go +++ b/marketplace/marketplace.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package marketplace import ( diff --git a/plugin/config.go b/plugin/config.go index 91fb88f..0cb142b 100644 --- a/plugin/config.go +++ b/plugin/config.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package plugin // PluginConfig holds configuration for a single installed plugin. diff --git a/plugin/installer.go b/plugin/installer.go index c6259f0..85d3524 100644 --- a/plugin/installer.go +++ b/plugin/installer.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package plugin import ( diff --git a/plugin/loader.go b/plugin/loader.go index 3078404..8180775 100644 --- a/plugin/loader.go +++ b/plugin/loader.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package plugin import ( diff --git a/plugin/manifest.go b/plugin/manifest.go index 161d260..f6143af 100644 --- a/plugin/manifest.go +++ b/plugin/manifest.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package plugin import ( diff --git a/plugin/plugin.go b/plugin/plugin.go index c1561b2..585b9cc 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package plugin provides a plugin system for the core CLI. // // Plugins extend the CLI with additional commands and functionality. diff --git a/plugin/registry.go b/plugin/registry.go index 12a1fd6..97f3017 100644 --- a/plugin/registry.go +++ b/plugin/registry.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package plugin import ( diff --git a/repos/gitstate.go b/repos/gitstate.go index 01f5272..b819842 100644 --- a/repos/gitstate.go +++ b/repos/gitstate.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package repos import ( diff --git a/repos/kbconfig.go b/repos/kbconfig.go index 93195b2..53d9dc4 100644 --- a/repos/kbconfig.go +++ b/repos/kbconfig.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package repos import ( diff --git a/repos/registry.go b/repos/registry.go index 20a0f4e..a350a53 100644 --- a/repos/registry.go +++ b/repos/registry.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + // Package repos provides functionality for managing multi-repo workspaces. // It reads a repos.yaml registry file that defines repositories, their types, // dependencies, and metadata. diff --git a/repos/workconfig.go b/repos/workconfig.go index 9a764c7..f029767 100644 --- a/repos/workconfig.go +++ b/repos/workconfig.go @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + package repos import ( diff --git a/ui/vite.config.ts b/ui/vite.config.ts index 312f000..061ada4 100644 --- a/ui/vite.config.ts +++ b/ui/vite.config.ts @@ -1,3 +1,5 @@ +// SPDX-Licence-Identifier: EUPL-1.2 + import { defineConfig } from 'vite'; import { resolve } from 'path';