Skip to content

Commit 5378d69

Browse files
committed
add licence
1 parent 32c9fce commit 5378d69

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
<?php
2+
3+
// Copyright (c) 2022 PHPER Framework Team
4+
// PHPER is licensed under Mulan PSL v2.
5+
// You can use this software according to the terms and conditions of the Mulan
6+
// PSL v2. You may obtain a copy of Mulan PSL v2 at:
7+
// http://license.coscl.org.cn/MulanPSL2
8+
// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
9+
// KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
10+
// NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
11+
// See the Mulan PSL v2 for more details.
12+
213
header('Content-Type: text/plain');
314
echo "Hello phper!";

0 commit comments

Comments
 (0)