From 1d3ebd7c4205a0101a481ae4dcc1ed8c41dbb8d3 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Tue, 31 Mar 2026 21:27:49 +0800 Subject: [PATCH] Add copyright disclaimer and usage restrictions to both README headers Co-Authored-By: Claude Opus 4.6 --- README.md | 2 ++ README_CN.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e96893..f28612e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Claude Code v2.1.88 — Source Code Analysis +> **Disclaimer**: All source code in this repository is the intellectual property of **Anthropic PBC**. This repository is provided strictly for technical research, study, and educational exchange among enthusiasts. **Commercial use is strictly prohibited.** No individual, organization, or entity may use this content for commercial purposes, profit-making activities, illegal activities, or any other unauthorized scenarios. If any content infringes upon your legal rights, intellectual property, or other interests, please contact us and we will verify and remove it immediately. + > Extracted from npm package `@anthropic-ai/claude-code` version **2.1.88**. > The published package ships a single bundled `cli.js` (~12MB). The `src/` directory in this repo contains the **unbundled TypeScript source** extracted from the npm tarball. diff --git a/README_CN.md b/README_CN.md index 3995c9d..e6abe0f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,5 +1,7 @@ # Claude Code v2.1.88 — 源码分析 +> **免责声明**: 本仓库中所有源码版权归 **Anthropic PBC** 所有。本仓库仅用于技术研究和科研爱好者交流学习参考,**严禁任何个人、机构及组织将其用于商业用途、盈利性活动、非法用途及其他未经授权的场景。** 若内容涉及侵犯您的合法权益、知识产权或存在其他侵权问题,请及时联系我们,我们将第一时间核实并予以删除处理。 + > 从 npm 包 `@anthropic-ai/claude-code` **2.1.88** 版本中提取。 > 发布的包只有一个打包后的 `cli.js`(~12MB)。本仓库的 `src/` 目录包含从 npm 包中解包的 **TypeScript 源码**。