1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

php: add SPDX copyright tag in PHP stub file

This commit is contained in:
Sébastien Helleu
2025-03-30 10:10:02 +02:00
parent f4b29093ca
commit 0a5222f5d6
+3
View File
@@ -2,6 +2,9 @@
/** @generate-legacy-arginfo */
// SPDX-FileCopyrightText: 2021-2022 Adam Saponara <as@php.net>
// SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu <flashcode@flashtux.org>
// Keep these function stubs in sync with the API. This ensures
// `--enable-debug` builds of PHP work. After updating this file, run
//