From 7ea4eff85f8ad9f7c03f2c3f93edc768377f3dda Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Jun 2026 05:41:05 +0200 Subject: [PATCH] Fix license (add BSD-2-Clause for bundled bsdiff) --- composer.json | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 227f908..9e76758 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bsdiff/bsdiff", "type": "php-ext", - "license": "PHP-3.01", + "license": "(PHP-3.01 AND BSD-2-Clause)", "description": "A PHP extension to build and apply patches to binary files.", "require": { "php": ">=7.2.0" diff --git a/package.xml b/package.xml index ae95f80..f96a8d7 100644 --- a/package.xml +++ b/package.xml @@ -19,7 +19,7 @@ stable stable - PHP License + PHP-3.01 AND BSD-2-Clause - Add composer.json for installation via PIE (PHP Installer for Extensions).