summaryrefslogtreecommitdiff
path: root/packages/cli/src/utils/paths.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src/utils/paths.ts')
-rw-r--r--packages/cli/src/utils/paths.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/cli/src/utils/paths.ts b/packages/cli/src/utils/paths.ts
index 4dc6e5cb..f1a42131 100644
--- a/packages/cli/src/utils/paths.ts
+++ b/packages/cli/src/utils/paths.ts
@@ -1,3 +1,9 @@
+/**
+ * @license
+ * Copyright 2025 Google LLC
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
import path from 'node:path'; // Import the 'path' module
/**