diff options
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 ( |