diff options
| author | Tyler <[email protected]> | 2025-04-18 17:44:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-18 17:44:24 -0700 |
| commit | 4354458cadc74fe85f885374506dbde0f1924bc9 (patch) | |
| tree | cae97488fc2674e283f0435a81c803fe20a4b200 /packages/cli/src/utils/getFolderStructure.ts | |
| parent | e75f0722e7cc780659951baee058095ed2916a9e (diff) | |
Add apache2 SPDX headers to all source files (#48)
Diffstat (limited to 'packages/cli/src/utils/getFolderStructure.ts')
| -rw-r--r-- | packages/cli/src/utils/getFolderStructure.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/cli/src/utils/getFolderStructure.ts b/packages/cli/src/utils/getFolderStructure.ts index 42d6bbc3..0caabe0f 100644 --- a/packages/cli/src/utils/getFolderStructure.ts +++ b/packages/cli/src/utils/getFolderStructure.ts @@ -1,3 +1,9 @@ +/** + * @license + * Copyright 2025 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + import * as fs from 'fs/promises'; import * as path from 'path'; import { getErrorMessage, isNodeError } from './errors.js'; |
