From 0a5222f5d685b6ebd2f79f7c3f94ffd39a3417ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 30 Mar 2025 10:10:02 +0200 Subject: [PATCH] php: add SPDX copyright tag in PHP stub file --- src/plugins/php/weechat-php.stub.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/php/weechat-php.stub.php b/src/plugins/php/weechat-php.stub.php index fc9132cf2..4d8bba5ca 100644 --- a/src/plugins/php/weechat-php.stub.php +++ b/src/plugins/php/weechat-php.stub.php @@ -2,6 +2,9 @@ /** @generate-legacy-arginfo */ +// SPDX-FileCopyrightText: 2021-2022 Adam Saponara +// SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu + // Keep these function stubs in sync with the API. This ensures // `--enable-debug` builds of PHP work. After updating this file, run //