You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2019/11/06 13:35:14 UTC

[incubator-doris] branch master updated: Add license header for md files and fix some translation's error (#2137)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 6759e83  Add license header for md files and fix some translation's error (#2137)
6759e83 is described below

commit 6759e83a07705d628957fb96cc1c2e3dab6ecb6c
Author: xy720 <22...@users.noreply.github.com>
AuthorDate: Wed Nov 6 21:35:07 2019 +0800

    Add license header for md files and fix some translation's error (#2137)
---
 README.md                                          |  19 +++
 docker/README.md                                   |  19 +++
 .../alter-table/alter-table-rollup.md              |  19 +++
 .../alter-table/alter-table-schema-change.md       |  19 +++
 .../cn/administrator-guide/backup-restore.md       |  19 +++
 .../documentation/cn/administrator-guide/broker.md |  19 +++
 .../cn/administrator-guide/colocation-join.md      |  19 +++
 .../cn/administrator-guide/config/fe_config.md     |  19 +++
 .../cn/administrator-guide/export-manual.md        |  19 +++
 .../http-actions/cancel-label.md                   |  19 +++
 .../http-actions/fe-get-log-file.md                |  19 +++
 .../http-actions/get-label-state.md                |  19 +++
 .../http-actions/restore-tablet.md                 |  19 +++
 .../load-data/broker-load-manual.md                |  19 +++
 .../load-data/insert-into-manual.md                |  19 +++
 .../administrator-guide/load-data/load-manual.md   |  19 +++
 .../load-data/routine-load-manual.md               |  19 +++
 .../load-data/stream-load-manual.md                |  19 +++
 .../administrator-guide/operation/disk-capacity.md |  19 +++
 .../operation/metadata-operation.md                |  19 +++
 .../administrator-guide/operation/monitor-alert.md |  19 +++
 .../administrator-guide/operation/multi-tenant.md  |  19 +++
 .../operation/tablet-meta-tool.md                  |  19 +++
 .../operation/tablet-repair-and-balance.md         |  19 +++
 .../operation/tablet-restore-tool.md               |  19 +++
 .../cn/administrator-guide/privilege.md            |  19 +++
 .../cn/administrator-guide/small-file-mgr.md       |  19 +++
 .../cn/administrator-guide/sql-mode.md             |  35 ++++-
 .../cn/administrator-guide/time-zone.md            |  19 +++
 docs/documentation/cn/community/gitter.md          |  19 +++
 .../cn/community/how-to-contribute.md              |  19 +++
 docs/documentation/cn/community/members.md         |  19 +++
 docs/documentation/cn/community/pull-request.md    |  19 +++
 docs/documentation/cn/community/release-process.md |  19 +++
 .../cn/community/subscribe-mail-list.md            |  19 +++
 .../cn/community/verify-apache-release.md          |  19 +++
 .../documentation/cn/developer-guide/debug-tool.md |  19 +++
 .../cn/extending-doris/doris-on-es.md              |  19 +++
 .../cn/extending-doris/user-defined-function.md    |  19 +++
 .../cn/getting-started/advance-usage.md            |  19 +++
 .../cn/getting-started/basic-usage.md              |  18 +++
 .../cn/getting-started/best-practice.md            |  19 +++
 .../cn/getting-started/data-model-rollup.md        |  19 +++
 .../cn/getting-started/data-partition.md           |  19 +++
 .../cn/getting-started/hit-the-rollup.md           |  19 +++
 docs/documentation/cn/installing/compilation.md    |  19 +++
 docs/documentation/cn/installing/install-deploy.md |  19 +++
 docs/documentation/cn/installing/upgrade.md        |  19 +++
 .../cn/internal/doris_storage_optimization.md      |  19 +++
 docs/documentation/cn/internal/metadata-design.md  |  19 +++
 .../sql-functions/aggregate-functions/avg.md       |  19 +++
 .../sql-functions/aggregate-functions/bitmap.md    |  19 +++
 .../sql-functions/aggregate-functions/count.md     |  19 +++
 .../aggregate-functions/count_distinct.md          |  19 +++
 .../aggregate-functions/hll_union_agg.md           |  19 +++
 .../sql-functions/aggregate-functions/max.md       |  19 +++
 .../sql-functions/aggregate-functions/min.md       |  19 +++
 .../sql-functions/aggregate-functions/ndv.md       |  19 +++
 .../aggregate-functions/percentile_approx.md       |  19 +++
 .../sql-functions/aggregate-functions/stddev.md    |  19 +++
 .../aggregate-functions/stddev_samp.md             |  19 +++
 .../sql-functions/aggregate-functions/sum.md       |  19 +++
 .../sql-functions/aggregate-functions/var_samp.md  |  19 +++
 .../sql-functions/aggregate-functions/variance.md  |  19 +++
 .../cn/sql-reference/sql-functions/cast.md         |  19 +++
 .../date-time-functions/convert_tz.md              |  19 +++
 .../date-time-functions/current_timestamp.md       |  19 +++
 .../sql-functions/date-time-functions/curtime.md   |  19 +++
 .../sql-functions/date-time-functions/date_add.md  |  19 +++
 .../date-time-functions/date_format.md             |  19 +++
 .../sql-functions/date-time-functions/date_sub.md  |  19 +++
 .../sql-functions/date-time-functions/datediff.md  |  19 +++
 .../sql-functions/date-time-functions/day.md       |  19 +++
 .../sql-functions/date-time-functions/dayname.md   |  19 +++
 .../date-time-functions/dayofmonth.md              |  19 +++
 .../sql-functions/date-time-functions/dayofweek.md |  19 +++
 .../sql-functions/date-time-functions/dayofyear.md |  19 +++
 .../sql-functions/date-time-functions/from_days.md |  19 +++
 .../date-time-functions/from_unixtime.md           |  19 +++
 .../sql-functions/date-time-functions/month.md     |  19 +++
 .../sql-functions/date-time-functions/monthname.md |  19 +++
 .../sql-functions/date-time-functions/now.md       |  19 +++
 .../date-time-functions/str_to_date.md             |  19 +++
 .../sql-functions/date-time-functions/timediff.md  |  19 +++
 .../sql-functions/date-time-functions/to_days.md   |  19 +++
 .../date-time-functions/unix_timestamp.md          |  19 +++
 .../date-time-functions/utc_timestamp.md           |  19 +++
 .../date-time-functions/workofyear.md              |  19 +++
 .../sql-functions/date-time-functions/year.md      |  19 +++
 .../sql-functions/spatial-functions/st_astext.md   |  19 +++
 .../sql-functions/spatial-functions/st_circle.md   |  19 +++
 .../sql-functions/spatial-functions/st_contains.md |  19 +++
 .../spatial-functions/st_distance_sphere.md        |  19 +++
 .../spatial-functions/st_geometryfromtext.md       |  19 +++
 .../spatial-functions/st_linefromtext.md           |  19 +++
 .../sql-functions/spatial-functions/st_point.md    |  19 +++
 .../sql-functions/spatial-functions/st_polygon.md  |  19 +++
 .../sql-functions/spatial-functions/st_x.md        |  19 +++
 .../sql-functions/spatial-functions/st_y.md        |  19 +++
 .../sql-functions/string-functions/ascii.md        |  19 +++
 .../sql-functions/string-functions/concat.md       |  19 +++
 .../sql-functions/string-functions/concat_ws.md    |  19 +++
 .../sql-functions/string-functions/find_in_set.md  |  19 +++
 .../string-functions/get_json_double.md            |  19 +++
 .../sql-functions/string-functions/get_json_int.md |  19 +++
 .../string-functions/get_json_string.md            |  19 +++
 .../sql-functions/string-functions/group_concat.md |  19 +++
 .../sql-functions/string-functions/instr.md        |  19 +++
 .../sql-functions/string-functions/lcase.md        |  19 +++
 .../sql-functions/string-functions/left.md         |  19 +++
 .../sql-functions/string-functions/length.md       |  19 +++
 .../sql-functions/string-functions/locate.md       |  19 +++
 .../sql-functions/string-functions/lower.md        |  19 +++
 .../sql-functions/string-functions/lpad.md         |  19 +++
 .../sql-functions/string-functions/ltrim.md        |  19 +++
 .../sql-functions/string-functions/money_format.md |  19 +++
 .../string-functions/regexp_extract.md             |  19 +++
 .../string-functions/regexp_replace.md             |  19 +++
 .../sql-functions/string-functions/repeat.md       |  19 +++
 .../sql-functions/string-functions/right.md        |  19 +++
 .../sql-functions/string-functions/split_part.md   |  19 +++
 .../sql-functions/string-functions/strleft.md      |  19 +++
 .../sql-functions/string-functions/strright.md     |  19 +++
 .../Account Management/CREATE ROLE.md              |  19 +++
 .../Account Management/CREATE USER.md              |  19 +++
 .../sql-statements/Account Management/DROP ROLE.md |  19 +++
 .../sql-statements/Account Management/DROP USER.md |  19 +++
 .../sql-statements/Account Management/GRANT.md     |  19 +++
 .../sql-statements/Account Management/REVOKE.md    |  19 +++
 .../Account Management/SET PASSWORD.md             |  19 +++
 .../Account Management/SET PROPERTY.md             |  19 +++
 .../Account Management/SHOW GRANTS.md              |  19 +++
 .../Account Management/SHOW ROLES.md               |  19 +++
 .../Administration/ADMIN CANCEL REPAIR.md          |  19 +++
 .../sql-statements/Administration/ADMIN REPAIR.md  |  19 +++
 .../Administration/ADMIN SET CONFIG.md             |  19 +++
 .../Administration/ADMIN SHOW CONFIG.md            |  19 +++
 .../ADMIN SHOW REPLICA DISTRIBUTION.md             |  19 +++
 .../Administration/ADMIN SHOW REPLICA STATUS.md    |  19 +++
 .../sql-statements/Administration/ALTER CLUSTER.md |  19 +++
 .../sql-statements/Administration/ALTER SYSTEM.md  |  19 +++
 .../Administration/CANCEL DECOMMISSION.md          |  19 +++
 .../Administration/CREATE CLUSTER.md               |  19 +++
 .../sql-statements/Administration/CREATE FILE.md   |  19 +++
 .../sql-statements/Administration/DROP CLUSTER.md  |  19 +++
 .../sql-statements/Administration/DROP FILE.md     |  19 +++
 .../sql-statements/Administration/ENTER.md         |  19 +++
 .../sql-statements/Administration/LINK DATABASE.md |  19 +++
 .../Administration/MIGRATE DATABASE.md             |  19 +++
 .../sql-statements/Administration/SHOW BACKENDS.md |  19 +++
 .../sql-statements/Administration/SHOW BROKER.md   |  19 +++
 .../sql-statements/Administration/SHOW FILE.md     |  19 +++
 .../Administration/SHOW FRONTENDS.md               |  19 +++
 .../Administration/SHOW FULL COLUMNS.md            |  19 +++
 .../Administration/SHOW MIGRATIONS.md              |  19 +++
 .../Administration/SHOW TABLE STATUS.md            |  19 +++
 .../Data Definition/ALTER DATABASE.md              |  19 +++
 .../sql-statements/Data Definition/ALTER TABLE.md  |  19 +++
 .../sql-statements/Data Definition/BACKUP.md       |  19 +++
 .../sql-statements/Data Definition/CANCEL ALTER.md |  19 +++
 .../Data Definition/CANCEL BACKUP.md               |  19 +++
 .../Data Definition/CANCEL RESTORE.md              |  19 +++
 .../Data Definition/CREATE DATABASE.md             |  19 +++
 .../Data Definition/CREATE REPOSITORY.md           |  19 +++
 .../sql-statements/Data Definition/CREATE TABLE.md |  19 +++
 .../sql-statements/Data Definition/CREATE VIEW.md  |  19 +++
 .../Data Definition/DROP DATABASE.md               |  19 +++
 .../Data Definition/DROP REPOSITORY.md             |  19 +++
 .../sql-statements/Data Definition/DROP TABLE.md   |  19 +++
 .../sql-statements/Data Definition/DROP VIEW.md    |  19 +++
 .../sql-statements/Data Definition/HLL.md          |  19 +++
 .../sql-statements/Data Definition/RECOVER.md      |  19 +++
 .../sql-statements/Data Definition/RESTORE.md      |  19 +++
 .../Data Definition/TRUNCATE TABLE.md              |  19 +++
 .../Data Definition/create-function.md             |  19 +++
 .../Data Definition/drop-function.md               |  19 +++
 .../Data Definition/show-function.md               |  19 +++
 .../Data Manipulation/BROKER LOAD.md               |  19 +++
 .../Data Manipulation/CANCEL LOAD.md               |  19 +++
 .../sql-statements/Data Manipulation/DELETE.md     |  19 +++
 .../sql-statements/Data Manipulation/EXPORT.md     |  19 +++
 .../sql-statements/Data Manipulation/LOAD.md       |  19 +++
 .../sql-statements/Data Manipulation/MINI LOAD.md  |  19 +++
 .../sql-statements/Data Manipulation/MULTI LOAD.md |  19 +++
 .../Data Manipulation/PAUSE ROUTINE LOAD.md        |  19 +++
 .../Data Manipulation/RESUME ROUTINE LOAD.md       |  19 +++
 .../Data Manipulation/ROUTINE LOAD.md              |  19 +++
 .../sql-statements/Data Manipulation/SHOW ALTER.md |  19 +++
 .../Data Manipulation/SHOW BACKUP.md               |  19 +++
 .../sql-statements/Data Manipulation/SHOW DATA.md  |  19 +++
 .../Data Manipulation/SHOW DATABASES.md            |  19 +++
 .../Data Manipulation/SHOW DELETE.md               |  19 +++
 .../Data Manipulation/SHOW EXPORT.md               |  19 +++
 .../sql-statements/Data Manipulation/SHOW LOAD.md  |  19 +++
 .../Data Manipulation/SHOW PARTITIONS.md           |  19 +++
 .../Data Manipulation/SHOW PROPERTY.md             |  19 +++
 .../Data Manipulation/SHOW REPOSITORIES.md         |  19 +++
 .../Data Manipulation/SHOW RESTORE.md              |  19 +++
 .../Data Manipulation/SHOW ROUTINE LOAD TASK.md    |  19 +++
 .../Data Manipulation/SHOW ROUTINE LOAD.md         |  19 +++
 .../Data Manipulation/SHOW SNAPSHOT.md             |  19 +++
 .../Data Manipulation/SHOW TABLES.md               |  19 +++
 .../Data Manipulation/SHOW TABLET.md               |  19 +++
 .../Data Manipulation/STOP ROUTINE LOAD.md         |  19 +++
 .../Data Manipulation/STREAM LOAD.md               |  19 +++
 .../sql-statements/Data Manipulation/insert.md     |  19 +++
 .../sql-statements/Data Types/BIGINT.md            |  19 +++
 .../sql-statements/Data Types/BOOLEAN.md           |  19 +++
 .../sql-statements/Data Types/CHAR.md              |  19 +++
 .../sql-statements/Data Types/DATE.md              |  19 +++
 .../sql-statements/Data Types/DATETIME.md          |  19 +++
 .../sql-statements/Data Types/DECIMAL.md           |  19 +++
 .../sql-statements/Data Types/DOUBLE.md            |  19 +++
 .../sql-statements/Data Types/FLOAT.md             |  19 +++
 .../sql-reference/sql-statements/Data Types/HLL.md |  19 +++
 .../sql-reference/sql-statements/Data Types/INT.md |  19 +++
 .../sql-statements/Data Types/LARGEINT.md          |  19 +++
 .../sql-statements/Data Types/SMALLINT.md          |  19 +++
 .../sql-statements/Data Types/TINYINT.md           |  19 +++
 .../sql-statements/Data Types/VARCHAR.md           |  19 +++
 .../sql-statements/Utility/DESCRIBE.md             |  19 +++
 .../en/administrator-guide/backup-restore_EN.md    |  19 +++
 .../en/administrator-guide/colocation-join_EN.md   |  19 +++
 .../en/administrator-guide/config/fe_config_en.md  |  19 +++
 .../en/administrator-guide/export_manual_EN.md     |  19 +++
 .../http-actions/cancel-label_EN.md                |  19 +++
 .../http-actions/fe-get-log-file_EN.md             |  19 +++
 .../http-actions/get-label-state_EN.md             |  19 +++
 .../http-actions/restore-tablet_EN.md              |  19 +++
 .../load-data/broker-load-manual_EN.md             |  19 +++
 .../load-data/insert-into-manual_EN.md             |  19 +++
 .../load-data/load-manual_EN.md                    |  19 +++
 .../load-data/routine-load-manual_EN.md            |  19 +++
 .../load-data/stream-load-manual_EN.md             |  19 +++
 .../operation/metadata-operation_EN.md             |  19 +++
 .../operation/monitor-alert_EN.md                  |  19 +++
 .../operation/multi-tenant_EN.md                   |  19 +++
 .../operation/tablet-meta-tool_EN.md               |  19 +++
 .../operation/tablet-repair-and-balance_EN.md      |  19 +++
 .../en/administrator-guide/privilege_EN.md         |  19 +++
 .../en/administrator-guide/small-file-mgr_EN.md    |  19 +++
 .../en/administrator-guide/sql-mode_EN.md          |  37 ++++-
 .../en/administrator-guide/time-zone_EN.md         |  19 +++
 docs/documentation/en/community/gitter_EN.md       |  19 +++
 .../en/community/how-to-contribute_EN.md           |  19 +++
 docs/documentation/en/community/members_EN.md      |  19 +++
 docs/documentation/en/community/pull-request_EN.md |  19 +++
 .../en/community/release-process_EN.md             |  19 +++
 .../en/community/subscribe-mail-list_EN.md         |  19 +++
 .../en/community/verify-apache-release_EN.md       |  19 +++
 .../documentation/en/developer-guide/debug-tool.md |  19 +++
 .../en/extending-doris/doris-on-es_EN.md           |  27 +++-
 .../en/extending-doris/user-defined-function_EN.md |  19 +++
 .../en/getting-started/advance-usage_EN.md         |  85 +++++++-----
 .../en/getting-started/basic-usage_EN.md           | 101 ++++++++------
 .../en/getting-started/best-practice_EN.md         |  20 +++
 .../en/getting-started/data-model-rollup_EN.md     |  20 +++
 .../en/getting-started/data-partition_EN.md        |  20 +++
 .../en/getting-started/hit-the-rollup_EN.md        | 151 ++++++++++++---------
 docs/documentation/en/installing/compilation_EN.md |  20 +++
 .../en/installing/install-deploy_EN.md             |  20 +++
 docs/documentation/en/installing/upgrade_EN.md     |  20 +++
 .../en/internal/doris_storage_optimization_EN.md   |  20 +++
 .../en/internal/metadata-design_EN.md              |  20 +++
 .../sql-functions/aggregate-functions/avg_EN.md    |  22 ++-
 .../sql-functions/aggregate-functions/bitmap_EN.md |  20 +++
 .../sql-functions/aggregate-functions/count_EN.md  |  21 ++-
 .../aggregate-functions/count_distinct_EN.md       |  21 ++-
 .../aggregate-functions/hll_union_agg_EN.md        |  19 +++
 .../sql-functions/aggregate-functions/max_EN.md    |  19 +++
 .../sql-functions/aggregate-functions/min_EN.md    |  19 +++
 .../sql-functions/aggregate-functions/ndv_EN.md    |  19 +++
 .../aggregate-functions/percentile_approx_EN.md    |  21 +++
 .../sql-functions/aggregate-functions/stddev_EN.md |  19 +++
 .../aggregate-functions/stddev_samp_EN.md          |  21 ++-
 .../sql-functions/aggregate-functions/sum_EN.md    |  21 ++-
 .../aggregate-functions/var_samp_EN.md             |  22 ++-
 .../aggregate-functions/variance_EN.md             |  20 +++
 .../en/sql-reference/sql-functions/cast_EN.md      |  20 +++
 .../date-time-functions/current_timestamp_EN.md    |  26 +++-
 .../date-time-functions/date_add_EN.md             |  24 +++-
 .../date-time-functions/date_format_EN.md          |  53 +++++---
 .../date-time-functions/date_sub_EN.md             |  24 +++-
 .../date-time-functions/datediff_EN.md             |  28 +++-
 .../sql-functions/date-time-functions/day_EN.md    |  22 ++-
 .../date-time-functions/dayname_EN.md              |  24 +++-
 .../date-time-functions/dayofmonth_EN.md           |  23 +++-
 .../date-time-functions/dayofweek_EN.md            |  30 +++-
 .../date-time-functions/dayofyear_EN.md            |  25 +++-
 .../date-time-functions/from_days_EN.md            |  19 +++
 .../date-time-functions/from_unixtime_EN.md        |  19 +++
 .../sql-functions/date-time-functions/month_EN.md  |  22 ++-
 .../date-time-functions/monthname_EN.md            |  26 +++-
 .../sql-functions/date-time-functions/now_EN.md    |  22 ++-
 .../date-time-functions/str_to_date_EN.md          |  26 +++-
 .../date-time-functions/timediff_EN.md             |  36 +++--
 .../date-time-functions/to_days_EN.md              |  23 +++-
 .../date-time-functions/unix_timestamp_EN.md       |  19 +++
 .../date-time-functions/utc_timestamp_EN.md        |  19 +++
 .../date-time-functions/workofyear_EN.md           |  24 +++-
 .../sql-functions/date-time-functions/year_EN.md   |  23 +++-
 .../spatial-functions/st_astext_EN.md              |  21 ++-
 .../spatial-functions/st_circle_EN.md              |  21 ++-
 .../spatial-functions/st_contains_EN.md            |  29 +++-
 .../spatial-functions/st_distance_sphere_EN.md     |  19 +++
 .../spatial-functions/st_geometryfromtext_EN.md    |  21 ++-
 .../spatial-functions/st_linefromtext_EN.md        |  21 ++-
 .../sql-functions/spatial-functions/st_point_EN.md |  21 ++-
 .../spatial-functions/st_polygon_EN.md             |  21 ++-
 .../sql-functions/spatial-functions/st_x_EN.md     |  21 ++-
 .../sql-functions/spatial-functions/st_y_EN.md     |  21 ++-
 .../sql-functions/string-functions/ascii_EN.md     |  29 +++-
 .../sql-functions/string-functions/concat_EN.md    |  35 +++--
 .../sql-functions/string-functions/concat_ws_EN.md |  33 ++++-
 .../string-functions/find_in_set_EN.md             |  25 +++-
 .../string-functions/get_json_double_EN.md         |  31 ++++-
 .../string-functions/get_json_int_EN.md            |  33 ++++-
 .../string-functions/get_json_string_EN.md         |  45 ++++--
 .../string-functions/group_concat_EN.md            |  27 +++-
 .../sql-functions/string-functions/instr_EN.md     |  23 +++-
 .../sql-functions/string-functions/lcase_EN.md     |  23 +++-
 .../sql-functions/string-functions/left_EN.md      |  21 ++-
 .../sql-functions/string-functions/length_EN.md    |  21 ++-
 .../sql-functions/string-functions/locate_EN.md    |  23 +++-
 .../sql-functions/string-functions/lower_EN.md     |  23 +++-
 .../sql-functions/string-functions/lpad_EN.md      |  29 +++-
 .../sql-functions/string-functions/ltrim_EN.md     |  25 +++-
 .../string-functions/money_format_EN.md            |  19 +++
 .../string-functions/regexp_extract_EN.md          |  27 +++-
 .../string-functions/regexp_replace_EN.md          |  25 +++-
 .../sql-functions/string-functions/repeat_EN.md    |  23 +++-
 .../sql-functions/string-functions/right_EN.md     |  23 +++-
 .../string-functions/split_part_EN.md              |  29 +++-
 .../sql-functions/string-functions/strleft_EN.md   |  21 ++-
 .../sql-functions/string-functions/strright_EN.md  |  24 +++-
 .../Account Management/CREATE ROLE_EN.md           |  19 +++
 .../Account Management/CREATE USER_EN.md           |  19 +++
 .../Account Management/DROP ROLE_EN.md             |  19 +++
 .../Account Management/DROP USER_EN.md             |  19 +++
 .../sql-statements/Account Management/GRANT_EN.md  |  19 +++
 .../sql-statements/Account Management/REVOKE_EN.md |  19 +++
 .../Account Management/SET PASSWORD_EN.md          |  19 +++
 .../Account Management/SET PROPERTY_EN.md          |  19 +++
 .../Account Management/SHOW GRANTS_EN.md           |  19 +++
 .../Account Management/SHOW ROLES_EN.md            |  19 +++
 .../Administration/ADMIN CANCEL REPAIR_EN.md       |  19 +++
 .../Administration/ADMIN REPAIR_EN.md              |  19 +++
 .../Administration/ADMIN SET CONFIG_EN.md          |  19 +++
 .../Administration/ADMIN SHOW CONFIG_EN.md         |  19 +++
 .../ADMIN SHOW REPLICA DISTRIBUTION_EN.md          |  19 +++
 .../Administration/ADMIN SHOW REPLICA STATUS_EN.md |  19 +++
 .../Administration/ALTER CLUSTER_EN.md             |  19 +++
 .../Administration/ALTER SYSTEM_EN.md              |  19 +++
 .../Administration/CANCEL DECOMMISSION_EN.md       |  19 +++
 .../Administration/CREATE CLUSTER_EN.md            |  19 +++
 .../Administration/CREATE FILE_EN.md               |  19 +++
 .../Administration/DROP CLUSTER_EN.md              |  19 +++
 .../sql-statements/Administration/DROP FILE_EN.md  |  19 +++
 .../sql-statements/Administration/ENTER_EN.md      |  19 +++
 .../Administration/LINK DATABASE_EN.md             |  19 +++
 .../Administration/MIGRATE DATABASE_EN.md          |  19 +++
 .../Administration/SHOW BACKENDS_EN.md             |  19 +++
 .../Administration/SHOW BROKER_EN.md               |  19 +++
 .../sql-statements/Administration/SHOW FILE_EN.md  |  19 +++
 .../Administration/SHOW FRONTENDS_EN.md            |  21 ++-
 .../Administration/SHOW FULL COLUMNS_EN.md         |  19 +++
 .../Administration/SHOW MIGRATIONS_EN.md           |  19 +++
 .../Administration/SHOW TABLE STATUS_EN.md         |  19 +++
 .../Data Definition/ALTER DATABASE_EN.md           |  19 +++
 .../Data Definition/ALTER TABLE_EN.md              |  19 +++
 .../sql-statements/Data Definition/BACKUP_EN.md    |  19 +++
 .../Data Definition/CANCEL ALTER_EN.md             |  19 +++
 .../Data Definition/CANCEL BACKUP_EN.md            |  19 +++
 .../Data Definition/CANCEL RESTORE_EN.md           |  19 +++
 .../Data Definition/CREATE DATABASE_EN.md          |  19 +++
 .../Data Definition/CREATE REPOSITORY_EN.md        |  19 +++
 .../Data Definition/CREATE TABLE_EN.md             |  19 +++
 .../Data Definition/CREATE VIEW_EN.md              |  19 +++
 .../Data Definition/Colocate Join_EN.md            |  19 +++
 .../Data Definition/DROP DATABASE_EN.md            |  19 +++
 .../Data Definition/DROP REPOSITORY_EN.md          |  19 +++
 .../Data Definition/DROP TABLE_EN.md               |  19 +++
 .../sql-statements/Data Definition/DROP VIEW_EN.md |  19 +++
 .../sql-statements/Data Definition/HLL_EN.md       |  19 +++
 .../sql-statements/Data Definition/RECOVER_EN.md   |  19 +++
 .../sql-statements/Data Definition/RESTORE_EN.md   |  19 +++
 .../Data Definition/TRUNCATE TABLE_EN.md           |  19 +++
 .../Data Definition/create-function_EN.md          |  19 +++
 .../Data Definition/drop-function_EN.md            |  19 +++
 .../Data Definition/show-function_EN.md            |  19 +++
 .../Data Manipulation/BROKER LOAD_EN.md            |  19 +++
 .../Data Manipulation/CANCEL DELETE_EN.md          |  19 +++
 .../Data Manipulation/CANCEL LABEL_EN.md           |  21 ++-
 .../Data Manipulation/CANCEL LOAD_EN.md            |  19 +++
 .../sql-statements/Data Manipulation/DELETE_EN.md  |  19 +++
 .../sql-statements/Data Manipulation/EXPORT_EN.md  |  19 +++
 .../Data Manipulation/GET LABEL STATE_EN.md        |  21 ++-
 .../sql-statements/Data Manipulation/LOAD_EN.md    |  21 ++-
 .../Data Manipulation/MINI LOAD_EN.md              |  21 ++-
 .../Data Manipulation/MULTI LOAD_EN.md             |  21 ++-
 .../Data Manipulation/PAUSE ROUTINE LOAD_EN.md     |  21 ++-
 .../Data Manipulation/RESTORE TABLET_EN.md         |  19 +++
 .../Data Manipulation/RESUME ROUTINE LOAD_EN.md    |  19 +++
 .../Data Manipulation/ROUTINE LOAD_EN.md           |  19 +++
 .../Data Manipulation/SHOW ALTER_EN.md             |  19 +++
 .../Data Manipulation/SHOW BACKUP_EN.md            |  19 +++
 .../Data Manipulation/SHOW DATABASES_EN.md         |  19 +++
 .../Data Manipulation/SHOW DATA_EN.md              |  19 +++
 .../Data Manipulation/SHOW DELETE_EN.md            |  19 +++
 .../Data Manipulation/SHOW EXPORT_EN.md            |  19 +++
 .../Data Manipulation/SHOW LOAD_EN.md              |  19 +++
 .../Data Manipulation/SHOW PARTITIONS_EN.md        |  19 +++
 .../Data Manipulation/SHOW PROPERTY_EN.md          |  19 +++
 .../Data Manipulation/SHOW REPOSITORIES_EN.md      |  19 +++
 .../Data Manipulation/SHOW RESTORE_EN.md           |  19 +++
 .../Data Manipulation/SHOW ROUTINE LOAD TASK_EN.md |  19 +++
 .../Data Manipulation/SHOW ROUTINE LOAD_EN.md      |  19 +++
 .../Data Manipulation/SHOW SNAPSHOT_EN.md          |  19 +++
 .../Data Manipulation/SHOW TABLES_EN.md            |  19 +++
 .../Data Manipulation/SHOW TABLET_EN.md            |  19 +++
 .../Data Manipulation/STOP ROUTINE LOAD_EN.md      |  19 +++
 .../Data Manipulation/STREAM LOAD_EN.md            |  19 +++
 .../sql-statements/Data Manipulation/insert_EN.md  |  19 +++
 .../sql-statements/Data Types/BIGINT_EN.md         |  19 +++
 .../sql-statements/Data Types/BOOLEAN_EN.md        |  19 +++
 .../sql-statements/Data Types/CHAR_EN.md           |  19 +++
 .../sql-statements/Data Types/DATETIME_EN.md       |  19 +++
 .../sql-statements/Data Types/DATE_EN.md           |  19 +++
 .../sql-statements/Data Types/DECIMAL_EN.md        |  19 +++
 .../sql-statements/Data Types/DOUBLE_EN.md         |  21 ++-
 .../sql-statements/Data Types/FLOAT_EN.md          |  19 +++
 .../Data Types/HLL(HyperLogLog)_EN.md              |  19 +++
 .../sql-statements/Data Types/INT_EN.md            |  19 +++
 .../sql-statements/Data Types/SMALLINT_EN.md       |  19 +++
 .../sql-statements/Data Types/TINYINT_EN.md        |  19 +++
 .../sql-statements/Data Types/VARCHAR_EN.md        |  19 +++
 .../sql-statements/Utility/util_stmt_EN.md         |  19 +++
 docs/readme.md                                     |  19 +++
 docs/website/README.md                             |  20 +++
 439 files changed, 8723 insertions(+), 329 deletions(-)

diff --git a/README.md b/README.md
index 1b73baf..1da8324 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Apache Doris (incubating)
 [![Join the chat at https://gitter.im/apache-doris/Lobby](https://badges.gitter.im/apache-doris/Lobby.svg)](https://gitter.im/apache-doris/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
diff --git a/docker/README.md b/docker/README.md
index 5025505..5798130 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 ## Doris Develop Environment based on docker
 
 ### Preparation
diff --git a/docs/documentation/cn/administrator-guide/alter-table/alter-table-rollup.md b/docs/documentation/cn/administrator-guide/alter-table/alter-table-rollup.md
index 08a4abe..ef377d8 100644
--- a/docs/documentation/cn/administrator-guide/alter-table/alter-table-rollup.md
+++ b/docs/documentation/cn/administrator-guide/alter-table/alter-table-rollup.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Rollup
 
 用户可以通过创建上卷表(Rollup)加速查询。关于 Rollup 的概念和使用方式可以参阅 [数据模型、ROLLUP 及前缀索引](../../getting-started/data-model-rollup.md) 和 [Rollup 与查询](../../getting-started/hit-the-rollup.md) 两篇文档。
diff --git a/docs/documentation/cn/administrator-guide/alter-table/alter-table-schema-change.md b/docs/documentation/cn/administrator-guide/alter-table/alter-table-schema-change.md
index bffabfc..5e98433 100644
--- a/docs/documentation/cn/administrator-guide/alter-table/alter-table-schema-change.md
+++ b/docs/documentation/cn/administrator-guide/alter-table/alter-table-schema-change.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Scheam Change
 
 用户可以通过 Scheam Change 操作来修改已存在表的 Schema。目前 Doris 支持以下几种修改:
diff --git a/docs/documentation/cn/administrator-guide/backup-restore.md b/docs/documentation/cn/administrator-guide/backup-restore.md
index 2db2c70..ff5c262 100644
--- a/docs/documentation/cn/administrator-guide/backup-restore.md
+++ b/docs/documentation/cn/administrator-guide/backup-restore.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 备份与恢复
 
 Doris 支持将当前数据以文件的形式,通过 broker 备份到远端存储系统中。之后可以通过 恢复 命令,从远端存储系统中将数据恢复到任意 Doris 集群。通过这个功能,Doris 可以支持将数据定期的进行快照备份。也可以通过这个功能,在不同集群间进行数据迁移。
diff --git a/docs/documentation/cn/administrator-guide/broker.md b/docs/documentation/cn/administrator-guide/broker.md
index 88c7f81..d86074d 100644
--- a/docs/documentation/cn/administrator-guide/broker.md
+++ b/docs/documentation/cn/administrator-guide/broker.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Broker
 
 Broker 是 Doris 集群中一种可选进程,主要用于支持 Doris 读写远端存储上的文件和目录,如 HDFS、BOS 和 AFS 等。
diff --git a/docs/documentation/cn/administrator-guide/colocation-join.md b/docs/documentation/cn/administrator-guide/colocation-join.md
index ee17977..463f6b5 100644
--- a/docs/documentation/cn/administrator-guide/colocation-join.md
+++ b/docs/documentation/cn/administrator-guide/colocation-join.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Colocation Join
 
 Colocation Join 是在 Doris 0.9 版本中引入的新功能。旨在为某些 Join 查询提供本地性优化,来减少数据在节点间的传输耗时,加速查询。
diff --git a/docs/documentation/cn/administrator-guide/config/fe_config.md b/docs/documentation/cn/administrator-guide/config/fe_config.md
index c534c04..071bdb8 100644
--- a/docs/documentation/cn/administrator-guide/config/fe_config.md
+++ b/docs/documentation/cn/administrator-guide/config/fe_config.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 基本配置
 
 ## brpc_max_body_size
diff --git a/docs/documentation/cn/administrator-guide/export-manual.md b/docs/documentation/cn/administrator-guide/export-manual.md
index 6e6df3b..7af73ac 100644
--- a/docs/documentation/cn/administrator-guide/export-manual.md
+++ b/docs/documentation/cn/administrator-guide/export-manual.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 数据导出
 
 数据导出(Export)是 Doris 提供的一种将数据导出的功能。该功能可以将用户指定的表或分区的数据,以文本的格式,通过 Broker 进程导出到远端存储上,如 HDFS/BOS 等。
diff --git a/docs/documentation/cn/administrator-guide/http-actions/cancel-label.md b/docs/documentation/cn/administrator-guide/http-actions/cancel-label.md
index c94a0aa..29a9046 100644
--- a/docs/documentation/cn/administrator-guide/http-actions/cancel-label.md
+++ b/docs/documentation/cn/administrator-guide/http-actions/cancel-label.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CANCEL LABEL
 ## description
     NAME:
diff --git a/docs/documentation/cn/administrator-guide/http-actions/fe-get-log-file.md b/docs/documentation/cn/administrator-guide/http-actions/fe-get-log-file.md
index cf77629..20ba4ac 100644
--- a/docs/documentation/cn/administrator-guide/http-actions/fe-get-log-file.md
+++ b/docs/documentation/cn/administrator-guide/http-actions/fe-get-log-file.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # get\_log\_file
 
 用户可以通过该 HTTP 接口获取 FE 的日志文件。
diff --git a/docs/documentation/cn/administrator-guide/http-actions/get-label-state.md b/docs/documentation/cn/administrator-guide/http-actions/get-label-state.md
index 069a86d..7d6d0b7 100644
--- a/docs/documentation/cn/administrator-guide/http-actions/get-label-state.md
+++ b/docs/documentation/cn/administrator-guide/http-actions/get-label-state.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # GET LABEL STATE
 ## description
     NAME:
diff --git a/docs/documentation/cn/administrator-guide/http-actions/restore-tablet.md b/docs/documentation/cn/administrator-guide/http-actions/restore-tablet.md
index 5cbcfaa..8175625 100644
--- a/docs/documentation/cn/administrator-guide/http-actions/restore-tablet.md
+++ b/docs/documentation/cn/administrator-guide/http-actions/restore-tablet.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # RESTORE TABLET
 ## description
    
diff --git a/docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md b/docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md
index fe12579..7bdb821 100644
--- a/docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md
+++ b/docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Broker Load
 
 Broker load 是一个异步的导入方式,支持的数据源取决于 Broker 进程支持的数据源。
diff --git a/docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md b/docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md
index ca1a30c..d2d12e7 100644
--- a/docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md
+++ b/docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Insert Into
 
 Insert Into 语句的使用方式和 MySQL 等数据库中 Insert Into 语句的使用方式类似。但在 Doris 中,所有的数据写入都是一个独立的导入作业。所以这里将 Insert Into 也作为一种导入方式介绍。
diff --git a/docs/documentation/cn/administrator-guide/load-data/load-manual.md b/docs/documentation/cn/administrator-guide/load-data/load-manual.md
index a2f8fc3..7354467 100644
--- a/docs/documentation/cn/administrator-guide/load-data/load-manual.md
+++ b/docs/documentation/cn/administrator-guide/load-data/load-manual.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 导入总览
 
 导入(Load)功能就是将用户的原始数据导入到 Doris 中。导入成功后,用户即可通过 Mysql 客户端查询数据。
diff --git a/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md b/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md
index 0e8a69d..1f69874 100644
--- a/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md
+++ b/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Routine Load
 
 例行导入(Routine Load)功能为用户提供了一种自动从指定数据源进行数据导入的功能。
diff --git a/docs/documentation/cn/administrator-guide/load-data/stream-load-manual.md b/docs/documentation/cn/administrator-guide/load-data/stream-load-manual.md
index 9dad1f4..91a4df5 100644
--- a/docs/documentation/cn/administrator-guide/load-data/stream-load-manual.md
+++ b/docs/documentation/cn/administrator-guide/load-data/stream-load-manual.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Stream load
 
 Stream load 是一个同步的导入方式,用户通过发送 HTTP 协议发送请求将本地文件或数据流导入到 Doris 中。Stream load 同步执行导入并返回导入结果。用户可直接通过请求的返回体判断本次导入是否成功。
diff --git a/docs/documentation/cn/administrator-guide/operation/disk-capacity.md b/docs/documentation/cn/administrator-guide/operation/disk-capacity.md
index 502305f..8c9746f 100644
--- a/docs/documentation/cn/administrator-guide/operation/disk-capacity.md
+++ b/docs/documentation/cn/administrator-guide/operation/disk-capacity.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 磁盘空间管理
 
 本文档主要介绍和磁盘存储空间有关的系统参数和处理策略。
diff --git a/docs/documentation/cn/administrator-guide/operation/metadata-operation.md b/docs/documentation/cn/administrator-guide/operation/metadata-operation.md
index 6f1c819..f4e8dbc 100644
--- a/docs/documentation/cn/administrator-guide/operation/metadata-operation.md
+++ b/docs/documentation/cn/administrator-guide/operation/metadata-operation.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 元数据运维
 
 本文档主要介绍在实际生产环境中,如何对 Doris 的元数据进行管理。包括 FE 节点建议的部署方式、一些常用的操作方法、以及常见错误的解决方法。
diff --git a/docs/documentation/cn/administrator-guide/operation/monitor-alert.md b/docs/documentation/cn/administrator-guide/operation/monitor-alert.md
index f5e1abc..5a97000 100644
--- a/docs/documentation/cn/administrator-guide/operation/monitor-alert.md
+++ b/docs/documentation/cn/administrator-guide/operation/monitor-alert.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 监控和报警
 
 本文档主要介绍 Doris 的监控项及如何采集、展示监控项。以及如何配置报警(TODO)
diff --git a/docs/documentation/cn/administrator-guide/operation/multi-tenant.md b/docs/documentation/cn/administrator-guide/operation/multi-tenant.md
index 739eb24..e00dcc6 100644
--- a/docs/documentation/cn/administrator-guide/operation/multi-tenant.md
+++ b/docs/documentation/cn/administrator-guide/operation/multi-tenant.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 多租户(Experimental)
 
 该功能为实验性质,暂不建议在生产环境使用。
diff --git a/docs/documentation/cn/administrator-guide/operation/tablet-meta-tool.md b/docs/documentation/cn/administrator-guide/operation/tablet-meta-tool.md
index 0f03c28..0f1de88 100644
--- a/docs/documentation/cn/administrator-guide/operation/tablet-meta-tool.md
+++ b/docs/documentation/cn/administrator-guide/operation/tablet-meta-tool.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Tablet 元数据管理工具 
 
 ## 背景
diff --git a/docs/documentation/cn/administrator-guide/operation/tablet-repair-and-balance.md b/docs/documentation/cn/administrator-guide/operation/tablet-repair-and-balance.md
index 5eba610..1c47845 100644
--- a/docs/documentation/cn/administrator-guide/operation/tablet-repair-and-balance.md
+++ b/docs/documentation/cn/administrator-guide/operation/tablet-repair-and-balance.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 数据副本管理
 
 从 0.9.0 版本开始,Doris 引入了优化后的副本管理策略,同时支持了更为丰富的副本状态查看工具。本文档主要介绍 Doris 数据副本均衡、修复方面的调度策略,以及副本管理的运维方法。帮助用户更方便的掌握和管理集群中的副本状态。
diff --git a/docs/documentation/cn/administrator-guide/operation/tablet-restore-tool.md b/docs/documentation/cn/administrator-guide/operation/tablet-restore-tool.md
index 0aae09f..30a6caf 100644
--- a/docs/documentation/cn/administrator-guide/operation/tablet-restore-tool.md
+++ b/docs/documentation/cn/administrator-guide/operation/tablet-restore-tool.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # BE Tablet数据恢复工具
 
 ## 背景
diff --git a/docs/documentation/cn/administrator-guide/privilege.md b/docs/documentation/cn/administrator-guide/privilege.md
index 33eaeba..040c199 100644
--- a/docs/documentation/cn/administrator-guide/privilege.md
+++ b/docs/documentation/cn/administrator-guide/privilege.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 权限管理
 
 Doris 新的权限管理系统参照了 Mysql 的权限管理机制,做到了表级别细粒度的权限控制,基于角色的权限访问控制,并且支持白名单机制。
diff --git a/docs/documentation/cn/administrator-guide/small-file-mgr.md b/docs/documentation/cn/administrator-guide/small-file-mgr.md
index ed1094a..568f12b 100644
--- a/docs/documentation/cn/administrator-guide/small-file-mgr.md
+++ b/docs/documentation/cn/administrator-guide/small-file-mgr.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 文件管理器
 
 Doris 中的一些功能需要使用一些用户自定义的文件。比如用于访问外部数据源的公钥、密钥文件、证书文件等等。文件管理器提供这样一个功能,能够让用户预先上传这些文件并保存在 Doris 系统中,然后可以在其他命令中引用或访问。
diff --git a/docs/documentation/cn/administrator-guide/sql-mode.md b/docs/documentation/cn/administrator-guide/sql-mode.md
index 567f552..948ce96 100644
--- a/docs/documentation/cn/administrator-guide/sql-mode.md
+++ b/docs/documentation/cn/administrator-guide/sql-mode.md
@@ -1,17 +1,40 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SQL MODE
+
 Doris新支持的sql mode参照了 Mysql 的sql mode管理机制,每个客户端都能设置自己的sql mode,拥有Admin权限的数据库管理员可以设置全局sql mode。
 
-##sql mode 介绍
+## sql mode 介绍
+
 sql mode使用户能在不同风格的sql语法和数据校验严格度间做切换,使Doris对其他数据库有更好的兼容性。例如在一些数据库里,'||'符号是一个字符串连接符,但在Doris里却是与'or'等价的,这时用户只需要使用sql mode切换到自己想要的风格。每个客户端都能设置sql mode,并在当前对话中有效,只有拥有Admin权限的用户可以设置全局sql mode。
 
-##原理
+## 原理
+
 sql mode用一个64位的Long型存储在SessionVariables中,这个地址的每一位都代表一个mode的开启/禁用(1表示开启,0表示禁用)状态,只要知道每一种mode具体是在哪一位,我们就可以通过位运算方便快速的对sql mode进行校验和操作。
 
 每一次对sql mode的查询,都会对此Long型进行一次解析,变成用户可读的字符串形式,同理,用户发送给服务器的sql mode字符串,会被解析成能够存储在SessionVariables中的Long型。
 
 已被设置好的全局sql mode会被持久化,因此对全局sql mode的操作总是只需一次,即使程序重启后仍可以恢复上一次的全局sql mode。
 
-##操作方式
+## 操作方式
+
 1、设置sql mode
 
 ```
@@ -35,8 +58,10 @@ show global variables
 show session variables
 ```
 
-##已支持mode
+## 已支持mode
+
 (后续补充)
 
-##复合mode
+## 复合mode
+
 (后续补充)
\ No newline at end of file
diff --git a/docs/documentation/cn/administrator-guide/time-zone.md b/docs/documentation/cn/administrator-guide/time-zone.md
index 2a6d727..dbf6a72 100644
--- a/docs/documentation/cn/administrator-guide/time-zone.md
+++ b/docs/documentation/cn/administrator-guide/time-zone.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 时区
 
 Doris 支持多时区设置
diff --git a/docs/documentation/cn/community/gitter.md b/docs/documentation/cn/community/gitter.md
index 6f991a7..db8540c 100644
--- a/docs/documentation/cn/community/gitter.md
+++ b/docs/documentation/cn/community/gitter.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Gitter 使用指南
 
 ## Gitter 简介   
diff --git a/docs/documentation/cn/community/how-to-contribute.md b/docs/documentation/cn/community/how-to-contribute.md
index 5999843..b5e6dc6 100644
--- a/docs/documentation/cn/community/how-to-contribute.md
+++ b/docs/documentation/cn/community/how-to-contribute.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 为 Doris 做贡献
 
 非常感谢您对 Doris 项目感兴趣,我们非常欢迎您对 Doris 项目的各种建议、意见(包括批评)、评论和贡献。
diff --git a/docs/documentation/cn/community/members.md b/docs/documentation/cn/community/members.md
index 106b1a5..52d8aaf 100644
--- a/docs/documentation/cn/community/members.md
+++ b/docs/documentation/cn/community/members.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # PMC Members & Committer
 
 ## Mentors (3)
diff --git a/docs/documentation/cn/community/pull-request.md b/docs/documentation/cn/community/pull-request.md
index 56d5b7b..eb4cc73 100644
--- a/docs/documentation/cn/community/pull-request.md
+++ b/docs/documentation/cn/community/pull-request.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 代码提交指南
 
 在 [Github](https://github.com/apache/incubator-doris) 上面可以很方便地提交 [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/),下面介绍 Doris 项目的 PR 方法。
diff --git a/docs/documentation/cn/community/release-process.md b/docs/documentation/cn/community/release-process.md
index e5d1adb..39db180 100644
--- a/docs/documentation/cn/community/release-process.md
+++ b/docs/documentation/cn/community/release-process.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Apache Doris 发布流程
 
 Apache 的发布必须至少是 IPMC 成员,拥有 apache 邮箱的commiter,这个角色叫做 release manager。
diff --git a/docs/documentation/cn/community/subscribe-mail-list.md b/docs/documentation/cn/community/subscribe-mail-list.md
index 9f56cd0..8362316 100644
--- a/docs/documentation/cn/community/subscribe-mail-list.md
+++ b/docs/documentation/cn/community/subscribe-mail-list.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 订阅邮件列表
 
 邮件列表(Mail List)是 Apache 社区最被认可的交流方式。一般来说,开源社区的提问与解答、技术讨论、事务决策等都通过邮件列表来承载。邮件列表异步、广播的特性,也非常适合开源社区的沟通交流。那么,如何订阅 Apache Doris (incubating) 的邮件列表呢?主要包括以下五个步骤。
diff --git a/docs/documentation/cn/community/verify-apache-release.md b/docs/documentation/cn/community/verify-apache-release.md
index 28b4422..a92fd8d 100644
--- a/docs/documentation/cn/community/verify-apache-release.md
+++ b/docs/documentation/cn/community/verify-apache-release.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Verify Apache Release
 
 To verify the release, following checklist can used to reference:
diff --git a/docs/documentation/cn/developer-guide/debug-tool.md b/docs/documentation/cn/developer-guide/debug-tool.md
index 5be5582..b0f44f7 100644
--- a/docs/documentation/cn/developer-guide/debug-tool.md
+++ b/docs/documentation/cn/developer-guide/debug-tool.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 调试工具
 
 在Doris的使用、开发过程中,经常会遇到需要对Doris进行调试的场景,这里介绍一些常用的调试工具。
diff --git a/docs/documentation/cn/extending-doris/doris-on-es.md b/docs/documentation/cn/extending-doris/doris-on-es.md
index c3d3b30..7a41c97 100644
--- a/docs/documentation/cn/extending-doris/doris-on-es.md
+++ b/docs/documentation/cn/extending-doris/doris-on-es.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Doris On ES
 
 Doris-On-ES将Doris的分布式查询规划能力和ES(Elasticsearch)的全文检索能力相结合,提供更完善的OLAP分析场景解决方案:
diff --git a/docs/documentation/cn/extending-doris/user-defined-function.md b/docs/documentation/cn/extending-doris/user-defined-function.md
index e231cab..654f716 100644
--- a/docs/documentation/cn/extending-doris/user-defined-function.md
+++ b/docs/documentation/cn/extending-doris/user-defined-function.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # User Define Function
 
 用户可以通过UDF机制来扩展Doris的能力。通过这篇文档,用户能够创建自己的UDF。
diff --git a/docs/documentation/cn/getting-started/advance-usage.md b/docs/documentation/cn/getting-started/advance-usage.md
index a6aa25b..e02b9de 100644
--- a/docs/documentation/cn/getting-started/advance-usage.md
+++ b/docs/documentation/cn/getting-started/advance-usage.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 高级使用指南
 
 这里我们介绍 Doris 的一些高级特性。
diff --git a/docs/documentation/cn/getting-started/basic-usage.md b/docs/documentation/cn/getting-started/basic-usage.md
index a01bf2c..de83c4b 100644
--- a/docs/documentation/cn/getting-started/basic-usage.md
+++ b/docs/documentation/cn/getting-started/basic-usage.md
@@ -1,3 +1,21 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 
 # 基础使用指南
 
diff --git a/docs/documentation/cn/getting-started/best-practice.md b/docs/documentation/cn/getting-started/best-practice.md
index c8e6781..96f624e 100644
--- a/docs/documentation/cn/getting-started/best-practice.md
+++ b/docs/documentation/cn/getting-started/best-practice.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 最佳实践
 
 ## 1 建表
diff --git a/docs/documentation/cn/getting-started/data-model-rollup.md b/docs/documentation/cn/getting-started/data-model-rollup.md
index 996fec3..6620393 100644
--- a/docs/documentation/cn/getting-started/data-model-rollup.md
+++ b/docs/documentation/cn/getting-started/data-model-rollup.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 数据模型、ROLLUP 及前缀索引
 
 本文档主要从逻辑层面,描述 Doris 的数据模型、 ROLLUP 以及前缀索引的概念,以帮助用户更好的使用 Doris 应对不同的业务场景。
diff --git a/docs/documentation/cn/getting-started/data-partition.md b/docs/documentation/cn/getting-started/data-partition.md
index 293e2b9..443c228 100644
--- a/docs/documentation/cn/getting-started/data-partition.md
+++ b/docs/documentation/cn/getting-started/data-partition.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 数据划分
 
 本文档主要介绍 Doris 的建表和数据划分,以及建表操作中可能遇到的问题和解决方法。
diff --git a/docs/documentation/cn/getting-started/hit-the-rollup.md b/docs/documentation/cn/getting-started/hit-the-rollup.md
index 6ef2519..211e597 100644
--- a/docs/documentation/cn/getting-started/hit-the-rollup.md
+++ b/docs/documentation/cn/getting-started/hit-the-rollup.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Rollup 与查询
 
 在 Doris 里 Rollup 作为一份聚合物化视图,其在查询中可以起到两个作用:
diff --git a/docs/documentation/cn/installing/compilation.md b/docs/documentation/cn/installing/compilation.md
index a8c0a18..13e6e8d 100644
--- a/docs/documentation/cn/installing/compilation.md
+++ b/docs/documentation/cn/installing/compilation.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 编译
 
 本文档主要介绍如何通过源码编译 Doris。
diff --git a/docs/documentation/cn/installing/install-deploy.md b/docs/documentation/cn/installing/install-deploy.md
index 657a808..87d7094 100644
--- a/docs/documentation/cn/installing/install-deploy.md
+++ b/docs/documentation/cn/installing/install-deploy.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 安装与部署
 
 该文档主要介绍了部署 Doris 所需软硬件环境、建议的部署方式、集群扩容缩容,以及集群搭建到运行过程中的常见问题。  
diff --git a/docs/documentation/cn/installing/upgrade.md b/docs/documentation/cn/installing/upgrade.md
index 44456c1..50351c8 100644
--- a/docs/documentation/cn/installing/upgrade.md
+++ b/docs/documentation/cn/installing/upgrade.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 集群升级
 
 Doris 可以通过滚动升级的方式,平滑进行升级。建议按照以下步骤进行安全升级。
diff --git a/docs/documentation/cn/internal/doris_storage_optimization.md b/docs/documentation/cn/internal/doris_storage_optimization.md
index ab34b20..95a9db9 100644
--- a/docs/documentation/cn/internal/doris_storage_optimization.md
+++ b/docs/documentation/cn/internal/doris_storage_optimization.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Doris存储文件格式优化 #
 
 ## 文件格式 ##
diff --git a/docs/documentation/cn/internal/metadata-design.md b/docs/documentation/cn/internal/metadata-design.md
index d42d495..a6a9f7e 100644
--- a/docs/documentation/cn/internal/metadata-design.md
+++ b/docs/documentation/cn/internal/metadata-design.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # 元数据设计文档
 
 ## 名词解释
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/avg.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/avg.md
index 6b04d6c..cc52287 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/avg.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/avg.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # AVG
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md
index 482ac68..f5a916d 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 #BITMAP
 
 ## description
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count.md
index b8bdef4..0b225c6 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # COUNT
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count_distinct.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count_distinct.md
index a5d21e6..7c889d40 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count_distinct.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count_distinct.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # COUNT_DISTINCT
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/hll_union_agg.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/hll_union_agg.md
index 6d3b1eb..3c44e48 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/hll_union_agg.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/hll_union_agg.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # HLL_UNION_AGG
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/max.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/max.md
index fe4ecda..76868b9 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/max.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/max.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # MAX
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/min.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/min.md
index 3a6ce81..112496f 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/min.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/min.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # MIN
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/ndv.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/ndv.md
index 01a46f5..d8b7e7f 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/ndv.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/ndv.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # NDV
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/percentile_approx.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/percentile_approx.md
index 72def25..6403540 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/percentile_approx.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/percentile_approx.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # PERCENTILE_APPROX
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev.md
index 3a84758..40e9f7f 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # STDDEV,STDDEV_POP
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev_samp.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev_samp.md
index 2af5308..6a0fc1c 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev_samp.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev_samp.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # STDDEV_SAMP
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/sum.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/sum.md
index 4d0959a..845f7da 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/sum.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/sum.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SUM
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/var_samp.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/var_samp.md
index ac105c2..664352d 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/var_samp.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/var_samp.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # VAR_SAMP,VARIANCE_SAMP
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/variance.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/variance.md
index 20c3a6f..7b6f6b0 100755
--- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/variance.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/variance.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # VARIANCE,VAR_POP,VARIANCE_POP
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/cast.md b/docs/documentation/cn/sql-reference/sql-functions/cast.md
index 9b08ba6..dbf2d68 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/cast.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/cast.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CAST
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/convert_tz.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/convert_tz.md
index 39ead9a..08cf7b7 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/convert_tz.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/convert_tz.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # convert_tz
 
 ## Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/current_timestamp.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/current_timestamp.md
index d2a810f..f07b007 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/current_timestamp.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/current_timestamp.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # current_timestamp
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/curtime.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/curtime.md
index 883e985..3632abf 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/curtime.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/curtime.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # curtime,current_time
 
 ## Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_add.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_add.md
index e19f307..2fe7ce5 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_add.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_add.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # date_add
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_format.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_format.md
index c43b738..b99c575 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_format.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_format.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # date_format
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_sub.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_sub.md
index 0fbb7d6..b7440cd 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_sub.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_sub.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # date_sub
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/datediff.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/datediff.md
index 67a8fed..fbd6fd1 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/datediff.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/datediff.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # datediff
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/day.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/day.md
index cd926a4..2da13c8 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/day.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/day.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # day
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayname.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayname.md
index d04bb65..e503a47 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayname.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayname.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # dayname
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofmonth.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofmonth.md
index 78b5308..212b04c 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofmonth.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofmonth.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # dayofmonth
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofweek.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofweek.md
index fc05591..ea867dd 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofweek.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofweek.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # dayofweek
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofyear.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofyear.md
index 39c081f..6647778 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofyear.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofyear.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # dayofyear
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_days.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_days.md
index adf0235..d88d75b 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_days.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_days.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # from_days
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_unixtime.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_unixtime.md
index 5332f18..352a143 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_unixtime.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_unixtime.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # from_unixtime
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/month.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/month.md
index aa760dc..5847d39 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/month.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/month.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # month
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/monthname.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/monthname.md
index abe38e3..ce5580e 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/monthname.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/monthname.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # monthname
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md
index 19f148f..3264ed7 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # now
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/str_to_date.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/str_to_date.md
index 3d5dd93..dc4840c 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/str_to_date.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/str_to_date.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # str_to_date
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/timediff.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/timediff.md
index 532c9e5..8f43f11 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/timediff.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/timediff.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # timediff
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/to_days.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/to_days.md
index baa6f7f..054e6bc 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/to_days.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/to_days.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # to_days
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/unix_timestamp.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/unix_timestamp.md
index 02b1368..afe4bd1 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/unix_timestamp.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/unix_timestamp.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # unix_timestamp
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/utc_timestamp.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/utc_timestamp.md
index 6c092f0..c4a56f3 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/utc_timestamp.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/utc_timestamp.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # utc_timestamp
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/workofyear.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/workofyear.md
index f71d0f8..8f1ca97 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/workofyear.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/workofyear.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # weekofyear
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/year.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/year.md
index 101ce85..62505c3 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/year.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/year.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # year
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_astext.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_astext.md
index 7e8c47c..1d4d8cd 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_astext.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_astext.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_AsText`,`ST_AsWKT`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_circle.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_circle.md
index da7dfc4..f87c131 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_circle.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_circle.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_Circle`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_contains.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_contains.md
index ce47c52..93d4863 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_contains.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_contains.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_Contains`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_distance_sphere.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_distance_sphere.md
index 27b0858..32c7341 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_distance_sphere.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_distance_sphere.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_Distance_Sphere`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_geometryfromtext.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_geometryfromtext.md
index 72dd9d7..fe4e0f7 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_geometryfromtext.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_geometryfromtext.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_GeometryFromText`,`ST_GeomFromText`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_linefromtext.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_linefromtext.md
index 7f7165c..ba7ea26 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_linefromtext.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_linefromtext.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_LineFromText`,`ST_LineStringFromText`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_point.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_point.md
index 03e5dbc..c22150a 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_point.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_point.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_Point`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_polygon.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_polygon.md
index d1b8101..591ec29 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_polygon.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_polygon.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_Polygon`,`ST_PolyFromText`,`ST_PolygonFromText`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_x.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_x.md
index f819e69..784da1a 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_x.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_x.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_X`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_y.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_y.md
index a8bc23b..19db953 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_y.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_y.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_Y`
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/ascii.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/ascii.md
index 49f96fa..2e03d83 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/ascii.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/ascii.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ascii
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat.md
index 4bcae3d..6dba21a 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # concat
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat_ws.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat_ws.md
index 4478420..ab00a22 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat_ws.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat_ws.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # concat_ws
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/find_in_set.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/find_in_set.md
index e66d41d..c66c779 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/find_in_set.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/find_in_set.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # find_in_set
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_double.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_double.md
index c6f766e..06a9f2f 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_double.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_double.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # get_json_double
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_int.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_int.md
index 56366e4..1d7dde0 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_int.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_int.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # get_json_int
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_string.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_string.md
index 504de06..cad4ee5 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_string.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_string.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # get_json_string
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/group_concat.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/group_concat.md
index 721f820..669b866 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/group_concat.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/group_concat.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # group_concat
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/instr.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/instr.md
index 65db339..53e1d24 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/instr.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/instr.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # instr
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lcase.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lcase.md
index 7acb684..47de71f 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lcase.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lcase.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # lcase
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/left.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/left.md
index 705b3f8..5f7f3f8 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/left.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/left.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # left
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/length.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/length.md
index fa852ed..3de7e6f 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/length.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/length.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # length
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/locate.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/locate.md
index e239904..1ed1aa7 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/locate.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/locate.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # locate
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lower.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lower.md
index 00f3e20..35aebe9 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lower.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lower.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # lower
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lpad.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lpad.md
index 41c836a..7025f13 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lpad.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lpad.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # lpad
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/ltrim.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/ltrim.md
index c3c8f04..b57a123 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/ltrim.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/ltrim.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ltrim
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/money_format.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/money_format.md
index 6abc5de..a26b58f 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/money_format.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/money_format.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # money_format
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_extract.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_extract.md
index 5746b7b..cf71a07 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_extract.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_extract.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # regexp_extract
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_replace.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_replace.md
index c6bdae2..22f0d7e 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_replace.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_replace.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # regexp_replace
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/repeat.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/repeat.md
index 71885ba..142da95 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/repeat.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/repeat.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # repeat
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/right.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/right.md
index e5fb9a1..79c7b65 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/right.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/right.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # right
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/split_part.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/split_part.md
index 80c8c25..71712e5 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/split_part.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/split_part.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # split_part
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/strleft.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/strleft.md
index c2c4d90..7e27f2d 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/strleft.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/strleft.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # strleft
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/strright.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/strright.md
index 7976d92..8ff50f6 100644
--- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/strright.md
+++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/strright.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # strright
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE ROLE.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE ROLE.md
index 68cb258..4dd5007 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE ROLE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE ROLE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CREATE ROLE
 ## description
     该语句用户创建一个角色
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE USER.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE USER.md
index 06e88d2..44e3ec4 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE USER.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE USER.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CREATE USER
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP ROLE.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP ROLE.md
index b7d7e24..411cf8c 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP ROLE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP ROLE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DROP ROLE
 ## description
     该语句用户删除一个角色
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP USER.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP USER.md
index 93bfd2f..5d90390 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP USER.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP USER.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DROP USER
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/GRANT.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/GRANT.md
index e2d8318..e8bc853 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/GRANT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/GRANT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # GRANT
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/REVOKE.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/REVOKE.md
index bb37705..4d387d0 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/REVOKE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/REVOKE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # REVOKE
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PASSWORD.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PASSWORD.md
index 27eac65..c030f05 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PASSWORD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PASSWORD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SET PASSWORD
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PROPERTY.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PROPERTY.md
index f324ffa..cf01818 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PROPERTY.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PROPERTY.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SET PROPERTY
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW GRANTS.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW GRANTS.md
index a797cf7..72487fd 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW GRANTS.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW GRANTS.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW GRANTS
 ## description
     
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW ROLES.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW ROLES.md
index b25119c..245f0ab 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW ROLES.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW ROLES.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW ROLES
 ## description
     该语句用于展示所有已创建的角色信息,包括角色名称,包含的用户以及权限。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR.md
index 52e521b..638c680 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ADMIN CANCEL REPAIR
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN REPAIR.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN REPAIR.md
index 2ae44ae..f24815e 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN REPAIR.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN REPAIR.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ADMIN REPAIR
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md
index b6e277d..dfc19eb 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ADMIN SET CONFIG
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG.md
index c8ee9e6..3af6a0d 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ADMIN SHOW CONFIG
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION.md
index c948e0c..23aa65e 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ADMIN SHOW REPLICA DISTRIBUTION
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS.md
index 93e0033..80ec9a8 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ADMIN SHOW REPLICA STATUS
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER CLUSTER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER CLUSTER.md
index b9de2e3..fd763d0 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER CLUSTER.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER CLUSTER.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ALTER CLUSTER
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER SYSTEM.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER SYSTEM.md
index d6a3569..82f8557 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER SYSTEM.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER SYSTEM.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ALTER SYSTEM
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION.md
index 54d76fa..bdac66f 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CANCEL DECOMMISSION
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE CLUSTER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE CLUSTER.md
index 6ff866f..4cc6153 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE CLUSTER.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE CLUSTER.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CREATE CLUSTER
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE FILE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE FILE.md
index 33d1152..5441f0a 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE FILE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE FILE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CREATE FILE
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP CLUSTER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP CLUSTER.md
index d755037..122080e 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP CLUSTER.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP CLUSTER.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DROP CLUSTER
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP FILE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP FILE.md
index 205f4a5..0157c30 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP FILE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP FILE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DROP FILE
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ENTER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ENTER.md
index cf21a7e..8fdcc36 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ENTER.md
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ENTER.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ENTER 
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/LINK DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/LINK DATABASE.md
index a69144b..db1e30a 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/LINK DATABASE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/LINK DATABASE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # LINK DATABASE
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/MIGRATE DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/MIGRATE DATABASE.md
index fcc9a73..ad90c59 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/MIGRATE DATABASE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/MIGRATE DATABASE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # MIGRATE DATABASE
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BACKENDS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BACKENDS.md
index ae96e8d..0962198 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BACKENDS.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BACKENDS.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW BACKENDS
 ## description
     该语句用于查看 cluster 内的 BE 节点
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BROKER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BROKER.md
index 82bf99b..9e79cc5 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BROKER.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BROKER.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW BROKER
 ## description
     该语句用于查看当前存在的 broker 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FILE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FILE.md
index b25b726..82c41c6 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FILE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FILE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW FILE
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FRONTENDS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FRONTENDS.md
index 1b96368..9cc2e31 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FRONTENDS.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FRONTENDS.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW FRONTENDS
 ## description
     该语句用于查看 FE 节点
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS.md
index 58bc2e6..eb0c834 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW FULL COLUMNS
 ## description
     该语句用于指定表的列信息
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW MIGRATIONS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW MIGRATIONS.md
index 87cb4dc..182ba83 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW MIGRATIONS.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW MIGRATIONS.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW MIGRATIONS
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW TABLE STATUS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW TABLE STATUS.md
index aa2a102..0b6543c 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW TABLE STATUS.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW TABLE STATUS.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW TABLE STATUS
 ## description
     该语句用于查看 Table 的一些信息。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER DATABASE.md
index a020ece..66b692c 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER DATABASE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER DATABASE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ALTER DATABASE
 ## description
     该语句用于设置指定数据库的属性。(仅管理员使用)
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER TABLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER TABLE.md
index 722351d..3758aa7 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER TABLE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER TABLE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ALTER TABLE
 ## description
     该语句用于对已有的 table 进行修改。如果没有指定 rollup index,默认操作 base index。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/BACKUP.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/BACKUP.md
index 19c5137..c143069 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/BACKUP.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/BACKUP.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # BACKUP
 ## description
     该语句用于备份指定数据库下的数据。该命令为异步操作。提交成功后,需通过 SHOW BACKUP 命令查看进度。仅支持备份 OLAP 类型的表。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL ALTER.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL ALTER.md
index 93c17f9..f3600cb 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL ALTER.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL ALTER.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CANCEL ALTER
 ## description
     该语句用于撤销一个 ALTER 操作。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL BACKUP.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL BACKUP.md
index b6451b9..3035f29 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL BACKUP.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL BACKUP.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CANCEL BACKUP
 ## description
     该语句用于取消一个正在进行的 BACKUP 任务。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL RESTORE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL RESTORE.md
index b2b52be..d7fbc95 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL RESTORE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL RESTORE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CANCEL RESTORE
 ## description
     该语句用于取消一个正在进行的 RESTORE 任务。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE DATABASE.md
index 0093885..087d484 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE DATABASE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE DATABASE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CREATE DATABASE
 ## description
     该语句用于新建数据库(database)
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md
index 68ca391..4cacc5d 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CREATE REPOSITORY
 ## description
     该语句用于创建仓库。仓库用于属于备份或恢复。仅 root 或 superuser 用户可以创建仓库。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md
index 68fbfcc..d9903e2 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CREATE TABLE
 ## description
     该语句用于创建 table。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE VIEW.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE VIEW.md
index 9222f92..fb4bac8 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE VIEW.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE VIEW.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CREATE VIEW
 ## description
     该语句用于创建一个逻辑视图
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP DATABASE.md
index 7ad5ba0..f913f3b 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP DATABASE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP DATABASE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DROP DATABASE
 ## description
     该语句用于删除数据库(database)
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md
index 1ecdc6a..9bb83ac 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DROP REPOSITORY
 ## description
     该语句用于删除一个已创建的仓库。仅 root 或 superuser 用户可以删除仓库。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP TABLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP TABLE.md
index 9f1473b..6452d19 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP TABLE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP TABLE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DROP TABLE
 ## description
     该语句用于删除 table 。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP VIEW.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP VIEW.md
index e2feb73..2ce971f 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP VIEW.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP VIEW.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DROP VIEW
 ## description
     该语句用于删除一个逻辑视图 VIEW
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/HLL.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/HLL.md
index 80a0cc7..ae1c9af 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/HLL.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/HLL.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # HLL
 ## description
     HLL是基于HyperLogLog算法的工程实现,用于保存HyperLogLog计算过程的中间结果,它只能作为表的value列类型
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RECOVER.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RECOVER.md
index 73b52ae..fceeaa5 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RECOVER.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RECOVER.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # RECOVER
 ## description
     该语句用于恢复之前删除的 database、table 或者 partition
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RESTORE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RESTORE.md
index 0f6f71e..4e6d158 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RESTORE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RESTORE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # RESTORE
 ## description
     1. RESTORE
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE.md
index 28c68c5..0752630 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # TRUNCATE TABLE
 ## description
     该语句用于清空指定表和分区的数据
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/create-function.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/create-function.md
index 46a4097..67ca3c5 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/create-function.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/create-function.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CREATE FUNCTION
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/drop-function.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/drop-function.md
index 021c747..66b92a3 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/drop-function.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/drop-function.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DROP FUNCTION
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/show-function.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/show-function.md
index 9929ff5..97d22ae 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/show-function.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/show-function.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW FUNCTION
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/BROKER LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/BROKER LOAD.md
index 99bc7ed..cb8386e 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/BROKER LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/BROKER LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # BROKER LOAD
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD.md
index 02dbb25..f21ebbe 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CANCEL LOAD
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/DELETE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/DELETE.md
index 2ed78e1..a902e89 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/DELETE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/DELETE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DELETE
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/EXPORT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/EXPORT.md
index 61fc286..0955f20 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/EXPORT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/EXPORT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # EXPORT
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/LOAD.md
index 9bde11c..f9299c3 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # LOAD
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MINI LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MINI LOAD.md
index b13d8f2..f9d3ccd 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MINI LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MINI LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # MINI LOAD
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MULTI LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MULTI LOAD.md
index dc58fb3..cc1bb0c 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MULTI LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MULTI LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # MULTI LOAD
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD.md
index 13a371d..b70a415 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # PAUSE ROUTINE LOAD
 ## example
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD.md
index 2401b62..d7b7622 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # RESUME ROUTINE LOAD
 ## example
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD.md
index 3c38b9f..33c4d59 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # ROUTINE LOAD
 ## description
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ALTER.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ALTER.md
index 54d1d51..a7678b0 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ALTER.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ALTER.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW ALTER
 ## description
     该语句用于展示当前正在进行的各类修改任务的执行情况
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP.md
index 97ad8c1..b10e865 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW BACKUP
 ## description
     该语句用于查看 BACKUP 任务
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATA.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATA.md
index 9617586..48c0d70 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATA.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATA.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW DATA
 ## description
     该语句用于展示数据量
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES.md
index bc46fd0..823dd83 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW DATABASES
 ## description
     该语句用于展示当前可见的 db
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DELETE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DELETE.md
index 89af796..023bed0 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DELETE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DELETE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW DELETE
 ## description
     该语句用于展示已执行成功的历史 delete 任务
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT.md
index 54de1c9..f91f1b0 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW EXPORT
 ## description
     该语句用于展示指定的导出任务的执行情况
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW LOAD.md
index c4b56bd..7997a3a 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW LOAD
 ## description
     该语句用于展示指定的导入任务的执行情况
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS.md
index 44e959b..be01915 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW PARTITIONS
 ## description
     该语句用于展示分区信息
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY.md
index 17ca6ee..038e330 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW PROPERTY
 ## description
     该语句用于查看用户的属性
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES.md
index 9fb7f15..fe1f9e1 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW REPOSITORIES
 ## description
     该语句用于查看当前已创建的仓库。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE.md
index 1139a62..3ce61ca 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW RESTORE
 ## description
     该语句用于查看 RESTORE 任务
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK.md
index d01e3bb..79b1cf7 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW ROUTINE LOAD TASK
 ## example
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD.md
index f453e6c..bb8a1b8 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW ROUTINE LOAD
 ## example
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT.md
index 6758e86..d85eed6 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW SNAPSHOT
 ## description
     该语句用于查看仓库中已存在的备份。
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLES.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLES.md
index b2670ef..6c9c238 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLES.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLES.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW TABLES
 ## description
     该语句用于展示当前 db 下所有的 table
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLET.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLET.md
index 6f5085a..cb51d9b 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLET.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLET.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SHOW TABLET
 ## description
     该语句用于显示 tablet 相关的信息(仅管理员使用)
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD.md
index 3e7cd6f..f71c5cf 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # STOP ROUTINE LOAD
 ## example
 
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STREAM LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STREAM LOAD.md
index e871b46..edb6428 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STREAM LOAD.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STREAM LOAD.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # STREAM LOAD
 ## description
     NAME:
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/insert.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/insert.md
index 2ffba1b..6483c20 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/insert.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/insert.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # INSERT
 ## description
 ### Syntax
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/BIGINT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/BIGINT.md
index 753a76e..7533d5c 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/BIGINT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/BIGINT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # BIGINT
 ## description
     BIGINT
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/BOOLEAN.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/BOOLEAN.md
index 691c0ac..7da0b7a 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/BOOLEAN.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/BOOLEAN.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # BOOLEAN
 ## description
     BOOL, BOOLEN
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/CHAR.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/CHAR.md
index 510c658..0aff8fe 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/CHAR.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/CHAR.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CHAR
 ## description
     CHAR(M)
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATE.md
index e66044d..b06e5ea 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DATE
 ## description
     DATE函数
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATETIME.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATETIME.md
index b46ca1a..875149d 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATETIME.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATETIME.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DATETIME
 ## description
     DATETIME
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DECIMAL.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DECIMAL.md
index 3bfc97d..e71911d 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DECIMAL.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DECIMAL.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DECIMAL
 ## description
     DECIMAL(M[,D])
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DOUBLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DOUBLE.md
index 6762a1a..72234da 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DOUBLE.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DOUBLE.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DOUBLE
 ## description
     DOUBLE
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/FLOAT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/FLOAT.md
index d7131df..c87ed69 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/FLOAT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/FLOAT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # FLOAT
 ## description
     FLOAT
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/HLL.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/HLL.md
index 0c9ceca..f18df5f 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/HLL.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/HLL.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # HLL(HyperLogLog)
 ## description
     VARCHAR(M)
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/INT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/INT.md
index 6419c8b..17b42c0 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/INT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/INT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # INT
 ## description
     INT
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/LARGEINT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/LARGEINT.md
index b15df26..84034b1 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/LARGEINT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/LARGEINT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # LARGEINT
 ## description
     LARGEINT
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/SMALLINT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/SMALLINT.md
index 311ab81..59d4943 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/SMALLINT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/SMALLINT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SMALLINT
 ## description
     SMALLINT
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/TINYINT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/TINYINT.md
index ca29a3d..a8b0794 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/TINYINT.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/TINYINT.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # TINYINT
 ## description
     TINYINT
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/VARCHAR.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/VARCHAR.md
index d7791b1..b2819f8 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/VARCHAR.md	
+++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/VARCHAR.md	
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # VARCHAR
 ## description
     VARCHAR(M)
diff --git a/docs/documentation/cn/sql-reference/sql-statements/Utility/DESCRIBE.md b/docs/documentation/cn/sql-reference/sql-statements/Utility/DESCRIBE.md
index 960e120..99e7043 100644
--- a/docs/documentation/cn/sql-reference/sql-statements/Utility/DESCRIBE.md
+++ b/docs/documentation/cn/sql-reference/sql-statements/Utility/DESCRIBE.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # DESCRIBE
 ## description
     该语句用于展示指定 table 的 schema 信息
diff --git a/docs/documentation/en/administrator-guide/backup-restore_EN.md b/docs/documentation/en/administrator-guide/backup-restore_EN.md
index e06af4c..e740f5a 100644
--- a/docs/documentation/en/administrator-guide/backup-restore_EN.md
+++ b/docs/documentation/en/administrator-guide/backup-restore_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Backup and Recovery
 
 Doris supports the backup of current data in the form of files to remote storage systems via broker. The data can then be restored from the remote storage system to any Doris cluster by the restore command. With this feature, Doris can support regular snapshot backups of data. It can also be used to migrate data between different clusters.
diff --git a/docs/documentation/en/administrator-guide/colocation-join_EN.md b/docs/documentation/en/administrator-guide/colocation-join_EN.md
index a9498dc..8802dd2 100644
--- a/docs/documentation/en/administrator-guide/colocation-join_EN.md
+++ b/docs/documentation/en/administrator-guide/colocation-join_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Colocation Join
 
 Colocation Join is a new feature introduced in Doris 0.9. The purpose of this paper is to provide local optimization for some Join queries to reduce data transmission time between nodes and speed up queries.
diff --git a/docs/documentation/en/administrator-guide/config/fe_config_en.md b/docs/documentation/en/administrator-guide/config/fe_config_en.md
index 4234f4c..43b7d15 100644
--- a/docs/documentation/en/administrator-guide/config/fe_config_en.md
+++ b/docs/documentation/en/administrator-guide/config/fe_config_en.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Configuration
 
 ## brpc_max_body_size
diff --git a/docs/documentation/en/administrator-guide/export_manual_EN.md b/docs/documentation/en/administrator-guide/export_manual_EN.md
index 12617b9..9a3f094 100644
--- a/docs/documentation/en/administrator-guide/export_manual_EN.md
+++ b/docs/documentation/en/administrator-guide/export_manual_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Data export
 
 Export is a function provided by Doris to export data. This function can export user-specified table or partition data in text format to remote storage through Broker process, such as HDFS/BOS.
diff --git a/docs/documentation/en/administrator-guide/http-actions/cancel-label_EN.md b/docs/documentation/en/administrator-guide/http-actions/cancel-label_EN.md
index 140df33..ba7cab4 100644
--- a/docs/documentation/en/administrator-guide/http-actions/cancel-label_EN.md
+++ b/docs/documentation/en/administrator-guide/http-actions/cancel-label_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CANCEL LABEL
 ## description
     NAME:
diff --git a/docs/documentation/en/administrator-guide/http-actions/fe-get-log-file_EN.md b/docs/documentation/en/administrator-guide/http-actions/fe-get-log-file_EN.md
index 86cffa4..a84aa00 100644
--- a/docs/documentation/en/administrator-guide/http-actions/fe-get-log-file_EN.md
+++ b/docs/documentation/en/administrator-guide/http-actions/fe-get-log-file_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # get\_log\_file
 
 To get FE log via HTTP
diff --git a/docs/documentation/en/administrator-guide/http-actions/get-label-state_EN.md b/docs/documentation/en/administrator-guide/http-actions/get-label-state_EN.md
index 4d0aba4..bceb37a 100644
--- a/docs/documentation/en/administrator-guide/http-actions/get-label-state_EN.md
+++ b/docs/documentation/en/administrator-guide/http-actions/get-label-state_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # GET LABEL STATE
 ## description
     NAME:
diff --git a/docs/documentation/en/administrator-guide/http-actions/restore-tablet_EN.md b/docs/documentation/en/administrator-guide/http-actions/restore-tablet_EN.md
index 38ec8cf..d08bc1d 100644
--- a/docs/documentation/en/administrator-guide/http-actions/restore-tablet_EN.md
+++ b/docs/documentation/en/administrator-guide/http-actions/restore-tablet_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # RESTORE TABLET
 ## description
    
diff --git a/docs/documentation/en/administrator-guide/load-data/broker-load-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/broker-load-manual_EN.md
index 87304d7..134682e 100644
--- a/docs/documentation/en/administrator-guide/load-data/broker-load-manual_EN.md
+++ b/docs/documentation/en/administrator-guide/load-data/broker-load-manual_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Broker Load
 
 Broker load is an asynchronous import method, and the data source supported depends on the data source supported by the Broker process.
diff --git a/docs/documentation/en/administrator-guide/load-data/insert-into-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/insert-into-manual_EN.md
index 6d3024b..3e9dbbc 100644
--- a/docs/documentation/en/administrator-guide/load-data/insert-into-manual_EN.md
+++ b/docs/documentation/en/administrator-guide/load-data/insert-into-manual_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Insert Into
 
 The use of Insert Into statements is similar to that of Insert Into statements in databases such as MySQL. But in Doris, all data writing is a separate import job. So Insert Into is also introduced here as an import method.
diff --git a/docs/documentation/en/administrator-guide/load-data/load-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/load-manual_EN.md
index cb4222e..fbbe89f 100644
--- a/docs/documentation/en/administrator-guide/load-data/load-manual_EN.md
+++ b/docs/documentation/en/administrator-guide/load-data/load-manual_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Introduction Overview
 
 The Load function is to import the user's raw data into Doris. After successful import, users can query data through Mysql client.
diff --git a/docs/documentation/en/administrator-guide/load-data/routine-load-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/routine-load-manual_EN.md
index 2199e26..9079330 100644
--- a/docs/documentation/en/administrator-guide/load-data/routine-load-manual_EN.md
+++ b/docs/documentation/en/administrator-guide/load-data/routine-load-manual_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Routine Load
 
 The Routine Load feature provides users with a way to automatically load data from a specified data source.
diff --git a/docs/documentation/en/administrator-guide/load-data/stream-load-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/stream-load-manual_EN.md
index a397997..37238df 100644
--- a/docs/documentation/en/administrator-guide/load-data/stream-load-manual_EN.md
+++ b/docs/documentation/en/administrator-guide/load-data/stream-load-manual_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Stream load
 
 Stream load is a synchronous way of importing. Users import local files or data streams into Doris by sending HTTP protocol requests. Stream load synchronously executes the import and returns the import result. Users can directly determine whether the import is successful by the return body of the request.
diff --git a/docs/documentation/en/administrator-guide/operation/metadata-operation_EN.md b/docs/documentation/en/administrator-guide/operation/metadata-operation_EN.md
index 0dd119e..e3fc346 100644
--- a/docs/documentation/en/administrator-guide/operation/metadata-operation_EN.md
+++ b/docs/documentation/en/administrator-guide/operation/metadata-operation_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Metadata Operations and Maintenance
 
 This document focuses on how to manage Doris metadata in a real production environment. It includes the proposed deployment of FE nodes, some commonly used operational methods, and common error resolution methods.
diff --git a/docs/documentation/en/administrator-guide/operation/monitor-alert_EN.md b/docs/documentation/en/administrator-guide/operation/monitor-alert_EN.md
index 784ece8..d8a82a7 100644
--- a/docs/documentation/en/administrator-guide/operation/monitor-alert_EN.md
+++ b/docs/documentation/en/administrator-guide/operation/monitor-alert_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Monitoring and alarming
 
 This document mainly introduces Doris's monitoring items and how to collect and display them. And how to configure alarm (TODO)
diff --git a/docs/documentation/en/administrator-guide/operation/multi-tenant_EN.md b/docs/documentation/en/administrator-guide/operation/multi-tenant_EN.md
index 9583c2d..5b3c263 100644
--- a/docs/documentation/en/administrator-guide/operation/multi-tenant_EN.md
+++ b/docs/documentation/en/administrator-guide/operation/multi-tenant_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Multi-tenancy(Exprimental)
 
 This function is experimental and is not recommended for use in production environment.
diff --git a/docs/documentation/en/administrator-guide/operation/tablet-meta-tool_EN.md b/docs/documentation/en/administrator-guide/operation/tablet-meta-tool_EN.md
index da1023f..c71d7ae 100644
--- a/docs/documentation/en/administrator-guide/operation/tablet-meta-tool_EN.md
+++ b/docs/documentation/en/administrator-guide/operation/tablet-meta-tool_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Tablet metadata management tool
 
 ## Background
diff --git a/docs/documentation/en/administrator-guide/operation/tablet-repair-and-balance_EN.md b/docs/documentation/en/administrator-guide/operation/tablet-repair-and-balance_EN.md
index 804f0c0..3db7238 100644
--- a/docs/documentation/en/administrator-guide/operation/tablet-repair-and-balance_EN.md
+++ b/docs/documentation/en/administrator-guide/operation/tablet-repair-and-balance_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Data replica management
 
 Beginning with version 0.9.0, Doris introduced an optimized replica management strategy and supported a richer replica status viewing tool. This document focuses on Doris data replica balancing, repair scheduling strategies, and replica management operations and maintenance methods. Help users to more easily master and manage the replica status in the cluster.
diff --git a/docs/documentation/en/administrator-guide/privilege_EN.md b/docs/documentation/en/administrator-guide/privilege_EN.md
index dbff3c8..4390428 100644
--- a/docs/documentation/en/administrator-guide/privilege_EN.md
+++ b/docs/documentation/en/administrator-guide/privilege_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Authority Management
 
 Doris's new privilege management system refers to Mysql's privilege management mechanism, achieves table-level fine-grained privilege control, role-based privilege access control, and supports whitelist mechanism.
diff --git a/docs/documentation/en/administrator-guide/small-file-mgr_EN.md b/docs/documentation/en/administrator-guide/small-file-mgr_EN.md
index 297f85e..54f23be 100644
--- a/docs/documentation/en/administrator-guide/small-file-mgr_EN.md
+++ b/docs/documentation/en/administrator-guide/small-file-mgr_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # File Manager
 
 Some functions in Doris require some user-defined files. For example, public keys, key files, certificate files and so on are used to access external data sources. The File Manager provides a function that allows users to upload these files in advance and save them in Doris system, which can then be referenced or accessed in other commands.
diff --git a/docs/documentation/en/administrator-guide/sql-mode_EN.md b/docs/documentation/en/administrator-guide/sql-mode_EN.md
index d8f5359..0c1ea02 100644
--- a/docs/documentation/en/administrator-guide/sql-mode_EN.md
+++ b/docs/documentation/en/administrator-guide/sql-mode_EN.md
@@ -1,17 +1,40 @@
-#SQL MODE
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# SQL MODE
+
 The SQL MODE supported by Doris refers to the sql mode management mechanism of MySQL. Each client can set its own sql mode, and the database administrator with admin permission can set the global sql mode.
 
-##Sql mode introduction
+## Sql mode introduction
+
 SQL MODE enables users to switch between different styles of SQL syntax and data verification strictness, making Doris more compatible with other databases. For example, in some databases, the '||' symbol is a string connector, but in Doris it is equivalent to 'or'. At this time, users only need to use SQL mode to switch to the style they want. Each client can set sql mode, which is valid in the current conversation. Only users with admin permission can set global SQL mode.
 
-##Theory
+## Theory
+
 SQL MODE is stored in session variables with a 64 bit long type. Each bit of this address represents the on / off (1 for on, 0 for off) state of a mode. As long as we know the specific bit of each mode, we can easily and quickly verify and operate SQL mode through bit operation.
 
 Every time you query sql mode, the long type will be parsed into a user-readable string. Similarly, the sql mode string sent by the user to the server will be parsed into a long type that can be stored in session variables.
 
 The set global sql mode will be persisted, so the operation on the global sql mode is always only once, even after the program is restarted, the last global sql mode can be recovered.
 
-##Operation
+## Operation
+
 1、set sql mode
 
 ```
@@ -35,8 +58,10 @@ show global variables
 show session variables
 ```
 
-##supported mode
+## supported mode
+
 (Work in progress)
 
-##combine mode
+## combine mode
+
 (Work in progress)
\ No newline at end of file
diff --git a/docs/documentation/en/administrator-guide/time-zone_EN.md b/docs/documentation/en/administrator-guide/time-zone_EN.md
index 1ba6668..8e174fb 100644
--- a/docs/documentation/en/administrator-guide/time-zone_EN.md
+++ b/docs/documentation/en/administrator-guide/time-zone_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Time zone
 
 Doris supports multiple time zone settings
diff --git a/docs/documentation/en/community/gitter_EN.md b/docs/documentation/en/community/gitter_EN.md
index 7c77a77..94833d9 100644
--- a/docs/documentation/en/community/gitter_EN.md
+++ b/docs/documentation/en/community/gitter_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Gitter Manual
 
 ## Gitter introduction
diff --git a/docs/documentation/en/community/how-to-contribute_EN.md b/docs/documentation/en/community/how-to-contribute_EN.md
index 8b72d71..c027c77 100644
--- a/docs/documentation/en/community/how-to-contribute_EN.md
+++ b/docs/documentation/en/community/how-to-contribute_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Contribute to Doris
 
 Thank you very much for your interest in the Doris project. We welcome your suggestions, comments (including criticisms), comments and contributions to the Doris project.
diff --git a/docs/documentation/en/community/members_EN.md b/docs/documentation/en/community/members_EN.md
index 106b1a5..52d8aaf 100644
--- a/docs/documentation/en/community/members_EN.md
+++ b/docs/documentation/en/community/members_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # PMC Members & Committer
 
 ## Mentors (3)
diff --git a/docs/documentation/en/community/pull-request_EN.md b/docs/documentation/en/community/pull-request_EN.md
index 6db5535..9da220e 100644
--- a/docs/documentation/en/community/pull-request_EN.md
+++ b/docs/documentation/en/community/pull-request_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Code Submission Guide
 
 [Pull Request (PR)] (https://help.github.com/articles/about-pull-requests/) can be easily submitted on [Github] (https://github.com/apache/incubator-doris). The PR method of Doris project is described below.
diff --git a/docs/documentation/en/community/release-process_EN.md b/docs/documentation/en/community/release-process_EN.md
index 520a2e7..809d321 100644
--- a/docs/documentation/en/community/release-process_EN.md
+++ b/docs/documentation/en/community/release-process_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Publish of Apache Doris
 
 Apache publishing must be at least an IPMC member, a commiter with Apache mailboxes, a role called release manager.
diff --git a/docs/documentation/en/community/subscribe-mail-list_EN.md b/docs/documentation/en/community/subscribe-mail-list_EN.md
index 48a24e8..305526c 100644
--- a/docs/documentation/en/community/subscribe-mail-list_EN.md
+++ b/docs/documentation/en/community/subscribe-mail-list_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Subscribe to mailing lists
 
 Mail List is the most recognized form of communication in Apache community. Generally speaking, open source community questions and answers, technical discussions, transaction decisions are carried through mailing lists. The asynchronous and broadcasting features of mailing lists are also very suitable for communication in open source communities. So how do you subscribe to Apache Doris (incubating) mailing lists? It mainly includes the following five steps.
diff --git a/docs/documentation/en/community/verify-apache-release_EN.md b/docs/documentation/en/community/verify-apache-release_EN.md
index 803bb5b..0da359b 100644
--- a/docs/documentation/en/community/verify-apache-release_EN.md
+++ b/docs/documentation/en/community/verify-apache-release_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Verify Apache Release
 
 To verify the release, following checklist can used to reference:
diff --git a/docs/documentation/en/developer-guide/debug-tool.md b/docs/documentation/en/developer-guide/debug-tool.md
index 530506a..1e22189 100644
--- a/docs/documentation/en/developer-guide/debug-tool.md
+++ b/docs/documentation/en/developer-guide/debug-tool.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Debug Tool
 
 In the process of using and developing Doris, we often encounter scenarios that need to debug Doris. Here are some common debugging tools.
diff --git a/docs/documentation/en/extending-doris/doris-on-es_EN.md b/docs/documentation/en/extending-doris/doris-on-es_EN.md
index 66fd115..8503816 100644
--- a/docs/documentation/en/extending-doris/doris-on-es_EN.md
+++ b/docs/documentation/en/extending-doris/doris-on-es_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Doris On ES
 
 Doris-On-ES combines Doris's distributed query planning capability with ES (Elastic search)'s full-text search capability to provide a more complete OLAP scenario solution:
@@ -196,10 +215,12 @@ The following operators are optimized to push down filters as follows:
 
 1. ES Version Requirements
 
-The main version of ES is larger than 5. The scanning mode of ES data before 2. X and after 5. x is different. At present, the scanning mode of ES data after 5. x is supported.
+	The main version of ES is larger than 5. The scanning mode of ES data before 2. X and after 5. x is different. At present, the scanning mode of ES data after 5. x is supported.
+
 2. Does ES Cluster Support X-Pack Authentication
 
-Support all ES clusters using HTTP Basic authentication
+	Support all ES clusters using HTTP Basic authentication
+
 3. Some queries are much slower than requesting ES
 
-Yes, for example, query related to _count, etc., the ES internal will directly read the number of documents that meet the requirements of the relevant metadata, without the need to filter the real data.
+	Yes, for example, query related to _count, etc., the ES internal will directly read the number of documents that meet the requirements of the relevant metadata, without the need to filter the real data.
diff --git a/docs/documentation/en/extending-doris/user-defined-function_EN.md b/docs/documentation/en/extending-doris/user-defined-function_EN.md
index 520dd68..e60b8f5 100644
--- a/docs/documentation/en/extending-doris/user-defined-function_EN.md
+++ b/docs/documentation/en/extending-doris/user-defined-function_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # User Define Function
 
 Users can extend Doris's capabilities through UDF mechanisms. Through this document, users can create their own UDF.
diff --git a/docs/documentation/en/getting-started/advance-usage_EN.md b/docs/documentation/en/getting-started/advance-usage_EN.md
index 9b0d7fd..b33765c 100644
--- a/docs/documentation/en/getting-started/advance-usage_EN.md
+++ b/docs/documentation/en/getting-started/advance-usage_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Advanced Use Guide
 
 Here we introduce some of Doris's advanced features.
@@ -21,8 +40,8 @@ Schema of Table 1 is as follows:
 +----------+-------------+------+-------+---------+-------+
 | siteid   | int(11)     | No   | true  | 10      |       |
 | citycode | smallint(6) | No   | true  | N/A     |       |
-1242, 1242, 1246, Varchar (32), 1244, 1244, True'124; 124;
-S/PV.124; PV.124; Bigint (20); No.124; fals_124; 0_124; Sum_124;
+| username | varchar(32) | No   | true  |         |       |
+| pv       | bigint(20)  | No   | false | 0       | SUM   |
 +----------+-------------+------+-------+---------+-------+
 ```
 
@@ -36,7 +55,7 @@ After successful submission, you can view the progress of the job by following c
 
 When the job state is FINISHED, the job is completed. The new Schema is in force.
 
-After ALTER TABLE is completed, you can view the latest Schema through `DESC TABLE'.
+After ALTER TABLE is completed, you can view the latest Schema through `DESC TABLE`.
 
 ```
 mysql> DESC table1;
@@ -45,9 +64,9 @@ mysql> DESC table1;
 +----------+-------------+------+-------+---------+-------+
 | siteid   | int(11)     | No   | true  | 10      |       |
 | citycode | smallint(6) | No   | true  | N/A     |       |
-1242, 1242, 1246, Varchar (32), 1244, 1244, True'124; 124;
-S/PV.124; PV.124; Bigint (20); No.124; fals_124; 0_124; Sum_124;
-UV Bigint (20) False 0 Sum 20 False 0 0 Sum 20 False 20 False False 0 Ultraviolet Ultraviolet Ultraviolet Ultraviolet
+| username | varchar(32) | No   | true  |         |       |
+| pv       | bigint(20)  | No   | false | 0       | SUM   |
+| uv       | bigint(20)  | No   | false | 0       | SUM   |
 +----------+-------------+------+-------+---------+-------+
 5 rows in set (0.00 sec)
 ```
@@ -72,9 +91,9 @@ Schema of Table 1 is as follows:
 +----------+-------------+------+-------+---------+-------+
 | siteid   | int(11)     | No   | true  | 10      |       |
 | citycode | smallint(6) | No   | true  | N/A     |       |
-1242, 1242, 1246, Varchar (32), 1244, 1244, True'124; 124;
-S/PV.124; PV.124; Bigint (20); No.124; fals_124; 0_124; Sum_124;
-UV Bigint (20) False 0 Sum 20 False 0 0 Sum 20 False 20 False False 0 Ultraviolet Ultraviolet Ultraviolet Ultraviolet
+| username | varchar(32) | No   | true  |         |       |
+| pv       | bigint(20)  | No   | false | 0       | SUM   |
+| uv       | bigint(20)  | No   | false | 0       | SUM   |
 +----------+-------------+------+-------+---------+-------+
 ```
 
@@ -97,12 +116,12 @@ mysql> desc table1 all;
 +-------------+----------+-------------+------+-------+---------+-------+
 | table1      | siteid   | int(11)     | No   | true  | 10      |       |
 |             | citycode | smallint(6) | No   | true  | N/A     |       |
-1.1.2.1.2.1.1.2.2.1.1.1.1.2.1.1.2 124; "Username" - 124; Varchar (32) 124; No.124; True_124; "124";
-Regulation 124; 1246; 12420; 12424; 12444; 1244; 1240; 1240; 1244;
-UV = 124; UV = 124; Bigint (20) False 0 Sum
+|             | username | varchar(32) | No   | true  |         |       |
+|             | pv       | bigint(20)  | No   | false | 0       | SUM   |
+|             | uv       | bigint(20)  | No   | false | 0       | SUM   |
 |             |          |             |      |       |         |       |
 | rollup_city | citycode | smallint(6) | No   | true  | N/A     |       |
-Regulation 124; 1246; 12420; 12424; 12444; 1244; 1240; 1240; 1244;
+|             | pv       | bigint(20)  | No   | false | 0       | SUM   |
 +-------------+----------+-------------+------+-------+---------+-------+
 8 rows in set (0.01 sec)
 ```
@@ -113,7 +132,7 @@ The following command can be used to cancel the job currently being executed:
 
 After Rollup is established, the query does not need to specify Rollup to query. Or specify the original table for query. The program automatically determines whether Rollup should be used. Whether Rollup is hit or not can be viewed by the `EXPLAIN your_sql;'command.
 
-For more help, see `HELP ALTER TABLE'.
+For more help, see `HELP ALTER TABLE`.
 
 ## 2 Query of Data Table
 
@@ -121,7 +140,7 @@ For more help, see `HELP ALTER TABLE'.
 
 To prevent a user's query from consuming too much memory. Queries are controlled in memory. A query task uses no more than 2GB of memory by default on a single BE node.
 
-When users use it, if they find a `Memory limit exceeded'error, they usually exceed the memory limit.
+When users use it, if they find a `Memory limit exceeded` error, they usually exceed the memory limit.
 
 Users should try to optimize their SQL statements when they encounter memory overrun.
 
@@ -132,23 +151,23 @@ Display query memory limits:
 ```
 mysql> SHOW VARIABLES LIKE "%mem_limit%";
 +---------------+------------+
-1.1.1.1.2.2.1.2.2.2.2.2.1.1 Amended as follows:
+| Variable_name | Value      |
 +---------------+------------+
-*124th; execution *limit *124; 21474848 *124;
+| exec_mem_limit| 2147483648 |
 +---------------+------------+
 1 row in set (0.00 sec)
 ```
 
-` The unit of exec_mem_limit is byte, and the value of `exec_mem_limit'can be changed by the `SET' command. If changed to 8GB.
+The unit of `exec_mem_limit` is byte, and the value of `exec_mem_limit` can be changed by the `SET` command. If changed to 8GB.
 
 `SET exec_mem_limit = 8589934592;`
 
 ```
 mysql> SHOW VARIABLES LIKE "%mem_limit%";
 +---------------+------------+
-1.1.1.1.2.2.1.2.2.2.2.2.1.1 Amended as follows:
+| Variable_name | Value      |
 +---------------+------------+
-124th; self -imposed limit 124; 8589934592
+| exec_mem_limit| 8589934592 |
 +---------------+------------+
 1 row in set (0.00 sec)
 ```
@@ -165,21 +184,21 @@ View the current timeout settings:
 ```
 mysql> SHOW VARIABLES LIKE "%query_timeout%";
 +---------------+-------+
-1.1.1.1.2.2.1.2.2.2.2.2.1.1 Amended as follows:
+| Variable_name | Value |
 +---------------+-------+
-124QUERY WENT TIMEOUT $124; 300 1244;
+| QUERY_TIMEOUT | 300   |
 +---------------+-------+
 1 row in set (0.00 sec)
 ```
 
 Modify the timeout to 1 minute:
 
-SET query timeout =60;'
+`SET query timeout =60;`
 
 >* The current timeout check interval is 5 seconds, so timeouts less than 5 seconds are not very accurate.
->* The above modifications are also session level. Global validity can be modified by `SET GLOBAL'.
+>* The above modifications are also session level. Global validity can be modified by `SET GLOBAL`.
 
-35; "3535; 2.3 broadcast / shufle join"
+### 2.3 Broadcast/Shuffle Join
 
 By default, the system implements Join by conditionally filtering small tables, broadcasting them to the nodes where the large tables are located, forming a memory Hash table, and then streaming out the data of the large tables Hash Join. However, if the amount of data filtered by small tables can not be put into memory, Join will not be able to complete at this time. The usual error should be caused by memory overrun first.
 
@@ -190,7 +209,7 @@ Use Broadcast Join (default):
 ```
 mysql> select sum(table1.pv) from table1 join table2 where table1.siteid = 2;
 +--------------------+
-+ 124; Sum (`Table1'`PV `124);
+| sum(`table1`.`pv`) |
 +--------------------+
 |                 10 |
 +--------------------+
@@ -202,19 +221,19 @@ Use Broadcast Join (explicitly specified):
 ```
 mysql> select sum(table1.pv) from table1 join [broadcast] table2 where table1.siteid = 2;
 +--------------------+
-+ 124; Sum (`Table1'`PV `124);
+| sum(`table1`.`pv`) |
 +--------------------+
 |                 10 |
 +--------------------+
 1 row in set (0.20 sec)
 ```
 
-20351;29992929292Join:
+Shuffle Join:
 
 ```
 mysql> select sum(table1.pv) from table1 join [shuffle] table2 where table1.siteid = 2;
 +--------------------+
-+ 124; Sum (`Table1'`PV `124);
+| sum(`table1`.`pv`) |
 +--------------------+
 |                 10 |
 +--------------------+
@@ -227,11 +246,11 @@ When multiple FE nodes are deployed, users can deploy load balancing layers on t
 
 Here are some highly available solutions:
 
-** The first **
+**The first**
 
 I retry and load balancing in application layer code. For example, if a connection is found to be dead, it will automatically retry on other connections. Application-level code retry requires the application to configure multiple Doris front-end node addresses.
 
-** Second **
+**Second**
 
 If you use MySQL JDBC connector to connect Doris, you can use jdbc's automatic retry mechanism:
 
@@ -239,8 +258,8 @@ If you use MySQL JDBC connector to connect Doris, you can use jdbc's automatic r
 jdbc:mysql:/[host:port],[host:port].../[database][? propertyName1][=propertyValue1][&propertyName2][=propertyValue2]...
 ```
 
-** The third **
+**The third**
 
 Applications can connect to and deploy MySQL Proxy on the same machine by configuring MySQL Proxy's Failover and Load Balance functions.
 
-`http://dev.mysql.com /doc /refman /5.6 /en /mysql -proxy -using.html `
+`http://dev.mysql.com/doc/refman/5.6/en/mysql-proxy-using.html`
\ No newline at end of file
diff --git a/docs/documentation/en/getting-started/basic-usage_EN.md b/docs/documentation/en/getting-started/basic-usage_EN.md
index 567a2aa..59c0c0d 100644
--- a/docs/documentation/en/getting-started/basic-usage_EN.md
+++ b/docs/documentation/en/getting-started/basic-usage_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 
 # Guidelines for Basic Use
 
@@ -114,10 +133,10 @@ The TABLE statement is as follows:
 ```
 CREATE TABLE table1
 (
-siteid INT DEFAULT '10',
-citycode SMALLINT,
-Username VARCHAR (32) DEFAULT',
-pv BIGINT SUM DEFAULT '0'
+    siteid INT DEFAULT '10',
+    citycode SMALLINT,
+    username VARCHAR(32) DEFAULT '',
+    pv BIGINT SUM DEFAULT '0'
 )
 AGGREGATE KEY(siteid, citycode, username)
 DISTRIBUTED BY HASH(siteid) BUCKETS 10
@@ -150,18 +169,18 @@ The TABLE statement is as follows:
 ```
 CREATE TABLE table2
 (
-event /day DATE,
-siteid INT DEFAULT '10',
-citycode SMALLINT,
-Username VARCHAR (32) DEFAULT',
-pv BIGINT SUM DEFAULT '0'
+    event_day DATE,
+    siteid INT DEFAULT '10',
+    citycode SMALLINT,
+    username VARCHAR(32) DEFAULT '',
+    pv BIGINT SUM DEFAULT '0'
 )
 AGGREGATE KEY(event_day, siteid, citycode, username)
 PARTITION BY RANGE(event_day)
 (
-The distribution value of P201706 was lower than that of ("2017-07-01").
-The segmentation value of P201707 is lower than that of ("2017-08-01").
-The segmentation value of P201708 is lower than that of ("2017-09-01").
+    PARTITION p201706 VALUES LESS THAN ('2017-07-01'),
+    PARTITION p201707 VALUES LESS THAN ('2017-08-01'),
+    PARTITION p201708 VALUES LESS THAN ('2017-09-01')
 )
 DISTRIBUTED BY HASH(siteid) BUCKETS 10
 PROPERTIES("replication_num" = "1");
@@ -172,7 +191,7 @@ After the table is built, you can view the information of the table in example_d
 ```
 MySQL> SHOW TABLES;
 +----------------------+
-1.1.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.1.2.1.2.2.2.2.2.2.2.2.2.2.2.2.2.2.
+| Tables_in_example_db |
 +----------------------+
 | table1               |
 | table2               |
@@ -185,8 +204,8 @@ MySQL> DESC table1;
 +----------+-------------+------+-------+---------+-------+
 | siteid   | int(11)     | Yes  | true  | 10      |       |
 | citycode | smallint(6) | Yes  | true  | N/A     |       |
-"124s; username"124s; varchar (32) "124s; Yes"124s; true "124s;"124s; "124s;
-+ 124; PV = 124; Bigint (20) Yes False 0 Sum
+| username | varchar(32) | Yes  | true  |         |       |
+| pv       | bigint(20)  | Yes  | false | 0       | SUM   |
 +----------+-------------+------+-------+---------+-------+
 4 rows in set (0.00 sec)
 
@@ -197,8 +216,8 @@ MySQL> DESC table2;
 | event_day | date        | Yes  | true  | N/A     |       |
 | siteid    | int(11)     | Yes  | true  | 10      |       |
 | citycode  | smallint(6) | Yes  | true  | N/A     |       |
-"124s; username"124s; varchar (32) "124s; Yes"124s; true "124s;"124s; "124s;
-+ 124; PV = 124; Bigint (20) Yes False 0 Sum
+| username  | varchar(32) | Yes  | true  |         |       |
+| pv        | bigint(20)  | Yes  | false | 0       | SUM   |
 +-----------+-------------+------+-------+---------+-------+
 5 rows in set (0.00 sec)
 ```
@@ -206,7 +225,7 @@ MySQL> DESC table2;
 > Notes:
 >
 > 1. By setting replication_num, the above tables are all single-copy tables. Doris recommends that users adopt the default three-copy settings to ensure high availability.
-> 2. Composite partition tables can be added or deleted dynamically. See the Partition section in `HELP ALTER TABLE'.
+> 2. Composite partition tables can be added or deleted dynamically. See the Partition section in `HELP ALTER TABLE`.
 > 3. Data import can import the specified Partition. See `HELP LOAD'.
 > 4. Schema of table can be dynamically modified.
 > 5. Rollup can be added to Table to improve query performance. This section can be referred to the description of Rollup in Advanced Usage Guide.
@@ -228,7 +247,7 @@ curl --location-trusted -u test:test -H "label:table1_20170707" -H "column_separ
 > 1. FE_HOST is the IP of any FE node and 8030 is http_port in fe.conf.
 > 2. You can use the IP of any BE and the webserver_port in be.conf to connect the target left and right for import. For example: `BE_HOST:8040`
 
-The local file `table1_data'takes `, `as the separation between data, and the specific contents are as follows:
+The local file `table1_data` takes `,` as the separation between data, and the specific contents are as follows:
 
 ```
 1,1,Jim,2
@@ -247,11 +266,11 @@ curl --location-trusted -u test:test -H "label:table2_20170707" -H "column_separ
 The local file `table2_data'is separated by `t'. The details are as follows:
 
 ```
-2017 -07 -03: 1st Jim
+2017-07-03  1   1   jim   2
 2017-07-05  2   1   grace 2
-2017-07-123 2 Tom 2
-2017 -07 -15 4 3 'bush' 3
-2017 -07 -12 5 3 'helen 3
+2017-07-12  3   2   tom   2
+2017-07-15  4   3   bush  3
+2017-07-12  5   3   helen 3
 ```
 
 > Notes:
@@ -260,27 +279,27 @@ The local file `table2_data'is separated by `t'. The details are as follows:
 > 2. Each batch of imported data needs to take a Label. Label is best a string related to a batch of data for easy reading and management. Doris based on Label guarantees that the same batch of data can be imported only once in a database. Label for failed tasks can be reused.
 > 3. Streaming imports are synchronous commands. The successful return of the command indicates that the data has been imported, and the failure of the return indicates that the batch of data has not been imported.
 
-'35;'35;' 35;'35; Broker'235488;'
+#### Broker Load
 
-Broker imports import data from external storage through deployed Broker processes. For more help, see `HELP BROKER LOAD;'`
+Broker imports import data from external storage through deployed Broker processes. For more help, see `HELP BROKER LOAD;`
 
 Example: Import files on HDFS into table1 table with "table1_20170708" as Label
 
 ```
 LOAD LABEL table1_20170708
 (
-DATA INFILE("hdfs://your.namenode.host:port/dir/table1_data")
-INTO TABLE table1
+    DATA INFILE("hdfs://your.namenode.host:port/dir/table1_data")
+    INTO TABLE table1
 )
-WITH BROKER hdfs
+WITH BROKER hdfs 
 (
-"Username" = "HDFS\\ user"
-"password"="hdfs_password"
+    "username"="hdfs_user",
+    "password"="hdfs_password"
 )
 PROPERTIES
 (
-Timeout ="3600",
-"max_filter_ratio"="0.1"
+    "timeout"="3600",
+    "max_filter_ratio"="0.1"
 );
 ```
 
@@ -294,7 +313,7 @@ In the return result, FINISHED in the `State'field indicates that the import was
 
 Asynchronous import tasks can be cancelled before the end:
 
-'CANCEL LOAD WHERE LABEL ="Table 1'u 201708";`
+`CANCEL LOAD WHERE LABEL = "table1_20170708";`
 
 ## 3 Data query
 
@@ -307,9 +326,9 @@ MySQL> SELECT * FROM table1 LIMIT 3;
 +--------+----------+----------+------+
 | siteid | citycode | username | pv   |
 +--------+----------+----------+------+
-1244; 2 *1244; 1 *1244;'grace '1242 *1244;
+|      2 |        1 | 'grace'  |    2 |
 |      5 |        3 | 'helen'  |    3 |
-124; 3 $124; 2 `124tom '"124; 2 `1244;
+|      3 |        2 | 'tom'    |    2 |
 +--------+----------+----------+------+
 5 rows in set (0.01 sec)
 
@@ -317,10 +336,10 @@ MySQL> SELECT * FROM table1 ORDER BY citycode;
 +--------+----------+----------+------+
 | siteid | citycode | username | pv   |
 +--------+----------+----------+------+
-1244; 2 *1244; 1 *1244;'grace '1242 *1244;
+|      2 |        1 | 'grace'  |    2 |
 |      1 |        1 | 'jim'    |    2 |
-124; 3 $124; 2 `124tom '"124; 2 `1244;
-1244; 4 *1243 *124bush "; 3 *1244;
+|      3 |        2 | 'tom'    |    2 |
+|      4 |        3 | 'bush'   |    3 |
 |      5 |        3 | 'helen'  |    3 |
 +--------+----------+----------+------+
 5 rows in set (0.01 sec)
@@ -333,7 +352,7 @@ Examples:
 ```
 MySQL> SELECT SUM(table1.pv) FROM table1 JOIN table2 WHERE table1.siteid = table2.siteid;
 +--------------------+
-+ 124; Sum (`Table1'`PV `124);
+| sum(`table1`.`pv`) |
 +--------------------+
 |                 12 |
 +--------------------+
@@ -347,9 +366,9 @@ Examples:
 ```
 MySQL> SELECT SUM(pv) FROM table2 WHERE siteid IN (SELECT siteid FROM table1 WHERE siteid > 2);
 +-----------+
-+ 124; Sum (`PV') 124;
+| sum(`pv`) |
 +-----------+
 |         8 |
 +-----------+
 1 row in set (0.13 sec)
-```
+```
\ No newline at end of file
diff --git a/docs/documentation/en/getting-started/best-practice_EN.md b/docs/documentation/en/getting-started/best-practice_EN.md
index 1de69ca..0ddc251 100644
--- a/docs/documentation/en/getting-started/best-practice_EN.md
+++ b/docs/documentation/en/getting-started/best-practice_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # Best Practices
 
 ## 1 tabulation
diff --git a/docs/documentation/en/getting-started/data-model-rollup_EN.md b/docs/documentation/en/getting-started/data-model-rollup_EN.md
index 2e9b5e9..8a54b4c 100644
--- a/docs/documentation/en/getting-started/data-model-rollup_EN.md
+++ b/docs/documentation/en/getting-started/data-model-rollup_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # Data Model, ROLLUP and Prefix Index
 
 This document describes Doris's data model, ROLLUP and prefix index concepts at the logical level to help users better use Doris to cope with different business scenarios.
diff --git a/docs/documentation/en/getting-started/data-partition_EN.md b/docs/documentation/en/getting-started/data-partition_EN.md
index 7d0b656..03b8fcd 100644
--- a/docs/documentation/en/getting-started/data-partition_EN.md
+++ b/docs/documentation/en/getting-started/data-partition_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # Data Partition
 
 This document mainly introduces Doris's table construction and data partitioning, as well as problems and solutions that may be encountered in the construction of the table.
diff --git a/docs/documentation/en/getting-started/hit-the-rollup_EN.md b/docs/documentation/en/getting-started/hit-the-rollup_EN.md
index bb631c6..c0bac60 100644
--- a/docs/documentation/en/getting-started/hit-the-rollup_EN.md
+++ b/docs/documentation/en/getting-started/hit-the-rollup_EN.md
@@ -1,4 +1,23 @@
-35; Rollup -19982;* 26597;* 35810
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Rollup and query
 
 As a polymer view in Doris, Rollup can play two roles in queries:
 
@@ -18,9 +37,9 @@ Rollup: Generally, it refers to the Rollup tables created based on Base tables,
 Doris's prefix index has been introduced in the previous query practice, that is, Doris will generate the first 36 bytes in the Base/Rollup table separately in the underlying storage engine (with varchar type, the prefix index may be less than 36 bytes, varchar will truncate the prefix index, and use up to 20 bytes of varchar). A sorted sparse index data (data is also sorted, positioned by index, and then searched by dichotomy in the data), and then matched each Base/Rollup prefix index  [...]
 
 ```
----> matching from left to right
+		---> matching from left to right
 +----+----+----+----+----+----+
-C1 `124; c2 `124; c3 `124; c4 `124; c5 `124;... 1244;
+| c1 | c2 | c3 | c4 | c5 |... |
 ```
 
 As shown in the figure above, the conditions of where and on in the query are pushed up and down to ScanNode and matched from the first column of the prefix index. Check if there are any of these columns in the condition, and then accumulate the matching length until the matching cannot match or the end of 36 bytes (columns of varchar type can only match 20 bytes and match less than 36 words). Section truncates prefix index, and then chooses a Base/Rollup with the longest matching length [...]
@@ -37,11 +56,11 @@ As shown in the figure above, the conditions of where and on in the query are pu
 |               | k6    | CHAR(5)      | Yes  | true  | N/A     |       |
 |               | k7    | DATE         | Yes  | true  | N/A     |       |
 |               | k8    | DATETIME     | Yes  | true  | N/A     |       |
-Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes
+|               | k9    | VARCHAR(20)  | Yes  | true  | N/A     |       |
 |               | k10   | DOUBLE       | Yes  | false | N/A     | MAX   |
 |               | k11   | FLOAT        | Yes  | false | N/A     | SUM   |
 |               |       |              |      |       |         |       |
-Roll -up of index 1 `124; k9 `124R; VARCHAR (20)'124R; Yes `1244true `124N /A `1244';
+| rollup_index1 | k9    | VARCHAR(20)  | Yes  | true  | N/A     |       |
 |               | k1    | TINYINT      | Yes  | true  | N/A     |       |
 |               | k2    | SMALLINT     | Yes  | true  | N/A     |       |
 |               | k3    | INT          | Yes  | true  | N/A     |       |
@@ -53,7 +72,7 @@ Roll -up of index 1 `124; k9 `124R; VARCHAR (20)'124R; Yes `1244true `124N /A `1
 |               | k10   | DOUBLE       | Yes  | false | N/A     | MAX   |
 |               | k11   | FLOAT        | Yes  | false | N/A     | SUM   |
 |               |       |              |      |       |         |       |
-
+| rollup_index2 | k9    | VARCHAR(20)  | Yes  | true  | N/A     |       |
 |               | k2    | SMALLINT     | Yes  | true  | N/A     |       |
 |               | k1    | TINYINT      | Yes  | true  | N/A     |       |
 |               | k3    | INT          | Yes  | true  | N/A     |       |
@@ -73,7 +92,7 @@ Roll -up of index 1 `124; k9 `124R; VARCHAR (20)'124R; Yes `1244true `124N /A `1
 |               | k3    | INT          | Yes  | true  | N/A     |       |
 |               | k7    | DATE         | Yes  | true  | N/A     |       |
 |               | k8    | DATETIME     | Yes  | true  | N/A     |       |
-Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes
+|               | k9    | VARCHAR(20)  | Yes  | true  | N/A     |       |
 |               | k10   | DOUBLE       | Yes  | false | N/A     | MAX   |
 |               | k11   | FLOAT        | Yes  | false | N/A     | SUM   |
 |               |       |              |      |       |         |       |
@@ -85,7 +104,7 @@ Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes
 |               | k3    | INT          | Yes  | true  | N/A     |       |
 |               | k7    | DATE         | Yes  | true  | N/A     |       |
 |               | k8    | DATETIME     | Yes  | true  | N/A     |       |
-Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes
+|               | k9    | VARCHAR(20)  | Yes  | true  | N/A     |       |
 |               | k10   | DOUBLE       | Yes  | false | N/A     | MAX   |
 |               | k11   | FLOAT        | Yes  | false | N/A     | SUM   |
 +---------------+-------+--------------+------+-------+---------+-------+
@@ -94,16 +113,16 @@ Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes
 The prefix indexes of the three tables are
 
 ```
-Base (k1, k2, k3, k4, k5, k6, k7)
-
-Index1 (k9)/index rollup (k9)
-
+Base(k1 ,k2, k3, k4, k5, k6, k7)
 
+rollup_index1(k9),rollup_index2(k9)
 
+rollup_index3(k4, k5, k6, k1, k2, k3, k7)
 
+rollup_index4(k4, k6, k5, k1, k2, k3, k7)
 ```
 
-Conditions on columns that can be indexed with the prefix need to be `= ``or', ``in', `between', and these conditions are side-by-side and the relationship uses `and `connections', which cannot be hit for `or', `!=` and so on. Then look at the following query:
+Conditions on columns that can be indexed with the prefix need to be `=` `<` `>` `<=` `>=` `in` `between`, and these conditions are side-by-side and the relationship uses `and` connections', which cannot be hit for `or`、`!=` and so on. Then look at the following query:
 
 ```
 SELECT * FROM test WHERE k1 = 1 AND k2 > 3;
@@ -112,18 +131,18 @@ SELECT * FROM test WHERE k1 = 1 AND k2 > 3;
 With the conditions on K1 and k2, check that only the first column of Base contains K1 in the condition, so match the longest prefix index, test, explain:
 
 ```
-|   0:OlapScanNode
-|      TABLE: test
-|      PREAGGREGATION: OFF. Reason: No AggregateInfo
-|      PREDICATES: `k1` = 1, `k2` > 3
-partitions =1 /1
-Rollup: test
-|      buckets=1/10
-|      cardinality=-1
-|      avgRowSize=0.0
-|      numNodes=0
+|   0:OlapScanNode                                                                                                                                                                                                                                                                                                                                                                                                 
+|      TABLE: test                                                                                                                                                                                                                                                                                                                                                                                                  
+|      PREAGGREGATION: OFF. Reason: No AggregateInfo                                                                                                                                                                                                                                                                                                                                                                
+|      PREDICATES: `k1` = 1, `k2` > 3                                                                                                                                                                                                                                                                                                                                                                               
+|      partitions=1/1                                                                                                                                                                                                                                                                                                                                                                                               
+|      rollup: test                                                                                                                                                                                                                                                                                                                                                                                                 
+|      buckets=1/10                                                                                                                                                                                                                                                                                                                                                                                                 
+|      cardinality=-1                                                                                                                                                                                                                                                                                                                                                                                               
+|      avgRowSize=0.0                                                                                                                                                                                                                                                                                                                                                                                               
+|      numNodes=0                                                                                                                                                                                                                                                                                                                                                                                                   
 |      tuple ids: 0
-```
+``` 
 
 Look again at the following queries:
 
@@ -132,16 +151,16 @@ Look again at the following queries:
 With K4 and K5 conditions, check that the first column of rollup_index3 and rollup_index4 contains k4, but the second column of rollup_index3 contains k5, so the matching prefix index is the longest.
 
 ```
-|   0:OlapScanNode
-|      TABLE: test
-|      PREAGGREGATION: OFF. Reason: No AggregateInfo
-|      PREDICATES: `k4` = 1, `k5` > 3
-partitions =1 /1
-Rollup: Rollup -u index3
-|      buckets=10/10
-|      cardinality=-1
-|      avgRowSize=0.0
-|      numNodes=0
+|   0:OlapScanNode                                                                                                                                                                                                                                                                                                                                                                                                
+|      TABLE: test                                                                                                                                                                                                                                                                                                                                                                                                  
+|      PREAGGREGATION: OFF. Reason: No AggregateInfo                                                                                                                                                                                                                                                                                                                                                                
+|      PREDICATES: `k4` = 1, `k5` > 3                                                                                                                                                                                                                                                                                                                                                                              
+|      partitions=1/1                                                                                                                                                                                                                                                                                                                                                                                               
+|      rollup: rollup_index3                                                                                                                                                                                                                                                                                                                                                                                        
+|      buckets=10/10                                                                                                                                                                                                                                                                                                                                                                                                
+|      cardinality=-1                                                                                                                                                                                                                                                                                                                                                                                               
+|      avgRowSize=0.0                                                                                                                                                                                                                                                                                                                                                                                               
+|      numNodes=0                                                                                                                                                                                                                                                                                                                                                                                                   
 |      tuple ids: 0
 ```
 
@@ -152,36 +171,36 @@ Now we try to match the conditions on the column containing varchar, as follows:
 There are K9 and K1 conditions. The first column of rollup_index1 and rollup_index2 contains k9. It is reasonable to choose either rollup here to hit the prefix index and randomly select the same one (because there are just 20 bytes in varchar, and the prefix index is truncated in less than 36 bytes). The current strategy here will continue to match k1, because the second rollup_index1 is listed as k1, so rollup_index1 is chosen, in fact, the latter K1 condition will not play an accelera [...]
 
 ```
-|   0:OlapScanNode
-|      TABLE: test
-|      PREAGGREGATION: OFF. Reason: No AggregateInfo
-|      PREDICATES: `k9` IN ('xxx', 'yyyy'), `k1` = 10
-partitions =1 /1
-Rollup: Rollup -u index1
-|      buckets=1/10
-|      cardinality=-1
-|      avgRowSize=0.0
-|      numNodes=0
+|   0:OlapScanNode                                                                                                                                                                                                                                                                                                                                                                                                  
+|      TABLE: test                                                                                                                                                                                                                                                                                                                                                                                                  
+|      PREAGGREGATION: OFF. Reason: No AggregateInfo                                                                                                                                                                                                                                                                                                                                                                
+|      PREDICATES: `k9` IN ('xxx', 'yyyy'), `k1` = 10                                                                                                                                                                                                                                                                                                                                                               
+|      partitions=1/1                                                                                                                                                                                                                                                                                                                                                                                               
+|      rollup: rollup_index1                                                                                                                                                                                                                                                                                                                                                                                        
+|      buckets=1/10                                                                                                                                                                                                                                                                                                                                                                                                 
+|      cardinality=-1                                                                                                                                                                                                                                                                                                                                                                                               
+|      avgRowSize=0.0                                                                                                                                                                                                                                                                                                                                                                                               
+|      numNodes=0                                                                                                                                                                                                                                                                                                                                                                                                   
 |      tuple ids: 0
-```
+```  
 
 Finally, look at a query that can be hit by more than one Rollup:
 
-"Select * from test where K4 < 1000 and K5 = 80 and K6 = 10000;"
+`Select * from test where K4 < 1000 and K5 = 80 and K6 = 10000;`
 
 There are three conditions: k4, K5 and k6. The first three columns of rollup_index3 and rollup_index4 contain these three columns respectively. So the prefix index length matched by them is the same. Both can be selected. The current default strategy is to select a rollup created earlier. Here is rollup_index3.
 
 ```
-|   0:OlapScanNode
-|      TABLE: test
-|      PREAGGREGATION: OFF. Reason: No AggregateInfo
-|      PREDICATES: `k4` < 1000, `k5` = 80, `k6` >= 10000.0
-partitions =1 /1
-Rollup: Rollup -u index3
-|      buckets=10/10
-|      cardinality=-1
-|      avgRowSize=0.0
-|      numNodes=0
+|   0:OlapScanNode                                                                                                                                                                                                                                                                                                                                                                                                  
+|      TABLE: test                                                                                                                                                                                                                                                                                                                                                                                                  
+|      PREAGGREGATION: OFF. Reason: No AggregateInfo                                                                                                                                                                                                                                                                                                                                                                
+|      PREDICATES: `k4` < 1000, `k5` = 80, `k6` >= 10000.0                                                                                                                                                                                                                                                                                                                                                          
+|      partitions=1/1                                                                                                                                                                                                                                                                                                                                                                                               
+|      rollup: rollup_index3                                                                                                                                                                                                                                                                                                                                                                                        
+|      buckets=10/10                                                                                                                                                                                                                                                                                                                                                                                                
+|      cardinality=-1                                                                                                                                                                                                                                                                                                                                                                                               
+|      avgRowSize=0.0                                                                                                                                                                                                                                                                                                                                                                                               
+|      numNodes=0                                                                                                                                                                                                                                                                                                                                                                                                   
 |      tuple ids: 0
 ```
 
@@ -200,13 +219,14 @@ Of course, the function of aggregated data is indispensable for general polymer
 
 The following are some types of aggregated queries that can hit Rollup.
 
-| 列类型 查询类型 |  Sum  | Distinct/Count Distinct |   Min |  Max  |  Ndv  |
+| Column type Query type |  Sum  | Distinct/Count Distinct |   Min |  Max  |  Ndv  |
 |--------------|-------|-------------------------|-------|-------|-------|
-Key: 124key; false 124true true 124true true true true 124true true true 124true true true true 124true true true true true true true
-+ 124; Value (SUM) 124; False False False False False False False False False False False False False False False \
-+ 124; value (replace) FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE
-+ 124; value (min) = 124; false = 124; true = 124; false = 124; false = 124; false = 124; false = 124; false = 124; false = 124;
-+ 124; Value (Max) 124; False False False True False False False
+|     Key      | false |           true          |  true |  true | true  |
+|   Value(Sum) |  true |          false          | false | false | false |
+|Value(Replace)| false |          false          | false | false | false |
+|   Value(Min) | false |          false          |  true | false | false |
+|   Value(Max) | false |          false          | false | true  | false |
+
 
 If the above conditions are met, there will be two stages in judging the hit of Rollup for the aggregation model:
 
@@ -227,7 +247,7 @@ The following Base table and Rollup:
 |             | k6    | CHAR(5)      | Yes  | true  | N/A     |       |
 |             | k7    | DATE         | Yes  | true  | N/A     |       |
 |             | k8    | DATETIME     | Yes  | true  | N/A     |       |
-Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes
+|             | k9    | VARCHAR(20)  | Yes  | true  | N/A     |       |
 |             | k10   | DOUBLE       | Yes  | false | N/A     | MAX   |
 |             | k11   | FLOAT        | Yes  | false | N/A     | SUM   |
 |             |       |              |      |       |         |       |
@@ -247,6 +267,7 @@ Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes
 +-------------+-------+--------------+------+-------+---------+-------+
 ```
 
+
 See the following queries:
 
 `SELECT SUM(k11) FROM test_rollup WHERE k1 = 10 AND k2 > 200 AND k3 in (1,2,3);`
@@ -256,9 +277,9 @@ Firstly, it judges whether the query can hit the aggregated Rolup table. After c
 ```
 |   0:OlapScanNode                                          |
 |      TABLE: test_rollup                                   |
-PREAGGREGATION: ON {124}
+|      PREAGGREGATION: ON                                   |
 |      PREDICATES: `k1` = 10, `k2` > 200, `k3` IN (1, 2, 3) |
-partitions =1 /1
+|      partitions=1/1                                       |
 |      rollup: rollup2                                      |
 |      buckets=1/10                                         |
 |      cardinality=-1                                       |
diff --git a/docs/documentation/en/installing/compilation_EN.md b/docs/documentation/en/installing/compilation_EN.md
index 3935855..ca3dc4a 100644
--- a/docs/documentation/en/installing/compilation_EN.md
+++ b/docs/documentation/en/installing/compilation_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # Compilation
 
 This document focuses on how to code Doris through source code.
diff --git a/docs/documentation/en/installing/install-deploy_EN.md b/docs/documentation/en/installing/install-deploy_EN.md
index 7ed69c9..a36f37e 100644
--- a/docs/documentation/en/installing/install-deploy_EN.md
+++ b/docs/documentation/en/installing/install-deploy_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # Installation and deployment
 
 This document mainly introduces the hardware and software environment needed to deploy Doris, the proposed deployment mode, cluster expansion and scaling, and common problems in the process of cluster building and running.
diff --git a/docs/documentation/en/installing/upgrade_EN.md b/docs/documentation/en/installing/upgrade_EN.md
index 8451610..5dde755 100644
--- a/docs/documentation/en/installing/upgrade_EN.md
+++ b/docs/documentation/en/installing/upgrade_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # Cluster upgrade
 
 Doris can upgrade smoothly by rolling upgrades. The following steps are recommended for security upgrade.
diff --git a/docs/documentation/en/internal/doris_storage_optimization_EN.md b/docs/documentation/en/internal/doris_storage_optimization_EN.md
index 0376aa0..028bb36 100644
--- a/docs/documentation/en/internal/doris_storage_optimization_EN.md
+++ b/docs/documentation/en/internal/doris_storage_optimization_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # Doris Storage File Format Optimization #
 
 ## File format ##
diff --git a/docs/documentation/en/internal/metadata-design_EN.md b/docs/documentation/en/internal/metadata-design_EN.md
index b6e85bf..a2ff9ce 100644
--- a/docs/documentation/en/internal/metadata-design_EN.md
+++ b/docs/documentation/en/internal/metadata-design_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # Metadata Design Document
 
 ## Noun Interpretation
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/avg_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/avg_EN.md
index 6b48fc5..09ecffb 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/avg_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/avg_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 #AVG
 ## Description
 ### Syntax
@@ -14,7 +34,7 @@ Optional field DISTINCT parameters can be used to return the weighted average
 ```
 mysql> SELECT datetime, AVG(cost_time) FROM log_statis group by datetime;
 +---------------------+--------------------+
-"1. Article 124b; Article 124b; Article 124g (`cost u time');
+| datetime            | avg(`cost_time`)   |
 +---------------------+--------------------+
 | 2019-07-03 21:01:20 | 25.827794561933533 |
 +---------------------+--------------------+
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/bitmap_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/bitmap_EN.md
index 99dd2cc..f711f91 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/bitmap_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/bitmap_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 #BITMAP
 
 ## description
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_EN.md
index 168bdc3..d2fa70f 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # COUNT
 ## Description
 ### Syntax
@@ -19,7 +38,7 @@ MySQL > select count(*) from log_statis group by datetime;
 
 MySQL > select count(datetime) from log_statis group by datetime;
 +-------------------+
-count (`datetime') 1244;
+| count(`datetime`) |
 +-------------------+
 |         28521682  |
 +-------------------+
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_distinct_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_distinct_EN.md
index 95c2d1d..3f7259e 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_distinct_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_distinct_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # COUNT_DISTINCT
 ## Description
 ### Syntax
@@ -12,7 +31,7 @@ The number of rows used to return the required number, or the number of non-NULL
 ```
 MySQL > select count_distinct(query_id) from log_statis group by datetime;
 +----------------------------+
-+ 124. Calculate (`query `uid') separately;
+| count_distinct(`query_id`) |
 +----------------------------+
 |                        577 |
 +----------------------------+
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/hll_union_agg_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/hll_union_agg_EN.md
index 0586664..5b4699b 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/hll_union_agg_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/hll_union_agg_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # HLL_UNION_AGG
 ## description
 ### Syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/max_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/max_EN.md
index 41b8cbc..4d26d48 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/max_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/max_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # MAX
 ## description
 ### Syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/min_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/min_EN.md
index f8c6195..fa5349d 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/min_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/min_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # MIN
 ## Description
 ### Syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/ndv_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/ndv_EN.md
index e7c1f39..f4cf84f 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/ndv_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/ndv_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # NDV
 ## Description
 ### Syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/percentile_approx_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/percentile_approx_EN.md
index 0ec10ae..f57b208 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/percentile_approx_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/percentile_approx_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # PERCENTILE_APPROX
 ## Description
 ### Syntax
@@ -18,11 +37,13 @@ MySQL > select `table`, percentile_approx(cost_time,0.99) from log_statis group
 +----------+--------------------------------------+
 | test     |                                54.22 |
 +----------+--------------------------------------+
+
 MySQL > select `table`, percentile_approx(cost_time,0.99, 4096) from log_statis group by `table`;
 +---------------------+---------------------------+
 | table    | percentile_approx(`cost_time`, 0.99, 4096.0) |
 +----------+--------------------------------------+
 | test     |                                54.21 |
 +----------+--------------------------------------+
+```
 ##keyword
 PERCENTILE_APPROX,PERCENTILE,APPROX
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_EN.md
index c5a09d9..771e1d0 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # STDDEV,STDDEV_POP
 ## Description
 ### Syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_samp_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_samp_EN.md
index 0970ded..3211ffa 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_samp_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_samp_EN.md
@@ -1,8 +1,27 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # STDDEV_SAMP
 ## Description
 ### Syntax
 
-'STDDEV SAMP (expr)'
+`STDDEV SAMP (expr)`
 
 
 Returns the sample standard deviation of the expr expression
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/sum_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/sum_EN.md
index c9b06f2..b92d319 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/sum_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/sum_EN.md
@@ -1,8 +1,27 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # SUM
 ## Description
 ### Syntax
 
-` Sum (Expr)'
+`Sum (Expr)`
 
 
 Used to return the sum of all values of the selected field
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/var_samp_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/var_samp_EN.md
index 5fc65d5..cf2bdb4 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/var_samp_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/var_samp_EN.md
@@ -1,8 +1,27 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # VARIANCE_SAMP,VARIANCE_SAMP
 ## Description
 ### Syntax
 
-'VAR SAMP (expr)'
+`VAR SAMP (expr)`
 
 
 Returns the sample variance of the expr expression
@@ -15,5 +34,6 @@ MySQL > select var_samp(scan_rows) from log_statis group by datetime;
 +-----------------------+
 |    5.6227132145741789 |
 +-----------------------+
+```
 ##keyword
 VAR SAMP, VARIANCE SAMP,VAR,SAMP,VARIANCE
diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/variance_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/variance_EN.md
index 6b0da50..360a893 100644
--- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/variance_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/variance_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # VARIANCE,VAR_POP,VARIANCE_POP
 ## Description
 ### Syntax
@@ -22,5 +41,6 @@ MySQL > select var_pop(scan_rows) from log_statis group by datetime;
 +----------------------+
 |   5.6230744719006163 |
 +----------------------+
+```
 ##keyword
 VARIANCE,VAR_POP,VARIANCE_POP,VAR,POP
diff --git a/docs/documentation/en/sql-reference/sql-functions/cast_EN.md b/docs/documentation/en/sql-reference/sql-functions/cast_EN.md
index 4d1011b..bddf93f 100644
--- a/docs/documentation/en/sql-reference/sql-functions/cast_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/cast_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # CAST
 ##Description
 
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/current_timestamp_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/current_timestamp_EN.md
index 54b16e3..5ca078b 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/current_timestamp_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/current_timestamp_EN.md
@@ -1,13 +1,32 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # current_timestamp
-Description
-'35;'35;' 35; Syntax
+## Description
+### Syntax
 
 `DATETIME CURRENT_TIMESTAMP()`
 
 
 Get the current time and return it in Datetime type
 
-'35;'35; example
+## example
 
 ```
 mysql> select current_timestamp();
@@ -16,5 +35,6 @@ mysql> select current_timestamp();
 +---------------------+
 | 2019-05-27 15:59:33 |
 +---------------------+
+```
 ##keyword
 CURRENT_TIMESTAMP,CURRENT,TIMESTAMP
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_add_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_add_EN.md
index bebb73c..78fe62f 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_add_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_add_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # date_add
 ## Description
 ### Syntax
@@ -16,11 +35,12 @@ Sweet, sweet, sweet
 ## example
 
 ```
-mysql > select date to add ('2010 -11 -30 23:59:59', INTERVAL 2 DAY);
+mysql> select date_add('2010-11-30 23:59:59', INTERVAL 2 DAY);
 +-------------------------------------------------+
-+ 124; Date = U Add (= 2010-11-30 23:59', interval 2 days)
+| date_add('2010-11-30 23:59:59', INTERVAL 2 DAY) |
 +-------------------------------------------------+
 | 2010-12-02 23:59:59                             |
 +-------------------------------------------------+
+```
 ##keyword
 DATE_ADD,DATE,ADD
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_format_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_format_EN.md
index a3bf2a6..4b04f33 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_format_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_format_EN.md
@@ -1,6 +1,25 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # date_format
-Description
-'35;'35;' 35; Syntax
+## Description
+### Syntax
 
 'WARCHAR DATE'U FORMAT (DATETIME DATE, WARCHAR Format)'
 
@@ -44,7 +63,7 @@ The formats available are:
 
 % m | month, numerical value (00-12)
 
-%p%124; AM%25110PM
+%p | AM or PM
 
 % R | Time, 12 - hour (hh: mm: SS AM or PM)
 
@@ -74,47 +93,47 @@ The formats available are:
 
 % Y | Year, 2
 
-'35;'35; example
+## example
 
 ```
-mysql > select date'u format ('2009 -10 -04 22:23:00','%W%M%Y');
+mysql> select date_format('2009-10-04 22:23:00', '%W %M %Y');
 +------------------------------------------------+
-+ 124; Date = UFormat (-2009-10-04 22:23:00', w%M%Y);
+| date_format('2009-10-04 22:23:00', '%W %M %Y') |
 +------------------------------------------------+
 | Sunday October 2009                            |
 +------------------------------------------------+
 
-mysql > select date'u format ('2007 -10 -04 22:23:00','%H:%i:%s');
+mysql> select date_format('2007-10-04 22:23:00', '%H:%i:%s');
 +------------------------------------------------+
-+ 124; Date = UFormat (-2007-10-04 22:23:00', H:% I:% s));
+| date_format('2007-10-04 22:23:00', '%H:%i:%s') |
 +------------------------------------------------+
 | 22:23:00                                       |
 +------------------------------------------------+
 
-mysql > select date'u format ('1900 -10 -04 22:23:00','%D%y%a%d%m%b%j');
+mysql> select date_format('1900-10-04 22:23:00', '%D %y %a %d %m %b %j');
 +------------------------------------------------------------+
-+ 124; Date = UFormat (+1900-10-04 22:23:00',%Y%A%D%M%B%J)
+| date_format('1900-10-04 22:23:00', '%D %y %a %d %m %b %j') |
 +------------------------------------------------------------+
-+ 124; 4th 00 THU 04 10 Oct 277;
+| 4th 00 Thu 04 10 Oct 277                                   |
 +------------------------------------------------------------+
 
-mysql > select date'u format ('1997 -10 -04 22:23:00','%H%k%I%r%T%S%w');
+mysql> select date_format('1997-10-04 22:23:00', '%H %k %I %r %T %S %w');
 +------------------------------------------------------------+
-+ 124; Date = UFormat ("1997-10-04 22:23:00",%H%K%I%R%T%S%W") = 124;
+| date_format('1997-10-04 22:23:00', '%H %k %I %r %T %S %w') |
 +------------------------------------------------------------+
-22,22,10,23:00 PM 22:23:00 00,6,1244;
+| 22 22 10 10:23:00 PM 22:23:00 00 6                         |
 +------------------------------------------------------------+
 
-mysql > select date'u format ('1999 -01 -01 00:00','%X%V');
+mysql> select date_format('1999-01-01 00:00:00', '%X %V'); 
 +---------------------------------------------+
-Date of format ('1999 -01 -01 00:00','%X%V')
+| date_format('1999-01-01 00:00:00', '%X %V') |
 +---------------------------------------------+
 | 1998 52                                     |
 +---------------------------------------------+
 
 mysql> select date_format('2006-06-01', '%d');
 +------------------------------------------+
-date (2006 -06 -01 00:00','%d') 124date;
+| date_format('2006-06-01 00:00:00', '%d') |
 +------------------------------------------+
 | 01                                       |
 +------------------------------------------+
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_sub_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_sub_EN.md
index 6aa8b73..2673c74 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_sub_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_sub_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # date_sub
 ## Description
 ### Syntax
@@ -16,11 +35,12 @@ Sweet, sweet, sweet
 ## example
 
 ```
-mysql > select date sub ('2010 -11 -30 23:59:59', INTERVAL 2 DAY);
+mysql> select date_sub('2010-11-30 23:59:59', INTERVAL 2 DAY);
 +-------------------------------------------------+
-+ 124; date = USub (2010-11-30 23:59', interval 2 days);
+| date_sub('2010-11-30 23:59:59', INTERVAL 2 DAY) |
 +-------------------------------------------------+
 | 2010-11-28 23:59:59                             |
 +-------------------------------------------------+
+```
 ##keyword
 Date, date, date
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/datediff_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/datediff_EN.md
index 8fdcb8f..a3c3d7a 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/datediff_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/datediff_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # datediff
 ## Description
 ### Syntax
@@ -14,16 +34,16 @@ Note: Only the date part of the value participates in the calculation.
 ### example
 
 ```
-MySQL > select DateDiff (CAST ('2007 -12 -31 23:59:59 'AS DATETIME), CAST (2007 -12 -30' AS DATETIME));
+mysql> select datediff(CAST('2007-12-31 23:59:59' AS DATETIME), CAST('2007-12-30' AS DATETIME));
 +-----------------------------------------------------------------------------------+
-;datediff (CAST ('2007 -12 -31 23:59:59 'AS DATETIME), CAST ('2007 -12 -30' THE DATETIME)) 124;
+| datediff(CAST('2007-12-31 23:59:59' AS DATETIME), CAST('2007-12-30' AS DATETIME)) |
 +-----------------------------------------------------------------------------------+
 |                                                                                 1 |
 +-----------------------------------------------------------------------------------+
 
-mysql > select datediff (CAST ('2010 -11 -30 23:59:59 'AS DATETIME), CAST ('2010 -12 -31' AS DATETIME));
+mysql> select datediff(CAST('2010-11-30 23:59:59' AS DATETIME), CAST('2010-12-31' AS DATETIME));
 +-----------------------------------------------------------------------------------+
-124th; DateDiff (CAST ('2010 -11 -30 23:59:59 'AS DATETIME), CAST ('2010 -12 -31' THE DATETIME))
+| datediff(CAST('2010-11-30 23:59:59' AS DATETIME), CAST('2010-12-31' AS DATETIME)) |
 +-----------------------------------------------------------------------------------+
 |                                                                               -31 |
 +-----------------------------------------------------------------------------------+
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/day_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/day_EN.md
index b17b899..5f04db3 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/day_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/day_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # day
 ## Description
 ### Syntax
@@ -14,9 +33,10 @@ The parameter is Date or Datetime type
 ```
 mysql> select day('1987-01-31');
 +----------------------------+
-Day ('1987 -01 -31 00:00:00') 124day;
+| day('1987-01-31 00:00:00') |
 +----------------------------+
 |                         31 |
 +----------------------------+
+```
 ##keyword
 DAY
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayname_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayname_EN.md
index cc25e86..5c4be94 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayname_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayname_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # dayname
 ## Description
 ### Syntax
@@ -12,11 +31,12 @@ The parameter is Date or Datetime type
 ## example
 
 ```
-mysql > select dayname ('2007 -02 -03 00:00');
+mysql> select dayname('2007-02-03 00:00:00');
 +--------------------------------+
-Dayname ('2007 -02 -03 00:00:00') 124name;
+| dayname('2007-02-03 00:00:00') |
 +--------------------------------+
 | Saturday                       |
 +--------------------------------+
+```
 ##keyword
 DAYNAME
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofmonth_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofmonth_EN.md
index 4304a5d..ad5eed3 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofmonth_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofmonth_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # Dayofmonth
 ## Description
 ### Syntax
@@ -14,9 +34,10 @@ The parameter is Date or Datetime type
 ```
 mysql> select dayofmonth('1987-01-31');
 +-----------------------------------+
-Dayofmonth ('1987 -01 -31 00:00') 1244;
+| dayofmonth('1987-01-31 00:00:00') |
 +-----------------------------------+
 |                                31 |
 +-----------------------------------+
+```
 ##keyword
 DAYOFMONTH
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofweek_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofweek_EN.md
index 3a5fbf8..29d5919 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofweek_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofweek_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # dayofweek
 ## Description
 ### Syntax
@@ -10,13 +29,20 @@ The DAYOFWEEK function returns the index value of the working day of the date, t
 The parameter is Date or Datetime type
 
 ## example
-
 ```
 mysql> select dayofweek('2019-06-25');
 +----------------------------------+
-Dayofweek ('2019 -06 -25 00:00:00') 124s;
+| dayofweek('2019-06-25 00:00:00') |
 +----------------------------------+
 |                                3 |
 +----------------------------------+
+
+mysql> select dayofweek(cast(20190625 as date)); 
++-----------------------------------+
+| dayofweek(CAST(20190625 AS DATE)) |
++-----------------------------------+
+|                                 3 |
++-----------------------------------+
+```
 ##keyword
 DAYOFWEEK
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofyear_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofyear_EN.md
index cbdfb3e..af6c363 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofyear_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofyear_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Dayofyear
 ## Description
 ### Syntax
@@ -11,12 +30,14 @@ The parameter is Date or Datetime type
 
 ## example
 
+
 ```
-mysql > select dayofyear ('2007 -02 -03 00:00');
+mysql> select dayofyear('2007-02-03 00:00:00');
 +----------------------------------+
-Dayofyear ('2007 -02 -03 00:00') 124year;
+| dayofyear('2007-02-03 00:00:00') |
 +----------------------------------+
 |                               34 |
 +----------------------------------+
+```
 ##keyword
 DAYOFYEAR
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_days_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_days_EN.md
index a3095fd..c65f4a9 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_days_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_days_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # from_days
 ## Description
 ### Syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_unixtime_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_unixtime_EN.md
index 5c83f05..c20b478 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_unixtime_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_unixtime_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # from_unixtime
 ## description
 ### syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md
index 493be9c..6ea1e89 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # month
 ## Description
 ### Syntax
@@ -14,9 +33,10 @@ The parameter is Date or Datetime type
 ```
 mysql> select month('1987-01-01');
 +-----------------------------+
-month ('1987 -01 -01 00:00:00') 1244;
+| month('1987-01-01 00:00:00') |
 +-----------------------------+
 |                           1 |
 +-----------------------------+
+```
 ##keyword
 MONTH
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/monthname_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/monthname_EN.md
index 27c377f..ecc850a 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/monthname_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/monthname_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Monthname
 ## Description
 ### Syntax
@@ -12,11 +31,12 @@ The parameter is Date or Datetime type
 ## example
 
 ```
-mysql > select monthname ('2008 -02 -03 00:00');
+mysql> select monthname('2008-02-03 00:00:00');
 +----------------------------------+
-Monthname ('2008 -02 -03 00:00') 124me;
+| monthname('2008-02-03 00:00:00') |
 +----------------------------------+
-February 124th;
+| February                         |
 +----------------------------------+
+```
 ##keyword
 MONTHNAME
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md
index 6ce54f3..9ef4849 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # now
 ## Description
 ### Syntax
@@ -12,9 +31,10 @@ Get the current time and return it in Datetime type
 ```
 mysql> select now();
 +---------------------+
-124; now.
+| now()               |
 +---------------------+
 | 2019-05-27 15:58:25 |
 +---------------------+
+```
 ##keyword
 NOW
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/str_to_date_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/str_to_date_EN.md
index c78effa..5cf860c 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/str_to_date_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/str_to_date_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # Str_to_date
 ## Description
 ### Syntax
@@ -12,18 +31,19 @@ The format format supported is consistent with date_format
 ## example
 
 ```
-mysql > select str to u date ('2014 -12 -21 12:34:56','%Y -%m -%d%H:%i:%s');
+mysql> select str_to_date('2014-12-21 12:34:56', '%Y-%m-%d %H:%i:%s');
 +---------------------------------------------------------+
-Date to date ('2014 -12 -21 12:34:56','%Y -%m -%d%H:%i:%s')
+| str_to_date('2014-12-21 12:34:56', '%Y-%m-%d %H:%i:%s') |
 +---------------------------------------------------------+
 | 2014-12-21 12:34:56                                     |
 +---------------------------------------------------------+
 
 mysql> select str_to_date('200442 Monday', '%X%V %W');
 +-----------------------------------------+
-Date to date ('200442 Monday','%X%V%W')
+| str_to_date('200442 Monday', '%X%V %W') |
 +-----------------------------------------+
 | 2004-10-18                              |
 +-----------------------------------------+
+```
 ##keyword
 STR_TO_DATE,STR,TO,DATE
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/timediff_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/timediff_EN.md
index 52a6eff..b2d32c7 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/timediff_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/timediff_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # timediff
 ## Description
 ### Syntax
@@ -16,30 +35,23 @@ The results are limited to TIME values ranging from - 838:59:59 to 838:59:59.
 ```
 mysql> SELECT TIMEDIFF(now(),utc_timestamp());
 +----------------------------------+
-(now (), utc -u timestamp ()124;
+| timediff(now(), utc_timestamp()) |
 +----------------------------------+
 | 08:00:00                         |
 +----------------------------------+
 
 mysql> SELECT TIMEDIFF('2019-07-11 16:59:30','2019-07-11 16:59:21');
 +--------------------------------------------------------+
-Time diff ('2019 -07 -11 16:59:30','2019 -07 -11 16:59:21')
+| timediff('2019-07-11 16:59:30', '2019-07-11 16:59:21') |
 +--------------------------------------------------------+
 | 00:00:09                                               |
 +--------------------------------------------------------+
 
-mysql > SELECT TIMEDIFF ('2019 -01 -01 00:00','2009 -01 -01 00:00');
-+--------------------------------------------------------+
-Time diff ('2019 -01 -01 00:00','2009 -01 -01 00:00')
-+--------------------------------------------------------+
-| 838:59:59                                              |
-+--------------------------------------------------------+
-
-mysql > SELECT TIMEDIFF ('2019 -01 -01 00:00:00', NULL);
+mysql> SELECT TIMEDIFF('2019-01-01 00:00:00', NULL);
 +---------------------------------------+
-Time diff ('2019 -01 -01 00:00','NULL')
+| timediff('2019-01-01 00:00:00', NULL) |
 +---------------------------------------+
-No. No. No.
+| NULL                                  |
 +---------------------------------------+
 ```
 ##keyword
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/to_days_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/to_days_EN.md
index c104dba..3c836c6 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/to_days_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/to_days_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # to_days
 ## Description
 ### Syntax
@@ -14,9 +33,11 @@ The parameter is Date or Datetime type
 ```
 mysql> select to_days('2007-10-07');
 +-----------------------+
-124to; two days ('2007 -10 -07') 124to;
+| to_days('2007-10-07') |
 +-----------------------+
 |                733321 |
 +-----------------------+
+```
+
 ##keyword
 TO_DAYS,TO,DAYS
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/unix_timestamp_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/unix_timestamp_EN.md
index 2141767..83c8eda 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/unix_timestamp_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/unix_timestamp_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # unix_timestamp
 ## Description
 ### Syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/utc_timestamp_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/utc_timestamp_EN.md
index 844f6bf..bc05279 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/utc_timestamp_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/utc_timestamp_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # utc_timestamp
 ## Description
 ### Syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/workofyear_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/workofyear_EN.md
index 6fbe045..88e6e75 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/workofyear_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/workofyear_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # weekofyear
 ## Description
 ### Syntax
@@ -13,11 +32,12 @@ The parameter is Date or Datetime type
 ## example
 
 ```
-mysql > select weekofyear ('2008 -02 -20 00:00:00');
+mysql> select weekofyear('2008-02-20 00:00:00');
 +-----------------------------------+
-weekofyear ('2008 -02 -20 00:00:00') 124year;
+| weekofyear('2008-02-20 00:00:00') |
 +-----------------------------------+
 |                                 8 |
 +-----------------------------------+
+```
 ##keyword
 WEEKOFYEAR
diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/year_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/year_EN.md
index 3720ec7..0d3d789 100644
--- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/year_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/year_EN.md
@@ -1,3 +1,23 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
 # year
 ## Description
 ### Syntax
@@ -14,9 +34,10 @@ The parameter is Date or Datetime type
 ```
 mysql> select year('1987-01-01');
 +-----------------------------+
-year ('1987 -01 -01 00:00') 124year;
+| year('1987-01-01 00:00:00') |
 +-----------------------------+
 |                        1987 |
 +-----------------------------+
+```
 ##keyword
 YEAR
diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_astext_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_astext_EN.md
index 7802b20..44d3894 100644
--- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_astext_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_astext_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_AsText`,`ST_AsWKT`
 ## Description
 ### Syntax
@@ -12,7 +31,7 @@ Converting a geometric figure into a WKT (Well Known Text) representation
 ```
 mysql> SELECT ST_AsText(ST_Point(24.7, 56.7));
 +---------------------------------+
-124st text (st point (24.7, 56.7))124st text;
+| st_astext(st_point(24.7, 56.7)) |
 +---------------------------------+
 | POINT (24.7 56.7)               |
 +---------------------------------+
diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_circle_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_circle_EN.md
index 68ece95..33b4055 100644
--- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_circle_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_circle_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_Circle`
 ## Description
 ### Syntax
@@ -15,7 +34,7 @@ mysql> SELECT ST_AsText(ST_Circle(111, 64, 10000));
 +--------------------------------------------+
 | st_astext(st_circle(111.0, 64.0, 10000.0)) |
 +--------------------------------------------+
-(111 64, 10000) 124c;
+| CIRCLE ((111 64), 10000)                   |
 +--------------------------------------------+
 ```
 ##keyword
diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_contains_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_contains_EN.md
index ff43c89..ba5164d 100644
--- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_contains_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_contains_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_Contains'
 ## Description
 ### Syntax
@@ -9,20 +28,22 @@ Judging whether geometric shape 1 can contain geometric shape 2 completely
 
 ## example
 
+
 ```
-MYSQL > Select ST ^ U contains (ST ^ U Polygon ("Polygon ((0, 10, 10, 10, 10, 10, 0, 10, 0, 0, 0))), ST ^ UPOint (5, 5));
+mysql> SELECT ST_Contains(ST_Polygon("POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"), ST_Point(5, 5));
 +----------------------------------------------------------------------------------------+
-+ 124; ST = U Contains (ST = U Polygon ((0, 10, 10, 10, 0, 10, 0))), ST = UPoint (5.0, 5.0)) 124';
+| st_contains(st_polygon('POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))'), st_point(5.0, 5.0)) |
 +----------------------------------------------------------------------------------------+
 |                                                                                      1 |
 +----------------------------------------------------------------------------------------+
 
-MYSQL > Select St ^ U contains (ST ^ U Polygon ("Polygon ((0, 10, 10, 10, 10, 10, 0, 10, 0, 0, 0))), St ^ UPOINT (50, 50));
+mysql> SELECT ST_Contains(ST_Polygon("POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"), ST_Point(50, 50));
 +------------------------------------------------------------------------------------------+
-+ 124; ST = U Contains (ST = U Polygon ((0, 10, 10, 10, 0, 10, 0))), ST = UPoint (50.0, 50.0)) 124
+| st_contains(st_polygon('POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))'), st_point(50.0, 50.0)) |
 +------------------------------------------------------------------------------------------+
 |                                                                                        0 |
 +------------------------------------------------------------------------------------------+
 ```
 ##keyword
 ST_CONTAINS,ST,CONTAINS
+w
\ No newline at end of file
diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_distance_sphere_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_distance_sphere_EN.md
index e9a45e9..8bcd8ba 100644
--- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_distance_sphere_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_distance_sphere_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_Distance_Sphere`
 ## description
 ### Syntax
diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_geometryfromtext_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_geometryfromtext_EN.md
index dc0dc5c..c146a76 100644
--- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_geometryfromtext_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_geometryfromtext_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_GeometryFromText`,`ST GeomFromText`
 ## Description
 ### Syntax
@@ -14,7 +33,7 @@ mysql> SELECT ST_AsText(ST_GeometryFromText("LINESTRING (1 1, 2 2)"));
 +---------------------------------------------------------+
 | st_astext(st_geometryfromtext('LINESTRING (1 1, 2 2)')) |
 +---------------------------------------------------------+
-124; LINESTRING (1, 2)124
+| LINESTRING (1 1, 2 2)                                   |
 +---------------------------------------------------------+
 ```
 ##keyword
diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_linefromtext_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_linefromtext_EN.md
index a2fed73..ad0002f 100644
--- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_linefromtext_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_linefromtext_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # `ST_LineFromText`,`ST_LineStringFromText`
 ## Description
 ### Syntax
@@ -14,7 +33,7 @@ mysql> SELECT ST_AsText(ST_LineFromText("LINESTRING (1 1, 2 2)"));
 +---------------------------------------------------------+
 | st_astext(st_geometryfromtext('LINESTRING (1 1, 2 2)')) |
 +---------------------------------------------------------+
-124; LINESTRING (1, 2)124
+| LINESTRING (1 1, 2 2)                                   |
 +---------------------------------------------------------+
 ```
 ##keyword
diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_point_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_point_EN.md
index a924ef8..b017f57 100644
--- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_point_EN.md
+++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_point_EN.md
@@ -1,3 +1,22 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
... 4112 lines suppressed ...


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org