From 4f84a31d0283482af54d4b13aa27557b9e006541 Mon Sep 17 00:00:00 2001 From: turtleDeng Date: Fri, 21 Dec 2018 11:06:50 +0800 Subject: [PATCH] Update copyright (#2093) --- src/emqx_cm_sup.erl | 1 - src/emqx_mqueue.erl | 3 ++- src/emqx_plugins.erl | 28 +++++++++++++--------------- src/emqx_rate_limiter.erl | 28 +++++++++++++--------------- src/emqx_sm_sup.erl | 1 - src/emqx_vm.erl | 4 +--- 6 files changed, 29 insertions(+), 36 deletions(-) diff --git a/src/emqx_cm_sup.erl b/src/emqx_cm_sup.erl index 19dd9cb50..e8c99c16b 100644 --- a/src/emqx_cm_sup.erl +++ b/src/emqx_cm_sup.erl @@ -1,6 +1,5 @@ %% Copyright (c) 2018 EMQ Technologies Co., Ltd. All Rights Reserved. %% -%% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. %% You may obtain a copy of the License at diff --git a/src/emqx_mqueue.erl b/src/emqx_mqueue.erl index 56390d412..48b0fa439 100644 --- a/src/emqx_mqueue.erl +++ b/src/emqx_mqueue.erl @@ -5,7 +5,8 @@ %% You may obtain a copy of the License at %% %% http://www.apache.org/licenses/LICENSE-2.0 -%%%% Unless required by applicable law or agreed to in writing, software +%% +%% Unless required by applicable law or agreed to in writing, software %% distributed under the License is distributed on an "AS IS" BASIS, %% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. %% See the License for the specific language governing permissions and diff --git a/src/emqx_plugins.erl b/src/emqx_plugins.erl index 44585a69e..b0f6456dc 100644 --- a/src/emqx_plugins.erl +++ b/src/emqx_plugins.erl @@ -1,18 +1,16 @@ -%%%=================================================================== -%%% Copyright (c) 2013-2018 EMQ Inc. All rights reserved. -%%% -%%% Licensed under the Apache License, Version 2.0 (the "License"); -%%% you may not use this file except in compliance with the License. -%%% You may obtain a copy of the License at -%%% -%%% http://www.apache.org/licenses/LICENSE-2.0 -%%% -%%% Unless required by applicable law or agreed to in writing, software -%%% distributed under the License is distributed on an "AS IS" BASIS, -%%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -%%% See the License for the specific language governing permissions and -%%% limitations under the License. -%%%=================================================================== +%% Copyright (c) 2018 EMQ Technologies Co., Ltd. All Rights Reserved. +%% +%% Licensed under the Apache License, Version 2.0 (the "License"); +%% you may not use this file except in compliance with the License. +%% You may obtain a copy of the License at +%% +%% http://www.apache.org/licenses/LICENSE-2.0 +%% +%% Unless required by applicable law or agreed to in writing, software +%% distributed under the License is distributed on an "AS IS" BASIS, +%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +%% See the License for the specific language governing permissions and +%% limitations under the License. -module(emqx_plugins). diff --git a/src/emqx_rate_limiter.erl b/src/emqx_rate_limiter.erl index 76eaf0c61..c8145dbbc 100644 --- a/src/emqx_rate_limiter.erl +++ b/src/emqx_rate_limiter.erl @@ -1,18 +1,16 @@ -%%%------------------------------------------------------------------- -%%% Copyright (c) 2013-2018 EMQ Enterprise, Inc. (http://emqtt.io) -%%% -%%% Licensed under the Apache License, Version 2.0 (the "License"); -%%% you may not use this file except in compliance with the License. -%%% You may obtain a copy of the License at -%%% -%%% http://www.apache.org/licenses/LICENSE-2.0 -%%% -%%% Unless required by applicable law or agreed to in writing, software -%%% distributed under the License is distributed on an "AS IS" BASIS, -%%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -%%% See the License for the specific language governing permissions and -%%% limitations under the License. -%%%------------------------------------------------------------------- +%% Copyright (c) 2018 EMQ Technologies Co., Ltd. All Rights Reserved. +%% +%% Licensed under the Apache License, Version 2.0 (the "License"); +%% you may not use this file except in compliance with the License. +%% You may obtain a copy of the License at +%% +%% http://www.apache.org/licenses/LICENSE-2.0 +%% +%% Unless required by applicable law or agreed to in writing, software +%% distributed under the License is distributed on an "AS IS" BASIS, +%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +%% See the License for the specific language governing permissions and +%% limitations under the License. -module(emqx_rate_limiter). diff --git a/src/emqx_sm_sup.erl b/src/emqx_sm_sup.erl index 317cd11db..ed491c67f 100644 --- a/src/emqx_sm_sup.erl +++ b/src/emqx_sm_sup.erl @@ -1,6 +1,5 @@ %% Copyright (c) 2018 EMQ Technologies Co., Ltd. All Rights Reserved. %% -%% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. %% You may obtain a copy of the License at diff --git a/src/emqx_vm.erl b/src/emqx_vm.erl index bf6388232..74b815795 100644 --- a/src/emqx_vm.erl +++ b/src/emqx_vm.erl @@ -1,5 +1,4 @@ -%%-------------------------------------------------------------------- -%% Copyright (c) 2013-2018 EMQ Inc. All rights reserved. +%% Copyright (c) 2018 EMQ Technologies Co., Ltd. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -12,7 +11,6 @@ %% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. %% See the License for the specific language governing permissions and %% limitations under the License. -%%-------------------------------------------------------------------- -module(emqx_vm).