diff --git a/rebar.config b/rebar.config index af42c962a..3ac69aea2 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,4 @@ {deps, [ - {gproc,".*",{git,"https://github.com/uwiger/gproc",""}}, - {lager,".*",{git,"https://github.com/basho/lager","master"}}, - {esockd,".*",{git,"https://github.com/emqtt/esockd","master"}}, - {mochiweb,".*",{git,"https://github.com/emqtt/mochiweb",""}} +{gproc,".*",{git,"https://github.com/uwiger/gproc",""}},{lager,".*",{git,"https://github.com/basho/lager","master"}},{esockd,".*",{git,"https://github.com/emqtt/esockd","master"}},{mochiweb,".*",{git,"https://github.com/emqtt/mochiweb",""}} ]}. {erl_opts, [{parse_transform,lager_transform}]}. diff --git a/src/emqttd_router.erl b/src/emqttd_router.erl index e0e3962a2..6894ea528 100644 --- a/src/emqttd_router.erl +++ b/src/emqttd_router.erl @@ -1,5 +1,5 @@ %%-------------------------------------------------------------------- -%% Copyright (c) 2012-2017 Feng Lee . +%% Copyright (c) 2013-2017 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.