mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Add apache2 SPDX headers to all source files (#48)
This commit is contained in:
parent
e75f0722e7
commit
4354458cad
46 changed files with 276 additions and 0 deletions
|
|
@ -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 TextInput from 'ink-text-input';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue