From 86f496a9750615757deb15abbd4ad76a397feab4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 9 Aug 2026 20:04:44 +0900 Subject: 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) --- crates/shirabe-php-src/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe-php-src/src') 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: -- cgit v1.3.1-4-g156e