mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
all: move description of C files below the copyright and license
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* weechat-php-api.c - PHP API functions
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2006-2017 Adam Saponara <as@php.net>
|
||||
* SPDX-FileCopyrightText: 2017-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -35,6 +33,8 @@
|
||||
* as that of the covered work.
|
||||
*/
|
||||
|
||||
/* PHP API functions */
|
||||
|
||||
#include <sapi/embed/php_embed.h>
|
||||
#include <php.h>
|
||||
#include <php_ini.h>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* weechat-php.c - PHP plugin for WeeChat
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2006-2017 Adam Saponara <as@php.net>
|
||||
* SPDX-FileCopyrightText: 2017-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -35,6 +33,8 @@
|
||||
* as that of the covered work.
|
||||
*/
|
||||
|
||||
/* PHP plugin for WeeChat */
|
||||
|
||||
#include <sapi/embed/php_embed.h>
|
||||
#include <php.h>
|
||||
#include <php_ini.h>
|
||||
|
||||
Reference in New Issue
Block a user