diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 21:37:17 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 21:37:17 +0800 |
commit | 6d19e8f3f16744e21de6020a9155c6bb6838d27d (patch) | |
tree | 1227d4ca45d680fecdc51f852c4e8f3659683fec /internal/ansiec | |
parent | Move things to internal/ (diff) | |
download | forge-6d19e8f3f16744e21de6020a9155c6bb6838d27d.tar.gz forge-6d19e8f3f16744e21de6020a9155c6bb6838d27d.tar.zst forge-6d19e8f3f16744e21de6020a9155c6bb6838d27d.zip |
Add missing copyright headers
Diffstat (limited to 'internal/ansiec')
-rw-r--r-- | internal/ansiec/colors.go | 3 | ||||
-rw-r--r-- | internal/ansiec/reset.go | 3 | ||||
-rw-r--r-- | internal/ansiec/style.go | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/internal/ansiec/colors.go b/internal/ansiec/colors.go index fa8ea4f..2068e90 100644 --- a/internal/ansiec/colors.go +++ b/internal/ansiec/colors.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + package ansiec var ( diff --git a/internal/ansiec/reset.go b/internal/ansiec/reset.go index 82a56d5..9837396 100644 --- a/internal/ansiec/reset.go +++ b/internal/ansiec/reset.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + package ansiec var Reset = "\x1b[0m" diff --git a/internal/ansiec/style.go b/internal/ansiec/style.go index 18050df..bcd0154 100644 --- a/internal/ansiec/style.go +++ b/internal/ansiec/style.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + package ansiec var ( |