From 27f0b43e9000e823f4ec999c5ba8ff96cb5a16c3 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 30 Apr 2015 12:37:56 +0800 Subject: [PATCH] fix edoc --- apps/emqtt/src/emqtt_message.erl | 2 +- apps/emqtt/src/emqtt_packet.erl | 2 +- apps/emqtt/src/emqtt_parser.erl | 2 +- apps/emqtt/src/emqtt_serialiser.erl | 2 +- apps/emqtt/src/emqtt_topic.erl | 2 +- apps/emqttd/src/emqttd.erl | 2 +- apps/emqttd/src/emqttd_access_control.erl | 2 +- apps/emqttd/src/emqttd_access_rule.erl | 2 +- apps/emqttd/src/emqttd_acl_internal.erl | 2 +- apps/emqttd/src/emqttd_acl_mod.erl | 2 +- apps/emqttd/src/emqttd_app.erl | 2 +- apps/emqttd/src/emqttd_auth_anonymous.erl | 2 +- apps/emqttd/src/emqttd_auth_clientid.erl | 2 +- apps/emqttd/src/emqttd_auth_mod.erl | 2 +- apps/emqttd/src/emqttd_auth_username.erl | 2 +- apps/emqttd/src/emqttd_bridge.erl | 2 +- apps/emqttd/src/emqttd_bridge_sup.erl | 2 +- apps/emqttd/src/emqttd_broker.erl | 2 +- apps/emqttd/src/emqttd_client.erl | 2 +- apps/emqttd/src/emqttd_cluster.erl | 2 +- apps/emqttd/src/emqttd_cm.erl | 2 +- apps/emqttd/src/emqttd_cm_sup.erl | 2 +- apps/emqttd/src/emqttd_ctl.erl | 2 +- apps/emqttd/src/emqttd_event.erl | 2 +- apps/emqttd/src/emqttd_http.erl | 2 +- apps/emqttd/src/emqttd_keepalive.erl | 2 +- apps/emqttd/src/emqttd_metrics.erl | 2 +- apps/emqttd/src/emqttd_mnesia.erl | 2 +- apps/emqttd/src/emqttd_msg_store.erl | 2 +- apps/emqttd/src/emqttd_net.erl | 2 +- apps/emqttd/src/emqttd_opts.erl | 2 +- apps/emqttd/src/emqttd_pooler.erl | 2 +- apps/emqttd/src/emqttd_pooler_sup.erl | 2 +- apps/emqttd/src/emqttd_protocol.erl | 2 +- apps/emqttd/src/emqttd_pubsub.erl | 2 +- apps/emqttd/src/emqttd_pubsub_sup.erl | 2 +- apps/emqttd/src/emqttd_queue.erl | 2 +- apps/emqttd/src/emqttd_session.erl | 2 +- apps/emqttd/src/emqttd_session_sup.erl | 2 +- apps/emqttd/src/emqttd_sm.erl | 2 +- apps/emqttd/src/emqttd_stats.erl | 2 +- apps/emqttd/src/emqttd_sup.erl | 2 +- apps/emqttd/src/emqttd_sysmon.erl | 2 +- apps/emqttd/src/emqttd_throttle.erl | 2 +- apps/emqttd/src/emqttd_trace.erl | 2 +- apps/emqttd/src/emqttd_trie.erl | 2 +- apps/emqttd/src/emqttd_util.erl | 2 +- apps/emqttd/src/emqttd_vm.erl | 2 +- apps/emqttd/src/emqttd_ws_client.erl | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/apps/emqtt/src/emqtt_message.erl b/apps/emqtt/src/emqtt_message.erl index 899de380d..54a46526c 100644 --- a/apps/emqtt/src/emqtt_message.erl +++ b/apps/emqtt/src/emqtt_message.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqtt/src/emqtt_packet.erl b/apps/emqtt/src/emqtt_packet.erl index 93ba83f2f..f2b001236 100644 --- a/apps/emqtt/src/emqtt_packet.erl +++ b/apps/emqtt/src/emqtt_packet.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqtt/src/emqtt_parser.erl b/apps/emqtt/src/emqtt_parser.erl index 94abe65aa..d2a70993e 100644 --- a/apps/emqtt/src/emqtt_parser.erl +++ b/apps/emqtt/src/emqtt_parser.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqtt/src/emqtt_serialiser.erl b/apps/emqtt/src/emqtt_serialiser.erl index 1807ae51b..60d1f6dfa 100644 --- a/apps/emqtt/src/emqtt_serialiser.erl +++ b/apps/emqtt/src/emqtt_serialiser.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqtt/src/emqtt_topic.erl b/apps/emqtt/src/emqtt_topic.erl index d04da09ce..9d384dab0 100644 --- a/apps/emqtt/src/emqtt_topic.erl +++ b/apps/emqtt/src/emqtt_topic.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd.erl b/apps/emqttd/src/emqttd.erl index a56c89495..f88e9d4dd 100644 --- a/apps/emqttd/src/emqttd.erl +++ b/apps/emqttd/src/emqttd.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_access_control.erl b/apps/emqttd/src/emqttd_access_control.erl index 994957a5d..b40193f80 100644 --- a/apps/emqttd/src/emqttd_access_control.erl +++ b/apps/emqttd/src/emqttd_access_control.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_access_rule.erl b/apps/emqttd/src/emqttd_access_rule.erl index 82802fbdb..8f7761822 100644 --- a/apps/emqttd/src/emqttd_access_rule.erl +++ b/apps/emqttd/src/emqttd_access_rule.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_acl_internal.erl b/apps/emqttd/src/emqttd_acl_internal.erl index ca1bdb29b..b6dc0b81b 100644 --- a/apps/emqttd/src/emqttd_acl_internal.erl +++ b/apps/emqttd/src/emqttd_acl_internal.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_acl_mod.erl b/apps/emqttd/src/emqttd_acl_mod.erl index b11b53809..a961043b6 100644 --- a/apps/emqttd/src/emqttd_acl_mod.erl +++ b/apps/emqttd/src/emqttd_acl_mod.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_app.erl b/apps/emqttd/src/emqttd_app.erl index c636e516b..52a737f74 100644 --- a/apps/emqttd/src/emqttd_app.erl +++ b/apps/emqttd/src/emqttd_app.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_auth_anonymous.erl b/apps/emqttd/src/emqttd_auth_anonymous.erl index e7497a56b..e410d3459 100644 --- a/apps/emqttd/src/emqttd_auth_anonymous.erl +++ b/apps/emqttd/src/emqttd_auth_anonymous.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_auth_clientid.erl b/apps/emqttd/src/emqttd_auth_clientid.erl index 56a300287..2f3d51617 100644 --- a/apps/emqttd/src/emqttd_auth_clientid.erl +++ b/apps/emqttd/src/emqttd_auth_clientid.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_auth_mod.erl b/apps/emqttd/src/emqttd_auth_mod.erl index 30f8f53b7..40eb51cfc 100644 --- a/apps/emqttd/src/emqttd_auth_mod.erl +++ b/apps/emqttd/src/emqttd_auth_mod.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_auth_username.erl b/apps/emqttd/src/emqttd_auth_username.erl index af89cf352..789313e3a 100644 --- a/apps/emqttd/src/emqttd_auth_username.erl +++ b/apps/emqttd/src/emqttd_auth_username.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_bridge.erl b/apps/emqttd/src/emqttd_bridge.erl index 053b358e2..26919b47f 100644 --- a/apps/emqttd/src/emqttd_bridge.erl +++ b/apps/emqttd/src/emqttd_bridge.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_bridge_sup.erl b/apps/emqttd/src/emqttd_bridge_sup.erl index 0b1818538..936961ab3 100644 --- a/apps/emqttd/src/emqttd_bridge_sup.erl +++ b/apps/emqttd/src/emqttd_bridge_sup.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_broker.erl b/apps/emqttd/src/emqttd_broker.erl index 52ee832d0..1a282fffd 100644 --- a/apps/emqttd/src/emqttd_broker.erl +++ b/apps/emqttd/src/emqttd_broker.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_client.erl b/apps/emqttd/src/emqttd_client.erl index 2e2645850..3eb7ac889 100644 --- a/apps/emqttd/src/emqttd_client.erl +++ b/apps/emqttd/src/emqttd_client.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_cluster.erl b/apps/emqttd/src/emqttd_cluster.erl index e7d6fe980..242661119 100644 --- a/apps/emqttd/src/emqttd_cluster.erl +++ b/apps/emqttd/src/emqttd_cluster.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_cm.erl b/apps/emqttd/src/emqttd_cm.erl index 359499cf4..51b230f7b 100644 --- a/apps/emqttd/src/emqttd_cm.erl +++ b/apps/emqttd/src/emqttd_cm.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_cm_sup.erl b/apps/emqttd/src/emqttd_cm_sup.erl index a067492eb..666b87548 100644 --- a/apps/emqttd/src/emqttd_cm_sup.erl +++ b/apps/emqttd/src/emqttd_cm_sup.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_ctl.erl b/apps/emqttd/src/emqttd_ctl.erl index ff43ad7c4..8a236d35a 100644 --- a/apps/emqttd/src/emqttd_ctl.erl +++ b/apps/emqttd/src/emqttd_ctl.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_event.erl b/apps/emqttd/src/emqttd_event.erl index b9ff574b8..4fa57ac56 100644 --- a/apps/emqttd/src/emqttd_event.erl +++ b/apps/emqttd/src/emqttd_event.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_http.erl b/apps/emqttd/src/emqttd_http.erl index 4d60fb30a..71c844ead 100644 --- a/apps/emqttd/src/emqttd_http.erl +++ b/apps/emqttd/src/emqttd_http.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_keepalive.erl b/apps/emqttd/src/emqttd_keepalive.erl index c7cf9917e..9eda6bd89 100644 --- a/apps/emqttd/src/emqttd_keepalive.erl +++ b/apps/emqttd/src/emqttd_keepalive.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_metrics.erl b/apps/emqttd/src/emqttd_metrics.erl index 085d7c98f..e4a7fea15 100644 --- a/apps/emqttd/src/emqttd_metrics.erl +++ b/apps/emqttd/src/emqttd_metrics.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_mnesia.erl b/apps/emqttd/src/emqttd_mnesia.erl index 3bfc36fb0..3fb2d67a4 100644 --- a/apps/emqttd/src/emqttd_mnesia.erl +++ b/apps/emqttd/src/emqttd_mnesia.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_msg_store.erl b/apps/emqttd/src/emqttd_msg_store.erl index 01f91fe1f..0a8e8f175 100644 --- a/apps/emqttd/src/emqttd_msg_store.erl +++ b/apps/emqttd/src/emqttd_msg_store.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_net.erl b/apps/emqttd/src/emqttd_net.erl index 1a0b3d954..0b0517f6b 100644 --- a/apps/emqttd/src/emqttd_net.erl +++ b/apps/emqttd/src/emqttd_net.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_opts.erl b/apps/emqttd/src/emqttd_opts.erl index b1f1e2ed5..a5dae6916 100644 --- a/apps/emqttd/src/emqttd_opts.erl +++ b/apps/emqttd/src/emqttd_opts.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_pooler.erl b/apps/emqttd/src/emqttd_pooler.erl index 2d67ab238..b284c240e 100644 --- a/apps/emqttd/src/emqttd_pooler.erl +++ b/apps/emqttd/src/emqttd_pooler.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_pooler_sup.erl b/apps/emqttd/src/emqttd_pooler_sup.erl index 5714183aa..d5f3a0ee5 100644 --- a/apps/emqttd/src/emqttd_pooler_sup.erl +++ b/apps/emqttd/src/emqttd_pooler_sup.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_protocol.erl b/apps/emqttd/src/emqttd_protocol.erl index 403fd3c64..d215fd852 100644 --- a/apps/emqttd/src/emqttd_protocol.erl +++ b/apps/emqttd/src/emqttd_protocol.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_pubsub.erl b/apps/emqttd/src/emqttd_pubsub.erl index 92a46936c..1de9ec0f2 100644 --- a/apps/emqttd/src/emqttd_pubsub.erl +++ b/apps/emqttd/src/emqttd_pubsub.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_pubsub_sup.erl b/apps/emqttd/src/emqttd_pubsub_sup.erl index fc5a55cdb..e39c9c270 100644 --- a/apps/emqttd/src/emqttd_pubsub_sup.erl +++ b/apps/emqttd/src/emqttd_pubsub_sup.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_queue.erl b/apps/emqttd/src/emqttd_queue.erl index 58a600bda..34b34a58f 100644 --- a/apps/emqttd/src/emqttd_queue.erl +++ b/apps/emqttd/src/emqttd_queue.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_session.erl b/apps/emqttd/src/emqttd_session.erl index 7e1696adb..6a8c0909f 100644 --- a/apps/emqttd/src/emqttd_session.erl +++ b/apps/emqttd/src/emqttd_session.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_session_sup.erl b/apps/emqttd/src/emqttd_session_sup.erl index e1a13f098..7ab0cc18a 100644 --- a/apps/emqttd/src/emqttd_session_sup.erl +++ b/apps/emqttd/src/emqttd_session_sup.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_sm.erl b/apps/emqttd/src/emqttd_sm.erl index 70b265f0f..ef26cb44e 100644 --- a/apps/emqttd/src/emqttd_sm.erl +++ b/apps/emqttd/src/emqttd_sm.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_stats.erl b/apps/emqttd/src/emqttd_stats.erl index e558c94ae..d55a5942c 100644 --- a/apps/emqttd/src/emqttd_stats.erl +++ b/apps/emqttd/src/emqttd_stats.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_sup.erl b/apps/emqttd/src/emqttd_sup.erl index 184e9a45c..bb460d144 100644 --- a/apps/emqttd/src/emqttd_sup.erl +++ b/apps/emqttd/src/emqttd_sup.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_sysmon.erl b/apps/emqttd/src/emqttd_sysmon.erl index 08892d203..38b419bad 100644 --- a/apps/emqttd/src/emqttd_sysmon.erl +++ b/apps/emqttd/src/emqttd_sysmon.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_throttle.erl b/apps/emqttd/src/emqttd_throttle.erl index f7cdc7c77..c14e69987 100644 --- a/apps/emqttd/src/emqttd_throttle.erl +++ b/apps/emqttd/src/emqttd_throttle.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_trace.erl b/apps/emqttd/src/emqttd_trace.erl index c057ecf09..4e149f452 100644 --- a/apps/emqttd/src/emqttd_trace.erl +++ b/apps/emqttd/src/emqttd_trace.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_trie.erl b/apps/emqttd/src/emqttd_trie.erl index e16ecc7a1..9beaa339a 100644 --- a/apps/emqttd/src/emqttd_trie.erl +++ b/apps/emqttd/src/emqttd_trie.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_util.erl b/apps/emqttd/src/emqttd_util.erl index db6baf21c..7ec6459e3 100644 --- a/apps/emqttd/src/emqttd_util.erl +++ b/apps/emqttd/src/emqttd_util.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_vm.erl b/apps/emqttd/src/emqttd_vm.erl index f65eb3e20..1e4624a03 100644 --- a/apps/emqttd/src/emqttd_vm.erl +++ b/apps/emqttd/src/emqttd_vm.erl @@ -1,5 +1,5 @@ %%------------------------------------------------------------------------------ -%% Copyright (c) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %% %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal diff --git a/apps/emqttd/src/emqttd_ws_client.erl b/apps/emqttd/src/emqttd_ws_client.erl index 4742cc65f..860fe31f0 100644 --- a/apps/emqttd/src/emqttd_ws_client.erl +++ b/apps/emqttd/src/emqttd_ws_client.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% @Copyright (C) 2012-2015, Feng Lee +%%% Copyright (c) 2012-2015 eMQTT.IO, All Rights Reserved. %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal