From 4354458cadc74fe85f885374506dbde0f1924bc9 Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 18 Apr 2025 17:44:24 -0700 Subject: Add apache2 SPDX headers to all source files (#48) --- packages/cli/src/ui/components/LoadingIndicator.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/cli/src/ui/components/LoadingIndicator.tsx') diff --git a/packages/cli/src/ui/components/LoadingIndicator.tsx b/packages/cli/src/ui/components/LoadingIndicator.tsx index defef06c..be7f0fdd 100644 --- a/packages/cli/src/ui/components/LoadingIndicator.tsx +++ b/packages/cli/src/ui/components/LoadingIndicator.tsx @@ -1,3 +1,9 @@ +/** + * @license + * Copyright 2025 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + import React from 'react'; import { Box, Text } from 'ink'; import Spinner from 'ink-spinner'; -- cgit v1.2.3