aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-ca-bundle
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-09 20:04:44 +0900
committernsfisis <nsfisis@gmail.com>2026-08-09 20:04:44 +0900
commit86f496a9750615757deb15abbd4ad76a397feab4 (patch)
tree08b34aadbd9ae8ec2708378dc3b5c0afb3b5fdc5 /crates/shirabe-ca-bundle
parent3fab244300d50f5b57fbde8f8a86333449c78688 (diff)
downloadphp-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-ca-bundle')
-rw-r--r--crates/shirabe-ca-bundle/LICENSE19
1 files changed, 19 insertions, 0 deletions
diff --git a/crates/shirabe-ca-bundle/LICENSE b/crates/shirabe-ca-bundle/LICENSE
new file mode 100644
index 00000000..c5b5220e
--- /dev/null
+++ b/crates/shirabe-ca-bundle/LICENSE
@@ -0,0 +1,19 @@
+Copyright (C) 2016 Composer
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.