diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-09 20:04:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-09 20:04:44 +0900 |
| commit | 86f496a9750615757deb15abbd4ad76a397feab4 (patch) | |
| tree | 08b34aadbd9ae8ec2708378dc3b5c0afb3b5fdc5 /crates/shirabe-php-src/src/lib.rs | |
| parent | 3fab244300d50f5b57fbde8f8a86333449c78688 (diff) | |
| download | php-shirabe-86f496a9750615757deb15abbd4ad76a397feab4.tar.gz php-shirabe-86f496a9750615757deb15abbd4ad76a397feab4.tar.zst php-shirabe-86f496a9750615757deb15abbd4ad76a397feab4.zip | |
docs(license): carry each ported package's license in its crate
The MIT packages Composer and Shirabe are ported from require their
copyright notices to be kept, and the Composer notice was only reachable
through the submodule.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-php-src/src/lib.rs')
| -rw-r--r-- | crates/shirabe-php-src/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe-php-src/src/lib.rs b/crates/shirabe-php-src/src/lib.rs index a5682e24..93d6e052 100644 --- a/crates/shirabe-php-src/src/lib.rs +++ b/crates/shirabe-php-src/src/lib.rs @@ -1,5 +1,5 @@ //! Rust port from the original C implementation in php-src. -//! See `LICENSE.md` at the repository root. +//! See the `LICENSE` file in this crate. #![allow(special_module_name)] //! //! Rules for this crate: |
