Skip to content

Commit f7737ae

Browse files
committed
add license
1 parent f9fcb19 commit f7737ae

37 files changed

Lines changed: 110 additions & 0 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
license.sh
2+
13
# Compiled class file
24
*.class
35

cozeloop-core/src/main/java/com/coze/loop/auth/Auth.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// SPDX-License-Identifier: MIT
3+
14
package com.coze.loop.auth;
25

36
/**

cozeloop-core/src/main/java/com/coze/loop/auth/JWTOAuthAuth.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// SPDX-License-Identifier: MIT
3+
14
package com.coze.loop.auth;
25

36
import com.coze.loop.exception.AuthException;

cozeloop-core/src/main/java/com/coze/loop/auth/TokenAuth.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// SPDX-License-Identifier: MIT
3+
14
package com.coze.loop.auth;
25

36
import com.coze.loop.exception.AuthException;

cozeloop-core/src/main/java/com/coze/loop/client/CozeLoopClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// SPDX-License-Identifier: MIT
3+
14
package com.coze.loop.client;
25

36
import com.coze.loop.entity.ExecuteParam;

cozeloop-core/src/main/java/com/coze/loop/client/CozeLoopClientBuilder.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// SPDX-License-Identifier: MIT
3+
14
package com.coze.loop.client;
25

36
import com.coze.loop.auth.Auth;

cozeloop-core/src/main/java/com/coze/loop/client/CozeLoopClientImpl.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// SPDX-License-Identifier: MIT
3+
14
package com.coze.loop.client;
25

36
import com.coze.loop.entity.ExecuteParam;

cozeloop-core/src/main/java/com/coze/loop/config/CozeLoopConfig.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// SPDX-License-Identifier: MIT
3+
14
package com.coze.loop.config;
25

36
import com.coze.loop.http.HttpConfig;

cozeloop-core/src/main/java/com/coze/loop/entity/ContentPart.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// SPDX-License-Identifier: MIT
3+
14
package com.coze.loop.entity;
25

36
import com.fasterxml.jackson.annotation.JsonProperty;

cozeloop-core/src/main/java/com/coze/loop/entity/ContentType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// SPDX-License-Identifier: MIT
3+
14
package com.coze.loop.entity;
25

36
import com.fasterxml.jackson.annotation.JsonValue;

0 commit comments

Comments
 (0)