Update copyright attribution from PBC to Anthropic and Claude
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Claude Code v2.1.88 — Source Code Analysis
|
# 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.
|
> **Disclaimer**: All source code in this repository is the intellectual property of **Anthropic and Claude**. 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**.
|
> 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.
|
> 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.
|
||||||
@@ -183,9 +183,9 @@ These are internal prompt templates and documentation, never published.
|
|||||||
## Copyright & Disclaimer
|
## Copyright & Disclaimer
|
||||||
|
|
||||||
```
|
```
|
||||||
Copyright (c) Anthropic PBC. All rights reserved.
|
Copyright (c) Anthropic. All rights reserved.
|
||||||
|
|
||||||
All source code in this repository is the intellectual property of Anthropic.
|
All source code in this repository is the intellectual property of Anthropic and Claude.
|
||||||
This repository is provided strictly for technical research and educational purposes.
|
This repository is provided strictly for technical research and educational purposes.
|
||||||
Commercial use is strictly prohibited.
|
Commercial use is strictly prohibited.
|
||||||
|
|
||||||
@@ -926,4 +926,4 @@ This source is **not directly compilable** from this repo alone:
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
All source code in this repository is copyright **Anthropic PBC**. This repository is for technical research and education only. See the original npm package for full license terms.
|
All source code in this repository is copyright **Anthropic and Claude**. This repository is for technical research and education only. See the original npm package for full license terms.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Claude Code v2.1.88 — 源码分析
|
# Claude Code v2.1.88 — 源码分析
|
||||||
|
|
||||||
> **免责声明**: 本仓库中所有源码版权归 **Anthropic PBC** 所有。本仓库仅用于技术研究和科研爱好者交流学习参考,**严禁任何个人、机构及组织将其用于商业用途、盈利性活动、非法用途及其他未经授权的场景。** 若内容涉及侵犯您的合法权益、知识产权或存在其他侵权问题,请及时联系我们,我们将第一时间核实并予以删除处理。
|
> **免责声明**: 本仓库中所有源码版权归 **Anthropic 和 Claude** 所有。本仓库仅用于技术研究和科研爱好者交流学习参考,**严禁任何个人、机构及组织将其用于商业用途、盈利性活动、非法用途及其他未经授权的场景。** 若内容涉及侵犯您的合法权益、知识产权或存在其他侵权问题,请及时联系我们,我们将第一时间核实并予以删除处理。
|
||||||
|
|
||||||
> 从 npm 包 `@anthropic-ai/claude-code` **2.1.88** 版本中提取。
|
> 从 npm 包 `@anthropic-ai/claude-code` **2.1.88** 版本中提取。
|
||||||
> 发布的包只有一个打包后的 `cli.js`(~12MB)。本仓库的 `src/` 目录包含从 npm 包中解包的 **TypeScript 源码**。
|
> 发布的包只有一个打包后的 `cli.js`(~12MB)。本仓库的 `src/` 目录包含从 npm 包中解包的 **TypeScript 源码**。
|
||||||
@@ -173,9 +173,9 @@ docs/
|
|||||||
## 版权与免责声明
|
## 版权与免责声明
|
||||||
|
|
||||||
```
|
```
|
||||||
Copyright (c) Anthropic PBC. All rights reserved.
|
Copyright (c) Anthropic. All rights reserved.
|
||||||
|
|
||||||
本仓库中所有源码均为 Anthropic 的知识产权。
|
本仓库中所有源码均为 Anthropic 和 Claude 的知识产权。
|
||||||
本仓库仅用于技术研究和教育目的。严禁商业使用。
|
本仓库仅用于技术研究和教育目的。严禁商业使用。
|
||||||
|
|
||||||
如果您是版权所有者并认为本仓库侵犯了您的权利,
|
如果您是版权所有者并认为本仓库侵犯了您的权利,
|
||||||
@@ -307,4 +307,4 @@ src/
|
|||||||
|
|
||||||
## 许可证
|
## 许可证
|
||||||
|
|
||||||
本仓库中所有源码版权归 **Anthropic PBC** 所有。本仓库仅用于技术研究和教育目的。完整许可条款请参阅原始 npm 包。
|
本仓库中所有源码版权归 **Anthropic 和 Claude** 所有。本仓库仅用于技术研究和教育目的。完整许可条款请参阅原始 npm 包。
|
||||||
|
|||||||
Reference in New Issue
Block a user