+ [misc] Add license declaration.

This commit is contained in:
liugang
2025-10-27 09:08:22 +08:00
parent 4f765207ec
commit 6a8746608c
15 changed files with 180 additions and 0 deletions
+12
View File
@@ -1,4 +1,16 @@
<?php
/**
* ZenTaoPMS - Open-source project management system.
*
* @copyright Copyright 2009-2025 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.chandao.com)
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
*
* A third-party license is embedded for some of the code in this file:
* The use of the source code of this file is also subject to the terms
* and consitions of the license of "PHPWord" (LGPL, see
* </lib/vendor/phpoffice/phpword/COPYING>).
*/
require_once __DIR__ . '/h2d_htmlconverter.php';
require_once __DIR__ . '/simple_html_dom.php';
require_once __DIR__ . '/styles.php';