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) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 6646a90c..ee871d55 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ indent_size = 4 [*.md] trim_trailing_whitespace = false + +[**/LICENSE] +trim_trailing_whitespace = false -- cgit v1.3.1-4-g156e