chore(app.src): EMQ X -> EMQX in .app.src files

This commit is contained in:
Zaiming (Stone) Shi 2022-02-16 17:51:45 +01:00
parent b3d9605722
commit 0528262705
17 changed files with 29 additions and 29 deletions

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx,
[{id, "emqx"},
{description, "EMQ X Core"},
{description, "EMQX Core"},
{vsn, "5.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, []},
@ -21,7 +21,7 @@
{mod, {emqx_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx"}
]}

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_limiter,
[{description, "EMQ X Hierarchical Limiter"},
[{description, "EMQX Hierarchical Limiter"},
{vsn, "1.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_limiter_sup]},
@ -8,6 +8,6 @@
{mod, {emqx_limiter_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, []}
]}.

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_authn,
[{description, "EMQ X Authentication"},
[{description, "EMQX Authentication"},
{vsn, "0.1.0"},
{modules, []},
{registered, [emqx_authn_sup, emqx_authn_registry]},
@ -8,6 +8,6 @@
{mod, {emqx_authn_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"}]}
]}.

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_dashboard,
[{description, "EMQ X Web Dashboard"},
[{description, "EMQX Web Dashboard"},
{vsn, "5.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_dashboard_sup]},
@ -8,7 +8,7 @@
{mod, {emqx_dashboard_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-dashboard"}
]}

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_exhook,
[{description, "EMQ X Extension for Hook"},
[{description, "EMQX Extension for Hook"},
{vsn, "5.0.0"},
{modules, []},
{registered, []},
@ -8,6 +8,6 @@
{applications, [kernel,stdlib,grpc,emqx]},
{env,[]},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"}]}
]}.

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_machine,
[{id, "emqx_machine"},
{description, "The EMQ X Machine"},
{description, "The EMQX Machine"},
{vsn, "0.1.0"}, % strict semver, bump manually!
{modules, []},
{registered, []},
@ -9,7 +9,7 @@
{mod, {emqx_machine_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx"}
]}

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_management,
[{description, "EMQ X Management API and CLI"},
[{description, "EMQX Management API and CLI"},
{vsn, "5.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_management_sup]},
@ -8,7 +8,7 @@
{mod, {emqx_mgmt_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-management"}
]}

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_modules,
[{description, "EMQ X Modules"},
[{description, "EMQX Modules"},
{vsn, "5.0.0"},
{modules, []},
{applications, [kernel,stdlib,emqx]},

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_plugin_libs,
[{description, "EMQ X Plugin utility libs"},
[{description, "EMQX Plugin utility libs"},
{vsn, "4.3.1"},
{modules, []},
{applications, [kernel,stdlib]},

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_plugins,
[{description, "EMQ X Plugin Management"},
[{description, "EMQX Plugin Management"},
{vsn, "0.1.0"},
{modules, []},
{mod, {emqx_plugins_app,[]}},

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_prometheus,
[{description, "Prometheus for EMQ X"},
[{description, "Prometheus for EMQX"},
{vsn, "5.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_prometheus_sup]},
@ -8,7 +8,7 @@
{mod, {emqx_prometheus_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-prometheus"}
]}

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_psk,
[{description, "EMQ X PSK"},
[{description, "EMQX PSK"},
{vsn, "5.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_psk_sup]},
@ -8,7 +8,7 @@
{mod, {emqx_psk_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx"}
]}

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_retainer,
[{description, "EMQ X Retainer"},
[{description, "EMQX Retainer"},
{vsn, "5.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_retainer_sup]},
@ -8,7 +8,7 @@
{mod, {emqx_retainer_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-retainer"}
]}

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{application, emqx_rule_engine,
[{description, "EMQ X Rule Engine"},
[{description, "EMQX Rule Engine"},
{vsn, "5.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
@ -8,7 +8,7 @@
{mod, {emqx_rule_engine_app, []}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-rule-engine"}
]}

View File

@ -1,5 +1,5 @@
{application, emqx_slow_subs,
[{description, "EMQ X Slow Subscribers Statistics"},
[{description, "EMQX Slow Subscribers Statistics"},
{vsn, "1.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_slow_subs_sup]},
@ -7,6 +7,6 @@
{mod, {emqx_slow_subs_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, []}
]}.

View File

@ -1,5 +1,5 @@
{application, emqx_enterprise_conf,
[{description, "EMQ X Enterprise configuration schema"},
[{description, "EMQX Enterprise configuration schema"},
{vsn, "0.1.0"},
{registered, []},
{applications,

View File

@ -1,5 +1,5 @@
{application,emqx_license,
[{description,"EMQ X License"},
[{description,"EMQX License"},
{vsn,"5.0.0"},
{modules,[]},
{registered,[emqx_license_sup]},