chore: add copyright headers to all source files

Copyright (c) 2026 Volkov Pavel | DevITWay
SPDX-License-Identifier: MIT
This commit is contained in:
2026-01-31 11:41:04 +00:00
parent 47a3690384
commit 7763b85b94
39 changed files with 115 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
// Copyright (c) 2026 Volkov Pavel | DevITWay
// SPDX-License-Identifier: MIT
use crate::activity_log::{ActionType, ActivityEntry};
use crate::registry::docker_auth::DockerAuth;
use crate::storage::Storage;