Skip to content

Commit d941910

Browse files
committed
add header, update copyright
1 parent 9c46dcb commit d941910

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024, Command Line Inc.
1+
# Copyright 2026, Command Line Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

44
version: "3"

frontend/util/color-validator.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
const HexColorRegex = /^#([\da-f]{3}|[\da-f]{4}|[\da-f]{6}|[\da-f]{8})$/i;
25
const FunctionalColorRegex = /^([a-z-]+)\(/i;
36
const NamedColorRegex = /^[a-z]+$/i;

0 commit comments

Comments
 (0)