diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-06 02:31:23 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-06 02:31:23 +0800 |
commit | 52d16b280138ac781e7eaffc7ae9ade87344fd70 (patch) | |
tree | 1009ac970a252aa4406c71657568721a6f4dcc17 /internal/misc/deploy.go | |
parent | Add package descriptions (diff) | |
download | forge-f182549ecf222991b860c55acf211ff20aa327c1.tar.gz forge-f182549ecf222991b860c55acf211ff20aa327c1.tar.zst forge-f182549ecf222991b860c55acf211ff20aa327c1.zip |
Add missing license headersv0.1.30
Diffstat (limited to 'internal/misc/deploy.go')
-rw-r--r-- | internal/misc/deploy.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/misc/deploy.go b/internal/misc/deploy.go index 80a1dec..0f24f49 100644 --- a/internal/misc/deploy.go +++ b/internal/misc/deploy.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + package misc import ( |